[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/53: gnu: libwnck: Update to 3.32.0.
From: |
guix-commits |
Subject: |
34/53: gnu: libwnck: Update to 3.32.0. |
Date: |
Fri, 1 Nov 2019 22:18:46 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 86d51aab4bacdc28a6118103996c0275be9fa480
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 8b2f596..0243288 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+)
- 03/53: gnu: eog: Update to 3.32.2., (continued)
- 03/53: gnu: eog: Update to 3.32.2., guix-commits, 2019/11/01
- 01/53: gnu: adwaita-icon-theme: Update to 3.32.0., guix-commits, 2019/11/01
- 05/53: gnu: file-roller: Update to 3.32.1., guix-commits, 2019/11/01
- 09/53: gnu: gsettings-desktop-schemas: Update to 3.32.0., guix-commits, 2019/11/01
- 18/53: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/11/01
- 21/53: gnu: evolution-data-server: Update to 3.32.4., guix-commits, 2019/11/01
- 26/53: gnu: Add tracker-miners., guix-commits, 2019/11/01
- 45/53: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/11/01
- 52/53: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/01
- 48/53: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/11/01
- 34/53: gnu: libwnck: Update to 3.32.0.,
guix-commits <=
- 14/53: gnu: Add python-dbusmock., guix-commits, 2019/11/01
- 10/53: gnu: gnome-icon-theme: Update home page., guix-commits, 2019/11/01
- 22/53: gnu: evolution: Update to 3.32.4., guix-commits, 2019/11/01
- 31/53: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/01
- 15/53: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/11/01
- 17/53: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/01
- 06/53: gnu: gedit: Update to 3.32.2., guix-commits, 2019/11/01
- 23/53: gnu: Add pipewire., guix-commits, 2019/11/01
- 20/53: gnu: totem: Update to 3.32.1., guix-commits, 2019/11/01
- 11/53: gnu: gnome-desktop: Update to 3.32.2., guix-commits, 2019/11/01