Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Komikku: update to 0.39.0.
@ 2022-07-24 15:52 Nathan-MV
  2022-07-24 15:56 ` paper42
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-24 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nathan-MV/void-packages Komikku-0.39.0
https://github.com/void-linux/void-packages/pull/38248

Komikku: update to 0.39.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

xlint, please..

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a9e297bfda21d70434aaee25f2ed9aebc25e941b Mon Sep 17 00:00:00 2001
From: Nathan-MV <67521199+Nathan-MV@users.noreply.github.com>
Date: Sun, 24 Jul 2022 12:51:55 -0300
Subject: [PATCH] Komikku: update to 0.39.0.

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..f04bcff1b469 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.37.0
+version=0.39.0
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -9,11 +9,12 @@ makedepends="gtk+3-devel libhandy1-devel glade3-devel"
 depends="gtk+3 libhandy1 libnotify libsecret python3-BeautifulSoup4
  python3-Pillow python3-Unidecode python3-cloudscraper python3-dateparser
  python3-gobject python3-keyring python3-lxml python3-magic
- python3-natsort python3-pure-protobuf"
+ python3-natsort python3-pure-protobuf python3-wheel python-pytz
+ webkit2gtk"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 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=f126d91a21663d60c502a45ad9171bad933255839bc17a20b2f6c83500dfc4bf
+checksum=73a5a4d82895dd114ebd558273d7f4f2bdd7f39694320299dd406a2e083f2433

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

* Re: Komikku: update to 0.39.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
@ 2022-07-24 15:56 ` paper42
  2022-07-24 16:30 ` [PR PATCH] [Updated] " Nathan-MV
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-07-24 15:56 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38248#issuecomment-1193346345

Comment:
Once again, please learn how to force push to existing branches to update this PR without closing it and opening a new one. That just spams everyone with useless notifications and the whole review history is lost.
If that happens, at least link all of the closed PRs so reviewers check the reviews there.

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.39.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
  2022-07-24 15:56 ` paper42
@ 2022-07-24 16:30 ` Nathan-MV
  2022-07-24 16:44 ` Nathan-MV
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-24 16:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nathan-MV/void-packages Komikku-0.39.0
https://github.com/void-linux/void-packages/pull/38248

Komikku: update to 0.39.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

xlint, please...

https://github.com/void-linux/void-packages/pull/38235
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 16d15b1ee64e0a778938045aa60b8b325d4dbffa Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 13:25:45 -0300
Subject: [PATCH] Komikku: update to 0.39.0.

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..3eae99792b6d 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.37.0
+version=0.39.0
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -9,11 +9,12 @@ makedepends="gtk+3-devel libhandy1-devel glade3-devel"
 depends="gtk+3 libhandy1 libnotify libsecret python3-BeautifulSoup4
  python3-Pillow python3-Unidecode python3-cloudscraper python3-dateparser
  python3-gobject python3-keyring python3-lxml python3-magic
- python3-natsort python3-pure-protobuf"
+ python3-natsort python3-pure-protobuf python3-wheel python3-pytz
+ webkit2gtk"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 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=f126d91a21663d60c502a45ad9171bad933255839bc17a20b2f6c83500dfc4bf
+checksum=73a5a4d82895dd114ebd558273d7f4f2bdd7f39694320299dd406a2e083f2433

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

* Re: Komikku: update to 0.39.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
  2022-07-24 15:56 ` paper42
  2022-07-24 16:30 ` [PR PATCH] [Updated] " Nathan-MV
@ 2022-07-24 16:44 ` Nathan-MV
  2022-07-25  0:07 ` Nathan-MV
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-24 16:44 UTC (permalink / raw)
  To: ml

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

New comment by Nathan-MV on void-packages repository

https://github.com/void-linux/void-packages/pull/38248#issuecomment-1193354355

Comment:
> Once again, please learn how to force push to existing branches to update this PR without closing it and opening a new one. That just spams everyone with useless notifications and the whole review history is lost. If that happens, at least link all of the closed PRs so reviewers check the reviews there.

I have that power now, don't worry, example above.

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

