mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
parent
ee3552a389
commit
11ee232661
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'fotoxx'
|
# Template file for 'fotoxx'
|
||||||
pkgname=fotoxx
|
pkgname=fotoxx
|
||||||
version=17.08.3
|
version=18.01.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libchamplain-devel libraw-devel"
|
makedepends="libchamplain-devel libraw-devel"
|
||||||
depends="desktop-file-utils exiftool"
|
depends="desktop-file-utils exiftool xdg-utils"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
short_desc="Free open source program for image editing and collection management"
|
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"
|
license="GPL-3"
|
||||||
distfiles="http://www.kornelix.net/downloads/tarballs/fotoxx-${version}.tar.gz"
|
distfiles="https://www.kornelix.net/downloads/tarballs/fotoxx-${version}.tar.gz"
|
||||||
checksum=85c131182fd7e4f840a1f471ad2647fc23b0aa64920d7bb2a10103243d06677a
|
checksum=1352c1e5b35f8548412cb9db31acb644f5e3d52d1b6a1b3fae2323060981f640
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) broken="execinfo.h is a GNU specific header, and doesn’t exist under musl.";;
|
*-musl) broken="execinfo.h is a GNU specific header, and doesn’t exist under musl.";;
|
||||||
|
@ -24,5 +24,6 @@ fi
|
||||||
|
|
||||||
post_install() {
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue