[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/61: gnu: gnome-screenshot: Update to 3.26.0.
From: |
guix-commits |
Subject: |
47/61: gnu: gnome-screenshot: Update to 3.26.0. |
Date: |
Sat, 9 Mar 2019 02:53:28 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit 8356aefafc9ccd40874b2eb46644d996a00b8fc2
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 ec26744..3e0d2f4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6091,7 +6091,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)
@@ -6100,11 +6100,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+)
- 42/61: gnu: libgnomekbd: Update to 3.26.0., (continued)
- 42/61: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/03/09
- 39/61: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/03/09
- 32/61: gnu: orca: Update to 3.28.1., guix-commits, 2019/03/09
- 28/61: gnu: librsvg: Build Vala bindings., guix-commits, 2019/03/09
- 46/61: gnu: gnome-clocks: Update to 3.28.0., guix-commits, 2019/03/09
- 49/61: gnu: gnome-bluetooth: Update to 3.28.0., guix-commits, 2019/03/09
- 58/61: gnu: cups-filters: Fix build with newer version of poppler., guix-commits, 2019/03/09
- 31/61: gnu: gjs: Update to 1.52.3., guix-commits, 2019/03/09
- 34/61: gnu: network-manager: Update to 1.10.10., guix-commits, 2019/03/09
- 29/61: gnu: gnome-mines: Update to 3.28.0., guix-commits, 2019/03/09
- 47/61: gnu: gnome-screenshot: Update to 3.26.0.,
guix-commits <=
- 44/61: gnu: gnome-calendar: Update to 3.28.2., guix-commits, 2019/03/09
- 50/61: gnu: nautilus: Update to 3.28.1., guix-commits, 2019/03/09
- 53/61: gnu: evolution-data-server: Update to 3.28.3., guix-commits, 2019/03/09
- 45/61: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/03/09
- 56/61: gnu: network-manager-applet: Update to 1.8.14., guix-commits, 2019/03/09
- 41/61: gnu: gnome-calculator: Update to 3.28.2., guix-commits, 2019/03/09
- 25/61: gnu: libgnome-games-support: Update to 1.4.1., guix-commits, 2019/03/09
- 26/61: gnu: gnome-keyring: Update to 3.28.2., guix-commits, 2019/03/09
- 52/61: gnu: gdm: Update to 3.28.2., guix-commits, 2019/03/09
- 60/61: gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdir., guix-commits, 2019/03/09