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
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ 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] 7+ 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
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ 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] 7+ 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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ 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] 7+ 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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ 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] 7+ 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
  2024-06-25  4:12 ` shnaps
  5 siblings, 0 replies; 7+ 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] 7+ 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
  5 siblings, 0 replies; 7+ 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] 7+ 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
  5 siblings, 0 replies; 7+ 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] 7+ messages in thread

end of thread, other threads:[~2024-06-25  4:12 UTC | newest]

Thread overview: 7+ 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

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).