fotoxx: update to 19.14

This commit is contained in:
Unknown 2019-08-15 21:48:19 +03:00 committed by Helmut Pozimski
parent 8dc6f9cdea
commit c876578aae

View file

@ -1,6 +1,6 @@
# Template file for 'fotoxx' # Template file for 'fotoxx'
pkgname=fotoxx pkgname=fotoxx
version=19.12 version=19.14
revision=1 revision=1
wrksrc=fotoxx wrksrc=fotoxx
build_style=gnu-makefile build_style=gnu-makefile
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://www.kornelix.net/fotoxx/fotoxx.html" homepage="https://www.kornelix.net/fotoxx/fotoxx.html"
distfiles="https://www.kornelix.net/downloads/downloads/fotoxx-${version}.tar.gz" distfiles="https://www.kornelix.net/downloads/downloads/fotoxx-${version}.tar.gz"
checksum=a5fa5ab5d2a4289c49fb87b0ffa843953daec3439686643db1edbc69ee65407c checksum=8c9120f1a2eb9303ff1138943c597259574179fc7d6140f351f037046e05cc3f
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) broken="execinfo.h is a GNU specific header, and doesnt exist under musl.";; *-musl) broken="execinfo.h is a GNU specific header, and doesnt exist under musl.";;
@ -27,4 +27,3 @@ post_install() {
rm -v ${DESTDIR}/usr/share/doc/fotoxx/{changelog.gz,copyright,fotoxx.man} rm -v ${DESTDIR}/usr/share/doc/fotoxx/{changelog.gz,copyright,fotoxx.man}
rm -rv ${DESTDIR}/usr/share/appdata rm -rv ${DESTDIR}/usr/share/appdata
} }