[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/16: gnu: shotwell: Update to 0.30.4.
From: |
guix-commits |
Subject: |
08/16: gnu: shotwell: Update to 0.30.4. |
Date: |
Mon, 15 Jul 2019 10:04:06 -0400 (EDT) |
kkebreau pushed a commit to branch core-updates
in repository guix.
commit 3b79afa6a83a2d68109afb8f85ab82596a531b3d
Author: Kei Kebreau <address@hidden>
Date: Fri Jul 5 00:42:15 2019 -0400
gnu: shotwell: Update to 0.30.4.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.4.
[build-system]: Use meson-build-system.
[arguments]: Set glib-or-gtk? flag.
[native-inputs]: Add desktop-file-utils. Remove itstool duplicate. Order
inputs alphabetically.
---
gnu/packages/gnome.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 04cd56f..9ccdcbd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4687,7 +4687,7 @@ metadata in photo and video files of various formats.")
(define-public shotwell
(package
(name "shotwell")
- (version "0.28.4")
+ (version "0.30.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4695,16 +4695,18 @@ metadata in photo and video files of various formats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "03k7n2kmzqn11kf3733w7m6xjh2b5q9xr84za2hli11fjymzaxm9"))))
- (build-system glib-or-gtk-build-system)
+ "1yiz3j0y2yg6985y3alb3hpkfbv68n8ibys5gpwcjdhmhf3czg5p"))))
+ (build-system meson-build-system)
+ (arguments
+ '(#:glib-or-gtk? #t))
(propagated-inputs
`(("dconf" ,dconf)))
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("itstool" ,itstool)
+ `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("gettext" ,gettext-minimal)
("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
("itstool" ,itstool)
+ ("pkg-config" ,pkg-config)
("vala" ,vala)))
(inputs
`(("glib:bin" ,glib "bin")
- branch core-updates updated (77425f0 -> 794ce8e), guix-commits, 2019/07/15
- 01/16: gnu: gcr: Update to 3.28.1., guix-commits, 2019/07/15
- 03/16: gnu: gjs: Update to 1.56.2., guix-commits, 2019/07/15
- 05/16: gnu: devhelp: Update to 3.30.1., guix-commits, 2019/07/15
- 02/16: gnu: gnome-tweaks: Update to 3.30.2., guix-commits, 2019/07/15
- 04/16: gnu: Add amtk., guix-commits, 2019/07/15
- 07/16: gnu: gexiv2: Update to 0.12.0., guix-commits, 2019/07/15
- 08/16: gnu: shotwell: Update to 0.30.4.,
guix-commits <=
- 06/16: gnu: gdm: Update to 3.30.3., guix-commits, 2019/07/15
- 09/16: gnu: cheese: Update to 3.30.0., guix-commits, 2019/07/15
- 10/16: gnu: gnome-screenshot: Update to 3.30.0., guix-commits, 2019/07/15
- 12/16: gnu: gnome-shell-extensions: Update to 3.30.1., guix-commits, 2019/07/15
- 11/16: gnu: orca: Update to 3.30.2., guix-commits, 2019/07/15
- 15/16: gnu: dconf-editor: Update to 3.30.2., guix-commits, 2019/07/15
- 14/16: gnu: gnome-clocks: Update to 3.30.1., guix-commits, 2019/07/15
- 16/16: gnu: libgweather: Update to 3.28.3., guix-commits, 2019/07/15
- 13/16: gnu: gnome-calendar: Update to 3.30.1., guix-commits, 2019/07/15