[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/47: gnu: cheese: Update to 3.34.0.
From: |
guix-commits |
Subject: |
46/47: gnu: cheese: Update to 3.34.0. |
Date: |
Mon, 23 Mar 2020 15:51:00 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 699d5595faa2305c57380a4c67306e0eafe037f0
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 23 13:00:36 2019 -0500
gnu: cheese: Update to 3.34.0.
* gnu/packages/gnome.scm (cheese): Update to 3.34.0.
[build-system]: Use meson-build-system.
[arguments]: Set #:glib-or-gtk? flag. Adjust 'skip-gtk-update-icon-cache'
phase and run it after the 'unpack' phase.
[native-inputs]: Add docbook-xsl, gtk-doc, and libxslt.
---
gnu/packages/gnome.scm | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 25842e5..926d6b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8967,7 +8967,7 @@ photo-booth-like software, such as Cheese.")
(define-public cheese
(package
(name "cheese")
- (version "3.32.1")
+ (version "3.34.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8975,16 +8975,17 @@ photo-booth-like software, such as Cheese.")
version ".tar.xz"))
(sha256
(base32
- "1xlmsm4zsx05ahvpd4mgy1hfhxbag0r5i6p63bksjxdligdd36kv"))))
+ "0wvyc9wb0avrprvm529m42y5fkv3lirdphqydc9jw0c8mh05d1ni"))))
(arguments
- ;; Tests require GDK.
- `(#:tests? #f
+ `(#:glib-or-gtk? #t
+ ;; Tests require GDK.
+ #:tests? #f
#:phases
(modify-phases %standard-phases
- (add-before 'install 'skip-gtk-update-icon-cache
+ (add-after 'unpack 'skip-gtk-update-icon-cache
(lambda _
;; Don't create 'icon-theme.cache'
- (substitute* "Makefile"
+ (substitute* "meson_post_install.py"
(("gtk-update-icon-cache") (which "true")))
#t))
(add-after 'install 'wrap-cheese
@@ -8994,12 +8995,15 @@ photo-booth-like software, such as Cheese.")
(wrap-program (string-append out "/bin/cheese")
`("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
#t)))))
- (build-system glib-or-gtk-build-system)
+ (build-system meson-build-system)
(native-inputs
- `(("glib:bin" ,glib "bin")
+ `(("docbook-xsl" ,docbook-xsl)
+ ("glib:bin" ,glib "bin")
+ ("gtk-doc" ,gtk-doc)
("intltool" ,intltool)
("itstool" ,itstool)
("libxml2" ,libxml2)
+ ("libxslt" ,libxslt)
("pkg-config" ,pkg-config)
("vala" ,vala)))
(propagated-inputs
- 28/47: gnu: gnome-terminal: Update to 3.34.2., (continued)
- 28/47: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/03/23
- 30/47: gnu: totem: Update to 3.34.1., guix-commits, 2020/03/23
- 33/47: gnu: telepathy-glib: Disable failing tests., guix-commits, 2020/03/23
- 34/47: gnu: gjs: Update to 1.58.3., guix-commits, 2020/03/23
- 21/47: gnu: gnome-contacts: Update to 3.34., guix-commits, 2020/03/23
- 20/47: gnu: folks: Update to 0.13.1., guix-commits, 2020/03/23
- 19/47: gnu: dbus-glib: Update to 0.110., guix-commits, 2020/03/23
- 32/47: gnu: gdm: Update to 3.34.1., guix-commits, 2020/03/23
- 39/47: gnu: devhelp: Update to 3.34.0., guix-commits, 2020/03/23
- 44/47: gnu: gnome-shell-extensions: Update to 3.34.2., guix-commits, 2020/03/23
- 46/47: gnu: cheese: Update to 3.34.0.,
guix-commits <=
- 47/47: gnu: gnome-maps: Update to 3.34.2., guix-commits, 2020/03/23
- 29/47: gnu: nautilus: Update to 3.34.2., guix-commits, 2020/03/23
- 31/47: gnu: mutter: Update to 3.34.2., guix-commits, 2020/03/23
- 37/47: gnu: gnome-mines: Update to 3.34.0., guix-commits, 2020/03/23
- 38/47: gnu: gnome-sudoku: Update to 3.34.1., guix-commits, 2020/03/23
- 40/47: gnu: gnome-klotski: Update to 3.34.0., guix-commits, 2020/03/23
- 36/47: gnu: seahorse: Update to 3.34., guix-commits, 2020/03/23
- 41/47: gnu: gnome-clocks: Update to 3.34.0., guix-commits, 2020/03/23
- 35/47: gnu: gnome-shell: Update to 3.34.2., guix-commits, 2020/03/23
- 42/47: gnu: gnome-calendar: Update to 3.34.2., guix-commits, 2020/03/23