Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] catgirl: update to 1.1p1
@ 2020-08-09 14:10 PaperMountainStudio
  2020-08-10 14:06 ` sgn
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: PaperMountainStudio @ 2020-08-09 14:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages catgir-1.1p1
https://github.com/void-linux/void-packages/pull/24153

catgirl: update to 1.1p1


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

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

From 3a55ebe65515b8d44db6611ec3e13fe910b8ecaf Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 9 Aug 2020 16:07:47 +0200
Subject: [PATCH] catgirl: update to 1.1p1

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

diff --git a/srcpkgs/catgirl/template b/srcpkgs/catgirl/template
index 7d0098aed5d..d5580b384a9 100644
--- a/srcpkgs/catgirl/template
+++ b/srcpkgs/catgirl/template
@@ -1,6 +1,6 @@
 # Template file for 'catgirl'
 pkgname=catgirl
-version=1.1
+version=1.1p1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config ctags"
@@ -10,4 +10,4 @@ maintainer="Paper <paper@tilde.institute>"
 license="GPL-3.0-or-later"
 homepage="https://git.causal.agency/catgirl/"
 distfiles="https://git.causal.agency/catgirl/snapshot/$pkgname-$version.tar.gz"
-checksum=f6dad1403485984f903630e63a4fedcf8ab08de837453b27df256eb1afe8c1a9
+checksum=8bebbe2a0e92f1d4f1fdfb5eb62c627df843984cdd4d3fc3149ef324206fcb06

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

* Re: catgirl: update to 1.1p1
  2020-08-09 14:10 [PR PATCH] catgirl: update to 1.1p1 PaperMountainStudio
@ 2020-08-10 14:06 ` sgn
  2020-08-10 14:59 ` [PR PATCH] [Updated] " PaperMountainStudio
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-08-10 14:06 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24153#issuecomment-671376171

Comment:
please rebase.

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

* Re: [PR PATCH] [Updated] catgirl: update to 1.1p1
  2020-08-09 14:10 [PR PATCH] catgirl: update to 1.1p1 PaperMountainStudio
  2020-08-10 14:06 ` sgn
@ 2020-08-10 14:59 ` PaperMountainStudio
  2020-08-12 10:16 ` leahneukirchen
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: PaperMountainStudio @ 2020-08-10 14:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages catgir-1.1p1
https://github.com/void-linux/void-packages/pull/24153

catgirl: update to 1.1p1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-catgir-1.1p1-24153.patch --]
[-- Type: text/x-diff, Size: 1121 bytes --]

From a3915660621df264b27be8b093849a83509c6a11 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Mon, 10 Aug 2020 16:56:42 +0200
Subject: [PATCH] catgirl: update to 1.1p1.

---
 srcpkgs/catgirl/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/catgirl/template b/srcpkgs/catgirl/template
index 99a8b2e8bf9..d5580b384a9 100644
--- a/srcpkgs/catgirl/template
+++ b/srcpkgs/catgirl/template
@@ -1,14 +1,13 @@
 # Template file for 'catgirl'
 pkgname=catgirl
-version=1.1
-revision=2
+version=1.1p1
+revision=1
 build_style=gnu-configure
-make_build_target="all"
-hostmakedepends="pkg-config"
+hostmakedepends="pkg-config ctags"
 makedepends="libressl-devel ncurses-devel"
 short_desc="TLS-only terminal IRC client"
 maintainer="Paper <paper@tilde.institute>"
 license="GPL-3.0-or-later"
 homepage="https://git.causal.agency/catgirl/"
 distfiles="https://git.causal.agency/catgirl/snapshot/$pkgname-$version.tar.gz"
-checksum=f6dad1403485984f903630e63a4fedcf8ab08de837453b27df256eb1afe8c1a9
+checksum=8bebbe2a0e92f1d4f1fdfb5eb62c627df843984cdd4d3fc3149ef324206fcb06

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

* Re: catgirl: update to 1.1p1
  2020-08-09 14:10 [PR PATCH] catgirl: update to 1.1p1 PaperMountainStudio
  2020-08-10 14:06 ` sgn
  2020-08-10 14:59 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-08-12 10:16 ` leahneukirchen
  2020-08-12 10:28 ` [PR PATCH] [Updated] " PaperMountainStudio
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2020-08-12 10:16 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/24153#issuecomment-672785329

Comment:
Why do you add the ctags stuff again?

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

* Re: [PR PATCH] [Updated] catgirl: update to 1.1p1
  2020-08-09 14:10 [PR PATCH] catgirl: update to 1.1p1 PaperMountainStudio
                   ` (2 preceding siblings ...)
  2020-08-12 10:16 ` leahneukirchen
@ 2020-08-12 10:28 ` PaperMountainStudio
  2020-08-12 10:28 ` PaperMountainStudio
  2020-08-13 18:44 ` [PR PATCH] [Merged]: " leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: PaperMountainStudio @ 2020-08-12 10:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages catgir-1.1p1
https://github.com/void-linux/void-packages/pull/24153

catgirl: update to 1.1p1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-catgir-1.1p1-24153.patch --]
[-- Type: text/x-diff, Size: 1010 bytes --]

From 87d48ad3e6409f7713b1f2d6de8b6c0d696cedb0 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 12 Aug 2020 12:27:42 +0200
Subject: [PATCH] catgirl: update to 1.1p1.

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

diff --git a/srcpkgs/catgirl/template b/srcpkgs/catgirl/template
index 99a8b2e8bf9..e1d19fc958f 100644
--- a/srcpkgs/catgirl/template
+++ b/srcpkgs/catgirl/template
@@ -1,7 +1,7 @@
 # Template file for 'catgirl'
 pkgname=catgirl
-version=1.1
-revision=2
+version=1.1p1
+revision=1
 build_style=gnu-configure
 make_build_target="all"
 hostmakedepends="pkg-config"
@@ -11,4 +11,4 @@ maintainer="Paper <paper@tilde.institute>"
 license="GPL-3.0-or-later"
 homepage="https://git.causal.agency/catgirl/"
 distfiles="https://git.causal.agency/catgirl/snapshot/$pkgname-$version.tar.gz"
-checksum=f6dad1403485984f903630e63a4fedcf8ab08de837453b27df256eb1afe8c1a9
+checksum=8bebbe2a0e92f1d4f1fdfb5eb62c627df843984cdd4d3fc3149ef324206fcb06

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

* Re: catgirl: update to 1.1p1
  2020-08-09 14:10 [PR PATCH] catgirl: update to 1.1p1 PaperMountainStudio
                   ` (3 preceding siblings ...)
  2020-08-12 10:28 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-08-12 10:28 ` PaperMountainStudio
  2020-08-13 18:44 ` [PR PATCH] [Merged]: " leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: PaperMountainStudio @ 2020-08-12 10:28 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24153#issuecomment-672790600

Comment:
@leahneukirchen oh, I messed up the rebase, sorry. It was a mistake.

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

* Re: [PR PATCH] [Merged]: catgirl: update to 1.1p1
  2020-08-09 14:10 [PR PATCH] catgirl: update to 1.1p1 PaperMountainStudio
                   ` (4 preceding siblings ...)
  2020-08-12 10:28 ` PaperMountainStudio
@ 2020-08-13 18:44 ` leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2020-08-13 18:44 UTC (permalink / raw)
  To: ml

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

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

catgirl: update to 1.1p1
https://github.com/void-linux/void-packages/pull/24153

Description:


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

end of thread, other threads:[~2020-08-13 18:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09 14:10 [PR PATCH] catgirl: update to 1.1p1 PaperMountainStudio
2020-08-10 14:06 ` sgn
2020-08-10 14:59 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-08-12 10:16 ` leahneukirchen
2020-08-12 10:28 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-08-12 10:28 ` PaperMountainStudio
2020-08-13 18:44 ` [PR PATCH] [Merged]: " leahneukirchen

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