* Re: Komikku: update to 0.39.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (2 preceding siblings ...)
  2022-07-24 16:44 ` Nathan-MV
@ 2022-07-25  0:07 ` Nathan-MV
  2022-07-25  0:08 ` Nathan-MV
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-25  0:07 UTC (permalink / raw)
  To: ml

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

New comment by Nathan-MV on void-packages repository

https://github.com/void-linux/void-packages/pull/38248#issuecomment-1193424501

Comment:
It appears to don't launch unless you have gnome-keyring?

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

* Re: Komikku: update to 0.39.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (3 preceding siblings ...)
  2022-07-25  0:07 ` Nathan-MV
@ 2022-07-25  0:08 ` Nathan-MV
  2022-07-25  0:20 ` Nathan-MV
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-25  0:08 UTC (permalink / raw)
  To: ml

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

New comment by Nathan-MV on void-packages repository

https://github.com/void-linux/void-packages/pull/38248#issuecomment-1193424501

Comment:
It doesn't seem to start unless you have gnome-keyring?

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

* Re: Komikku: update to 0.39.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (4 preceding siblings ...)
  2022-07-25  0:08 ` Nathan-MV
@ 2022-07-25  0:20 ` Nathan-MV
  2022-07-25  0:37 ` [PR PATCH] [Updated] " Nathan-MV
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-25  0:20 UTC (permalink / raw)
  To: ml

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

New comment by Nathan-MV on void-packages repository

https://github.com/void-linux/void-packages/pull/38248#issuecomment-1193424501

Comment:
It doesn't seem to start unless you have `gnome-keyring`?

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.39.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (5 preceding siblings ...)
  2022-07-25  0:20 ` Nathan-MV
@ 2022-07-25  0:37 ` Nathan-MV
  2022-07-25  0:43 ` Nathan-MV
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-25  0:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nathan-MV/void-packages Komikku-0.39.0
https://github.com/void-linux/void-packages/pull/38248

Komikku: update to 0.39.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

xlint, please...

https://github.com/void-linux/void-packages/pull/38235
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 16d15b1ee64e0a778938045aa60b8b325d4dbffa Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 13:25:45 -0300
Subject: [PATCH 1/2] Komikku: update to 0.39.0.

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..3eae99792b6d 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.37.0
+version=0.39.0
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -9,11 +9,12 @@ makedepends="gtk+3-devel libhandy1-devel glade3-devel"
 depends="gtk+3 libhandy1 libnotify libsecret python3-BeautifulSoup4
  python3-Pillow python3-Unidecode python3-cloudscraper python3-dateparser
  python3-gobject python3-keyring python3-lxml python3-magic
- python3-natsort python3-pure-protobuf"
+ python3-natsort python3-pure-protobuf python3-wheel python3-pytz
+ webkit2gtk"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 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=f126d91a21663d60c502a45ad9171bad933255839bc17a20b2f6c83500dfc4bf
+checksum=73a5a4d82895dd114ebd558273d7f4f2bdd7f39694320299dd406a2e083f2433

From 002f1852b49e00f24385bb06ac74cad6625f46b3 Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 21:36:31 -0300
Subject: [PATCH 2/2] Komikku: update to 0.39.0.

---
 srcpkgs/Komikku/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 3eae99792b6d..f34e8159f453 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -9,8 +9,7 @@ makedepends="gtk+3-devel libhandy1-devel glade3-devel"
 depends="gtk+3 libhandy1 libnotify libsecret python3-BeautifulSoup4
  python3-Pillow python3-Unidecode python3-cloudscraper python3-dateparser
  python3-gobject python3-keyring python3-lxml python3-magic
- python3-natsort python3-pure-protobuf python3-wheel python3-pytz
- webkit2gtk"
+ python3-natsort python3-pure-protobuf"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
 maintainer="Lorem <notloremipsum@protonmail.com>"

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.39.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (6 preceding siblings ...)
  2022-07-25  0:37 ` [PR PATCH] [Updated] " Nathan-MV
@ 2022-07-25  0:43 ` Nathan-MV
  2022-07-25  0:53 ` [PR PATCH] [Updated] Komikku: update to 0.40.0 Nathan-MV
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-25  0:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nathan-MV/void-packages Komikku-0.39.0
https://github.com/void-linux/void-packages/pull/38248

Komikku: update to 0.39.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

xlint, please...

https://github.com/void-linux/void-packages/pull/38235
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 16d15b1ee64e0a778938045aa60b8b325d4dbffa Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 13:25:45 -0300
Subject: [PATCH 1/3] Komikku: update to 0.39.0.

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..3eae99792b6d 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.37.0
+version=0.39.0
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -9,11 +9,12 @@ makedepends="gtk+3-devel libhandy1-devel glade3-devel"
 depends="gtk+3 libhandy1 libnotify libsecret python3-BeautifulSoup4
  python3-Pillow python3-Unidecode python3-cloudscraper python3-dateparser
  python3-gobject python3-keyring python3-lxml python3-magic
- python3-natsort python3-pure-protobuf"
+ python3-natsort python3-pure-protobuf python3-wheel python3-pytz
+ webkit2gtk"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 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=f126d91a21663d60c502a45ad9171bad933255839bc17a20b2f6c83500dfc4bf
+checksum=73a5a4d82895dd114ebd558273d7f4f2bdd7f39694320299dd406a2e083f2433

From 002f1852b49e00f24385bb06ac74cad6625f46b3 Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 21:36:31 -0300
Subject: [PATCH 2/3] Komikku: update to 0.39.0.

---
 srcpkgs/Komikku/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 3eae99792b6d..f34e8159f453 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -9,8 +9,7 @@ makedepends="gtk+3-devel libhandy1-devel glade3-devel"
 depends="gtk+3 libhandy1 libnotify libsecret python3-BeautifulSoup4
  python3-Pillow python3-Unidecode python3-cloudscraper python3-dateparser
  python3-gobject python3-keyring python3-lxml python3-magic
- python3-natsort python3-pure-protobuf python3-wheel python3-pytz
- webkit2gtk"
+ python3-natsort python3-pure-protobuf"
 checkdepends="appstream-glib desktop-file-utils"
 short_desc="Online/offline manga reader for GNOME"
 maintainer="Lorem <notloremipsum@protonmail.com>"

From ee37597b17531ef09eecb6e6a236abb632fbdf9c Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 21:41:50 -0300
Subject: [PATCH 3/3] Komikku: update to 0.40.0.

---
 srcpkgs/Komikku/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index f34e8159f453..e571c24b1f60 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.39.0
+version=0.40.0
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 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=73a5a4d82895dd114ebd558273d7f4f2bdd7f39694320299dd406a2e083f2433
+checksum=8069f5db036caf4aceb54c0c71de2b2fae5ef13db22d

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.40.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (7 preceding siblings ...)
  2022-07-25  0:43 ` Nathan-MV
@ 2022-07-25  0:53 ` Nathan-MV
  2022-07-25  1:26 ` Nathan-MV
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-25  0:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nathan-MV/void-packages Komikku-0.39.0
https://github.com/void-linux/void-packages/pull/38248

Komikku: update to 0.40.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

xlint, please...

https://github.com/void-linux/void-packages/pull/38235
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3bdb2d2b4880cc21364499785f6084ee45575df2 Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 21:53:27 -0300
Subject: [PATCH] Komikku: update to 0.40.0.

---
 srcpkgs/Komikku/template       | 4 ++--
 srcpkgs/google-chrome/template | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..e571c24b1f60 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.37.0
+version=0.40.0
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 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=f126d91a21663d60c502a45ad9171bad933255839bc17a20b2f6c83500dfc4bf
+checksum=8069f5db036caf4aceb54c0c71de2b2fae5ef13db22d
diff --git a/srcpkgs/google-chrome/template b/srcpkgs/google-chrome/template
index 614f3f4bd651..5ee9cf0017aa 100644
--- a/srcpkgs/google-chrome/template
+++ b/srcpkgs/google-chrome/template
@@ -1,6 +1,6 @@
 # Template file for 'google-chrome'
 pkgname=google-chrome
-version=103.0.5060.134
+version=103.0.5060.114
 revision=1
 _channel=stable
 archs="x86_64"
@@ -20,7 +20,7 @@ _chromeUrl="${_baseUrl}/${_filename}"
 _licenseUrl="https://www.google.com/intl/en/chrome/terms/"
 
 distfiles="$_chromeUrl"
