From ad7c242084d15e416c5db9503c11e41f4bd400b0 Mon Sep 17 00:00:00 2001 From: Sanjay Pavan Date: Wed, 15 Jun 2022 22:01:58 +0530 Subject: [PATCH] nsxiv: update to 30 --- srcpkgs/nsxiv/patches/no-rebuild-options.patch | 2 +- srcpkgs/nsxiv/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/nsxiv/patches/no-rebuild-options.patch b/srcpkgs/nsxiv/patches/no-rebuild-options.patch index 455884f0b1a1..4a8f1554b35c 100644 --- a/srcpkgs/nsxiv/patches/no-rebuild-options.patch +++ b/srcpkgs/nsxiv/patches/no-rebuild-options.patch @@ -1,7 +1,7 @@ Preventing rebuild of options.o when installing --- a/Makefile +++ b/Makefile -@@ -106,7 +106,7 @@ +@@ -81,7 +81,7 @@ rm -f "$$dir/nsxiv.png"; \ done diff --git a/srcpkgs/nsxiv/template b/srcpkgs/nsxiv/template index a52cc2bb03f2..4d1c509cfda7 100644 --- a/srcpkgs/nsxiv/template +++ b/srcpkgs/nsxiv/template @@ -1,6 +1,6 @@ # Template file for 'nsxiv' pkgname=nsxiv -version=29 +version=30 revision=1 build_style=gnu-makefile make_install_target=install-all @@ -9,9 +9,9 @@ makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel short_desc="Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer" 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="564a17d921172336f7cd463bf313e39f84e4bcf4fdc789326f4112f848aad039" +homepage="https://codeberg.org/nsxiv/nsxiv" +distfiles="https://codeberg.org/nsxiv/nsxiv/archive/v${version}.tar.gz" +checksum="a916d1385872ccf0b55fbf6b8546d05fcbbbb8b0a92579494e64c6bd22fc7941" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2" pre_build() {