[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/63: gnu: libwnck: Update to 3.32.0.
From: |
guix-commits |
Subject: |
34/63: gnu: libwnck: Update to 3.32.0. |
Date: |
Thu, 7 Nov 2019 09:57:44 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 1f9b224a5cc744464f59146c935d891c3b7986a9
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 e3b393f..cf49f8b 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+)
- 09/63: gnu: gsettings-desktop-schemas: Update to 3.32.0., (continued)
- 09/63: gnu: gsettings-desktop-schemas: Update to 3.32.0., guix-commits, 2019/11/07
- 06/63: gnu: gedit: Update to 3.32.2., guix-commits, 2019/11/07
- 16/63: gnu: grilo: Update to 0.3.9., guix-commits, 2019/11/07
- 14/63: gnu: Add python-dbusmock., guix-commits, 2019/11/07
- 15/63: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/11/07
- 26/63: gnu: Add tracker-miners., guix-commits, 2019/11/07
- 20/63: gnu: totem: Update to 3.32.1., guix-commits, 2019/11/07
- 17/63: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/07
- 18/63: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/11/07
- 19/63: gnu: python2-pylint: Update to 1.9.5., guix-commits, 2019/11/07
- 34/63: gnu: libwnck: Update to 3.32.0.,
guix-commits <=
- 35/63: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/11/07
- 41/63: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/07
- 33/63: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/11/07
- 36/63: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/11/07
- 37/63: gnu: gnome-sudoku: Update to 3.32.0., guix-commits, 2019/11/07
- 39/63: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/11/07
- 21/63: gnu: evolution-data-server: Update to 3.32.4., guix-commits, 2019/11/07
- 23/63: gnu: Add pipewire., guix-commits, 2019/11/07
- 28/63: gnu: gnome-screenshot: Update to 3.32.0., guix-commits, 2019/11/07
- 24/63: gnu: mutter: Update to 3.32.2., guix-commits, 2019/11/07