Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: eternity-4.02.00
@ 2021-03-13 17:46 Antkibo
  2021-04-11  3:55 ` [PR REVIEW] " ericonr
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Antkibo @ 2021-03-13 17:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Antkibo/void-packages master
https://github.com/void-linux/void-packages/pull/29438

New package: eternity-4.02.00
<!-- 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/29438.patch is attached

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

From 2ef4a5edb4d817ec2eb464f51d7149c4e3457032 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sat, 13 Mar 2021 13:40:35 -0400
Subject: [PATCH] New package: eternity-4.02.00

---
 srcpkgs/eternity/INSTALL.msg | 15 +++++++++++++++
 srcpkgs/eternity/template    | 27 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/eternity/INSTALL.msg
 create mode 100644 srcpkgs/eternity/template

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
new file mode 100644
index 00000000000..fdf4fd5938c
--- /dev/null
+++ b/srcpkgs/eternity/INSTALL.msg
@@ -0,0 +1,15 @@
+Before loading WADs, go to:
+
+	/usr/share/eternity/base
+
+And check if the following directories exist:
+
+	* doom
+	* doom2
+	* hacx
+	* heretic
+	* plutonia
+	* shots
+	* tnt
+
+If they aren't, create the missing ones with mkdir.
diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
new file mode 100644
index 00000000000..f2d29d26dc4
--- /dev/null
+++ b/srcpkgs/eternity/template
@@ -0,0 +1,27 @@
+# Template file for 'eternity'
+pkgname=eternity
+version=4.02.00
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cmake"
+makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
+short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
+maintainer="Antkibo <hxd.1996@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/team-eternity/eternity"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
+ f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
+
+post_extract() {
+	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+}

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

end of thread, other threads:[~2022-05-23  2:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
2021-04-11  3:55 ` [PR REVIEW] " ericonr
2021-04-11  3:55 ` ericonr
2021-04-11  3:55 ` ericonr
2021-04-11  3:55 ` ericonr
2021-04-25 15:51 ` [PR PATCH] [Updated] " Antkibo
2021-04-25 16:09 ` Antkibo
2021-04-25 16:10 ` Antkibo
2021-04-25 18:34 ` [PR REVIEW] " Antkibo
2021-04-25 18:34 ` Antkibo
2021-04-25 18:34 ` [PR PATCH] [Closed]: " Antkibo
2021-04-25 18:35 ` Antkibo
2021-04-25 18:35 ` [PR REVIEW] " Antkibo
2021-04-25 18:38 ` [PR PATCH] [Updated] " Antkibo
2021-04-25 18:51 ` Antkibo
2022-05-08  2:12 ` github-actions
2022-05-23  2:11 ` [PR PATCH] [Closed]: " github-actions

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