cmake-gui: update to 3.6.0
This commit is contained in:
parent
6b663c6511
commit
630ab544ec
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cmake-gui'
|
||||
pkgname=cmake-gui
|
||||
version=3.5.2
|
||||
version=3.6.0
|
||||
revision=1
|
||||
wrksrc="cmake-${version}"
|
||||
build_style=configure
|
||||
|
@ -9,12 +9,12 @@ configure_args="--prefix=/usr --mandir=/share/man --docdir=/share/doc/cmake
|
|||
makedepends="expat-devel jsoncpp-devel libarchive-devel libcurl-devel
|
||||
ncurses-devel qt5-devel zlib-devel"
|
||||
depends="desktop-file-utils shared-mime-info"
|
||||
short_desc="Cross-platform, open-source build system - QT GUI"
|
||||
short_desc="Cross-platform, open-source build system - Qt GUI"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1, 3-clause-BSD"
|
||||
homepage="http://www.cmake.org"
|
||||
distfiles="http://www.cmake.org/files/v${version%.*}/cmake-$version.tar.gz"
|
||||
checksum=92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a
|
||||
checksum=fd05ed40cc40ef9ef99fac7b0ece2e0b871858a82feade48546f5d2940147670
|
||||
|
||||
do_install() {
|
||||
# We are only interested in cmake-gui.
|
||||
|
|
Loading…
Reference in a new issue