[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/125: gnu: wayland: Update to 1.19.0.
From: |
guix-commits |
Subject: |
72/125: gnu: wayland: Update to 1.19.0. |
Date: |
Sat, 3 Jul 2021 21:17:33 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f1ecb93d50d9fa32c4a59cc560154d3b81df1285
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 26 10:37:37 2021 -0400
gnu: wayland: Update to 1.19.0.
* gnu/packages/freedesktop.scm (wayland)[version]: Update to 1.19.0.
[build-system]: Change from gnu to meson.
[native-inputs]: Move here docbook-xml and docbook-xsl from ...
[inputs]: ... here. Move libffi to ...
[propagated-inputs]: ... here.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/freedesktop.scm | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 24f12a0..8b7fbf2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -951,29 +951,31 @@ Python.")
(define-public wayland
(package
(name "wayland")
- (version "1.18.0")
+ (version "1.19.0")
(source (origin
(method url-fetch)
(uri (string-append "https://wayland.freedesktop.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0k995rn96xkplrapz5k648j651wc43kq817xk1x8280h16gsfxa6"))))
- (build-system gnu-build-system)
+ "05bd2vphyx8qwa1mhsj1zdaiv4m4v94wrlssrn0lad8d601dkk5s"))))
+ (build-system meson-build-system)
(arguments
`(#:parallel-tests? #f))
(native-inputs
- `(("doxygen" ,doxygen)
- ("graphviz" ,graphviz)
+ `(("docbook-xml-4.2" ,docbook-xml-4.2)
+ ("docbook-xml" ,docbook-xml)
+ ("docbook-xsl" ,docbook-xsl)
+ ("dot" ,graphviz)
+ ("doxygen" ,doxygen)
("pkg-config" ,pkg-config)
("xmlto" ,xmlto)
("xsltproc" ,libxslt)))
(inputs
- `(("docbook-xml" ,docbook-xml)
- ("docbook-xsl" ,docbook-xsl)
- ("expat" ,expat)
- ("libffi" ,libffi)
- ("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
+ `(("expat" ,expat)
+ ("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
+ (propagated-inputs
+ `(("libffi" ,libffi)))
(home-page "https://wayland.freedesktop.org/")
(synopsis "Display server protocol")
(description
- 52/125: gnu: libgsf: Re-arrange inputs in alphabetical order., (continued)
- 52/125: gnu: libgsf: Re-arrange inputs in alphabetical order., guix-commits, 2021/07/03
- 57/125: gnu: atk: Re-arrange inputs in alphabetical order., guix-commits, 2021/07/03
- 59/125: gnu: atk: Update home-page and license., guix-commits, 2021/07/03
- 62/125: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/07/03
- 61/125: gnu: atkmm: Enable documentation., guix-commits, 2021/07/03
- 64/125: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/07/03
- 65/125: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/07/03
- 67/125: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/07/03
- 68/125: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/07/03
- 70/125: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/07/03
- 72/125: gnu: wayland: Update to 1.19.0.,
guix-commits <=
- 81/125: gnu: gtk+: Add missing inputs., guix-commits, 2021/07/03
- 86/125: gnu: ibus: Update to 1.5.24., guix-commits, 2021/07/03
- 111/125: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/07/03
- 115/125: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/07/03
- 123/125: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/07/03
- 79/125: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/07/03
- 98/125: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/07/03
- 100/125: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/07/03
- 109/125: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/07/03
- 112/125: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/07/03