[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/122: gnu: wayland: Update to 1.19.0.
From: |
guix-commits |
Subject: |
70/122: gnu: wayland: Update to 1.19.0. |
Date: |
Fri, 11 Jun 2021 12:12:11 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 7b8688c3f79e47df9390135c1ff48514254bb343
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 e4ea951..4f2b76d 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
- 104/122: gnu: docbook-xsl: Update to 1.79.2., (continued)
- 104/122: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/06/11
- 109/122: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/06/11
- 114/122: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/06/11
- 113/122: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/06/11
- 106/122: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/06/11
- 116/122: gnu: libepoxy: Propagate mesa., guix-commits, 2021/06/11
- 118/122: gnu: tracker: Enable documentation., guix-commits, 2021/06/11
- 119/122: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/06/11
- 121/122: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/06/11
- 65/122: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/06/11
- 70/122: gnu: wayland: Update to 1.19.0.,
guix-commits <=
- 73/122: gnu: wayland-protocols: Update description., guix-commits, 2021/06/11
- 75/122: gnu: gtk+-2: Enable tests., guix-commits, 2021/06/11
- 84/122: gnu: ibus: Update to 1.5.24., guix-commits, 2021/06/11
- 90/122: gnu: faac: Correct source uri., guix-commits, 2021/06/11
- 97/122: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/06/11
- 112/122: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/06/11
- 111/122: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/06/11
- 110/122: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/06/11
- 107/122: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/06/11
- 120/122: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/06/11