raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 99160bc71370f37b02052b51a3cd16c3b2f7af5b
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Aug 30 14:30:53 2021 +0200
gnu: scrot: Update to 1.6.
* gnu/packages/xdisorg.scm (scrot): Update to 1.6.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Add IMLIB2.
---
gnu/packages/xdisorg.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index acab64c..d960d26 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <[email protected]>
;;; Copyright © 2014 Eric Bavier <[email protected]>
;;; Copyright © 2014, 2015, 2016 Alex Kost <[email protected]>
-;;; Copyright © 2013, 2015, 2017, 2018, 2019 Ludovic Courtès <[email protected]>
+;;; Copyright © 2013, 2015, 2017, 2018, 2019, 2021y Ludovic Courtès
<[email protected]>
;;; Copyright © 2015, 2016 Mathieu Lirzin <[email protected]>
;;; Copyright © 2015 Alexander I.Grafov <[email protected]>
;;; Copyright © 2015 Andy Wingo <[email protected]>
@@ -766,7 +766,7 @@ move windows, switch between desktops, etc.).")
(define-public scrot
(package
(name "scrot")
- (version "1.5")
+ (version "1.6")
(source
(origin
(method git-fetch)
@@ -776,14 +776,16 @@ move windows, switch between desktops, etc.).")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0x64b7xqi5cbq29pb8s8r2kzbxaday1f5k0j70n3s2p7sahjxy72"))))
+ (base32 "1qanx2xx9m5l995csqzfcm1ks2nhk90zga1wzbkjjl75ga4iik2h"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
("autoconf-archive" ,autoconf-archive)
- ("automake" ,automake)))
+ ("automake" ,automake)
+ ("pkg-config" ,pkg-config)))
(inputs
`(("giblib" ,giblib)
+ ("imlib2" ,imlib2)
("libx11" ,libx11)
("libxcomposite" ,libxcomposite)
("libxext" ,libxext)