sxiv: update to 26.

This commit is contained in:
Anthony Iliopoulos 2020-01-21 21:01:18 +01:00 committed by Leah Neukirchen
parent 1d2186ed3d
commit 3d5dc00234

View file

@ -1,7 +1,7 @@
# Template file for 'sxiv' # Template file for 'sxiv'
pkgname=sxiv pkgname=sxiv
version=25 version=26
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel" makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel"
short_desc="Simple X Image Viewer" short_desc="Simple X Image Viewer"
@ -9,14 +9,14 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/muennich/sxiv" homepage="https://github.com/muennich/sxiv"
distfiles="https://github.com/muennich/sxiv/archive/v${version}.tar.gz" distfiles="https://github.com/muennich/sxiv/archive/v${version}.tar.gz"
checksum=16d1aca1a179e1c0875844efe2e51cfa396a4403467c389f7e9221a733ae5e26 checksum=a382ad57734243818e828ba161fc0357b48d8f3a7f8c29cac183492b46b58949
pre_build() { pre_build() {
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h ||: [ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h ||:
} }
post_install() { post_install() {
vinstall sxiv.desktop 644 usr/share/applications vinstall sxiv.desktop 644 usr/share/applications
} }
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then