mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
phototonic: update to 1.6.0.
This commit is contained in:
parent
cccdc78331
commit
55a716bc78
1 changed files with 7 additions and 11 deletions
|
@ -1,28 +1,24 @@
|
||||||
# Template file for 'phototonic'
|
# Template file for 'phototonic'
|
||||||
# vim: set ts=4 sw=4 sts=4 et:
|
|
||||||
pkgname=phototonic
|
pkgname=phototonic
|
||||||
version=1.5.1
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://oferkv.github.io/phototonic/"
|
homepage="http://oferkv.github.io/phototonic/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
short_desc="Lightweight image viewer and organizer for Qt5"
|
short_desc="Lightweight image viewer and organizer for Qt5"
|
||||||
hostmakedepends="pkg-config"
|
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/v1.5.tar.gz"
|
distfiles="https://github.com/oferkv/${pkgname}/archive/v${version%.*}.tar.gz"
|
||||||
checksum="0356aa0dbcf015f33fc3ba7bd4c874712bac95aa296d31fd08428883183f97a4"
|
checksum=6ff8dc581f8203390c77202915e42807ac232e7d481b485c49d8f2152d5650b0
|
||||||
wrksrc="$pkgname-1.5"
|
wrksrc="${pkgname}-${version%.*}"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
qmake
|
qmake
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_ROOT=$DESTDIR install
|
make INSTALL_ROOT=$DESTDIR install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue