Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nsxiv-27.1
@ 2021-09-18  6:23 WitherCubes
  2021-09-21  1:29 ` WitherCubes
                   ` (32 more replies)
  0 siblings, 33 replies; 34+ messages in thread
From: WitherCubes @ 2021-09-18  6:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1592 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/33009

New package: nsxiv-27.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From f1cff3083158ae5b243c22e1510266d23117a84e Mon Sep 17 00:00:00 2001
From: Sanjay Pavan <tsppavan7@gmail.com>
Date: Sat, 18 Sep 2021 11:48:37 +0530
Subject: [PATCH] New package: nsxiv-27.1

---
 srcpkgs/nsxiv/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/nsxiv/template

diff --git a/srcpkgs/nsxiv/template b/srcpkgs/nsxiv/template
new file mode 100644
index 000000000000..7b7ea373b7ce
--- /dev/null
+++ b/srcpkgs/nsxiv/template
@@ -0,0 +1,25 @@
+# Template file for 'nsxiv'
+pkgname=nsxiv
+version=27.1
+revision=1
+build_style=gnu-makefile
+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 <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
+
+pre_build() {
+	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h ||:
+}
+
+post_install() {
+	vinstall nsxiv.desktop 644 usr/share/applications
+}
+
+if [ "$CROSS_BUILD" ]; then
+	# otherwise ft2build.h is not found
+	hostmakedepends+=" freetype-devel"
+fi

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

end of thread, other threads:[~2021-09-28  9:44 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18  6:23 [PR PATCH] New package: nsxiv-27.1 WitherCubes
2021-09-21  1:29 ` WitherCubes
2021-09-21  7:05 ` paper42
2021-09-21  7:06 ` paper42
2021-09-21  7:16 ` paper42
2021-09-21 11:41 ` WitherCubes
2021-09-21 18:00 ` [PR REVIEW] " Johnnynator
2021-09-21 19:46 ` N-R-K
2021-09-21 19:53 ` paper42
2021-09-21 20:00 ` N-R-K
2021-09-21 20:04 ` paper42
2021-09-21 20:09 ` N-R-K
2021-09-21 20:09 ` N-R-K
2021-09-21 22:22 ` eylles
2021-09-21 23:08 ` N-R-K
2021-09-22 11:58 ` [PR PATCH] [Updated] " WitherCubes
2021-09-22 12:00 ` WitherCubes
2021-09-22 20:27 ` N-R-K
2021-09-24 14:54 ` [PR PATCH] [Updated] " WitherCubes
2021-09-24 14:56 ` [PR REVIEW] " WitherCubes
2021-09-24 15:27 ` paper42
2021-09-24 15:42 ` WitherCubes
2021-09-24 15:43 ` WitherCubes
2021-09-24 15:49 ` [PR PATCH] [Updated] " WitherCubes
2021-09-24 15:53 ` WitherCubes
2021-09-24 16:04 ` WitherCubes
2021-09-24 16:07 ` WitherCubes
2021-09-25 15:01 ` [PR REVIEW] " paper42
2021-09-25 16:34 ` [PR PATCH] [Updated] " WitherCubes
2021-09-25 16:53 ` WitherCubes
2021-09-25 17:06 ` [PR PATCH] [Updated] " WitherCubes
2021-09-25 17:07 ` WitherCubes
2021-09-25 17:28 ` [PR PATCH] [Updated] " WitherCubes
2021-09-28  9:44 ` [PR PATCH] [Merged]: " paper42

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).