Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] goocanvas1: unmark nocross
@ 2020-12-26  0:01 ndowens
  2020-12-26  0:11 ` [PR PATCH] [Updated] " ndowens
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ndowens @ 2020-12-26  0:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages goocanvas1
https://github.com/void-linux/void-packages/pull/27435

goocanvas1: unmark nocross


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

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

From 0247a5f52b52745f68fe1ee3364d222041a96112 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Fri, 25 Dec 2020 18:02:25 -0600
Subject: [PATCH] goocanvas1: unmark nocross

---
 srcpkgs/goocanvas1/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/goocanvas1/template b/srcpkgs/goocanvas1/template
index c7941372de8..7ad9ddbb27e 100644
--- a/srcpkgs/goocanvas1/template
+++ b/srcpkgs/goocanvas1/template
@@ -7,22 +7,18 @@ build_style=gnu-configure
 maintainer="Orphaned <orphan@voidlinux.org>"
 hostmakedepends="pkg-config gobject-introspection glib-devel"
 makedepends="gtk+-devel"
-license="LGPL-2"
+license="LGPL-2.0-only"
 homepage="https://wiki.gnome.org/action/show/Projects/GooCanvas"
 short_desc="Canvas widget for GTK+ - Version 1"
 distfiles="${GNOME_SITE}/goocanvas/1.0/goocanvas-${version}.tar.bz2"
 checksum=1c072ef88567cad241fb4addee26e9bd96741b1503ff736d1c152fa6d865711e
 
-# There's no configure option for disabling gir. And right now, the
-# only packages using goocanvas1 need gir, anyway.
-nocross=yes
-
 goocanvas1-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
 	pkg_install() {
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/include
 		vmove usr/share/gtk-doc

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

* Re: [PR PATCH] [Updated] goocanvas1: unmark nocross
  2020-12-26  0:01 [PR PATCH] goocanvas1: unmark nocross ndowens
@ 2020-12-26  0:11 ` ndowens
  2020-12-26  3:58 ` sgn
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-26  0:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages goocanvas1
https://github.com/void-linux/void-packages/pull/27435

goocanvas1: unmark nocross


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

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

From 3ab623eeb66e56a125096852a7fee319f872346a Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Fri, 25 Dec 2020 18:02:25 -0600
Subject: [PATCH] goocanvas1: unmark nocross

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

diff --git a/srcpkgs/goocanvas1/template b/srcpkgs/goocanvas1/template
index c7941372de8..2d1f46e9892 100644
--- a/srcpkgs/goocanvas1/template
+++ b/srcpkgs/goocanvas1/template
@@ -4,25 +4,21 @@ version=1.0.0
 revision=1
 wrksrc=goocanvas-${version}
 build_style=gnu-configure
-maintainer="Orphaned <orphan@voidlinux.org>"
 hostmakedepends="pkg-config gobject-introspection glib-devel"
 makedepends="gtk+-devel"
-license="LGPL-2"
-homepage="https://wiki.gnome.org/action/show/Projects/GooCanvas"
 short_desc="Canvas widget for GTK+ - Version 1"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.0-only"
+homepage="https://wiki.gnome.org/action/show/Projects/GooCanvas"
 distfiles="${GNOME_SITE}/goocanvas/1.0/goocanvas-${version}.tar.bz2"
 checksum=1c072ef88567cad241fb4addee26e9bd96741b1503ff736d1c152fa6d865711e
 
-# There's no configure option for disabling gir. And right now, the
-# only packages using goocanvas1 need gir, anyway.
-nocross=yes
-
 goocanvas1-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
 	pkg_install() {
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/include
 		vmove usr/share/gtk-doc

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

* Re: goocanvas1: unmark nocross
  2020-12-26  0:01 [PR PATCH] goocanvas1: unmark nocross ndowens
  2020-12-26  0:11 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-26  3:58 ` sgn
  2020-12-28 13:24 ` [PR PATCH] [Closed]: " sgn
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-12-26  3:58 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/27435#issuecomment-751315478

Comment:
I'll just delete this package instead.

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

* Re: [PR PATCH] [Closed]: goocanvas1: unmark nocross
  2020-12-26  0:01 [PR PATCH] goocanvas1: unmark nocross ndowens
  2020-12-26  0:11 ` [PR PATCH] [Updated] " ndowens
  2020-12-26  3:58 ` sgn
@ 2020-12-28 13:24 ` sgn
  2021-02-06 21:37 ` make-file
  2021-02-06 22:25 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-12-28 13:24 UTC (permalink / raw)
  To: ml

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

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

goocanvas1: unmark nocross
https://github.com/void-linux/void-packages/pull/27435

Description:


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

* Re: goocanvas1: unmark nocross
  2020-12-26  0:01 [PR PATCH] goocanvas1: unmark nocross ndowens
                   ` (2 preceding siblings ...)
  2020-12-28 13:24 ` [PR PATCH] [Closed]: " sgn
@ 2021-02-06 21:37 ` make-file
  2021-02-06 22:25 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: make-file @ 2021-02-06 21:37 UTC (permalink / raw)
  To: ml

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

New comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27435#issuecomment-774547699

Comment:
why?


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

* Re: goocanvas1: unmark nocross
  2020-12-26  0:01 [PR PATCH] goocanvas1: unmark nocross ndowens
                   ` (3 preceding siblings ...)
  2021-02-06 21:37 ` make-file
@ 2021-02-06 22:25 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-02-06 22:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27435#issuecomment-774552568

Comment:
@make-file explained in the commits of the linked PR.

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

end of thread, other threads:[~2021-02-06 22:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-26  0:01 [PR PATCH] goocanvas1: unmark nocross ndowens
2020-12-26  0:11 ` [PR PATCH] [Updated] " ndowens
2020-12-26  3:58 ` sgn
2020-12-28 13:24 ` [PR PATCH] [Closed]: " sgn
2021-02-06 21:37 ` make-file
2021-02-06 22:25 ` 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).