diff --git a/srcpkgs/nsxiv/patches/no-rebuild-options.patch b/srcpkgs/nsxiv/patches/no-rebuild-options.patch new file mode 100644 index 0000000000..455884f0b1 --- /dev/null +++ b/srcpkgs/nsxiv/patches/no-rebuild-options.patch @@ -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/ diff --git a/srcpkgs/nsxiv/template b/srcpkgs/nsxiv/template index 6ef4a1e207..a52cc2bb03 100644 --- a/srcpkgs/nsxiv/template +++ b/srcpkgs/nsxiv/template @@ -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 " +maintainer="Sanjay Pavan " 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() {