guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/37: gnu: shotwell: Update to 0.30.4.


From: guix-commits
Subject: 28/37: gnu: shotwell: Update to 0.30.4.
Date: Sun, 14 Jul 2019 15:54:55 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit 2a5846efd5328c01bd3ab081e4d0bce51cccb788
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 081116d..fc5124d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4693,7 +4693,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 "/"
@@ -4701,16 +4701,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]