[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/62: gnu: libwnck: Update to 3.32.0.
From: |
guix-commits |
Subject: |
34/62: gnu: libwnck: Update to 3.32.0. |
Date: |
Sat, 7 Dec 2019 14:04:56 -0500 (EST) |
kkebreau pushed a commit to branch master
in repository guix.
commit d3b406969a0916fed8f7dc7c094de9d523ac12c9
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 aa88e94..7969d55 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2246,7 +2246,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 "/"
@@ -2254,10 +2254,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+)
- 25/62: gnu: gnome-tweaks: Update to 3.32.0., (continued)
- 25/62: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/12/07
- 24/62: gnu: mutter: Update to 3.32.2., guix-commits, 2019/12/07
- 29/62: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/12/07
- 44/62: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/12/07
- 49/62: gnu: quadrapassel: Update to 3.32.0., guix-commits, 2019/12/07
- 12/62: gnu: gnome-online-accounts: Update to 3.32.0., guix-commits, 2019/12/07
- 20/62: gnu: totem: Update to 3.32.1., guix-commits, 2019/12/07
- 33/62: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/12/07
- 27/62: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/12/07
- 30/62: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/12/07
- 34/62: gnu: libwnck: Update to 3.32.0.,
guix-commits <=
- 53/62: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/12/07
- 56/62: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/12/07
- 35/62: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/12/07
- 39/62: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/12/07
- 36/62: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/12/07
- 41/62: gnu: orca: Update to 3.32.0., guix-commits, 2019/12/07
- 42/62: gnu: cheese: Update to 3.32.1., guix-commits, 2019/12/07
- 40/62: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/12/07
- 38/62: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/12/07
- 46/62: gnu: ghex: Update to 3.18.4., guix-commits, 2019/12/07