sxiv: update to 25
This commit is contained in:
parent
ab55ab5ccd
commit
b028104bb0
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'sxiv'
|
||||
pkgname=sxiv
|
||||
version=24
|
||||
revision=2
|
||||
version=25
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel"
|
||||
short_desc="Simple X Image Viewer"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/muennich/sxiv"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/muennich/sxiv/archive/v${version}.tar.gz"
|
||||
checksum=511dc45d12962af9c31c3068ce6bca4b832a6263946b27befea49a48cf019110
|
||||
checksum=16d1aca1a179e1c0875844efe2e51cfa396a4403467c389f7e9221a733ae5e26
|
||||
|
||||
pre_build() {
|
||||
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
|
||||
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h ||:
|
||||
}
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue