# Template file for 'fotoxx' pkgname=fotoxx version=20.11 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" short_desc="Free open source program for image editing and collection management" maintainer="Orphaned " 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=c01567e9085d713acfe724702757e6843ef66d27f41faf5d9679366df65ddddd CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/champlain-0.12" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" libchamplain-devel" 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 }