phototonic: update to 1.7.0.
This commit is contained in:
parent
e763fac0a8
commit
164765d9b2
1 changed files with 6 additions and 14 deletions
|
@ -1,7 +1,10 @@
|
||||||
# Template file for 'phototonic'
|
# Template file for 'phototonic'
|
||||||
pkgname=phototonic
|
pkgname=phototonic
|
||||||
version=1.6.0
|
version=1.7.0
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${version%.*}"
|
||||||
|
build_pie=yes
|
||||||
|
build_style=qmake
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://oferkv.github.io/phototonic/"
|
homepage="http://oferkv.github.io/phototonic/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -10,15 +13,4 @@ hostmakedepends="pkg-config"
|
||||||
makedepends="qt5-svg-devel exiv2-devel"
|
makedepends="qt5-svg-devel exiv2-devel"
|
||||||
depends="qt5-imageformats"
|
depends="qt5-imageformats"
|
||||||
distfiles="https://github.com/oferkv/${pkgname}/archive/v${version%.*}.tar.gz"
|
distfiles="https://github.com/oferkv/${pkgname}/archive/v${version%.*}.tar.gz"
|
||||||
checksum=6ff8dc581f8203390c77202915e42807ac232e7d481b485c49d8f2152d5650b0
|
checksum=ef194d41e71b4d50e347f56da27a2e5d00a86f4ba4ff6580f86852df475f39df
|
||||||
wrksrc="${pkgname}-${version%.*}"
|
|
||||||
|
|
||||||
do_configure() {
|
|
||||||
qmake
|
|
||||||
}
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
do_install() {
|
|
||||||
make INSTALL_ROOT=$DESTDIR install
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue