Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Added OpenXcomEx
@ 2021-07-11 15:08 Emru1
  2021-07-17 13:14 ` [PR PATCH] [Updated] New package: OpenXcomEx Emru1
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Emru1 @ 2021-07-11 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages OpenXcomEx
https://github.com/void-linux/void-packages/pull/31909

Added OpenXcomEx
<!-- 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/31909.patch is attached

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

From faa3b3444c29b0299924dece7acb344a28a85960 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Sun, 11 Jul 2021 16:26:18 +0200
Subject: [PATCH] Added OpenXcomEx

---
 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch |  5 +++++
 srcpkgs/OpenXcomEx/template                   | 22 +++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
 create mode 100644 srcpkgs/OpenXcomEx/template

diff --git a/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
new file mode 100644
index 000000000000..decacaa004ea
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
@@ -0,0 +1,5 @@
+--- a/docs/CMakeLists.txt	2021-07-10 23:45:05.420320987 +0200
++++ b/docs/CMakeLists.txt2	2021-07-11 00:18:27.852316574 +0200
+@@ -41 +41 @@ if ( UNIX AND NOT APPLE )
+-    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
++    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
new file mode 100644
index 000000000000..27f73fb742b7
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/template
@@ -0,0 +1,22 @@
+# Template file for 'OpenXcomEx'
+pkgname=OpenXcomEx
+version=7.0.12
+revision=1
+build_style=cmake
+conflicts="OpenXcom"
+hostmakedepends="automake xmlto git cmake pkg-config ninja"
+configure_args="-DCMAKE_BUILD_TYPE=Release -DDEV_BUILD=OFF -DBUILD_PACKAGE=OFF"
+makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel zlib-devel
+ glu-devel boost-devel yaml-cpp-devel"
+short_desc="Reimplementation of the original X-Com game with extended functionality"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="GPL-3.0-or-later"
+homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
+giturl="git://github.com/meridianoxc/openxcom"
+gitcommit="43e7d36185cc6214be52fb82a8c3103765ca1deb"
+
+do_fetch() {
+	git clone ${giturl} ${wrksrc}
+	cd ${wrksrc}
+	git checkout ${gitcommit}
+}

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
2021-07-17 13:14 ` [PR PATCH] [Updated] New package: OpenXcomEx Emru1
2021-08-11 14:19 ` Emru1
2021-09-02 11:02 ` Emru1
2021-09-02 20:25 ` Chocimier
2021-10-22 19:56 ` [PR PATCH] [Updated] " Emru1
2021-10-22 20:11 ` Emru1
2021-10-22 20:33 ` Emru1
2022-05-25  2:15 ` github-actions
2022-06-09  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).