Github messages for voidlinux
 help / color / mirror / Atom feed
From: RoundDuckKira <RoundDuckKira@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ReDoomEd.app-0.92.1.b1
Date: Sat, 23 May 2020 05:20:17 +0200	[thread overview]
Message-ID: <20200523032017.Zfje0klxUlpail_nfOpk5r4MEk-qjN4DGnJOWnhEb_4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21412@inbox.vuxu.org>

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

There is an updated pull request by RoundDuckKira against master on the void-packages repository

https://github.com/RoundDuckKira/void-packages ReDoomEd.app
https://github.com/void-linux/void-packages/pull/21412

New package: ReDoomEd.app-0.92.1.b1
Another GNUstep program, this is used to create Doom levels. It's another historical Unix program, but was ported over by the same dev behind PikoPixel.

That said, a big issue, until John Romero responds, is that licensing is very fucked up so this will be treated as a restricted proprietary package like Google Chrome, even though source code has to be compiled like an open source program.

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

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

From 177f6a96495006e8c2f75b90976f4525aeeca4d7 Mon Sep 17 00:00:00 2001
From: Kira Patton <roundduckman@protonmail.com>
Date: Mon, 27 Apr 2020 14:57:50 -0400
Subject: [PATCH] New package: ReDoomEd.app-0.92.1.b1

---
 srcpkgs/ReDoomEd.app/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/ReDoomEd.app/template

diff --git a/srcpkgs/ReDoomEd.app/template b/srcpkgs/ReDoomEd.app/template
new file mode 100644
index 00000000000..341883da565
--- /dev/null
+++ b/srcpkgs/ReDoomEd.app/template
@@ -0,0 +1,28 @@
+# Template file for 'ReDoomEd.app'
+pkgname=ReDoomEd.app
+version=0.92.1.b1
+revision=1
+wrksrc="ReDoomEd.Sources.${version%.*}-${version##*.}"
+build_wrksrc=ReDoomEd
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="gnustep-make gcc-objc"
+makedepends="gnustep-gui-devel gnustep-base-devel"
+short_desc="GNUstep-based port of id Software’s Doom map editor for NeXTSTEP"
+maintainer="Kira Patton <roundduckman@protonmail.com>"
+# see LICENSE.txt and https://doomwiki.org/wiki/Data_Utility_License for more info about license,
+# this is also why the package is considered restricted, due to fuzzy legality issues
+license="AGPL-3.0-or-later, custom:id-DUL, custom:unknown"
+homepage="http://twilightedge.com/mac/redoomed/"
+distfiles="http://twilightedge.com/downloads/ReDoomEd.Sources.${version%.*}-${version##*.}.tar.gz"
+checksum=256e4e63a6f109281673fd6fb1a11d3872aea6064ae8e104cd1238c9a7c21fa5
+repository=nonfree
+restricted=yes
+if [ -e /usr/share/GNUstep/Makefiles/GNUstep.sh ]; then
+ 	. /usr/share/GNUstep/Makefiles/GNUstep.sh
+fi
+
+post_install() {
+	vinstall ReDoomEd.app/Resources/ReDoomEd.desktop 0755 /usr/share/applications/
+	vlicense ../LICENSE.txt
+}

  parent reply	other threads:[~2020-05-23  3:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-27 20:41 [PR PATCH] " RoundDuckKira
2020-04-27 20:55 ` RoundDuckKira
2020-04-27 20:55 ` RoundDuckKira
2020-04-27 21:33 ` pullmoll
2020-04-27 21:36 ` pullmoll
2020-04-27 21:36 ` pullmoll
2020-04-27 21:39 ` pullmoll
2020-04-27 22:07 ` RoundDuckKira
2020-04-27 22:22 ` Chocimier
2020-04-27 22:27 ` [PR PATCH] [Updated] " RoundDuckKira
2020-04-27 22:35 ` RoundDuckKira
2020-04-27 22:36 ` RoundDuckKira
2020-04-27 22:53 ` [PR PATCH] [Updated] " RoundDuckKira
2020-04-27 22:54 ` RoundDuckKira
2020-04-27 22:55 ` RoundDuckKira
2020-04-27 22:57 ` RoundDuckKira
2020-05-16 10:14 ` RoundDuckKira
2020-05-19 18:32 ` RoundDuckKira
2020-05-23  3:20 ` RoundDuckKira [this message]
2020-05-23  3:20 ` RoundDuckKira
2020-05-23  3:21 ` RoundDuckKira
2020-05-23  3:21 ` RoundDuckKira
2020-05-24  3:13 ` [PR PATCH] [Closed]: " abenson

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=20200523032017.Zfje0klxUlpail_nfOpk5r4MEk-qjN4DGnJOWnhEb_4@z \
    --to=roundduckkira@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).