new package: photonic 1.5.1 lightweight qt image viewer
This commit is contained in:
parent
a2fd2fca4f
commit
e9d9f7e1c3
1 changed files with 28 additions and 0 deletions
28
srcpkgs/phototonic/template
Normal file
28
srcpkgs/phototonic/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'phototonic'
|
||||
# vim: set ts=4 sw=4 sts=4 et:
|
||||
pkgname=phototonic
|
||||
version=1.5.1
|
||||
revision=1
|
||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||
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"
|
||||
|
||||
do_configure() {
|
||||
qmake
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make INSTALL_ROOT=$DESTDIR install
|
||||
}
|
||||
|
Loading…
Reference in a new issue