nsxiv: update to 29
This commit is contained in:
parent
f5a53e8fc2
commit
9089f55d5e
2 changed files with 16 additions and 4 deletions
12
srcpkgs/nsxiv/patches/no-rebuild-options.patch
Normal file
12
srcpkgs/nsxiv/patches/no-rebuild-options.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
Preventing rebuild of options.o when installing
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -106,7 +106,7 @@
|
||||
rm -f "$$dir/nsxiv.png"; \
|
||||
done
|
||||
|
||||
-install: all
|
||||
+install:
|
||||
@echo "INSTALL bin/nsxiv"
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
cp nsxiv $(DESTDIR)$(PREFIX)/bin/
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'nsxiv'
|
||||
pkgname=nsxiv
|
||||
version=28
|
||||
version=29
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_target=install-all
|
||||
makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel
|
||||
libwebp-devel"
|
||||
libwebp-devel freetype-devel fontconfig-devel"
|
||||
short_desc="Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer"
|
||||
maintainer="Sanjay Pavan <tsppavan7@gmail.com>"
|
||||
maintainer="Sanjay Pavan <withercubes@protonmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/nsxiv/nsxiv"
|
||||
distfiles="https://github.com/nsxiv/nsxiv/archive/v${version}.tar.gz"
|
||||
checksum=38047f60e51854363dd98fb7b3bc9f1cfa9b7d6f9e8788508b6f1e317328dd75
|
||||
checksum="564a17d921172336f7cd463bf313e39f84e4bcf4fdc789326f4112f848aad039"
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in a new issue