Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: persepolis
@ 2019-11-06  2:09 voidlinux-github
  2019-11-07 18:30 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-06  2:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages persepolis
https://github.com/void-linux/void-packages/pull/16174

New package: persepolis
Closes #16144

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

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

From 32ba4d025d871584df8f6596e9072f1a378b664d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 5 Nov 2019 20:02:15 -0600
Subject: [PATCH] New package: persepolis Closes #16144

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

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
new file mode 100644
index 00000000000..eb5f491a4c0
--- /dev/null
+++ b/srcpkgs/persepolis/template
@@ -0,0 +1,22 @@
+# Template file for 'persepolis'
+pkgname=persepolis
+version=3.2.0
+revision=1
+archs="noarch"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-setproctitle python3-requests python3-psutil aria2 ffmpeg
+	libnotify pulseaudio youtube-dl sound-theme-freedesktop qt5-svg"
+short_desc="Aria2 Python GUI"
+maintainer="Nathan Owens <ndowens04@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://persepolisdm.github.io/"
+distfiles="https://github.com/persepolisdm/${pkgname}/archive/${version}.tar.gz"
+checksum=d27cf2a4e02b0fbe79b1903ca0ab32a6007493d51a8201443a8febb566750acd
+
+pre_build() {
+# Remove input, otherwise will stop install
+sed -e '/input/d' \
+	-e '/if answer not/d' \
+	-e '/sys.exit(1)/d' -i setup.py
+}

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

end of thread, other threads:[~2019-11-08  6:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06  2:09 [PR PATCH] New package: persepolis voidlinux-github
2019-11-07 18:30 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-07 19:32 ` voidlinux-github
2019-11-07 19:49 ` voidlinux-github
2019-11-08  6:23 ` [PR PATCH] [Merged]: " voidlinux-github

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