Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pcb: remove noarch.
@ 2020-10-11  8:18 fosslinux
  2020-10-11  8:41 ` [PR PATCH] [Updated] " fosslinux
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fosslinux @ 2020-10-11  8:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages pcb-noarch
https://github.com/void-linux/void-packages/pull/25512

pcb: remove noarch.
also note that i686 tests are borked. Didn't fix because:

1. I have no idea how `pcb` works, or ghostscript, or any of the weird formats it uses.
2. It's malformed output not a segfault/crash and I didn't feel like digging into obscure stuff like that, I'll leave that to someone more experienced.

For some reason it needed texlive to build??

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

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

From 83166b49ce8972715bff8d52911c5ecfbee04280 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 11 Oct 2020 19:16:28 +1100
Subject: [PATCH] pcb: remove noarch.

also note that i686 tests are borked.
---
 srcpkgs/pcb/template | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pcb/template b/srcpkgs/pcb/template
index 882fffad2c7..d13a2bcc464 100644
--- a/srcpkgs/pcb/template
+++ b/srcpkgs/pcb/template
@@ -1,12 +1,12 @@
-# Template file for 'pcb'.
+# Template file for 'pcb'
 pkgname=pcb
 reverts=20140316_4
 version=4.2.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-update-desktop-database --disable-update-mime-database"
 hostmakedepends="flex geda gerbv intltool netpbm pkg-config
- desktop-file-utils tar texinfo tk"
+ desktop-file-utils tar texinfo tk texlive"
 makedepends="gd-devel gtkglext-devel tk-devel"
 depends="pcb-data geda gerbv"
 checkdepends="ImageMagick ghostscript"
@@ -16,11 +16,6 @@ license="GPL-2.0-or-later"
 homepage="http://pcb.geda-project.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=1ceeaf1bdbe0508b9b140ca421eb600836579114c04dee939341c5d594f36e5d
+replaces="pcb-data>=0"
 
-pcb-data_package() {
-	archs=noarch
-	short_desc+=" - data files"
-	pkg_install() {
-		vmove usr/share/pcb
-	}
-}
+# Tests are currently failing for i686, at least

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

* Re: [PR PATCH] [Updated] pcb: remove noarch.
  2020-10-11  8:18 [PR PATCH] pcb: remove noarch fosslinux
@ 2020-10-11  8:41 ` fosslinux
  2020-10-11  9:21 ` sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-10-11  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages pcb-noarch
https://github.com/void-linux/void-packages/pull/25512

pcb: remove noarch.
also note that i686 tests are borked. Didn't fix because:

1. I have no idea how `pcb` works, or ghostscript, or any of the weird formats it uses.
2. It's malformed output not a segfault/crash and I didn't feel like digging into obscure stuff like that, I'll leave that to someone more experienced.

For some reason it needed texlive to build??

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

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

From 9970c38c22f32596c48bdfb8c5c9646bda56dcda Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 11 Oct 2020 19:16:28 +1100
Subject: [PATCH] pcb: remove noarch.

also note that i686 tests are borked.
---
 srcpkgs/pcb-data     |  1 -
 srcpkgs/pcb/template | 15 +++++----------
 2 files changed, 5 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/pcb-data

diff --git a/srcpkgs/pcb-data b/srcpkgs/pcb-data
deleted file mode 120000
index 660275f2247..00000000000
--- a/srcpkgs/pcb-data
+++ /dev/null
@@ -1 +0,0 @@
-pcb
\ No newline at end of file
diff --git a/srcpkgs/pcb/template b/srcpkgs/pcb/template
index 882fffad2c7..d13a2bcc464 100644
--- a/srcpkgs/pcb/template
+++ b/srcpkgs/pcb/template
@@ -1,12 +1,12 @@
-# Template file for 'pcb'.
+# Template file for 'pcb'
 pkgname=pcb
 reverts=20140316_4
 version=4.2.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-update-desktop-database --disable-update-mime-database"
 hostmakedepends="flex geda gerbv intltool netpbm pkg-config
- desktop-file-utils tar texinfo tk"
+ desktop-file-utils tar texinfo tk texlive"
 makedepends="gd-devel gtkglext-devel tk-devel"
 depends="pcb-data geda gerbv"
 checkdepends="ImageMagick ghostscript"
@@ -16,11 +16,6 @@ license="GPL-2.0-or-later"
 homepage="http://pcb.geda-project.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=1ceeaf1bdbe0508b9b140ca421eb600836579114c04dee939341c5d594f36e5d
+replaces="pcb-data>=0"
 
-pcb-data_package() {
-	archs=noarch
-	short_desc+=" - data files"
-	pkg_install() {
-		vmove usr/share/pcb
-	}
-}
+# Tests are currently failing for i686, at least

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

* Re: pcb: remove noarch.
  2020-10-11  8:18 [PR PATCH] pcb: remove noarch fosslinux
  2020-10-11  8:41 ` [PR PATCH] [Updated] " fosslinux
@ 2020-10-11  9:21 ` sgn
  2020-10-11 20:27 ` [PR PATCH] [Closed]: " fosslinux
  2020-10-11 20:28 ` fosslinux
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-10-11  9:21 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25512#issuecomment-706675830

Comment:
Included in #25455 it doesn't need texlive to build on my machine.

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

* Re: [PR PATCH] [Closed]: pcb: remove noarch.
  2020-10-11  8:18 [PR PATCH] pcb: remove noarch fosslinux
  2020-10-11  8:41 ` [PR PATCH] [Updated] " fosslinux
  2020-10-11  9:21 ` sgn
@ 2020-10-11 20:27 ` fosslinux
  2020-10-11 20:28 ` fosslinux
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-10-11 20:27 UTC (permalink / raw)
  To: ml

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

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

pcb: remove noarch.
https://github.com/void-linux/void-packages/pull/25512

Description:
also note that i686 tests are borked. Didn't fix because:

1. I have no idea how `pcb` works, or ghostscript, or any of the weird formats it uses.
2. It's malformed output not a segfault/crash and I didn't feel like digging into obscure stuff like that, I'll leave that to someone more experienced.

For some reason it needed texlive to build??

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

* Re: pcb: remove noarch.
  2020-10-11  8:18 [PR PATCH] pcb: remove noarch fosslinux
                   ` (2 preceding siblings ...)
  2020-10-11 20:27 ` [PR PATCH] [Closed]: " fosslinux
@ 2020-10-11 20:28 ` fosslinux
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-10-11 20:28 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/25512#issuecomment-706763756

Comment:
Lol whoops.

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

end of thread, other threads:[~2020-10-11 20:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-11  8:18 [PR PATCH] pcb: remove noarch fosslinux
2020-10-11  8:41 ` [PR PATCH] [Updated] " fosslinux
2020-10-11  9:21 ` sgn
2020-10-11 20:27 ` [PR PATCH] [Closed]: " fosslinux
2020-10-11 20:28 ` fosslinux

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