Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Komikku: update to 1.47.0, adopt.
@ 2024-06-04 15:03 fanyx
  2024-06-11 15:28 ` chrysos349
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: fanyx @ 2024-06-04 15:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

There is a new pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.47.0, adopt.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Crossbuilds are currently failing.

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
-->

A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1735 bytes --]

From 6a1096734cbc57a2250da1bf96d8d4d7014c6779 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.47.0.

---
 srcpkgs/Komikku/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..4d02b0df688d59 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.47.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,8 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=5772d71b5644673b139d23a05dd5e3b79fe65c3da22fe1f76b620b28e4371a39

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Komikku: update to 1.47.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
@ 2024-06-11 15:28 ` chrysos349
  2024-06-11 16:35 ` [PR PATCH] [Updated] " fanyx
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: chrysos349 @ 2024-06-11 15:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/50681#issuecomment-2161051512

Comment:
> Crossbuilds are currently failing.

```bash
if [ "$CROSS_BUILD" ]; then
	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
fi
```

> I tested the changes in this PR: **briefly**

did you? there are two more runtime deps:
- #50777
- #50776

p.s. actually, there is one more runtime dep (`python3-curl_cffi`), but it's optional (required by two servers).

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.47.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
  2024-06-11 15:28 ` chrysos349
@ 2024-06-11 16:35 ` fanyx
  2024-06-11 16:50 ` fanyx
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-06-11 16:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.47.0, adopt.
Komikku migrated to codeberg.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Crossbuilds are currently failing.

<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
-->

A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1847 bytes --]

From 695ab8a30b6ed3343eec2647ef1f82a18a765f4f Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.47.0.

---
 srcpkgs/Komikku/template | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..0955cba8e388c7 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.47.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=5772d71b5644673b139d23a05dd5e3b79fe65c3da22fe1f76b620b28e4371a39
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Komikku: update to 1.47.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
  2024-06-11 15:28 ` chrysos349
  2024-06-11 16:35 ` [PR PATCH] [Updated] " fanyx
@ 2024-06-11 16:50 ` fanyx
  2024-06-21 21:16 ` [PR PATCH] [Updated] " fanyx
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-06-11 16:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/50681#issuecomment-2161209608

Comment:
> > I tested the changes in this PR: **briefly**
> 
> did you? there are two more runtime deps:

Eh, yeah i didn't test runtime. Was away from my main pc while i noticed this was out of date.
Ty for noticing and creating PRs for the packages. I only would've gotten around to it on the weekend.

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.47.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (2 preceding siblings ...)
  2024-06-11 16:50 ` fanyx
@ 2024-06-21 21:16 ` fanyx
  2024-06-21 21:21 ` [PR PATCH] [Updated] Komikku: update to 1.48.1, adopt fanyx
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-06-21 21:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.47.0, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1735 bytes --]

From 11f83ce508194dc9a65dc7e223804045db1ef694 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.48.1.

---
 srcpkgs/Komikku/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..83f7f6ad9d4b2e 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.48.1
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,8 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=26b1960ce51685bbedc2c085b0acd6249ead4b29e59ecd9a94cf2a1f1513cca2

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.48.1, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (3 preceding siblings ...)
  2024-06-21 21:16 ` [PR PATCH] [Updated] " fanyx
@ 2024-06-21 21:21 ` fanyx
  2024-06-25  4:12 ` shnaps
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-06-21 21:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.48.1, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1847 bytes --]

From 8aa4289ba2797db9a9defe72f0066087b3528624 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.48.1.

