qtchooser: update to 52.
This commit is contained in:
parent
fc92023be5
commit
c29361880c
1 changed files with 7 additions and 5 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'qtchooser'
|
# Template file for 'qtchooser'
|
||||||
pkgname=qtchooser
|
pkgname=qtchooser
|
||||||
version=20150315
|
reverts=20150315_2
|
||||||
revision=2
|
version=52
|
||||||
|
revision=1
|
||||||
|
_commit=gae5eeef
|
||||||
|
wrksrc="qtchooser-$version-$_commit"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Qt4/Qt5 version chooser"
|
short_desc="Qt4/Qt5 version chooser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1, GPL-3"
|
license="LGPL-2.1, GPL-3"
|
||||||
homepage="http://code.qt.io/cgit/qt/qtchooser.git/"
|
homepage="http://code.qt.io/cgit/qt/qtchooser.git/"
|
||||||
|
distfiles="$DEBIAN_SITE/main/q/qtchooser/qtchooser_$version-$_commit.orig.tar.xz"
|
||||||
|
checksum=03ff4b6abdd1a2230927a52f962febd47edf8adf21c3ad0cd242af014d1ae64c
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone https://code.qt.io/qt/qtchooser.git ${wrksrc}
|
|
||||||
}
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_ROOT=${DESTDIR} install
|
make INSTALL_ROOT=${DESTDIR} install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue