Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nsxiv: update to 28
@ 2021-12-12 12:43 WitherCubes
  2021-12-12 12:46 ` [PR PATCH] [Updated] " WitherCubes
                   ` (10 more replies)
  0 siblings, 11 replies; 24+ messages in thread
From: WitherCubes @ 2021-12-12 12:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

There is a new pull request by WitherCubes against master on the void-packages repository

https://github.com/WitherCubes/void-packages master
https://github.com/void-linux/void-packages/pull/34493

nsxiv: update to 28
#### Testing the changes
- I tested the changes in this PR: **briefly**

A patch file from https://github.com/void-linux/void-packages/pull/34493.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-34493.patch --]
[-- Type: text/x-diff, Size: 3132 bytes --]

From 598f67d8b603cf6c110bd6b9b569a6614cb8783c Mon Sep 17 00:00:00 2001
From: Sanjay Pavan <tsppavan7@gmail.com>
Date: Sun, 12 Dec 2021 18:10:19 +0530
Subject: [PATCH] nsxiv: update to 28

---
 .../nsxiv/patches/nsxiv-27.1-makefile.patch   | 31 -------------------
 srcpkgs/nsxiv/template                        | 12 +++----
 2 files changed, 6 insertions(+), 37 deletions(-)
 delete mode 100644 srcpkgs/nsxiv/patches/nsxiv-27.1-makefile.patch

diff --git a/srcpkgs/nsxiv/patches/nsxiv-27.1-makefile.patch b/srcpkgs/nsxiv/patches/nsxiv-27.1-makefile.patch
deleted file mode 100644
index 83f09fe2d0f5..000000000000
--- a/srcpkgs/nsxiv/patches/nsxiv-27.1-makefile.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/Makefile	2021-09-22 17:00:05.123980000 +0530
-+++ b/Makefile	2021-09-22 16:59:53.050646000 +0530
-@@ -86,7 +86,7 @@
- 		>$(DESTDIR)$(MANPREFIX)/man1/nsxiv.1
- 	chmod 644 $(DESTDIR)$(MANPREFIX)/man1/nsxiv.1
- 	@echo "INSTALL share/nsxiv/"
--	install -Dt $(DESTDIR)$(PREFIX)/share/nsxiv/exec exec/*
-+	install -Dt $(DESTDIR)$(PREFIX)/share/doc/nsxiv/examples exec/*
- 
- uninstall:
- 	@echo "REMOVE bin/nsxiv"
---- a/nsxiv.1	2021-09-22 16:55:16.433967000 +0530
-+++ b/nsxiv.1	2021-09-22 17:03:11.870655000 +0530
-@@ -428,7 +428,7 @@
- 3) image height.
- .P
- There is also an example script installed together with nsxiv as
--.IR PREFIX/share/nsxiv/exec/image-info .
-+.IR PREFIX/share/doc/nsxiv/examples/image-info .
- .SH EXTERNAL KEY HANDLER
- Additional external keyboard commands can be defined using a handler program
- located in
-@@ -446,7 +446,7 @@
- keysym as listed in /usr/include/X11/keysymdef.h without the "XK_" prefix.
- 
- There is also an example script installed together with nsxiv as
--.IR PREFIX/share/nsxiv/exec/key-handler .
-+.IR PREFIX/share/doc/nsxiv/examples/key-handler .
- .SH THUMBNAIL CACHING
- nsxiv stores all thumbnails under
- .IR $XDG_CACHE_HOME/nsxiv/ .
diff --git a/srcpkgs/nsxiv/template b/srcpkgs/nsxiv/template
index 65954bc98288..1a92dd9f60c7 100644
--- a/srcpkgs/nsxiv/template
+++ b/srcpkgs/nsxiv/template
@@ -1,21 +1,21 @@
 # Template file for 'nsxiv'
 pkgname=nsxiv
-version=27.1
+version=28
 revision=1
 build_style=gnu-makefile
-makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel"
+makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel libwebp-devel"
 short_desc="Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer"
 maintainer="Sanjay Pavan <tsppavan7@gmail.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=416247c6930d2a5ba482010a7c095fc3e6fe0fe609f2bce0049f69bebd63e00c
+checksum=38047f60e51854363dd98fb7b3bc9f1cfa9b7d6f9e8788508b6f1e317328dd75
 CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
 
 pre_build() {
-	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h ||:
+  [ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h ||:
 }
 
-post_install() {
-	vinstall nsxiv.desktop 644 usr/share/applications
+do_install() {
+  make PREFIX=/usr DESTDIR=${DESTDIR} install-all
 }

^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PR PATCH] nsxiv: update to 28
@ 2021-12-17 13:18 WitherCubes
  2021-12-17 13:22 ` [PR PATCH] [Updated] " WitherCubes
                   ` (11 more replies)
  0 siblings, 12 replies; 24+ messages in thread
From: WitherCubes @ 2021-12-17 13:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]

There is a new pull request by WitherCubes against master on the void-packages repository

https://github.com/WitherCubes/void-packages master
https://github.com/void-linux/void-packages/pull/34590

nsxiv: update to 28
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/34590.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-34590.patch --]
[-- Type: text/x-diff, Size: 1417 bytes --]

From 7c2fa5969acbabd3c3e389195bf253b7cdd61dfe Mon Sep 17 00:00:00 2001
From: Sanjay Pavan <tsppavan7@gmail.com>
Date: Fri, 17 Dec 2021 18:46:58 +0530
Subject: [PATCH] nsxiv: update to 28

---
 srcpkgs/nsxiv/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/nsxiv/template b/srcpkgs/nsxiv/template
index 65954bc98288..ca5eebf9f26e 100644
--- a/srcpkgs/nsxiv/template
+++ b/srcpkgs/nsxiv/template
@@ -1,21 +1,20 @@
 # Template file for 'nsxiv'
 pkgname=nsxiv
-version=27.1
+version=28
 revision=1
 build_style=gnu-makefile
-makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel"
+makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel
+ libwebp-devel"
 short_desc="Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer"
 maintainer="Sanjay Pavan <tsppavan7@gmail.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=416247c6930d2a5ba482010a7c095fc3e6fe0fe609f2bce0049f69bebd63e00c
+checksum=38047f60e51854363dd98fb7b3bc9f1cfa9b7d6f9e8788508b6f1e317328dd75
 CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
 
 pre_build() {
 	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h ||:
 }
 
-post_install() {
-	vinstall nsxiv.desktop 644 usr/share/applications
-}
+make_install_target=install-all

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2021-12-19  2:45 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12 12:43 [PR PATCH] nsxiv: update to 28 WitherCubes
2021-12-12 12:46 ` [PR PATCH] [Updated] " WitherCubes
2021-12-12 12:46 ` WitherCubes
2021-12-12 12:48 ` WitherCubes
2021-12-12 12:48 ` WitherCubes
2021-12-17  8:35 ` [PR REVIEW] " ericonr
2021-12-17  8:35 ` ericonr
2021-12-17 12:59 ` [PR PATCH] [Updated] " WitherCubes
2021-12-17 13:00 ` WitherCubes
2021-12-17 13:03 ` WitherCubes
2021-12-17 13:09 ` WitherCubes
2021-12-17 13:11 ` [PR PATCH] [Closed]: " WitherCubes
2021-12-17 13:18 [PR PATCH] " WitherCubes
2021-12-17 13:22 ` [PR PATCH] [Updated] " WitherCubes
2021-12-17 13:22 ` WitherCubes
2021-12-19  2:30 ` WitherCubes
2021-12-19  2:31 ` WitherCubes
2021-12-19  2:34 ` WitherCubes
2021-12-19  2:34 ` WitherCubes
2021-12-19  2:37 ` WitherCubes
2021-12-19  2:37 ` WitherCubes
2021-12-19  2:39 ` WitherCubes
2021-12-19  2:40 ` WitherCubes
2021-12-19  2:45 ` WitherCubes
2021-12-19  2:45 ` WitherCubes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).