mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
feh: update to 2.26.1.
This commit is contained in:
parent
a960a8aeff
commit
186a056d5e
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'feh'
|
# Template file for 'feh'
|
||||||
pkgname=feh
|
pkgname=feh
|
||||||
version=2.26
|
version=2.26.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="giblib-devel libXinerama-devel libXt-devel libcurl-devel
|
makedepends="giblib-devel libXinerama-devel libXt-devel libcurl-devel
|
||||||
|
@ -10,12 +10,14 @@ short_desc="Fast and light imlib2-based image viewer"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT-feh"
|
license="MIT-feh"
|
||||||
homepage="https://feh.finalrewind.org/"
|
homepage="https://feh.finalrewind.org/"
|
||||||
|
#changelog="https://raw.githubusercontent.com/derf/feh/master/ChangeLog"
|
||||||
distfiles="${homepage}/feh-${version}.tar.bz2"
|
distfiles="${homepage}/feh-${version}.tar.bz2"
|
||||||
checksum=b1d6bfdd79060d864b8eff05b916153be04801998148620125e3ac31f99f6c86
|
checksum=6dc6577eb922308c1b15293c131ea31182115b288888d46d81eee89fe7a7ac94
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CC=$CC PREFIX=/usr exif=1 help=1 stat64=1
|
make ${makejobs} CC=$CC PREFIX=/usr exif=1 help=1 stat64=1
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr example_dir=${DESTDIR}/usr/share/examples/feh DESTDIR=${DESTDIR} install
|
make PREFIX=/usr example_dir=${DESTDIR}/usr/share/examples/feh DESTDIR=${DESTDIR} install
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue