Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update template
@ 2022-07-24  5:27 Nathan-MV
  2022-07-24  5:55 ` [PR PATCH] [Closed]: Komikku: update to 0.39.0 Nathan-MV
  0 siblings, 1 reply; 4+ messages in thread
From: Nathan-MV @ 2022-07-24  5:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1223 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
https://github.com/void-linux/void-packages/pull/38233

Update template
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, x86_64-{musl,glibc}
<!--
- 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/38233.patch is attached

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

From bf3773c943ea4e056457f0e18f86a0f0a9ebe6b2 Mon Sep 17 00:00:00 2001
From: Nathan-MV <67521199+Nathan-MV@users.noreply.github.com>
Date: Sun, 24 Jul 2022 02:22:06 -0300
Subject: [PATCH] Update template

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..32a897d7ab8e 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] 4+ messages in thread
* [PR PATCH] Komikku: update to 0.39.0.
@ 2022-07-24  5:56 Nathan-MV
  2022-07-24  5:57 ` [PR PATCH] [Closed]: " Nathan-MV
  0 siblings, 1 reply; 4+ messages in thread
From: Nathan-MV @ 2022-07-24  5:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1243 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/38234

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**

<!--
#### 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/38234.patch is attached

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

From bf3773c943ea4e056457f0e18f86a0f0a9ebe6b2 Mon Sep 17 00:00:00 2001
From: Nathan-MV <67521199+Nathan-MV@users.noreply.github.com>
Date: Sun, 24 Jul 2022 02:22:06 -0300
Subject: [PATCH] Update template

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..32a897d7ab8e 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] 4+ messages in thread
* [PR PATCH] Komikku: update to 0.39.0.
@ 2022-07-24  6:05 Nathan-MV
  2022-07-24 15:45 ` [PR PATCH] [Closed]: " Nathan-MV
  0 siblings, 1 reply; 4+ messages in thread
From: Nathan-MV @ 2022-07-24  6:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1269 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/38235

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**
Sorry for the spam, btw.

<!--
#### 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/38235.patch is attached

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

From bf3773c943ea4e056457f0e18f86a0f0a9ebe6b2 Mon Sep 17 00:00:00 2001
From: Nathan-MV <67521199+Nathan-MV@users.noreply.github.com>
Date: Sun, 24 Jul 2022 02:22:06 -0300
Subject: [PATCH] Update template

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 89da2026f68e..32a897d7ab8e 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] 4+ messages in thread

end of thread, other threads:[~2022-07-24 15:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24  5:27 [PR PATCH] Update template Nathan-MV
2022-07-24  5:55 ` [PR PATCH] [Closed]: Komikku: update to 0.39.0 Nathan-MV
2022-07-24  5:56 [PR PATCH] " Nathan-MV
2022-07-24  5:57 ` [PR PATCH] [Closed]: " Nathan-MV
2022-07-24  6:05 [PR PATCH] " Nathan-MV
2022-07-24 15:45 ` [PR PATCH] [Closed]: " Nathan-MV

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