feh: update to 2.19
This commit is contained in:
parent
64bddec68a
commit
9e076894c5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'feh'
|
||||
pkgname=feh
|
||||
version=2.18.3
|
||||
revision=2
|
||||
version=2.19
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="giblib-devel libcurl-devel libexif-devel
|
||||
libpng-devel libjpeg-turbo-devel libXinerama-devel libXt-devel"
|
||||
|
@ -9,17 +9,14 @@ depends="libjpeg-turbo-tools"
|
|||
short_desc="Fast and light imlib2-based image viewer"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://feh.finalrewind.org/"
|
||||
homepage="https://feh.finalrewind.org/"
|
||||
distfiles="${homepage}/feh-${version}.tar.bz2"
|
||||
checksum=d82f68c7a96e1860dab3584ed58bda69446b692ae79a4ca999018507da310563
|
||||
checksum=cebe25d8393a07aa79a6b2f99beb133d8de0cbc00d46bccc4df276248cc9d0e9
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CC=$CC PREFIX=/usr exif=1 help=1
|
||||
make ${makejobs} CC=$CC PREFIX=/usr exif=1 help=1 stat64=1
|
||||
}
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
make PREFIX=/usr example_dir=${DESTDIR}/usr/share/examples/feh DESTDIR=${DESTDIR} install
|
||||
vlicense COPYING
|
||||
|
||||
# Fix the permissions on the icons
|
||||
chmod 644 ${DESTDIR}/usr/share/icons/hicolor/*/*/*
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue