Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Komikku: update to 0.15.0.
@ 2020-04-23  0:26 not-chicken
  2020-04-23  1:07 ` not-chicken
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: not-chicken @ 2020-04-23  0:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages komup
https://github.com/void-linux/void-packages/pull/21259

Komikku: update to 0.15.0.


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

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

From 0658978509ad763a1db0bdb5a714c52ea76168b8 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Thu, 23 Apr 2020 05:54:59 +0530
Subject: [PATCH] Komikku: update to 0.15.0.

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index e1631c4928d..833b2fa43eb 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.14.0
+version=0.15.0
 revision=1
 archs=noarch
 wrksrc=Komikku-v${version}
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
 distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=5d12938f11fc4ccd588818ad175bb8c61ec2c7c2e9052e78035d2a8c33d5b473
+checksum=4c56c9e22d201fbafbae1491c44f7a48a02d990897cf5562d17f9af6e5918ac8

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

* Re: Komikku: update to 0.15.0.
  2020-04-23  0:26 [PR PATCH] Komikku: update to 0.15.0 not-chicken
@ 2020-04-23  1:07 ` not-chicken
  2020-04-23  4:47 ` [PR PATCH] [Updated] " not-chicken
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: not-chicken @ 2020-04-23  1:07 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/21259#issuecomment-618118019

Comment:
Build errored on i686 because travis failed to fetch repodata and then reached max log length while building the dependencies from scratch. : /

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.15.0.
  2020-04-23  0:26 [PR PATCH] Komikku: update to 0.15.0 not-chicken
  2020-04-23  1:07 ` not-chicken
@ 2020-04-23  4:47 ` not-chicken
  2020-04-23  4:57 ` not-chicken
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: not-chicken @ 2020-04-23  4:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages komup
https://github.com/void-linux/void-packages/pull/21259

Komikku: update to 0.15.0.


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

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

From 3aa3f302c7337084b592b3fd7f69faec87befc0f Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Thu, 23 Apr 2020 05:54:59 +0530
Subject: [PATCH] Komikku: update to 0.15.0.

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index e1631c4928d..b2341611776 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,9 +1,9 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.14.0
+version=0.15.0
 revision=1
 archs=noarch
-wrksrc=Komikku-v${version}
+wrksrc=${pkgname}-v${version}
 build_style=meson
 hostmakedepends="appstream-glib desktop-file-utils glib-devel gettext
  gobject-introspection pkg-config"
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
 distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=5d12938f11fc4ccd588818ad175bb8c61ec2c7c2e9052e78035d2a8c33d5b473
+checksum=4c56c9e22d201fbafbae1491c44f7a48a02d990897cf5562d17f9af6e5918ac8

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

* Re: Komikku: update to 0.15.0.
  2020-04-23  0:26 [PR PATCH] Komikku: update to 0.15.0 not-chicken
  2020-04-23  1:07 ` not-chicken
  2020-04-23  4:47 ` [PR PATCH] [Updated] " not-chicken
@ 2020-04-23  4:57 ` not-chicken
  2020-04-24 17:22 ` [PR PATCH] [Updated] " not-chicken
  2020-04-24 17:27 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: not-chicken @ 2020-04-23  4:57 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/21259#issuecomment-618118019

Comment:
Build errored on i686 because travis failed to fetch repodata and then reached max log length while building the dependencies from scratch. : /
Edit: :ballot_box_with_check: after force push.

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.15.0.
  2020-04-23  0:26 [PR PATCH] Komikku: update to 0.15.0 not-chicken
                   ` (2 preceding siblings ...)
  2020-04-23  4:57 ` not-chicken
@ 2020-04-24 17:22 ` not-chicken
  2020-04-24 17:27 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: not-chicken @ 2020-04-24 17:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages komup
https://github.com/void-linux/void-packages/pull/21259

Komikku: update to 0.15.0.


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

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

From 7fa73bb12000a8bc8e4abce57f78880f4965cc0b Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Thu, 23 Apr 2020 05:54:59 +0530
Subject: [PATCH] Komikku: update to 0.15.0.

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index e1631c4928d..833b2fa43eb 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,6 +1,6 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.14.0
+version=0.15.0
 revision=1
 archs=noarch
 wrksrc=Komikku-v${version}
@@ -16,4 +16,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
 distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=5d12938f11fc4ccd588818ad175bb8c61ec2c7c2e9052e78035d2a8c33d5b473
+checksum=4c56c9e22d201fbafbae1491c44f7a48a02d990897cf5562d17f9af6e5918ac8

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

* Re: [PR PATCH] [Merged]: Komikku: update to 0.15.0.
  2020-04-23  0:26 [PR PATCH] Komikku: update to 0.15.0 not-chicken
                   ` (3 preceding siblings ...)
  2020-04-24 17:22 ` [PR PATCH] [Updated] " not-chicken
@ 2020-04-24 17:27 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-04-24 17:27 UTC (permalink / raw)
  To: ml

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

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

Komikku: update to 0.15.0.
https://github.com/void-linux/void-packages/pull/21259

Description:


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

end of thread, other threads:[~2020-04-24 17:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23  0:26 [PR PATCH] Komikku: update to 0.15.0 not-chicken
2020-04-23  1:07 ` not-chicken
2020-04-23  4:47 ` [PR PATCH] [Updated] " not-chicken
2020-04-23  4:57 ` not-chicken
2020-04-24 17:22 ` [PR PATCH] [Updated] " not-chicken
2020-04-24 17:27 ` [PR PATCH] [Merged]: " Chocimier

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