Archived
1
0
Fork 0

gnu: surf: Update to 2.1.

* gnu/packages/suckless.scm (surf): Update to 2.1.
[inputs]: Add gcr.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-24 01:03:16 +02:00
parent 5b76cdae9d
commit 2bd09dd47f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7,7 +7,7 @@
;;; Copyright © 2015 Leo Famulari <leo@famulari.name> ;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2017 Alex Griffin <a@ajgrf.com> ;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20182021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -270,15 +270,14 @@ drawing.")
(define-public surf (define-public surf
(package (package
(name "surf") (name "surf")
(version "2.0") (version "2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.suckless.org/surf/surf-" (uri (string-append "https://dl.suckless.org/surf/surf-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0mrj0kp01bwrgrn4v298g81h6zyq64ijsg790di68nm21f985rbj"))))
"07cmajyafljigy10d21kkyvv5jf3hxkx06pz3rwwk3y3c9x4rvps"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
@ -297,6 +296,7 @@ drawing.")
#t))))) #t)))))
(inputs (inputs
`(("dmenu" ,dmenu) `(("dmenu" ,dmenu)
("gcr" ,gcr)
("glib-networking" ,glib-networking) ("glib-networking" ,glib-networking)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("webkitgtk" ,webkitgtk) ("webkitgtk" ,webkitgtk)