mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
fotoxx: update to 21.40, add dcraw as runtime dependency.
Closes: #30169 [via git-merge-pr]
This commit is contained in:
parent
408d443871
commit
2ad7bf80a2
1 changed files with 3 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'fotoxx'
|
# Template file for 'fotoxx'
|
||||||
pkgname=fotoxx
|
pkgname=fotoxx
|
||||||
version=20.19
|
version=21.40
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=fotoxx
|
wrksrc=fotoxx
|
||||||
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 xdg-utils"
|
depends="desktop-file-utils exiftool xdg-utils dcraw"
|
||||||
short_desc="Free open source program for image editing and collection management"
|
short_desc="Free open source program for image editing and collection management"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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=4c9216d4612641151ca75e3f6fd74521a8dcfbb0a14d765b73d2ff62eed37a3e
|
checksum=0c16597053ce8e186fb8163839f4f4ed44548bf00e43e88951f4346a9dbbb620
|
||||||
|
|
||||||
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/champlain-0.12"
|
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/champlain-0.12"
|
||||||
|
|
||||||
|
@ -24,8 +24,3 @@ fi
|
||||||
case "$XBPS_TARGET_LIBC" in
|
case "$XBPS_TARGET_LIBC" in
|
||||||
musl) makedepends+=" libexecinfo-devel"
|
musl) makedepends+=" libexecinfo-devel"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm -rv ${DESTDIR}/usr/share/doc/fotoxx/{changelog.gz,copyright,fotoxx.man} \
|
|
||||||
${DESTDIR}/usr/share/appdata
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue