Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] castor: Rebuild to install icons and desktop file
@ 2020-09-10 15:07 zdykstra
  2020-09-10 15:19 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: zdykstra @ 2020-09-10 15:07 UTC (permalink / raw)
  To: ml

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

castor: Rebuild to install icons and desktop file
The current package in the repositories is missing all icons and the desktop file. They're present in a local build, so I'm revbumping to force a rebuild and confirm that the files are in the new package.

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

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

From bcfa4e4766b1743a58ed83239e5337564023f81f Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 10 Sep 2020 10:06:23 -0500
Subject: [PATCH] castor: Rebuild to install icons and desktop file

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

diff --git a/srcpkgs/castor/template b/srcpkgs/castor/template
index 3fe72e94de3..4c0c5bea594 100644
--- a/srcpkgs/castor/template
+++ b/srcpkgs/castor/template
@@ -1,7 +1,7 @@
 # Template file for 'castor'
 pkgname=castor
 version=0.8.16
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"

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

* Re: castor: Rebuild to install icons and desktop file
  2020-09-10 15:07 [PR PATCH] castor: Rebuild to install icons and desktop file zdykstra
@ 2020-09-10 15:19 ` ericonr
  2020-09-10 15:21 ` ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-09-10 15:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24806#issuecomment-690361101

Comment:
I get only the binary and the LICENSE.

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

* Re: castor: Rebuild to install icons and desktop file
  2020-09-10 15:07 [PR PATCH] castor: Rebuild to install icons and desktop file zdykstra
  2020-09-10 15:19 ` ericonr
@ 2020-09-10 15:21 ` ericonr
  2020-09-10 15:24 ` zdykstra
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-09-10 15:21 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24806#issuecomment-690362256

Comment:
I think you have to `make copy-data` in `post_install`: https://git.sr.ht/~julienxx/castor/tree/master/Makefile#L36

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

* Re: castor: Rebuild to install icons and desktop file
  2020-09-10 15:07 [PR PATCH] castor: Rebuild to install icons and desktop file zdykstra
  2020-09-10 15:19 ` ericonr
  2020-09-10 15:21 ` ericonr
@ 2020-09-10 15:24 ` zdykstra
  2020-09-10 15:27 ` ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-09-10 15:24 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/24806#issuecomment-690364295

Comment:
> I think you have to `make copy-data` in `post_install`: https://git.sr.ht/~julienxx/castor/tree/master/Makefile#L36

https://github.com/void-linux/void-packages/blob/master/srcpkgs/castor/template#L15-L18 :)

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

* Re: castor: Rebuild to install icons and desktop file
  2020-09-10 15:07 [PR PATCH] castor: Rebuild to install icons and desktop file zdykstra
                   ` (2 preceding siblings ...)
  2020-09-10 15:24 ` zdykstra
@ 2020-09-10 15:27 ` ericonr
  2020-09-10 15:29 ` [PR PATCH] [Updated] " zdykstra
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-09-10 15:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24806#issuecomment-690365998

Comment:
`make PREFIX=$PREFIX DESTDIR=$DESTDIR copy-data`, actually.

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

* Re: [PR PATCH] [Updated] castor: Rebuild to install icons and desktop file
  2020-09-10 15:07 [PR PATCH] castor: Rebuild to install icons and desktop file zdykstra
                   ` (3 preceding siblings ...)
  2020-09-10 15:27 ` ericonr
@ 2020-09-10 15:29 ` zdykstra
  2020-09-10 15:30 ` zdykstra
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-09-10 15:29 UTC (permalink / raw)
  To: ml

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

castor: Rebuild to install icons and desktop file
The current package in the repositories is missing all icons and the desktop file. They're present in a local build, so I'm revbumping to force a rebuild and confirm that the files are in the new package.

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

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

From 86505b8d1feab064a622d7c2ccc0f900470d9703 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 10 Sep 2020 10:06:23 -0500
Subject: [PATCH] castor: Rebuild to install icons and desktop file

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

diff --git a/srcpkgs/castor/template b/srcpkgs/castor/template
index 3fe72e94de3..c70415332d8 100644
--- a/srcpkgs/castor/template
+++ b/srcpkgs/castor/template
@@ -1,7 +1,7 @@
 # Template file for 'castor'
 pkgname=castor
 version=0.8.16
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"
@@ -13,6 +13,6 @@ distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz"
 checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3
 
 post_install() {
-	make copy-data
+  make PREFIX=$PREFIX DESTDIR=$DESTDIR copy-data
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] castor: Rebuild to install icons and desktop file
  2020-09-10 15:07 [PR PATCH] castor: Rebuild to install icons and desktop file zdykstra
                   ` (4 preceding siblings ...)
  2020-09-10 15:29 ` [PR PATCH] [Updated] " zdykstra
@ 2020-09-10 15:30 ` zdykstra
  2020-09-10 15:32 ` zdykstra
  2020-09-29  2:38 ` [PR PATCH] [Closed]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-09-10 15:30 UTC (permalink / raw)
  To: ml

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

castor: Rebuild to install icons and desktop file
The current package in the repositories is missing all icons and the desktop file. They're present in a local build, so I'm revbumping to force a rebuild and confirm that the files are in the new package.

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

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

From 86505b8d1feab064a622d7c2ccc0f900470d9703 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 10 Sep 2020 10:06:23 -0500
Subject: [PATCH] castor: Rebuild to install icons and desktop file

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

diff --git a/srcpkgs/castor/template b/srcpkgs/castor/template
index 3fe72e94de3..c70415332d8 100644
--- a/srcpkgs/castor/template
+++ b/srcpkgs/castor/template
@@ -1,7 +1,7 @@
 # Template file for 'castor'
 pkgname=castor
 version=0.8.16
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"
@@ -13,6 +13,6 @@ distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz"
 checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3
 
 post_install() {
-	make copy-data
+  make PREFIX=$PREFIX DESTDIR=$DESTDIR copy-data
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] castor: Rebuild to install icons and desktop file
  2020-09-10 15:07 [PR PATCH] castor: Rebuild to install icons and desktop file zdykstra
                   ` (5 preceding siblings ...)
  2020-09-10 15:30 ` zdykstra
@ 2020-09-10 15:32 ` zdykstra
  2020-09-29  2:38 ` [PR PATCH] [Closed]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2020-09-10 15:32 UTC (permalink / raw)
  To: ml

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

castor: Rebuild to install icons and desktop file
The current package in the repositories is missing all icons and the desktop file. They're present in a local build, so I'm revbumping to force a rebuild and confirm that the files are in the new package.

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

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

From 8d084b796ab951f9ad5423ed57ed60757c6cd13a Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 10 Sep 2020 10:06:23 -0500
Subject: [PATCH] castor: Rebuild to install icons and desktop file

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

diff --git a/srcpkgs/castor/template b/srcpkgs/castor/template
index 3fe72e94de3..9d114008075 100644
--- a/srcpkgs/castor/template
+++ b/srcpkgs/castor/template
@@ -1,7 +1,7 @@
 # Template file for 'castor'
 pkgname=castor
 version=0.8.16
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"
@@ -13,6 +13,6 @@ distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz"
 checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3
 
 post_install() {
-	make copy-data
+	make PREFIX="${PREFIX}" DESTDIR="${DESTDIR}" copy-data
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Closed]: castor: Rebuild to install icons and desktop file
  2020-09-10 15:07 [PR PATCH] castor: Rebuild to install icons and desktop file zdykstra
                   ` (6 preceding siblings ...)
  2020-09-10 15:32 ` zdykstra
@ 2020-09-29  2:38 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-09-29  2:38 UTC (permalink / raw)
  To: ml

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

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

castor: Rebuild to install icons and desktop file
https://github.com/void-linux/void-packages/pull/24806

Description:
The current package in the repositories is missing all icons and the desktop file. They're present in a local build, so I'm revbumping to force a rebuild and confirm that the files are in the new package.

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

end of thread, other threads:[~2020-09-29  2:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 15:07 [PR PATCH] castor: Rebuild to install icons and desktop file zdykstra
2020-09-10 15:19 ` ericonr
2020-09-10 15:21 ` ericonr
2020-09-10 15:24 ` zdykstra
2020-09-10 15:27 ` ericonr
2020-09-10 15:29 ` [PR PATCH] [Updated] " zdykstra
2020-09-10 15:30 ` zdykstra
2020-09-10 15:32 ` zdykstra
2020-09-29  2:38 ` [PR PATCH] [Closed]: " ericonr

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