# Maintainer: Stefan Husmann pkgname=fotoxx-test _pkgvermaj=20.0 _pkgvermin=2019.11.25 pkgver=${_pkgvermaj}.${_pkgvermin} pkgrel=1 pkgdesc="A program for improving image files made with a digital camera, test-version" url="http://www.kornelix.net/fotoxx/fotoxx.html" arch=('i686' 'x86_64') license=('GPL3') conflicts=('fotoxx') provides=('fotoxx') depends=('libraw' 'gtk3' 'libchamplain' 'perl-image-exiftool>=0.8.6' 'xdg-utils') optdepends=('rawtherapee: for raw image processing' 'dvd+rw-tools: for burning CDs,DVDs or BlueRays' 'hugin: for panorama photos') source=("http://kornelix.net/downloads/downloads/${pkgname%-test}-${_pkgvermaj}-test-${_pkgvermin//./-}.tar.gz") sha256sums=('992961e4a155b8a9218b6085cd0ba9357daa5ed1675d8cc1692e8da5b202f22e') options=('!makeflags') build() { cd ${pkgname%-test} make clean make PREFIX=/usr } package() { cd ${pkgname%-test} make DESTDIR="$pkgdir" PREFIX=/usr install rm -r "$pkgdir"/usr/share/appdata }