[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/124: gnu: wayland: Update to 1.19.0.
From: |
guix-commits |
Subject: |
70/124: gnu: wayland: Update to 1.19.0. |
Date: |
Mon, 30 Aug 2021 16:28:57 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 61e9e8e95db75d4a5e16bea115d2559ac5f81994
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 693a79c..68bc147 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -954,29 +954,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
- 82/124: gnu: gtkmm: Update to 3.24.4., (continued)
- 82/124: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/08/30
- 91/124: gnu: zbar: Update to 0.23.90., guix-commits, 2021/08/30
- 90/124: gnu: faac: Correct source uri., guix-commits, 2021/08/30
- 87/124: gnu: ibus: Enable tests., guix-commits, 2021/08/30
- 96/124: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/08/30
- 94/124: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/08/30
- 95/124: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/08/30
- 105/124: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/08/30
- 112/124: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/08/30
- 109/124: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/08/30
- 70/124: gnu: wayland: Update to 1.19.0.,
guix-commits <=
- 77/124: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/08/30
- 81/124: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/08/30
- 89/124: gnu: iqa: Correct source uri., guix-commits, 2021/08/30
- 107/124: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/08/30
- 46/124: gnu: vala: Update to 0.52.0., guix-commits, 2021/08/30
- 79/124: gnu: gtk+: Add missing inputs., guix-commits, 2021/08/30
- 88/124: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/08/30
- 93/124: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/08/30
- 98/124: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/08/30
- 99/124: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/08/30