-checksum=dc32939a6ecc42eeb709a2c39b85c0d050a79b13c3ffc80a5c425bcfc0617290
+checksum=693a00987843bdba97d77a1d9f5a4b5ca9b77bdfd6f37cbffa315680adb5abe3
 
 do_extract() {
 	mkdir -p ${DESTDIR}

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.40.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (8 preceding siblings ...)
  2022-07-25  0:53 ` [PR PATCH] [Updated] Komikku: update to 0.40.0 Nathan-MV
@ 2022-07-25  1:26 ` Nathan-MV
  2022-07-25  2:21 ` Nathan-MV
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-25  1:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nathan-MV/void-packages Komikku-0.39.0
https://github.com/void-linux/void-packages/pull/38248

Komikku: update to 0.40.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

xlint, please...

https://github.com/void-linux/void-packages/pull/38235
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 1dffcb407602bbe2ca70b1e754a5b76d783287ea Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 22:25:56 -0300
Subject: [PATCH] Komikku: update to 0.40.0.

---
 srcpkgs/Komikku/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..e571c24b1f60 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.37.0
+version=0.40.0
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 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=f126d91a21663d60c502a45ad9171bad933255839bc17a20b2f6c83500dfc4bf
+checksum=8069f5db036caf4aceb54c0c71de2b2fae5ef13db22d

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.40.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (9 preceding siblings ...)
  2022-07-25  1:26 ` Nathan-MV
@ 2022-07-25  2:21 ` Nathan-MV
  2022-07-25 18:10 ` abenson
  2022-07-25 18:10 ` [PR PATCH] [Closed]: " abenson
  12 siblings, 0 replies; 14+ messages in thread
From: Nathan-MV @ 2022-07-25  2:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nathan-MV/void-packages Komikku-0.39.0
https://github.com/void-linux/void-packages/pull/38248

Komikku: update to 0.40.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

xlint, please...

https://github.com/void-linux/void-packages/pull/38235
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 1dffcb407602bbe2ca70b1e754a5b76d783287ea Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 22:25:56 -0300
Subject: [PATCH 1/2] Komikku: update to 0.40.0.

---
 srcpkgs/Komikku/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..e571c24b1f60 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.37.0
+version=0.40.0
 revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 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=f126d91a21663d60c502a45ad9171bad933255839bc17a20b2f6c83500dfc4bf
+checksum=8069f5db036caf4aceb54c0c71de2b2fae5ef13db22d

From fbd7fa8933947fd76b518517562a2a029e7830d0 Mon Sep 17 00:00:00 2001
From: Nathan-MV <nathanmvieira@outlook.com>
Date: Sun, 24 Jul 2022 23:21:14 -0300
Subject: [PATCH 2/2] Komikku: update to 0.40.0.

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index e571c24b1f60..0b66eb387e75 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 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=8069f5db036caf4aceb54c0c71de2b2fae5ef13db22d
+checksum=66ed0aa3f4a7bcf049d2263befda42d3740a24662c40c56eeda5c8a06a043534

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

* Re: Komikku: update to 0.40.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (10 preceding siblings ...)
  2022-07-25  2:21 ` Nathan-MV
@ 2022-07-25 18:10 ` abenson
  2022-07-25 18:10 ` [PR PATCH] [Closed]: " abenson
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2022-07-25 18:10 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/38248#issuecomment-1194432124

Comment:
Closed in 1cf27c7dc3b892d15be7396ea660281391d0a5de.

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

* Re: [PR PATCH] [Closed]: Komikku: update to 0.40.0.
  2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
                   ` (11 preceding siblings ...)
  2022-07-25 18:10 ` abenson
@ 2022-07-25 18:10 ` abenson
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2022-07-25 18:10 UTC (permalink / raw)
  To: ml

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

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

Komikku: update to 0.40.0.
https://github.com/void-linux/void-packages/pull/38248

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

xlint, please...

https://github.com/void-linux/void-packages/pull/38235
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-25 18:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24 15:52 [PR PATCH] Komikku: update to 0.39.0 Nathan-MV
2022-07-24 15:56 ` paper42
2022-07-24 16:30 ` [PR PATCH] [Updated] " Nathan-MV
2022-07-24 16:44 ` Nathan-MV
2022-07-25  0:07 ` Nathan-MV
2022-07-25  0:08 ` Nathan-MV
2022-07-25  0:20 ` Nathan-MV
2022-07-25  0:37 ` [PR PATCH] [Updated] " Nathan-MV
2022-07-25  0:43 ` Nathan-MV
2022-07-25  0:53 ` [PR PATCH] [Updated] Komikku: update to 0.40.0 Nathan-MV
2022-07-25  1:26 ` Nathan-MV
2022-07-25  2:21 ` Nathan-MV
2022-07-25 18:10 ` abenson
2022-07-25 18:10 ` [PR PATCH] [Closed]: " abenson

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