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

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