Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tworld-1.3.2
@ 2020-05-04 15:38 ahesford
  2020-05-04 16:30 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: ahesford @ 2020-05-04 15:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages tworld
https://github.com/void-linux/void-packages/pull/21611

New package: tworld-1.3.2


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

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

From 9b36eae17743473a14bff6d26a861ee1031703a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 4 May 2020 11:37:04 -0400
Subject: [PATCH] New package: tworld-1.3.2

---
 srcpkgs/tworld/patches/destdir.patch | 35 ++++++++++++++++++++++++++++
 srcpkgs/tworld/template              | 12 ++++++++++
 2 files changed, 47 insertions(+)
 create mode 100644 srcpkgs/tworld/patches/destdir.patch
 create mode 100644 srcpkgs/tworld/template

diff --git a/srcpkgs/tworld/patches/destdir.patch b/srcpkgs/tworld/patches/destdir.patch
new file mode 100644
index 00000000000..b6b697055e6
--- /dev/null
+++ b/srcpkgs/tworld/patches/destdir.patch
@@ -0,0 +1,35 @@
+--- Makefile.in.orig	2020-05-04 11:25:41.650521047 -0400
++++ Makefile.in	2020-05-04 11:29:37.834294399 -0400
+@@ -91,19 +91,19 @@
+ #
+ 
+ install: tworld
+-	mkdir -p $(bindir)
+-	mkdir -p $(sharedir)/sets
+-	mkdir -p $(sharedir)/data
+-	mkdir -p $(sharedir)/res
+-	mkdir -p $(mandir)/man6
+-	cp -i ./tworld $(bindir)/.
+-	cp -i sets/*.dac $(sharedir)/sets/.
+-	cp -i data/*.dat $(sharedir)/data/.
+-	cp -i res/rc $(sharedir)/res/.
+-	cp -i res/*.bmp $(sharedir)/res/.
+-	cp -i res/*.txt $(sharedir)/res/.
+-	cp -i res/*.wav $(sharedir)/res/.
+-	cp -i docs/tworld.6 $(mandir)/man6/.
++	mkdir -p $(DESTDIR)/$(bindir)
++	mkdir -p $(DESTDIR)/$(sharedir)/sets
++	mkdir -p $(DESTDIR)/$(sharedir)/data
++	mkdir -p $(DESTDIR)/$(sharedir)/res
++	mkdir -p $(DESTDIR)/$(mandir)/man6
++	cp -i ./tworld $(DESTDIR)/$(bindir)/.
++	cp -i sets/*.dac $(DESTDIR)/$(sharedir)/sets/.
++	cp -i data/*.dat $(DESTDIR)/$(sharedir)/data/.
++	cp -i res/rc $(DESTDIR)/$(sharedir)/res/.
++	cp -i res/*.bmp $(DESTDIR)/$(sharedir)/res/.
++	cp -i res/*.txt $(DESTDIR)/$(sharedir)/res/.
++	cp -i res/*.wav $(DESTDIR)/$(sharedir)/res/.
++	cp -i docs/tworld.6 $(DESTDIR)/$(mandir)/man6/.
+ 
+ all: tworld
+ 
diff --git a/srcpkgs/tworld/template b/srcpkgs/tworld/template
new file mode 100644
index 00000000000..bc9f0faeb8f
--- /dev/null
+++ b/srcpkgs/tworld/template
@@ -0,0 +1,12 @@
+# Template file for 'tworld'
+pkgname=tworld
+version=1.3.2
+revision=1
+build_style=gnu-configure
+makedepends="SDL-devel"
+short_desc="Emulator for Chip's Challenge game engine"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="GPL-2.0-only"
+homepage="http://www.muppetlabs.com/~breadbox/software/tworld/"
+distfiles="http://www.muppetlabs.com/~breadbox/pub/software/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=472fce08de124d965cccb20070b0be2b8b4c5ad717fc5ece32828baacd46d861

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

* Re: [PR PATCH] [Merged]: New package: tworld-1.3.2
  2020-05-04 15:38 [PR PATCH] New package: tworld-1.3.2 ahesford
@ 2020-05-04 16:30 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2020-05-04 16:30 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: tworld-1.3.2
https://github.com/void-linux/void-packages/pull/21611

Description:


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

end of thread, other threads:[~2020-05-04 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 15:38 [PR PATCH] New package: tworld-1.3.2 ahesford
2020-05-04 16:30 ` [PR PATCH] [Merged]: " abenson

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