Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: castor-0.8.16
@ 2020-07-21 22:40 zdykstra
  2020-07-21 22:46 ` [PR REVIEW] " ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: zdykstra @ 2020-07-21 22:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages castor
https://github.com/void-linux/void-packages/pull/23697

New package: castor-0.8.16


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

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

From 08e2f8ad66f9ef3622358f416d5908d8f728fa25 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 21 Jul 2020 17:26:25 -0500
Subject: [PATCH] New package: castor-0.8.16

---
 srcpkgs/castor/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/castor/template

diff --git a/srcpkgs/castor/template b/srcpkgs/castor/template
new file mode 100644
index 00000000000..608f758cc13
--- /dev/null
+++ b/srcpkgs/castor/template
@@ -0,0 +1,22 @@
+# Template file for 'castor'
+pkgname=castor
+version=0.8.16
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config cargo rust atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"
+makedepends="${hostmakedepends}"
+short_desc="Graphical client for plain-text protocols written in Rust with GTK"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://hg.sr.ht/~julienxx/castor"
+distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz"
+checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3
+
+pre_build() {
+	vsed -i Makefile -e '/update-desktop-database/d'
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: castor-0.8.16
  2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
@ 2020-07-21 22:46 ` ericonr
  2020-07-21 22:48 ` ericonr
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-21 22:46 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23697#discussion_r458432279

Comment:
git.sr

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

* Re: [PR REVIEW] New package: castor-0.8.16
  2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
  2020-07-21 22:46 ` [PR REVIEW] " ericonr
@ 2020-07-21 22:48 ` ericonr
  2020-07-21 23:08 ` [PR PATCH] [Updated] " zdykstra
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-21 22:48 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23697#discussion_r458433171

Comment:
And then you should be able to move the `-devel` stuff to `makedepends` only, and remove cargo and rust as hostmakedepends, since cargo build style pulls them in.

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

* Re: [PR PATCH] [Updated] New package: castor-0.8.16
  2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
  2020-07-21 22:46 ` [PR REVIEW] " ericonr
  2020-07-21 22:48 ` ericonr
@ 2020-07-21 23:08 ` zdykstra
  2020-07-21 23:09 ` zdykstra
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2020-07-21 23:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages castor
https://github.com/void-linux/void-packages/pull/23697

New package: castor-0.8.16


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

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

From cfa317274983838d7992e617227474d4fcbbef2a Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 21 Jul 2020 17:26:25 -0500
Subject: [PATCH] New package: castor-0.8.16

---
 srcpkgs/castor/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/castor/template

