diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-12-05 14:04:00 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-22 20:29:00 +0100 |
commit | 0065e6ff3e05f765b756c022e4da6da520f28a35 (patch) | |
tree | 4d1672d96e88439567b692c0d8b0b21aef2283d0 | |
parent | e81ec3314e06ad6aab1555737cf8c58098bc600e (diff) |
gnu: komikku: Update to 1.57.0.
* gnu/packages/gnome.scm (komikku): Update to 1.57.0.
[inputs]: Add python-pillow-heif.
[native-search-paths]: Add KOMIKKU_SERVERS_PATH.
-rw-r--r-- | gnu/packages/gnome.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 36170606d7..32f9b86b69 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13641,7 +13641,7 @@ profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "1.46.0") + (version "1.57.0") (source (origin (method git-fetch) @@ -13651,7 +13651,7 @@ profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1ggg4hgd1kyc69b06kcgvvjwmz72xgjakva19gs3nrszr4cinank")))) + "0z8sigv1a8a96y0hgm21j4qmpy06ziqw8yhlgbp8kbg70g5yhrbg")))) (build-system meson-build-system) (arguments (list @@ -13699,6 +13699,7 @@ profiler via Sysprof, debugging support, and more.") python-natsort python-piexif python-pillow + python-pillow-heif python-pure-protobuf python-pycairo python-pygobject @@ -13718,7 +13719,10 @@ profiler via Sysprof, debugging support, and more.") (synopsis "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.") - (license license:gpl3+))) + (license license:gpl3+) + (native-search-paths (list (search-path-specification + (variable "KOMIKKU_SERVERS_PATH") + (files '("lib/komikku/servers"))))))) (define-public libgda (package |