guix-commits
[Top][All Lists]
Advanced

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

58/74: gnu: gnome-screenshot: Update to 3.26.0.


From: guix-commits
Subject: 58/74: gnu: gnome-screenshot: Update to 3.26.0.
Date: Fri, 30 Nov 2018 09:07:25 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 10f9889d9844e1a640f14b39d2e4d8c95b38532d
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 17:05:24 2018 +0200

    gnu: gnome-screenshot: Update to 3.26.0.
    
    * gnu/packages/gnome.scm (gnome-screenshot): Update to 3.26.0.
    [build-system]: Use meson-build-system.
    [native-inputs]: Add gtk+:bin, desktop-file-utils, and appstream-glib.
---
 gnu/packages/gnome.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 22c723d..8a2bd45 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5953,7 +5953,7 @@ can add your own files to the collection.")
 (define-public gnome-screenshot
   (package
     (name "gnome-screenshot")
-    (version "3.22.0")
+    (version "3.26.0")
     (source
      (origin
        (method url-fetch)
@@ -5962,11 +5962,14 @@ can add your own files to the collection.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0c02n1hgv21m4082jx399b1yazsc0cr07ba8k0pv8v3w7i5z21ca"))))
-    (build-system glib-or-gtk-build-system)
+         "1fy8fjl29i3xhj8caik03d3za06x96xgkk8r4fwz88iqbmci3g0v"))))
+    (build-system meson-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
+       ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
+       ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
        ("intltool" ,intltool)
+       ("appstream-glib" ,appstream-glib)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("gtk+" ,gtk+)



reply via email to

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