---
 srcpkgs/Komikku/template | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..4cbd53017c6ca6 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.48.1
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=26b1960ce51685bbedc2c085b0acd6249ead4b29e59ecd9a94cf2a1f1513cca2
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Komikku: update to 1.48.1, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (4 preceding siblings ...)
  2024-06-21 21:21 ` [PR PATCH] [Updated] Komikku: update to 1.48.1, adopt fanyx
@ 2024-06-25  4:12 ` shnaps
  2024-07-13 15:42 ` [PR PATCH] [Updated] " fanyx
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: shnaps @ 2024-06-25  4:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

New comment by shnaps on void-packages repository

https://github.com/void-linux/void-packages/pull/50681#issuecomment-2187936013

Comment:
Just my 2 cents: your template should run fine after you add the rest of the runtime dependencies. I've been using my personal template for almost a year now, it has all the same stuff (except when they bumped gnome version, then I was just waiting for void to get up to date).

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.48.1, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (5 preceding siblings ...)
  2024-06-25  4:12 ` shnaps
@ 2024-07-13 15:42 ` fanyx
  2024-07-25 18:30 ` fanyx
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-07-13 15:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.48.1, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1847 bytes --]

From af4dcab10a12fa2895dd3528eab5b322e3a6f98a Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.48.1.

---
 srcpkgs/Komikku/template | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..7dd37d92942b1b 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.51.1
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=306428c2cb5abfa6008d768e9b7477428ecf86a16267c2096d8e90752e5bd09d
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.48.1, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (6 preceding siblings ...)
  2024-07-13 15:42 ` [PR PATCH] [Updated] " fanyx
@ 2024-07-25 18:30 ` fanyx
  2024-08-15  9:23 ` [PR PATCH] [Updated] Komikku: update to 1.51.1, adopt fanyx
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-07-25 18:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.48.1, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1896 bytes --]

From 2e4f66944bce448498bfbf20011f7b9cad97596d Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.51.1.

---
 srcpkgs/Komikku/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..23c4a6a341ace8 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.51.1
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
-homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+homepage="https://codeberg.org/valos/Komikku"
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=306428c2cb5abfa6008d768e9b7477428ecf86a16267c2096d8e90752e5bd09d
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.51.1, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (7 preceding siblings ...)
  2024-07-25 18:30 ` fanyx
@ 2024-08-15  9:23 ` fanyx
  2024-08-27 10:46 ` [PR PATCH] [Updated] Komikku: update to 1.55.0, adopt fanyx
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-08-15  9:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.51.1, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1896 bytes --]

From a008379421f8b5305da5ca271ae3342c5e2a1096 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.53.0.

---
 srcpkgs/Komikku/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..a860e6a677c1ff 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.53.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
-homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+homepage="https://codeberg.org/valos/Komikku"
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=92bd08a00d66532ca3c35823d350fc4480f9939c8d0ac7c3ba5c88559b3457a3
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.55.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (8 preceding siblings ...)
  2024-08-15  9:23 ` [PR PATCH] [Updated] Komikku: update to 1.51.1, adopt fanyx
@ 2024-08-27 10:46 ` fanyx
  2024-09-12 12:54 ` fanyx
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-08-27 10:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.55.0, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1896 bytes --]

From e02249809c1f8a2299ce5e1ede75058644d8eba6 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.55.0.

---
 srcpkgs/Komikku/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..9f2fa9ab956df2 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.55.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
-homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+homepage="https://codeberg.org/valos/Komikku"
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=9f31ca7b7f96b122b62ec66ae4a11d802e64654b84e52fd6c8b7a0e94a6d2b80
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.55.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (9 preceding siblings ...)
  2024-08-27 10:46 ` [PR PATCH] [Updated] Komikku: update to 1.55.0, adopt fanyx
@ 2024-09-12 12:54 ` fanyx
  2024-09-19  8:36 ` [PR PATCH] [Updated] Komikku: update to 1.57.0, adopt fanyx
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-09-12 12:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.55.0, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1896 bytes --]

From 3adf8cb69cf2d4bd8549c9267635fedf71f03d4c Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.57.0.

---
 srcpkgs/Komikku/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..afae3d40439a9e 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.57.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
-homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+homepage="https://codeberg.org/valos/Komikku"
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=4f42894d99077c1a9db671227608a699d712ea9b8fc64ff3be19894739123c45
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.57.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (10 preceding siblings ...)
  2024-09-12 12:54 ` fanyx
@ 2024-09-19  8:36 ` fanyx
  2024-10-20 11:44 ` [PR PATCH] [Updated] Komikku: update to 1.59.0, adopt fanyx
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-09-19  8:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.57.0, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1896 bytes --]

From 70dd36ce974522e42067e588b986efd2b2c78e14 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.59.0.

---
 srcpkgs/Komikku/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..b3fab3ef6d2adc 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.59.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
-homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+homepage="https://codeberg.org/valos/Komikku"
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=9b81bc238c7b12c6bd5f5071819afe4d3343dc7fa298b117791ed2b853b03b59
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.59.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (11 preceding siblings ...)
  2024-09-19  8:36 ` [PR PATCH] [Updated] Komikku: update to 1.57.0, adopt fanyx
@ 2024-10-20 11:44 ` fanyx
  2024-12-19 19:07 ` [PR PATCH] [Updated] Komikku: update to 1.60.0, adopt fanyx
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-10-20 11:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.59.0, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

- [x] `libadwaita-1.6.0`

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1896 bytes --]

From 9f73796075cdcd574921f980ad766986f052b773 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.60.0.

---
 srcpkgs/Komikku/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 822fe4b47d681c..b090a51a85fb50 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=2
+version=1.60.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
-homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+homepage="https://codeberg.org/valos/Komikku"
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=df62598b7af5e5e1dfc4a58fe369d2f003a1d8b6d6c25615e590150eb157a80b
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.60.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (12 preceding siblings ...)
  2024-10-20 11:44 ` [PR PATCH] [Updated] Komikku: update to 1.59.0, adopt fanyx
@ 2024-12-19 19:07 ` fanyx
  2024-12-20 18:38 ` [PR PATCH] [Updated] Komikku: update to 1.66.0, adopt fanyx
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-12-19 19:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.60.0, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/50776

- [x] `libadwaita-1.6.0`

Ty @chrysos349 

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 1896 bytes --]

From 336a17fd6cc3662726aa6a635da898fc6c1d023a Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH] Komikku: update to 1.66.0.

---
 srcpkgs/Komikku/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index cc5d4cc6d24095..24997b414e99c6 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=3
+version=1.66.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
-homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+homepage="https://codeberg.org/valos/Komikku"
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=cd1340b7c2f050a10b74e2df30b607ac5107e4ecc16c25388e0858dc39e89711
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.66.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (13 preceding siblings ...)
  2024-12-19 19:07 ` [PR PATCH] [Updated] Komikku: update to 1.60.0, adopt fanyx
@ 2024-12-20 18:38 ` fanyx
  2025-01-28  9:56 ` [PR REVIEW] " oreo639
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2024-12-20 18:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.66.0, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777
- https://github.com/void-linux/void-packages/pull/53588

Ty @chrysos349

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 3064 bytes --]

From 1c309adbeb1985dfeb1d2d5df770cbb16b00c81a Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH 1/2] Komikku: update to 1.66.0.

---
 srcpkgs/Komikku/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index cc5d4cc6d24095..24997b414e99c6 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,10 +1,11 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=3
+version=1.66.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
@@ -13,8 +14,12 @@ depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brot
  python3-piexif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
-homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+homepage="https://codeberg.org/valos/Komikku"
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=cd1340b7c2f050a10b74e2df30b607ac5107e4ecc16c25388e0858dc39e89711
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

From 7f38dbdea83198e796bed63622019122842a98b2 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 19 Dec 2024 20:08:48 +0100
Subject: [PATCH 2/2] New package: python3-colorthief-0.2.1

---
 srcpkgs/python3-colorthief/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-colorthief/template

