Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2
@ 2019-12-29  3:48 voidlinux-github
  2019-12-29  4:01 ` [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-12-29  3:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake-gui
https://github.com/void-linux/void-packages/pull/17858

[NoMerge] cmake-gui: update to 3.16.2
Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package

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

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

From 2dadb184bbda75091dd0116d7885e6a49f042244 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 28 Dec 2019 21:36:41 -0600
Subject: [PATCH] cmake-gui: update to 3.16.2

Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package
---
 srcpkgs/cmake-gui/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5d083debfe4..f048c492eaf 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,27 +1,29 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.16.1
+version=3.16.2
 revision=1
 wrksrc="cmake-${version}"
-build_style=configure
-configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
- --system-libs --qt-gui ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
+build_style=cmake
+configure_args="
+ -DBUILD_QtDialog=ON
+ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON
+ -DCMAKE_USE_SYSTEM_CURL=ON
+ -DCMAKE_USE_SYSTEM_JSONCPP=ON
+ -DCMAKE_USE_SYSTEM_LIBUV=ON
+ -DCMAKE_USE_SYSTEM_LIBRHASH=ON"
 hostmakedepends="qt5-devel"
 makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel qt5-devel rhash-devel"
 depends="desktop-file-utils shared-mime-info"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later, BSD-3-Clause"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
 distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=a275b3168fa8626eca4465da7bb159ff07c8c6cb0fb7179be59e12cbdfa725fd
-nocross=yes
+checksum=8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9
 
 do_install() {
 	# We are only interested in cmake-gui.
-	make DESTDIR=${wrksrc}/${pkgname} install
-
 	vbin bin/cmake-gui
 
 	vmkdir usr/share

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

* Re: [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
  2019-12-29  3:48 [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2 voidlinux-github
@ 2019-12-29  4:01 ` voidlinux-github
  2019-12-29  4:32 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-12-29  4:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake-gui
https://github.com/void-linux/void-packages/pull/17858

[NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package

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

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

From 4b44bc76f021a1bfedca00eb7c5d58ccaceb2fd4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 28 Dec 2019 21:36:41 -0600
Subject: [PATCH] cmake-gui: update to 3.16.2

Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package
---
 srcpkgs/cmake-gui/template | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5d083debfe4..f13c40dcd24 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,28 +1,30 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.16.1
+version=3.16.2
 revision=1
 wrksrc="cmake-${version}"
-build_style=configure
-configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
- --system-libs --qt-gui ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
+build_style=cmake
+configure_args="
+ -DBUILD_QtDialog=ON
+ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON
+ -DCMAKE_USE_SYSTEM_CURL=ON
+ -DCMAKE_USE_SYSTEM_JSONCPP=ON
+ -DCMAKE_USE_SYSTEM_LIBUV=ON
+ -DCMAKE_USE_SYSTEM_LIBRHASH=ON"
 hostmakedepends="qt5-devel"
 makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel qt5-devel rhash-devel"
 depends="desktop-file-utils shared-mime-info"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later, BSD-3-Clause"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
 distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=a275b3168fa8626eca4465da7bb159ff07c8c6cb0fb7179be59e12cbdfa725fd
-nocross=yes
+checksum=8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9
 
 do_install() {
 	# We are only interested in cmake-gui.
-	make DESTDIR=${wrksrc}/${pkgname} install
-
-	vbin bin/cmake-gui
+	vbin build/bin/cmake-gui
 
 	vmkdir usr/share
 	cp -a ${pkgname}/usr/share/{applications,mime,icons} ${DESTDIR}/usr/share

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

* Re: [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
  2019-12-29  3:48 [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2 voidlinux-github
  2019-12-29  4:01 ` [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross voidlinux-github
@ 2019-12-29  4:32 ` voidlinux-github
  2019-12-29 23:07 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-12-29  4:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake-gui
https://github.com/void-linux/void-packages/pull/17858

[NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package

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

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

From 20628a9456cc684d03549e8e6d8f7b5dd740e924 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 28 Dec 2019 21:36:41 -0600
Subject: [PATCH] cmake-gui: update to 3.16.2

Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package
---
 srcpkgs/cmake-gui/template | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5d083debfe4..4c5179f3148 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,31 +1,30 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.16.1
+version=3.16.2
 revision=1
 wrksrc="cmake-${version}"
-build_style=configure
-configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
- --system-libs --qt-gui ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
+build_style=cmake
+configure_args="
+ -DBUILD_QtDialog=ON
+ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON
+ -DCMAKE_USE_SYSTEM_CURL=ON
+ -DCMAKE_USE_SYSTEM_JSONCPP=ON
+ -DCMAKE_USE_SYSTEM_LIBUV=ON
+ -DCMAKE_USE_SYSTEM_LIBRHASH=ON"
 hostmakedepends="qt5-devel"
 makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel qt5-devel rhash-devel"
 depends="desktop-file-utils shared-mime-info"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later, BSD-3-Clause"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
 distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=a275b3168fa8626eca4465da7bb159ff07c8c6cb0fb7179be59e12cbdfa725fd
-nocross=yes
+checksum=8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9
 
 do_install() {
 	# We are only interested in cmake-gui.
-	make DESTDIR=${wrksrc}/${pkgname} install
-
-	vbin bin/cmake-gui
-
-	vmkdir usr/share
-	cp -a ${pkgname}/usr/share/{applications,mime,icons} ${DESTDIR}/usr/share
+	vbin build/bin/cmake-gui
 
 	for i in Licenses/*.txt Copyright.txt ; do
 		vlicense $i

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

* Re: [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
  2019-12-29  3:48 [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2 voidlinux-github
  2019-12-29  4:01 ` [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross voidlinux-github
  2019-12-29  4:32 ` voidlinux-github
@ 2019-12-29 23:07 ` voidlinux-github
  2019-12-30  1:20 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-12-29 23:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake-gui
https://github.com/void-linux/void-packages/pull/17858

[NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package

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

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

From e57ddeabf8892020ab8862c7bac00fced033f739 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 28 Dec 2019 21:36:41 -0600
Subject: [PATCH] cmake-gui: update to 3.16.2

Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package
---
 srcpkgs/cmake-gui/template | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5d083debfe4..9a188f9fd22 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,31 +1,38 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.16.1
+version=3.16.2
 revision=1
 wrksrc="cmake-${version}"
-build_style=configure
-configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
- --system-libs --qt-gui ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
+build_style=cmake
+configure_args="
+ -DBUILD_QtDialog=ON
+ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON
+ -DCMAKE_USE_SYSTEM_CURL=ON
+ -DCMAKE_USE_SYSTEM_JSONCPP=ON
+ -DCMAKE_USE_SYSTEM_LIBUV=ON
+ -DCMAKE_USE_SYSTEM_LIBRHASH=ON"
 hostmakedepends="qt5-devel"
 makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel qt5-devel rhash-devel"
 depends="desktop-file-utils shared-mime-info"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later, BSD-3-Clause"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
-distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=a275b3168fa8626eca4465da7bb159ff07c8c6cb0fb7179be59e12cbdfa725fd
-nocross=yes
+distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz
+ https://github.com/ndowens/void/archive/cmake-gui-data.tar.gz"
+checksum="8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9
+ 137af0e1eaaa0b646817d97b6e7213de76570357574fe597a6125f170f6cc5fe"
 
 do_install() {
 	# We are only interested in cmake-gui.
-	make DESTDIR=${wrksrc}/${pkgname} install
-
-	vbin bin/cmake-gui
+	vbin build/bin/cmake-gui
+	
+	for a in icons mime ; do
+		vcopy ../void-cmake-gui-data/cmake-gui/$a usr/share
+	done
 
-	vmkdir usr/share
-	cp -a ${pkgname}/usr/share/{applications,mime,icons} ${DESTDIR}/usr/share
+	vinstall ../cmake-gui/applications/cmake-gui.desktop 644 usr/share/applications
 
 	for i in Licenses/*.txt Copyright.txt ; do
 		vlicense $i

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

* Re: [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
  2019-12-29  3:48 [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-12-29 23:07 ` voidlinux-github
@ 2019-12-30  1:20 ` voidlinux-github
  2019-12-30  1:38 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-12-30  1:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake-gui
https://github.com/void-linux/void-packages/pull/17858

[NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package

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

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

From 824cd3670b11d43ada69f27b93b772f6980c05f4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 28 Dec 2019 21:36:41 -0600
Subject: [PATCH] cmake-gui: update to 3.16.2

Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package
---
 srcpkgs/cmake-gui/template | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5d083debfe4..37884da0137 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,31 +1,38 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.16.1
+version=3.16.2
 revision=1
 wrksrc="cmake-${version}"
-build_style=configure
-configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
- --system-libs --qt-gui ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
+build_style=cmake
+configure_args="
+ -DBUILD_QtDialog=ON
+ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON
+ -DCMAKE_USE_SYSTEM_CURL=ON
+ -DCMAKE_USE_SYSTEM_JSONCPP=ON
+ -DCMAKE_USE_SYSTEM_LIBUV=ON
+ -DCMAKE_USE_SYSTEM_LIBRHASH=ON"
 hostmakedepends="qt5-devel"
 makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel qt5-devel rhash-devel"
 depends="desktop-file-utils shared-mime-info"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later, BSD-3-Clause"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
-distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=a275b3168fa8626eca4465da7bb159ff07c8c6cb0fb7179be59e12cbdfa725fd
-nocross=yes
+distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz
+ https://github.com/ndowens/void/archive/cmake-gui-data.tar.gz"
+checksum="8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9
+ 137af0e1eaaa0b646817d97b6e7213de76570357574fe597a6125f170f6cc5fe"
 
 do_install() {
 	# We are only interested in cmake-gui.
-	make DESTDIR=${wrksrc}/${pkgname} install
-
-	vbin bin/cmake-gui
+	vbin build/bin/cmake-gui
+	
+	for a in icons mime ; do
+		vcopy ../void-cmake-gui-data/cmake-gui/$a usr/share
+	done
 
-	vmkdir usr/share
-	cp -a ${pkgname}/usr/share/{applications,mime,icons} ${DESTDIR}/usr/share
+	vinstall ../cmake-gui-data/applications/cmake-gui.desktop 644 usr/share/applications
 
 	for i in Licenses/*.txt Copyright.txt ; do
 		vlicense $i

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

* Re: [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
  2019-12-29  3:48 [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-12-30  1:20 ` voidlinux-github
@ 2019-12-30  1:38 ` voidlinux-github
  2019-12-30  1:55 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-12-30  1:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake-gui
https://github.com/void-linux/void-packages/pull/17858

[NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package

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

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

From 161c782988570f4323719f0dc0622d879f50961c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 28 Dec 2019 21:36:41 -0600
Subject: [PATCH] cmake-gui: update to 3.16.2

Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package
---
 srcpkgs/cmake-gui/template | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5d083debfe4..2ec2e3df36b 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,31 +1,38 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.16.1
+version=3.16.2
 revision=1
 wrksrc="cmake-${version}"
-build_style=configure
-configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
- --system-libs --qt-gui ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
+build_style=cmake
+configure_args="
+ -DBUILD_QtDialog=ON
+ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON
+ -DCMAKE_USE_SYSTEM_CURL=ON
+ -DCMAKE_USE_SYSTEM_JSONCPP=ON
+ -DCMAKE_USE_SYSTEM_LIBUV=ON
+ -DCMAKE_USE_SYSTEM_LIBRHASH=ON"
 hostmakedepends="qt5-devel"
 makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel qt5-devel rhash-devel"
 depends="desktop-file-utils shared-mime-info"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later, BSD-3-Clause"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
-distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=a275b3168fa8626eca4465da7bb159ff07c8c6cb0fb7179be59e12cbdfa725fd
-nocross=yes
+distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz
+ https://github.com/ndowens/void/archive/cmake-gui-data.tar.gz"
+checksum="8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9
+ 137af0e1eaaa0b646817d97b6e7213de76570357574fe597a6125f170f6cc5fe"
 
 do_install() {
 	# We are only interested in cmake-gui.
-	make DESTDIR=${wrksrc}/${pkgname} install
-
-	vbin bin/cmake-gui
+	vbin build/bin/cmake-gui
+	
+	for a in icons mime ; do
+		vcopy ../void-cmake-gui-data/cmake-gui/$a usr/share
+	done
 
-	vmkdir usr/share
-	cp -a ${pkgname}/usr/share/{applications,mime,icons} ${DESTDIR}/usr/share
+	vinstall ../void-cmake-gui-data/applications/cmake-gui.desktop 644 usr/share/applications
 
 	for i in Licenses/*.txt Copyright.txt ; do
 		vlicense $i

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

* Re: [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
  2019-12-29  3:48 [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-12-30  1:38 ` voidlinux-github
@ 2019-12-30  1:55 ` voidlinux-github
  2019-12-30  1:58 ` voidlinux-github
  2020-01-04  8:28 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-12-30  1:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake-gui
https://github.com/void-linux/void-packages/pull/17858

[NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package

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

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

From e0e16e7b29d5d789f0fb4e08e848eb60df52c31f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 28 Dec 2019 21:36:41 -0600
Subject: [PATCH] cmake-gui: update to 3.16.2

Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package
---
 srcpkgs/cmake-gui/template | 33 ++++++++++++++++++++-------------
 1 file changed, 20 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5d083debfe4..b9f2e49b630 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,31 +1,38 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.16.1
+version=3.16.2
 revision=1
 wrksrc="cmake-${version}"
-build_style=configure
-configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
- --system-libs --qt-gui ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
+build_style=cmake
+configure_args="
+ -DBUILD_QtDialog=ON
+ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON
+ -DCMAKE_USE_SYSTEM_CURL=ON
+ -DCMAKE_USE_SYSTEM_JSONCPP=ON
+ -DCMAKE_USE_SYSTEM_LIBUV=ON
+ -DCMAKE_USE_SYSTEM_LIBRHASH=ON"
 hostmakedepends="qt5-devel"
 makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel qt5-devel rhash-devel"
 depends="desktop-file-utils shared-mime-info"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later, BSD-3-Clause"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
-distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=a275b3168fa8626eca4465da7bb159ff07c8c6cb0fb7179be59e12cbdfa725fd
-nocross=yes
+distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz
+ https://github.com/ndowens/void/archive/cmake-gui-data.tar.gz"
+checksum="8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9
+ 137af0e1eaaa0b646817d97b6e7213de76570357574fe597a6125f170f6cc5fe"
 
 do_install() {
 	# We are only interested in cmake-gui.
-	make DESTDIR=${wrksrc}/${pkgname} install
+	vbin build/bin/cmake-gui
 
-	vbin bin/cmake-gui
+	for a in icons mime ; do
+		vcopy ../void-cmake-gui-data/cmake-gui/$a usr/share
+	done
 
-	vmkdir usr/share
-	cp -a ${pkgname}/usr/share/{applications,mime,icons} ${DESTDIR}/usr/share
+	vinstall ../void-cmake-gui-data/applications/cmake-gui.desktop 644 usr/share/applications
 
 	for i in Licenses/*.txt Copyright.txt ; do
 		vlicense $i

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

* Re: [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
  2019-12-29  3:48 [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-12-30  1:55 ` voidlinux-github
@ 2019-12-30  1:58 ` voidlinux-github
  2020-01-04  8:28 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-12-30  1:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake-gui
https://github.com/void-linux/void-packages/pull/17858

[NoMerge] cmake-gui: update to 3.16.2 ; Fix cross
Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package

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

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

From 8d76c4f09d7b5caa493d67f5562337ee30f6d8e8 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sat, 28 Dec 2019 21:36:41 -0600
Subject: [PATCH] cmake-gui: update to 3.16.2

Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package
---
 srcpkgs/cmake-gui/template | 34 +++++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5d083debfe4..78803dcf748 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,31 +1,39 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.16.1
+version=3.16.2
 revision=1
 wrksrc="cmake-${version}"
-build_style=configure
-configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
- --system-libs --qt-gui ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
+build_style=cmake
+configure_args="
+ -DBUILD_QtDialog=ON
+ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON
+ -DCMAKE_USE_SYSTEM_CURL=ON
+ -DCMAKE_USE_SYSTEM_JSONCPP=ON
+ -DCMAKE_USE_SYSTEM_LIBUV=ON
+ -DCMAKE_USE_SYSTEM_LIBRHASH=ON"
 hostmakedepends="qt5-devel"
 makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel qt5-devel rhash-devel"
 depends="desktop-file-utils shared-mime-info"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later, BSD-3-Clause"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
-distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=a275b3168fa8626eca4465da7bb159ff07c8c6cb0fb7179be59e12cbdfa725fd
-nocross=yes
+distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz
+ https://github.com/ndowens/void/archive/cmake-gui-data.tar.gz"
+checksum="8c09786ec60ca2be354c29829072c38113de9184f29928eb9da8446a5f2ce6a9
+ 137af0e1eaaa0b646817d97b6e7213de76570357574fe597a6125f170f6cc5fe"
 
 do_install() {
 	# We are only interested in cmake-gui.
-	make DESTDIR=${wrksrc}/${pkgname} install
+	vbin build/bin/cmake-gui
 
-	vbin bin/cmake-gui
+	for a in icons mime ; do
+		vcopy ../void-cmake-gui-data/cmake-gui/$a usr/share
+	done
 
-	vmkdir usr/share
-	cp -a ${pkgname}/usr/share/{applications,mime,icons} ${DESTDIR}/usr/share
+	vinstall ../void-cmake-gui-data/cmake-gui/applications/cmake-gui.desktop 644 \
+			 usr/share/applications
 
 	for i in Licenses/*.txt Copyright.txt ; do
 		vlicense $i

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

* Re: [PR PATCH] [Merged]: cmake-gui: update to 3.16.2 ; Fix cross
  2019-12-29  3:48 [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-12-30  1:58 ` voidlinux-github
@ 2020-01-04  8:28 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-04  8:28 UTC (permalink / raw)
  To: ml

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

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

cmake-gui: update to 3.16.2 ; Fix cross
https://github.com/void-linux/void-packages/pull/17858

Description:
Update to 3.16.2 and use cmake build_style
as this enables cross-build support.
Adopt package

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

end of thread, other threads:[~2020-01-04  8:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-29  3:48 [PR PATCH] [NoMerge] cmake-gui: update to 3.16.2 voidlinux-github
2019-12-29  4:01 ` [PR PATCH] [Updated] [NoMerge] cmake-gui: update to 3.16.2 ; Fix cross voidlinux-github
2019-12-29  4:32 ` voidlinux-github
2019-12-29 23:07 ` voidlinux-github
2019-12-30  1:20 ` voidlinux-github
2019-12-30  1:38 ` voidlinux-github
2019-12-30  1:55 ` voidlinux-github
2019-12-30  1:58 ` voidlinux-github
2020-01-04  8:28 ` [PR PATCH] [Merged]: " voidlinux-github

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