gnu: gpaste: Update to 44.1.
* gnu/packages/gnome-xyz.scm (gpaste): Update to 44.1. [native-inputs]: Replace GCR-3 with GCR. [inputs]: Replace GTK with GTK+. Add DESKTOP-FILE-UTILS. Remove LIBARCHIVE. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I9e9548a9e3393dfa4b9e7b64978418106fb25db1
This commit is contained in:
parent
e82dc389f5
commit
4d994f98a4
@ -1011,7 +1011,7 @@ dark, switch backgrounds and run custom commands at sunset and sunrise.")
|
|||||||
(define-public gpaste
|
(define-public gpaste
|
||||||
(package
|
(package
|
||||||
(name "gpaste")
|
(name "gpaste")
|
||||||
(version "42.2")
|
(version "44.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -1020,12 +1020,12 @@ dark, switch backgrounds and run custom commands at sunset and sunrise.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qq2p19p3r3lz8yfynpnf36cipv54bzdbmq1x5zgwhyl4yl41g28"))
|
"1amfr8hwf7401xa3fzaa8w17w3v3lxx0fkr7rqkkyfy57iavrykk"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "gpaste-fix-paths.patch"))))
|
(search-patches "gpaste-fix-paths.patch"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gcr-3
|
(list gcr
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
(list glib "bin") ; for glib-compile-resources
|
(list glib "bin") ; for glib-compile-resources
|
||||||
@ -1033,11 +1033,11 @@ dark, switch backgrounds and run custom commands at sunset and sunrise.")
|
|||||||
vala))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list appstream-glib
|
(list appstream-glib
|
||||||
|
desktop-file-utils ; for update-desktop-database
|
||||||
gjs
|
gjs
|
||||||
gtk
|
gtk+
|
||||||
mutter
|
mutter
|
||||||
libadwaita
|
libadwaita))
|
||||||
libarchive))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list #:glib-or-gtk? #true
|
(list #:glib-or-gtk? #true
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
Loading…
Reference in New Issue
Block a user