[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
293/331: gnu: gnome-screenshot: Update package definition.
From: |
guix-commits |
Subject: |
293/331: gnu: gnome-screenshot: Update package definition. |
Date: |
Fri, 14 Aug 2020 11:14:15 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 425574508d0ca3e6aeee696ea849992c622a1119
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Aug 6 14:54:00 2020 -0400
gnu: gnome-screenshot: Update package definition.
* gnu/packages/gnome.scm (gnome-screenshot) [version]: Update to 3.36.0.
[source]<origin>[sha256]: Modify base32.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add libxml2. Remove appstream-glib.
[inputs]: Add glib.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 392117b..be3eed6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10314,43 +10314,43 @@ packaged with the GNOME desktop.")
(define-public gnome-screenshot
(package
(name "gnome-screenshot")
- (version "3.34.0")
+ (version "3.36.0")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
(sha256
- (base32
- "1rmiq890j7gfn5mcz31xy6jfnnxgc17dq67bhn2k9m5ylbvza2n8"))))
+ (base32 "0rhj6fkpxfm26jv3vsn7yb2ybkc2k86ggy23nxa945q74y4msj9k"))))
(build-system meson-build-system)
(arguments
- '(#:phases
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache
- ;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "build-aux/postinstall.py"
- (("gtk-update-icon-cache") "true"))
+ (("gtk-update-icon-cache")
+ "true"))
#t)))))
(native-inputs
- `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
- ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
+ `(("glib:bin" ,glib "bin")
+ ("desktop-file-utils" ,desktop-file-utils)
("intltool" ,intltool)
- ("appstream-glib" ,appstream-glib)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("xmllint" ,libxml2)))
(inputs
- `(("gtk+" ,gtk+)
+ `(("glib" ,glib)
+ ("gtk+" ,gtk+)
("libcanberra" ,libcanberra)
- ("libx11" ,libx11)
- ("libxext" ,libxext)))
- (home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")
+ ("x11" ,libx11)
+ ("xext" ,libxext)))
(synopsis "Take pictures of your screen")
- (description
- "GNOME Screenshot is a utility used for taking screenshots of the entire
-screen, a window or a user defined area of the screen, with optional
-beautifying border effects.")
+ (description "GNOME-Screenshot is a small utility that takes a screenshot
of
+the whole desktop; the currently focused window; or an area of the screen.")
+ (home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")
(license license:gpl2+)))
(define-public dconf-editor
- 269/331: gnu: rust-peg@0.5.7: Remove duplicate definition., (continued)
- 269/331: gnu: rust-peg@0.5.7: Remove duplicate definition., guix-commits, 2020/08/14
- 271/331: gnu: rust-servo-arc: Remove duplicate definition., guix-commits, 2020/08/14
- 274/331: gnu: rust-cssparser-macros@0.6.0: Fix reference to rust-syn., guix-commits, 2020/08/14
- 276/331: gnu: rust-serial-test-derive@0.4.0: Fix reference to rust-syn., guix-commits, 2020/08/14
- 277/331: gnu: rust-rgb@0.8.20: Fix references to rust-bytemuck, rust-serde, rust-serde-json., guix-commits, 2020/08/14
- 279/331: gnu: gnome-desktop: Update package definition., guix-commits, 2020/08/14
- 281/331: gnu: gnome-font-viewer: Update package definition., guix-commits, 2020/08/14
- 284/331: gnu: libostree: Update package definition., guix-commits, 2020/08/14
- 288/331: gnu: gnome-keyring: Update package definition., guix-commits, 2020/08/14
- 290/331: gnu: gnome-menus: Update package definition., guix-commits, 2020/08/14
- 293/331: gnu: gnome-screenshot: Update package definition.,
guix-commits <=
- 296/331: gnu: gnome-shell-extensions: Update package definition., guix-commits, 2020/08/14
- 299/331: gnu: gnome-themes-extra: Update package definition., guix-commits, 2020/08/14
- 297/331: gnu: gnome-system-monitor: Update package extensions., guix-commits, 2020/08/14
- 308/331: gnu: Add brltty., guix-commits, 2020/08/14
- 313/331: gnu: libmusicbrainz: Propagate inputs., guix-commits, 2020/08/14
- 319/331: gnu: Add egl-wayland., guix-commits, 2020/08/14
- 321/331: gnu: gjs: Update package definition., guix-commits, 2020/08/14
- 309/331: gnu: orca: Update package definition., guix-commits, 2020/08/14
- 312/331: gnu: simple-scan: Update package definition., guix-commits, 2020/08/14
- 314/331: gnu: sushi: Update package definition., guix-commits, 2020/08/14