[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/126: gnu: wayland: Update to 1.19.0.
From: |
guix-commits |
Subject: |
70/126: gnu: wayland: Update to 1.19.0. |
Date: |
Mon, 6 Sep 2021 15:53:45 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c119d02d9729e5f31121df931fc8e6a001916144
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
- 74/126: gnu: yelp-xsl: Enable documentation., (continued)
- 74/126: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/09/06
- 75/126: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/06
- 78/126: gnu: gtk+: Enable tests., guix-commits, 2021/09/06
- 85/126: gnu: ibus: Enable documentation., guix-commits, 2021/09/06
- 86/126: gnu: ibus: Enable memconf., guix-commits, 2021/09/06
- 87/126: gnu: ibus: Enable tests., guix-commits, 2021/09/06
- 88/126: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/09/06
- 93/126: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/09/06
- 68/126: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/09/06
- 76/126: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/09/06
- 70/126: gnu: wayland: Update to 1.19.0.,
guix-commits <=
- 77/126: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/09/06
- 82/126: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/09/06
- 83/126: gnu: gtkmm-2: Fix build., guix-commits, 2021/09/06
- 84/126: gnu: ibus: Update to 1.5.24., guix-commits, 2021/09/06
- 90/126: gnu: faac: Correct source uri., guix-commits, 2021/09/06
- 92/126: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/09/06
- 96/126: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/09/06
- 94/126: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/09/06
- 95/126: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/09/06
- 102/126: gnu: glib: Disable failing test., guix-commits, 2021/09/06