diff --git a/srcpkgs/castor/template b/srcpkgs/castor/template
new file mode 100644
index 00000000000..7fdfe59e906
--- /dev/null
+++ b/srcpkgs/castor/template
@@ -0,0 +1,23 @@
+# Template file for 'castor'
+pkgname=castor
+version=0.8.16
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"
+short_desc="Graphical client for plain-text protocols written in Rust with GTK"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~julienxx/castor"
+distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz"
+checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3
+
+pre_build() {
+	vsed -i Makefile -e '/update-desktop-database/d'
+}
+
+post_install() {
+	make copy-data
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: castor-0.8.16
  2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
                   ` (2 preceding siblings ...)
  2020-07-21 23:08 ` [PR PATCH] [Updated] " zdykstra
@ 2020-07-21 23:09 ` zdykstra
  2020-07-21 23:12 ` [PR REVIEW] " ericonr
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2020-07-21 23:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages castor
https://github.com/void-linux/void-packages/pull/23697

New package: castor-0.8.16


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

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

From 81bf7ab90ca04bedc832b03d134761bad7777848 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 21 Jul 2020 17:26:25 -0500
Subject: [PATCH] New package: castor-0.8.16

---
 srcpkgs/castor/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/castor/template

diff --git a/srcpkgs/castor/template b/srcpkgs/castor/template
new file mode 100644
index 00000000000..3c7e1d7aaf0
--- /dev/null
+++ b/srcpkgs/castor/template
@@ -0,0 +1,19 @@
+# Template file for 'castor'
+pkgname=castor
+version=0.8.16
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"
+short_desc="Graphical client for plain-text protocols written in Rust with GTK"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~julienxx/castor"
+distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz"
+checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3
+
+post_install() {
+	make copy-data
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: castor-0.8.16
  2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
                   ` (3 preceding siblings ...)
  2020-07-21 23:09 ` zdykstra
@ 2020-07-21 23:12 ` ericonr
  2020-07-21 23:18 ` [PR PATCH] [Updated] " zdykstra
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-21 23:12 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23697#discussion_r458441013

Comment:
Isn't this the default wrksrc?

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

* Re: [PR PATCH] [Updated] New package: castor-0.8.16
  2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
                   ` (4 preceding siblings ...)
  2020-07-21 23:12 ` [PR REVIEW] " ericonr
@ 2020-07-21 23:18 ` zdykstra
  2020-07-23  6:50 ` ericonr
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2020-07-21 23:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages castor
https://github.com/void-linux/void-packages/pull/23697

New package: castor-0.8.16


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

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

From 03503c9635e55efb7721aa8397147c9d5c73caba Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Tue, 21 Jul 2020 17:26:25 -0500
Subject: [PATCH] New package: castor-0.8.16

---
 srcpkgs/castor/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/castor/template

diff --git a/srcpkgs/castor/template b/srcpkgs/castor/template
new file mode 100644
index 00000000000..3fe72e94de3
--- /dev/null
+++ b/srcpkgs/castor/template
@@ -0,0 +1,18 @@
+# Template file for 'castor'
+pkgname=castor
+version=0.8.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"
+short_desc="Graphical client for plain-text protocols written in Rust with GTK"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://git.sr.ht/~julienxx/castor"
+distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz"
+checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3
+
+post_install() {
+	make copy-data
+	vlicense LICENSE
+}

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

* Re: New package: castor-0.8.16
  2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
                   ` (5 preceding siblings ...)
  2020-07-21 23:18 ` [PR PATCH] [Updated] " zdykstra
@ 2020-07-23  6:50 ` ericonr
  2020-07-23  6:50 ` ericonr
  2020-07-23 13:30 ` [PR PATCH] [Merged]: " ahesford
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-23  6:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23697#issuecomment-662846652

Comment:
If @zdykstra isn't interested any more I can adopt.

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

* Re: New package: castor-0.8.16
  2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
                   ` (6 preceding siblings ...)
  2020-07-23  6:50 ` ericonr
@ 2020-07-23  6:50 ` ericonr
  2020-07-23 13:30 ` [PR PATCH] [Merged]: " ahesford
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-23  6:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23697#issuecomment-662846652

Comment:
If @zdykstra isn't interested any more, I can adopt.

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

* Re: [PR PATCH] [Merged]: New package: castor-0.8.16
  2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
                   ` (7 preceding siblings ...)
  2020-07-23  6:50 ` ericonr
@ 2020-07-23 13:30 ` ahesford
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2020-07-23 13:30 UTC (permalink / raw)
  To: ml

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

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

New package: castor-0.8.16
https://github.com/void-linux/void-packages/pull/23697

Description:


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

end of thread, other threads:[~2020-07-23 13:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 22:40 [PR PATCH] New package: castor-0.8.16 zdykstra
2020-07-21 22:46 ` [PR REVIEW] " ericonr
2020-07-21 22:48 ` ericonr
2020-07-21 23:08 ` [PR PATCH] [Updated] " zdykstra
2020-07-21 23:09 ` zdykstra
2020-07-21 23:12 ` [PR REVIEW] " ericonr
2020-07-21 23:18 ` [PR PATCH] [Updated] " zdykstra
2020-07-23  6:50 ` ericonr
2020-07-23  6:50 ` ericonr
2020-07-23 13:30 ` [PR PATCH] [Merged]: " ahesford

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