phototonic: update to 1.6.0.

This commit is contained in:
Juan RP 2015-07-02 07:54:43 +02:00
parent cccdc78331
commit 55a716bc78

View file

@ -1,28 +1,24 @@
# Template file for 'phototonic'
# vim: set ts=4 sw=4 sts=4 et:
pkgname=phototonic
version=1.5.1
version=1.6.0
revision=1
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://oferkv.github.io/phototonic/"
license="GPL-3"
short_desc="Lightweight image viewer and organizer for Qt5"
hostmakedepends="pkg-config"
makedepends="qt5-svg-devel exiv2-devel"
depends="qt5-imageformats"
distfiles="https://github.com/oferkv/${pkgname}/archive/v1.5.tar.gz"
checksum="0356aa0dbcf015f33fc3ba7bd4c874712bac95aa296d31fd08428883183f97a4"
wrksrc="$pkgname-1.5"
distfiles="https://github.com/oferkv/${pkgname}/archive/v${version%.*}.tar.gz"
checksum=6ff8dc581f8203390c77202915e42807ac232e7d481b485c49d8f2152d5650b0
wrksrc="${pkgname}-${version%.*}"
do_configure() {
qmake
qmake
}
do_build() {
make
make ${makejobs}
}
do_install() {
make INSTALL_ROOT=$DESTDIR install
}