From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 74702@debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler@gmail.com>,
Maxim Cournoyer <maxim.cournoyer@gmail.com>,
Vivien Kraus <vivien@planete-kraus.eu>
Subject: [bug#74702] [PATCH 3/4] gnu: komikku: Update to 1.57.0.
Date: Thu, 5 Dec 2024 17:50:00 +0100 [thread overview]
Message-ID: <8e99fac6d553aee40e8b5f6d8ba32cc3e37dac79.1733413402.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1733413402.git.liliana.prikler@gmail.com>
* gnu/packages/gnome.scm (komikku): Update to 1.57.0.
[inputs]: Add python-pillow-heif.
[native-search-paths]: Add KOMIKKU_SERVERS_PATH.
---
gnu/packages/gnome.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 73b0b6b895..ae0e1f4783 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13564,7 +13564,7 @@ (define-public gnome-builder
(define-public komikku
(package
(name "komikku")
- (version "1.46.0")
+ (version "1.57.0")
(source
(origin
(method git-fetch)
@@ -13574,7 +13574,7 @@ (define-public komikku
(file-name (git-file-name name version))
(sha256
(base32
- "1ggg4hgd1kyc69b06kcgvvjwmz72xgjakva19gs3nrszr4cinank"))))
+ "0z8sigv1a8a96y0hgm21j4qmpy06ziqw8yhlgbp8kbg70g5yhrbg"))))
(build-system meson-build-system)
(arguments
(list
@@ -13622,6 +13622,7 @@ (define-public komikku
python-natsort
python-piexif
python-pillow
+ python-pillow-heif
python-pure-protobuf
python-pycairo
python-pygobject
@@ -13641,7 +13642,10 @@ (define-public komikku
(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
--
2.46.0
next prev parent reply other threads:[~2024-12-05 17:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 16:50 [bug#74702] [PATCH 0/4] Update komikku to 1.57.0 Liliana Marie Prikler
2024-12-05 16:50 ` [bug#74702] [PATCH 4/4] gnu: Add komikku-servers Liliana Marie Prikler
2024-12-09 0:37 ` Maxim Cournoyer
2024-12-10 19:54 ` Liliana Marie Prikler
2024-12-11 2:40 ` Maxim Cournoyer
2024-12-05 16:50 ` Liliana Marie Prikler [this message]
2024-12-09 0:31 ` [bug#74702] [PATCH 3/4] gnu: komikku: Update to 1.57.0 Maxim Cournoyer
2024-12-05 16:50 ` [bug#74702] [PATCH 2/4] gnu: Add python-pillow-heif Liliana Marie Prikler
2024-12-05 16:50 ` [bug#74702] [PATCH 1/4] gnu: python-pillow: Update to 11.0.0 Liliana Marie Prikler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8e99fac6d553aee40e8b5f6d8ba32cc3e37dac79.1733413402.git.liliana.prikler@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=74702@debbugs.gnu.org \
--cc=maxim.cournoyer@gmail.com \
--cc=vivien@planete-kraus.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.