diff --git a/srcpkgs/python3-colorthief/template b/srcpkgs/python3-colorthief/template
new file mode 100644
index 00000000000000..14adef8e366fbd
--- /dev/null
+++ b/srcpkgs/python3-colorthief/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-colorthief'
+pkgname=python3-colorthief
+version=0.2.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Pillow"
+short_desc="Python module for grabbing the color palette from an image"
+maintainer="fanyx <fanyx@posteo.net>"
+license="BSD-3-Clause"
+homepage="https://github.com/fengsp/color-thief-py"
+distfiles="${PYPI_SITE}/c/colorthief/colorthief-${version}.tar.gz"
+checksum=079cb0c95bdd669c4643e2f7494de13b0b6029d5cdbe2d74d5d3c3386bd57221
+make_check=no # no tests
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR REVIEW] Komikku: update to 1.66.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (14 preceding siblings ...)
  2024-12-20 18:38 ` [PR PATCH] [Updated] Komikku: update to 1.66.0, adopt fanyx
@ 2025-01-28  9:56 ` oreo639
  2025-01-28  9:57 ` oreo639
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2025-01-28  9:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/50681#discussion_r1931855524

Comment:
Missing `python3-pillow_heif` and ` python3-colorthief`

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR REVIEW] Komikku: update to 1.66.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (15 preceding siblings ...)
  2025-01-28  9:56 ` [PR REVIEW] " oreo639
@ 2025-01-28  9:57 ` oreo639
  2025-01-28 10:13 ` [PR PATCH] [Updated] " fanyx
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2025-01-28  9:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/50681#discussion_r1931855524

Comment:
Missing `python3-pillow_heif` and `python3-colorthief`

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Updated] Komikku: update to 1.66.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (16 preceding siblings ...)
  2025-01-28  9:57 ` oreo639
@ 2025-01-28 10:13 ` fanyx
  2025-01-28 10:27 ` [PR REVIEW] Komikku: update to 1.68.0, adopt fanyx
  2025-01-29  1:33 ` [PR PATCH] [Merged]: " oreo639
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2025-01-28 10:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

There is an updated pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages komikku
https://github.com/void-linux/void-packages/pull/50681

Komikku: update to 1.66.0, adopt.
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777

Ty @chrysos349

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/50681.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-50681.patch --]
[-- Type: text/x-diff, Size: 3169 bytes --]

From 9bc045389b778a0ded6c0f47734c5ce023cd1a3c Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 4 Jun 2024 16:11:19 +0200
Subject: [PATCH 1/2] Komikku: update to 1.68.0.

---
 srcpkgs/Komikku/template | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index cc5d4cc6d24095..2d0fe0ae4bece9 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,20 +1,25 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=1.21.1
-revision=3
+version=1.68.0
+revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel gobject-introspection pkg-config
- desktop-file-utils gtk-update-icon-cache"
+build_helper=gir
+hostmakedepends="gettext glib-devel pkg-config desktop-file-utils
+ gtk-update-icon-cache blueprint-compiler"
 makedepends="gtk4-devel libadwaita-devel"
 depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4 python3-Brotli
  python3-Pillow python3-Unidecode python3-requests python3-dateparser
  python3-gobject python3-keyring python3-lxml python3-magic python3-rarfile
  python3-natsort python3-pure-protobuf python3-emoji libwebkitgtk60
- python3-piexif"
+ python3-piexif python3-colorthief python3-pillow_heif"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="GPL-3.0-or-later"
-homepage="https://gitlab.com/valos/Komikku"
-distfiles="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=303919974aa860b542e486d0321149a882f3f667309b2216899ea5f1633c860f
+homepage="https://codeberg.org/valos/Komikku"
+distfiles="https://codeberg.org/valos/Komikku/archive/v${version}.tar.gz"
+checksum=d6db52db72da5d4c35b81b8e17ab9154cea7b8e03f96be2f4802cea6fbc3c692
+
+if [ "$CROSS_BUILD" ]; then
+	export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+fi

From 24ad7a4be95f3f8ce5b4bf09545c2ea08c5685dc Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 19 Dec 2024 20:08:48 +0100
Subject: [PATCH 2/2] New package: python3-colorthief-0.2.1

