Github messages for voidlinux
 help / color / mirror / Atom feed
From: WitherCubes <WitherCubes@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] nsxiv: update to 29
Date: Fri, 18 Mar 2022 02:42:53 +0100	[thread overview]
Message-ID: <20220318014253.0FUpd8g8ODsFjIzta1FHVJWMMPgV63erCfXi6JFpZZA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35944@inbox.vuxu.org>

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

There is an updated 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/35944

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

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

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

From 53d2fcc8090312931c989bdfed70e8da4f8693dc Mon Sep 17 00:00:00 2001
From: Sanjay Pavan <withercubes@protonmail.com>
Date: Thu, 3 Mar 2022 19:11:30 +0530
Subject: [PATCH] nsxiv: update to 29

---
 srcpkgs/nsxiv/patches/nsxiv-makefile.patch | 11 +++++++++++
 srcpkgs/nsxiv/template                     |  8 ++++----
 2 files changed, 15 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/nsxiv/patches/nsxiv-makefile.patch

diff --git a/srcpkgs/nsxiv/patches/nsxiv-makefile.patch b/srcpkgs/nsxiv/patches/nsxiv-makefile.patch
new file mode 100644
index 000000000000..d4dedd4233de
--- /dev/null
+++ b/srcpkgs/nsxiv/patches/nsxiv-makefile.patch
@@ -0,0 +1,11 @@
+--- 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 6ef4a1e207d2..a52cc2bb03f2 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 <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() {

  parent reply	other threads:[~2022-03-18  1:42 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03 13:43 [PR PATCH] " WitherCubes
2022-03-03 13:49 ` [PR PATCH] [Updated] " WitherCubes
2022-03-03 13:50 ` WitherCubes
2022-03-03 13:59 ` WitherCubes
2022-03-03 14:05 ` tibequadorian
2022-03-03 14:12 ` WitherCubes
2022-03-03 14:14 ` paper42
2022-03-03 18:56 ` tibequadorian
2022-03-03 20:49 ` N-R-K
2022-03-03 21:23 ` paper42
2022-03-03 22:31 ` tibequadorian
2022-03-03 22:34 ` N-R-K
2022-03-06 15:03 ` [PR PATCH] [Updated] " WitherCubes
2022-03-06 15:04 ` WitherCubes
2022-03-06 15:06 ` WitherCubes
2022-03-06 15:14 ` WitherCubes
2022-03-06 15:19 ` WitherCubes
2022-03-13 22:47 ` paper42
2022-03-14 12:36 ` WitherCubes
2022-03-14 12:37 ` WitherCubes
2022-03-15 11:44 ` N-R-K
2022-03-18  1:42 ` WitherCubes [this message]
2022-03-18  1:46 ` [PR PATCH] [Updated] " WitherCubes
2022-03-18  1:46 ` WitherCubes
2022-03-18  1:50 ` WitherCubes
2022-03-20 21:47 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220318014253.0FUpd8g8ODsFjIzta1FHVJWMMPgV63erCfXi6JFpZZA@z \
    --to=withercubes@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).