gnu: komikku: Update to 1.46.0.
* gnu/packages/gnome.scm (komikku): Update to 1.46.0. [source]: Use “https://codeberg.org” for the URL. [home-page]: Use “https://apps.gnome.org/Komikku”. [#:phases]<python-and-gi-wrap>: Also wrap GDK_PIXBUF_MODULE_FILE. [inputs]: Add webp-pixbuf-loader.
This commit is contained in:
parent
08a551136b
commit
4ac22b897d
1 changed files with 9 additions and 6 deletions
|
@ -13510,17 +13510,17 @@ profiler via Sysprof, debugging support, and more.")
|
||||||
(define-public komikku
|
(define-public komikku
|
||||||
(package
|
(package
|
||||||
(name "komikku")
|
(name "komikku")
|
||||||
(version "1.34.2")
|
(version "1.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/valos/Komikku/")
|
(url "https://codeberg.org/valos/Komikku/")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"044m3z7h1hi2avx4z6qgjzhgn1fkf1iclxhr4j7pb6flbqvwnxhs"))))
|
"1ggg4hgd1kyc69b06kcgvvjwmz72xgjakva19gs3nrszr4cinank"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -13546,7 +13546,9 @@ profiler via Sysprof, debugging support, and more.")
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(wrap-program (search-input-file outputs "bin/komikku")
|
(wrap-program (search-input-file outputs "bin/komikku")
|
||||||
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
|
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
|
||||||
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))))))
|
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))
|
||||||
|
`("GDK_PIXBUF_MODULE_FILE" =
|
||||||
|
(,(getenv "GDK_PIXBUF_MODULE_FILE")))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
gtk
|
gtk
|
||||||
|
@ -13572,7 +13574,8 @@ profiler via Sysprof, debugging support, and more.")
|
||||||
python-rarfile
|
python-rarfile
|
||||||
python-requests
|
python-requests
|
||||||
python-unidecode
|
python-unidecode
|
||||||
webkitgtk))
|
webkitgtk
|
||||||
|
webp-pixbuf-loader))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list blueprint-compiler
|
(list blueprint-compiler
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
|
@ -13580,7 +13583,7 @@ profiler via Sysprof, debugging support, and more.")
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(home-page "https://gitlab.com/valos/Komikku")
|
(home-page "https://apps.gnome.org/Komikku")
|
||||||
(synopsis "Manga reader for GNOME")
|
(synopsis "Manga reader for GNOME")
|
||||||
(description "Komikku is an online/offline manga reader for GNOME,
|
(description "Komikku is an online/offline manga reader for GNOME,
|
||||||
developed with the aim of being used with the Librem 5 phone.")
|
developed with the aim of being used with the Librem 5 phone.")
|
||||||
|
|
Reference in a new issue