[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/184: gnu: libwnck: Update to 3.32.0.
From: |
guix-commits |
Subject: |
34/184: gnu: libwnck: Update to 3.32.0. |
Date: |
Wed, 27 Nov 2019 14:36:55 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 5271e8647cf2bd53b4104567b1f4100d8eb8ee77
Author: Kei Kebreau <address@hidden>
Date: Wed Jul 24 21:56:52 2019 -0400
gnu: libwnck: Update to 3.32.0.
* gnu/packages/gnome.scm (libwnck): Update to 3.32.0.
[build-system]: Use meson-build-system.
[native-inputs]: Add glib:bin and gobject-introspection.
---
gnu/packages/gnome.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bfdb58a..444c729 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2027,7 +2027,7 @@ controls using the Bonobo component framework.")
(define-public libwnck
(package
(name "libwnck")
- (version "3.30.0")
+ (version "3.32.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2035,10 +2035,12 @@ controls using the Bonobo component framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0f9lvhm3w25046dqq8xyg7nzggxpmdriwrb661nng05a8qk0svdc"))))
- (build-system gnu-build-system)
+ "1jp3p1lnwnwi6fxl2rz3166cmwzwy9vqz896anpwc3wdy9f875cm"))))
+ (build-system meson-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("glib" ,glib "bin") ; for glib-mkenums
+ ("gobject-introspection" ,gobject-introspection) ; for g-ir-scanner
("intltool" ,intltool)))
(propagated-inputs
`(("gtk+" ,gtk+)
- 100/184: gnu: r-plotly: Update to 4.9.1., (continued)
- 100/184: gnu: r-plotly: Update to 4.9.1., guix-commits, 2019/11/27
- 98/184: gnu: r-polspline: Update to 1.1.17., guix-commits, 2019/11/27
- 111/184: gnu: Add delft-icon-theme., guix-commits, 2019/11/27
- 110/184: gnu: packages: Add rofi-pass., guix-commits, 2019/11/27
- 31/184: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/27
- 28/184: gnu: gnome-screenshot: Update to 3.32.0., guix-commits, 2019/11/27
- 30/184: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/11/27
- 26/184: gnu: Add tracker-miners., guix-commits, 2019/11/27
- 32/184: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/11/27
- 33/184: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/11/27
- 34/184: gnu: libwnck: Update to 3.32.0.,
guix-commits <=
- 39/184: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/11/27
- 41/184: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/27
- 38/184: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/11/27
- 45/184: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/11/27
- 46/184: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/11/27
- 44/184: gnu: gdm: Update to 3.32.0., guix-commits, 2019/11/27
- 50/184: gnu: quadrapassel: Update to 3.32.0., guix-commits, 2019/11/27
- 49/184: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/27
- 48/184: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/11/27
- 52/184: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/27