me
/
guix
Archived
1
0
Fork 0

gnu: lollypop: Update to 1.4.24.

* gnu/packages/gnome.scm (lollypop): Update to 1.4.24.
[native-inputs]: Remove INTLTOOL and ITSTOOL.  Add GETTEXT-MINIMAL.
master
Marius Bakke 2021-12-07 22:12:24 +01:00
parent 2b8b89b7ab
commit ddcec589bc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 4 deletions

View File

@ -10342,14 +10342,14 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
(define-public lollypop (define-public lollypop
(package (package
(name "lollypop") (name "lollypop")
(version "1.4.6") (version "1.4.24")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://adishatz.org/lollypop/" (uri (string-append "https://adishatz.org/lollypop/"
"lollypop-" version ".tar.xz")) "lollypop-" version ".tar.xz"))
(sha256 (sha256
(base32 "1hlahr50gsagx1ifcdk4yn43xps6w0vqn0gnd6xckfc7qmg1pgq7")))) (base32 "10cw3x75siibmnbh4zhfmf2vd08fqjs3lj3l4wpk6zj9h22ncfxw"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:imported-modules `(#:imported-modules
@ -10373,8 +10373,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
(add-after 'install 'wrap-python (add-after 'install 'wrap-python
(assoc-ref python:%standard-phases 'wrap))))) (assoc-ref python:%standard-phases 'wrap)))))
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("gettext" ,gettext-minimal)
("itstool" ,itstool)
("glib:bin" ,glib "bin") ; For glib-compile-resources ("glib:bin" ,glib "bin") ; For glib-compile-resources
("gtk+:bin" ,gtk+ "bin") ; For gtk-update-icon-cache ("gtk+:bin" ,gtk+ "bin") ; For gtk-update-icon-cache
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))