Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gargoyle-2023.1
@ 2023-05-19 19:42 Aicaya
  2023-05-19 23:30 ` [PR PATCH] [Updated] " Aicaya
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: Aicaya @ 2023-05-19 19:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Aicaya/void-packages gargoyle
https://github.com/void-linux/void-packages/pull/43947

New package: gargoyle-2023.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From d37697a6a9416441a1b1866e283058f74a793992 Mon Sep 17 00:00:00 2001
From: Aicaya Maro <aicaya@posteo.net>
Date: Fri, 19 May 2023 15:34:57 -0400
Subject: [PATCH] New package: gargoyle-2023.1

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

diff --git a/srcpkgs/gargoyle/template b/srcpkgs/gargoyle/template
new file mode 100644
index 000000000000..201ce50403cb
--- /dev/null
+++ b/srcpkgs/gargoyle/template
@@ -0,0 +1,32 @@
+# Template file for 'gargoyle'
+pkgname=gargoyle
+version=2023.1
+revision=1
+build_style=cmake
+conf_files="/etc/garglk.ini"
+configure_args="-DWITH_TTS=$(vopt_if tts ON OFF) -DWITH_QT6=false"
+hostmakedepends="cmake fmt gcc pkg-config"
+makedepends="SDL2-devel SDL2_mixer-devel qt5-devel fontconfig-devel
+	freetype-devel libjpeg-turbo-devel libpng-devel zlib-devel
+	$(vopt_if tts speech-dispatcher-devel)"
+depends="SDL2 SDL2_mixer $(vopt_if tts speech-dispatcher)"
+short_desc="Interactive fiction player that supports all the major IF formats"
+maintainer="Aicaya Maro <aicaya@posteo.net>"
+license="Artistic-2.0, BSD-2-Clause, BSD-3-Clause, GPL-2.0-only, MIT, OFL-1.1"
+homepage="https://ccxvii.net/gargoyle/"
+distfiles="https://github.com/garglk/garglk/archive/refs/tags/${version}.tar.gz"
+checksum=f766186558f8db24243cede878f38b8a2026bf2ebed5d9d4f0e690916d56827a
+
+build_options="tts"
+desc_option_tts="Enable text-to-speech support"
+
+post_build() {
+	vmkdir etc
+	vcopy garglk/garglk.ini etc
+}
+
+post_install() {
+	vlicense licenses/BSD-2-Clause.txt
+	vlicense 'licenses/Go Mono.txt' Go-Mono-BSD-3-Clause.txt
+	vlicense 'licenses/MIT License.txt' MIT.txt
+}

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

end of thread, other threads:[~2023-06-21 17:52 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
2023-05-19 23:30 ` [PR PATCH] [Updated] " Aicaya
2023-05-19 23:31 ` Aicaya
2023-05-19 23:32 ` Aicaya
2023-05-19 23:32 ` Aicaya
2023-06-20 16:05 ` [PR REVIEW] " classabbyamp
2023-06-20 16:05 ` classabbyamp
2023-06-20 16:05 ` classabbyamp
2023-06-20 16:05 ` classabbyamp
2023-06-20 16:05 ` classabbyamp
2023-06-20 18:53 ` [PR PATCH] [Updated] " Aicaya
2023-06-20 18:59 ` Aicaya
2023-06-20 19:04 ` [PR PATCH] [Updated] " Aicaya
2023-06-20 19:06 ` [PR REVIEW] " Aicaya
2023-06-20 19:07 ` Aicaya
2023-06-20 19:10 ` Aicaya
2023-06-20 19:14 ` [PR REVIEW] " Duncaen
2023-06-20 19:15 ` Duncaen
2023-06-20 19:16 ` [PR PATCH] [Updated] " Aicaya
2023-06-20 19:17 ` Aicaya
2023-06-20 19:18 ` Aicaya
2023-06-20 19:18 ` [PR REVIEW] " Aicaya
2023-06-20 19:23 ` Duncaen
2023-06-20 19:31 ` Aicaya
2023-06-20 19:32 ` [PR PATCH] [Updated] " Aicaya
2023-06-20 19:33 ` [PR REVIEW] " Aicaya
2023-06-20 19:41 ` classabbyamp
2023-06-20 19:46 ` [PR PATCH] [Updated] " Aicaya
2023-06-20 19:46 ` [PR REVIEW] " Aicaya
2023-06-21 17:52 ` [PR PATCH] [Merged]: " classabbyamp

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