* [bug#71839] [PATCH 0/2] Update Komikku to 1.46.0
@ 2024-06-29 8:54 Liliana Marie Prikler
2024-06-29 8:51 ` [bug#71837] [PATCH 1/2] gnu: libadwaita: Update to 1.5.2 Liliana Marie Prikler
2024-06-29 8:51 ` [bug#71837] [PATCH 2/2] gnu: komikku: Update to 1.46.0 Liliana Marie Prikler
0 siblings, 2 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2024-06-29 8:54 UTC (permalink / raw)
To: 71839
Hi Guix,
yes, you read right, 1.46, we skip 10 minor versions.
There's been a move from Gitlab to Codeberg that our updater missed,
so we'd see the current one as most recent.
There are newer versions, but they depend on the hitherto unpackaged
python-pillow-heif (I tried building it, but the tests… yikes!)
Anyhow, here's to reading some more manga ;)
Liliana Marie Prikler (2):
gnu: libadwaita: Update to 1.5.2.
gnu: komikku: Update to 1.46.0.
gnu/packages/gnome.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
base-commit: 0bce74d458a343e61d054c4b25d6f67bd1086f3c
--
2.45.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#71837] [PATCH 1/2] gnu: libadwaita: Update to 1.5.2.
2024-06-29 8:54 [bug#71839] [PATCH 0/2] Update Komikku to 1.46.0 Liliana Marie Prikler
@ 2024-06-29 8:51 ` Liliana Marie Prikler
2024-06-29 8:51 ` [bug#71837] [PATCH 2/2] gnu: komikku: Update to 1.46.0 Liliana Marie Prikler
1 sibling, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2024-06-29 8:51 UTC (permalink / raw)
To: 71837
* gnu/packages/gnome.scm (libadwaita): Update to 1.5.2.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b4caaf29a7..988a39c87b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13752,7 +13752,7 @@ (define-public ocrfeeder
(define-public libadwaita
(package
(name "libadwaita")
- (version "1.4.0")
+ (version "1.5.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libadwaita/"
@@ -13760,7 +13760,7 @@ (define-public libadwaita
"libadwaita-" version ".tar.xz"))
(sha256
(base32
- "1hj7kxza6263x662v4ffndlz8dhfx19cz3y4iwhnhdflaj50j6p5"))))
+ "05icswk84kf4pbcybv8j9r9n98q1dgr1m7zn6k72p4dlbh0fxyn9"))))
(build-system meson-build-system)
(arguments
`(#:phases
--
2.45.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#71837] [PATCH 2/2] gnu: komikku: Update to 1.46.0.
2024-06-29 8:54 [bug#71839] [PATCH 0/2] Update Komikku to 1.46.0 Liliana Marie Prikler
2024-06-29 8:51 ` [bug#71837] [PATCH 1/2] gnu: libadwaita: Update to 1.5.2 Liliana Marie Prikler
@ 2024-06-29 8:51 ` Liliana Marie Prikler
1 sibling, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2024-06-29 8:51 UTC (permalink / raw)
To: 71837
* 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”.
---
gnu/packages/gnome.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 988a39c87b..238d1631ce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13510,17 +13510,17 @@ (define-public gnome-builder
(define-public komikku
(package
(name "komikku")
- (version "1.34.2")
+ (version "1.46.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://gitlab.com/valos/Komikku/")
+ (url "https://codeberg.org/valos/Komikku/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "044m3z7h1hi2avx4z6qgjzhgn1fkf1iclxhr4j7pb6flbqvwnxhs"))))
+ "1ggg4hgd1kyc69b06kcgvvjwmz72xgjakva19gs3nrszr4cinank"))))
(build-system meson-build-system)
(arguments
(list
@@ -13580,7 +13580,7 @@ (define-public komikku
`(,glib "bin")
gobject-introspection
pkg-config))
- (home-page "https://gitlab.com/valos/Komikku")
+ (home-page "https://apps.gnome.org/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.")
--
2.45.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-29 21:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 8:54 [bug#71839] [PATCH 0/2] Update Komikku to 1.46.0 Liliana Marie Prikler
2024-06-29 8:51 ` [bug#71837] [PATCH 1/2] gnu: libadwaita: Update to 1.5.2 Liliana Marie Prikler
2024-06-29 8:51 ` [bug#71837] [PATCH 2/2] gnu: komikku: Update to 1.46.0 Liliana Marie Prikler
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).