fotoxx: update to 21.40, add dcraw as runtime dependency.

Closes: #30169 [via git-merge-pr]
This commit is contained in:
mobinmob 2021-04-12 01:01:42 +03:00 committed by Andrew J. Hesford
parent 408d443871
commit 2ad7bf80a2

View file

@ -1,19 +1,19 @@
# Template file for 'fotoxx'
pkgname=fotoxx
version=20.19
version=21.40
revision=1
wrksrc=fotoxx
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config"
makedepends="libchamplain-devel libraw-devel"
depends="desktop-file-utils exiftool xdg-utils"
depends="desktop-file-utils exiftool xdg-utils dcraw"
short_desc="Free open source program for image editing and collection management"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.kornelix.net/fotoxx/fotoxx.html"
distfiles="https://www.kornelix.net/downloads/downloads/fotoxx-${version}.tar.gz"
checksum=4c9216d4612641151ca75e3f6fd74521a8dcfbb0a14d765b73d2ff62eed37a3e
checksum=0c16597053ce8e186fb8163839f4f4ed44548bf00e43e88951f4346a9dbbb620
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/champlain-0.12"
@ -24,8 +24,3 @@ fi
case "$XBPS_TARGET_LIBC" in
musl) makedepends+=" libexecinfo-devel"
esac
post_install() {
rm -rv ${DESTDIR}/usr/share/doc/fotoxx/{changelog.gz,copyright,fotoxx.man} \
${DESTDIR}/usr/share/appdata
}