---
 srcpkgs/python3-colorthief/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-colorthief/template

diff --git a/srcpkgs/python3-colorthief/template b/srcpkgs/python3-colorthief/template
new file mode 100644
index 00000000000000..14adef8e366fbd
--- /dev/null
+++ b/srcpkgs/python3-colorthief/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-colorthief'
+pkgname=python3-colorthief
+version=0.2.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Pillow"
+short_desc="Python module for grabbing the color palette from an image"
+maintainer="fanyx <fanyx@posteo.net>"
+license="BSD-3-Clause"
+homepage="https://github.com/fengsp/color-thief-py"
+distfiles="${PYPI_SITE}/c/colorthief/colorthief-${version}.tar.gz"
+checksum=079cb0c95bdd669c4643e2f7494de13b0b6029d5cdbe2d74d5d3c3386bd57221
+make_check=no # no tests
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR REVIEW] Komikku: update to 1.68.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (17 preceding siblings ...)
  2025-01-28 10:13 ` [PR PATCH] [Updated] " fanyx
@ 2025-01-28 10:27 ` fanyx
  2025-01-29  1:33 ` [PR PATCH] [Merged]: " oreo639
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2025-01-28 10:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New review comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/50681#discussion_r1931911896

Comment:
sorry, missed to update the depends

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [PR PATCH] [Merged]: Komikku: update to 1.68.0, adopt.
  2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
                   ` (18 preceding siblings ...)
  2025-01-28 10:27 ` [PR REVIEW] Komikku: update to 1.68.0, adopt fanyx
@ 2025-01-29  1:33 ` oreo639
  19 siblings, 0 replies; 21+ messages in thread
From: oreo639 @ 2025-01-29  1:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

There's a merged pull request on the void-packages repository

Komikku: update to 1.68.0, adopt.
https://github.com/void-linux/void-packages/pull/50681

Description:
Komikku migrated to codeberg.

#### Merge first:
- https://github.com/void-linux/void-packages/pull/50777

Ty @chrysos349

#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2025-01-29  1:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04 15:03 [PR PATCH] Komikku: update to 1.47.0, adopt fanyx
2024-06-11 15:28 ` chrysos349
2024-06-11 16:35 ` [PR PATCH] [Updated] " fanyx
2024-06-11 16:50 ` fanyx
2024-06-21 21:16 ` [PR PATCH] [Updated] " fanyx
2024-06-21 21:21 ` [PR PATCH] [Updated] Komikku: update to 1.48.1, adopt fanyx
2024-06-25  4:12 ` shnaps
2024-07-13 15:42 ` [PR PATCH] [Updated] " fanyx
2024-07-25 18:30 ` fanyx
2024-08-15  9:23 ` [PR PATCH] [Updated] Komikku: update to 1.51.1, adopt fanyx
2024-08-27 10:46 ` [PR PATCH] [Updated] Komikku: update to 1.55.0, adopt fanyx
2024-09-12 12:54 ` fanyx
2024-09-19  8:36 ` [PR PATCH] [Updated] Komikku: update to 1.57.0, adopt fanyx
2024-10-20 11:44 ` [PR PATCH] [Updated] Komikku: update to 1.59.0, adopt fanyx
2024-12-19 19:07 ` [PR PATCH] [Updated] Komikku: update to 1.60.0, adopt fanyx
2024-12-20 18:38 ` [PR PATCH] [Updated] Komikku: update to 1.66.0, adopt fanyx
2025-01-28  9:56 ` [PR REVIEW] " oreo639
2025-01-28  9:57 ` oreo639
2025-01-28 10:13 ` [PR PATCH] [Updated] " fanyx
2025-01-28 10:27 ` [PR REVIEW] Komikku: update to 1.68.0, adopt fanyx
2025-01-29  1:33 ` [PR PATCH] [Merged]: " oreo639

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 NNTP newsgroup(s).