void-packages/srcpkgs/phototonic/template
cr6git c308ca86a4
phototonic: update to 2.1.
Closes: #12842 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-08 12:51:41 +02:00

18 lines
615 B
Bash

# Template file for 'phototonic'
pkgname=phototonic
version=2.1
revision=1
build_style=qmake
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/oferkv/phototonic"
license="GPL-3"
short_desc="Lightweight image viewer and organizer for Qt5"
hostmakedepends="pkg-config"
makedepends="qt5-svg-devel exiv2-devel"
depends="desktop-file-utils hicolor-icon-theme qt5-imageformats"
distfiles="https://github.com/oferkv/phototonic/archive/v${version}.tar.gz"
checksum=a8b2dbc81750efabb65a4732b1704641afd4a4f772ef9c90817871ca2a52f5ef
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-svg-devel"
fi