fotoxx: update to 18.01.1.

Closes: #10365 [via git-merge-pr]
This commit is contained in:
cr6git 2018-01-03 01:21:23 +01:00 committed by Jürgen Buchmüller
parent ee3552a389
commit 11ee232661

View file

@ -1,18 +1,18 @@
# Template file for 'fotoxx'
pkgname=fotoxx
version=17.08.3
version=18.01.1
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config"
makedepends="libchamplain-devel libraw-devel"
depends="desktop-file-utils exiftool"
depends="desktop-file-utils exiftool xdg-utils"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Free open source program for image editing and collection management"
homepage="http://www.kornelix.net/fotoxx/fotoxx.html"
homepage="https://www.kornelix.net/fotoxx/fotoxx.html"
license="GPL-3"
distfiles="http://www.kornelix.net/downloads/tarballs/fotoxx-${version}.tar.gz"
checksum=85c131182fd7e4f840a1f471ad2647fc23b0aa64920d7bb2a10103243d06677a
distfiles="https://www.kornelix.net/downloads/tarballs/fotoxx-${version}.tar.gz"
checksum=1352c1e5b35f8548412cb9db31acb644f5e3d52d1b6a1b3fae2323060981f640
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="execinfo.h is a GNU specific header, and doesnt exist under musl.";;
@ -24,5 +24,6 @@ fi
post_install() {
rm -v ${DESTDIR}/usr/share/doc/fotoxx/{changelog.gz,copyright,fotoxx.man}
rm -rv ${DESTDIR}/usr/share/appdata
}