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

* Re: [PR PATCH] [Updated] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
@ 2023-05-19 23:30 ` Aicaya
  2023-05-19 23:31 ` Aicaya
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-05-19 23:30 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1837 bytes --]

From f3dadc2468bc659c22703755cc96dff74146863f 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 | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/gargoyle/template

diff --git a/srcpkgs/gargoyle/template b/srcpkgs/gargoyle/template
new file mode 100644
index 000000000000..bebc08f801d0
--- /dev/null
+++ b/srcpkgs/gargoyle/template
@@ -0,0 +1,33 @@
+# Template file for 'gargoyle'
+pkgname=gargoyle
+version=2023.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_TTS=$(vopt_if tts ON OFF) -DWITH_QT6=false"
+hostmakedepends="cmake fmt 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"
+
+# Qt5 tools required for ARM builds
+case "$XBPS_TARGET_MACHINE" in
+	x86_64*|i686*) hostmakedepends="$hostmakedepends gcc" ;;
+	*) hostmakedepends="$hostmakedepends qt5-qmake qt5-host-tools" ;;
+esac
+
+post_install() {
+	vconf garglk/garglk.ini
+	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

* Re: New package: gargoyle-2023.1
  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
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-05-19 23:31 UTC (permalink / raw)
  To: ml

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

New comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#issuecomment-1555371852

Comment:
Updated so that it compiles in ARM devices, hopefully (only tested with aarch64 and aarch64-musl via cross-compile).

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

* Re: New package: gargoyle-2023.1
  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
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-05-19 23:32 UTC (permalink / raw)
  To: ml

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

New comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#issuecomment-1555371852

Comment:
Noticed the failed tests, updated so that it compiles in ARM devices (hopefully — only tested with aarch64 and aarch64-musl via cross-compile).

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

* Re: New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (2 preceding siblings ...)
  2023-05-19 23:32 ` Aicaya
@ 2023-05-19 23:32 ` Aicaya
  2023-06-20 16:05 ` [PR REVIEW] " classabbyamp
                   ` (24 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-05-19 23:32 UTC (permalink / raw)
  To: ml

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

New comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#issuecomment-1555371852

Comment:
Noticed the failed tests, updated so that it compiles for ARM devices (hopefully — only tested with aarch64 and aarch64-musl via cross-compile).

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (3 preceding siblings ...)
  2023-05-19 23:32 ` Aicaya
@ 2023-06-20 16:05 ` classabbyamp
  2023-06-20 16:05 ` classabbyamp
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: classabbyamp @ 2023-06-20 16:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235479989

Comment:
Does this make it so it does TTS always, or is it configurable at runtime? If it's the latter, I see no reason to make it a build option, it should be fine with it in makedepends always

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (4 preceding siblings ...)
  2023-06-20 16:05 ` [PR REVIEW] " classabbyamp
@ 2023-06-20 16:05 ` classabbyamp
  2023-06-20 16:05 ` classabbyamp
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: classabbyamp @ 2023-06-20 16:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235486975

Comment:
SDL2 and SDL2_mixer probably don't need to be listed here. If the programming links to the shared library the dependency should be detected

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (5 preceding siblings ...)
  2023-06-20 16:05 ` classabbyamp
@ 2023-06-20 16:05 ` classabbyamp
  2023-06-20 16:05 ` classabbyamp
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: classabbyamp @ 2023-06-20 16:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235484906

Comment:
This can be put in hostmakedepends always

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (7 preceding siblings ...)
  2023-06-20 16:05 ` classabbyamp
@ 2023-06-20 16:05 ` classabbyamp
  2023-06-20 18:53 ` [PR PATCH] [Updated] " Aicaya
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: classabbyamp @ 2023-06-20 16:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235482741

Comment:
Cmake isn't necessary to list with the build style, and fmt should probably go in makedepends

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (6 preceding siblings ...)
  2023-06-20 16:05 ` classabbyamp
@ 2023-06-20 16:05 ` classabbyamp
  2023-06-20 16:05 ` classabbyamp
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: classabbyamp @ 2023-06-20 16:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235484455

Comment:
This is not necessary, gcc will always be there

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

* Re: [PR PATCH] [Updated] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (8 preceding siblings ...)
  2023-06-20 16:05 ` classabbyamp
@ 2023-06-20 18:53 ` Aicaya
  2023-06-20 18:59 ` Aicaya
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 18:53 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1837 bytes --]

From f3dadc2468bc659c22703755cc96dff74146863f 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 | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/gargoyle/template

diff --git a/srcpkgs/gargoyle/template b/srcpkgs/gargoyle/template
new file mode 100644
index 000000000000..bebc08f801d0
--- /dev/null
+++ b/srcpkgs/gargoyle/template
@@ -0,0 +1,33 @@
+# Template file for 'gargoyle'
+pkgname=gargoyle
+version=2023.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_TTS=$(vopt_if tts ON OFF) -DWITH_QT6=false"
+hostmakedepends="cmake fmt 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"
+
+# Qt5 tools required for ARM builds
+case "$XBPS_TARGET_MACHINE" in
+	x86_64*|i686*) hostmakedepends="$hostmakedepends gcc" ;;
+	*) hostmakedepends="$hostmakedepends qt5-qmake qt5-host-tools" ;;
+esac
+
+post_install() {
+	vconf garglk/garglk.ini
+	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

* Re: New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (9 preceding siblings ...)
  2023-06-20 18:53 ` [PR PATCH] [Updated] " Aicaya
@ 2023-06-20 18:59 ` Aicaya
  2023-06-20 19:04 ` [PR PATCH] [Updated] " Aicaya
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 18:59 UTC (permalink / raw)
  To: ml

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

New comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#issuecomment-1599348770

Comment:
(Ignore that last commit, I goofed. Not used to pull requests.)

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

* Re: [PR PATCH] [Updated] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (10 preceding siblings ...)
  2023-06-20 18:59 ` Aicaya
@ 2023-06-20 19:04 ` Aicaya
  2023-06-20 19:06 ` [PR REVIEW] " Aicaya
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:04 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1520 bytes --]

From 65f627deab80a885e780b5960e8643a327f3e6af 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 | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/gargoyle/template

diff --git a/srcpkgs/gargoyle/template b/srcpkgs/gargoyle/template
new file mode 100644
index 000000000000..42de033e3e51
--- /dev/null
+++ b/srcpkgs/gargoyle/template
@@ -0,0 +1,23 @@
+# Template file for 'gargoyle'
+pkgname=gargoyle
+version=2023.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_TTS=$(vopt_if tts ON OFF) -DWITH_QT6=false"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="SDL2-devel SDL2_mixer-devel qt5-devel fmt  fontconfig-devel
+	freetype-devel libjpeg-turbo-devel libpng-devel speech-dispatcher-devel
+	speech-dispatcher-devel zlib-devel"
+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
+
+post_install() {
+	vconf garglk/garglk.ini
+	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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (11 preceding siblings ...)
  2023-06-20 19:04 ` [PR PATCH] [Updated] " Aicaya
@ 2023-06-20 19:06 ` Aicaya
  2023-06-20 19:07 ` Aicaya
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:06 UTC (permalink / raw)
  To: ml

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

New review comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235712343

Comment:
It was the latter, yeah. Made it an option thinking that speech-dispatcher would become a dependency without testing first. Removed the option now.

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

* Re: New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (12 preceding siblings ...)
  2023-06-20 19:06 ` [PR REVIEW] " Aicaya
@ 2023-06-20 19:07 ` Aicaya
  2023-06-20 19:10 ` Aicaya
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:07 UTC (permalink / raw)
  To: ml

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

New comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#issuecomment-1599348770

Comment:
(Ignore that last commit, I goofed. Not used to pull requests.)

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

* Re: New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (13 preceding siblings ...)
  2023-06-20 19:07 ` Aicaya
@ 2023-06-20 19:10 ` Aicaya
  2023-06-20 19:14 ` [PR REVIEW] " Duncaen
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:10 UTC (permalink / raw)
  To: ml

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

New comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#issuecomment-1599362904

Comment:
Finished applying the changes. Hopefully all's good now.

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (14 preceding siblings ...)
  2023-06-20 19:10 ` Aicaya
@ 2023-06-20 19:14 ` Duncaen
  2023-06-20 19:15 ` Duncaen
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Duncaen @ 2023-06-20 19:14 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235720432

Comment:
indent wit ha single space inside of variables.

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (15 preceding siblings ...)
  2023-06-20 19:14 ` [PR REVIEW] " Duncaen
@ 2023-06-20 19:15 ` Duncaen
  2023-06-20 19:16 ` [PR PATCH] [Updated] " Aicaya
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Duncaen @ 2023-06-20 19:15 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235720432

Comment:
indent with a single space inside of variables.

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

* Re: [PR PATCH] [Updated] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (16 preceding siblings ...)
  2023-06-20 19:15 ` Duncaen
@ 2023-06-20 19:16 ` Aicaya
  2023-06-20 19:17 ` Aicaya
                   ` (10 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:16 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1501 bytes --]

From 52d1b4c103d97cf9888170e2b77105657c5a3bbf 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 | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/gargoyle/template

diff --git a/srcpkgs/gargoyle/template b/srcpkgs/gargoyle/template
new file mode 100644
index 000000000000..9923e9a3f5ae
--- /dev/null
+++ b/srcpkgs/gargoyle/template
@@ -0,0 +1,23 @@
+# Template file for 'gargoyle'
+pkgname=gargoyle
+version=2023.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_TTS=on -DWITH_QT6=false"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="SDL2-devel SDL2_mixer-devel qt5-devel fmt  fontconfig-devel
+	freetype-devel libjpeg-turbo-devel libpng-devel speech-dispatcher-devel
+	speech-dispatcher-devel zlib-devel"
+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
+
+post_install() {
+	vconf garglk/garglk.ini
+	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

* Re: [PR PATCH] [Updated] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (17 preceding siblings ...)
  2023-06-20 19:16 ` [PR PATCH] [Updated] " Aicaya
@ 2023-06-20 19:17 ` Aicaya
  2023-06-20 19:18 ` Aicaya
                   ` (9 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:17 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1501 bytes --]

From d446b699c1a67e43bbfe473d18a1c52378a19bc0 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 | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/gargoyle/template

diff --git a/srcpkgs/gargoyle/template b/srcpkgs/gargoyle/template
new file mode 100644
index 000000000000..61bad6d7853f
--- /dev/null
+++ b/srcpkgs/gargoyle/template
@@ -0,0 +1,23 @@
+# Template file for 'gargoyle'
+pkgname=gargoyle
+version=2023.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_TTS=on -DWITH_QT6=false"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="SDL2-devel SDL2_mixer-devel qt5-devel fmt  fontconfig-devel
+ freetype-devel libjpeg-turbo-devel libpng-devel speech-dispatcher-devel
+ speech-dispatcher-devel zlib-devel"
+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
+
+post_install() {
+	vconf garglk/garglk.ini
+	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

* Re: [PR PATCH] [Updated] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (18 preceding siblings ...)
  2023-06-20 19:17 ` Aicaya
@ 2023-06-20 19:18 ` Aicaya
  2023-06-20 19:18 ` [PR REVIEW] " Aicaya
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:18 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1500 bytes --]

From ae9d92b6dd5240d8c5f52a9bd4f6f630dd371b6f 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 | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/gargoyle/template

diff --git a/srcpkgs/gargoyle/template b/srcpkgs/gargoyle/template
new file mode 100644
index 000000000000..90b79663109e
--- /dev/null
+++ b/srcpkgs/gargoyle/template
@@ -0,0 +1,23 @@
+# Template file for 'gargoyle'
+pkgname=gargoyle
+version=2023.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_TTS=on -DWITH_QT6=false"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="SDL2-devel SDL2_mixer-devel qt5-devel fmt fontconfig-devel
+ freetype-devel libjpeg-turbo-devel libpng-devel speech-dispatcher-devel
+ speech-dispatcher-devel zlib-devel"
+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
+
+post_install() {
+	vconf garglk/garglk.ini
+	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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (19 preceding siblings ...)
  2023-06-20 19:18 ` Aicaya
@ 2023-06-20 19:18 ` Aicaya
  2023-06-20 19:23 ` Duncaen
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:18 UTC (permalink / raw)
  To: ml

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

New review comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235725525

Comment:
Done

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (20 preceding siblings ...)
  2023-06-20 19:18 ` [PR REVIEW] " Aicaya
@ 2023-06-20 19:23 ` Duncaen
  2023-06-20 19:31 ` Aicaya
                   ` (6 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Duncaen @ 2023-06-20 19:23 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235730274

Comment:
`fmt` looks wrong here this just install the library why would that be required?

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (21 preceding siblings ...)
  2023-06-20 19:23 ` Duncaen
@ 2023-06-20 19:31 ` Aicaya
  2023-06-20 19:32 ` [PR PATCH] [Updated] " Aicaya
                   ` (5 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:31 UTC (permalink / raw)
  To: ml

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

New review comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235737932

Comment:
Honestly, it's because I didn't notice `fmt-devel` when I wrote it.

Changed it, but I'll wait until the tests are done before force-pushing it just to make sure everything's alright.

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

* Re: [PR PATCH] [Updated] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (22 preceding siblings ...)
  2023-06-20 19:31 ` Aicaya
@ 2023-06-20 19:32 ` Aicaya
  2023-06-20 19:33 ` [PR REVIEW] " Aicaya
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:32 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1482 bytes --]

From 3919e8e3e9724a665b1ecf8b8bf09ba385a101e4 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 | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/gargoyle/template

diff --git a/srcpkgs/gargoyle/template b/srcpkgs/gargoyle/template
new file mode 100644
index 000000000000..60f0cd2159ee
--- /dev/null
+++ b/srcpkgs/gargoyle/template
@@ -0,0 +1,23 @@
+# Template file for 'gargoyle'
+pkgname=gargoyle
+version=2023.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_TTS=on -DWITH_QT6=false"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="SDL2-devel SDL2_mixer-devel qt5-devel fmt-devel fontconfig-devel
+ freetype-devel libjpeg-turbo-devel libpng-devel speech-dispatcher-devel
+ zlib-devel"
+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
+
+post_install() {
+	vconf garglk/garglk.ini
+	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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (23 preceding siblings ...)
  2023-06-20 19:32 ` [PR PATCH] [Updated] " Aicaya
@ 2023-06-20 19:33 ` Aicaya
  2023-06-20 19:41 ` classabbyamp
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:33 UTC (permalink / raw)
  To: ml

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

New review comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235737932

Comment:
Honestly, it's because I didn't notice `fmt-devel` when I wrote it.

~~Changed it, but I'll wait until the tests are done before force-pushing it just to make sure everything's alright.~~ EDIT: Done.

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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (24 preceding siblings ...)
  2023-06-20 19:33 ` [PR REVIEW] " Aicaya
@ 2023-06-20 19:41 ` classabbyamp
  2023-06-20 19:46 ` [PR PATCH] [Updated] " Aicaya
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: classabbyamp @ 2023-06-20 19:41 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235747442

Comment:
```suggestion
homepage="https://ccxvii.net/gargoyle/"
changelog="https://raw.githubusercontent.com/garglk/garglk/master/NEWS"
```

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

* Re: [PR PATCH] [Updated] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (25 preceding siblings ...)
  2023-06-20 19:41 ` classabbyamp
@ 2023-06-20 19:46 ` Aicaya
  2023-06-20 19:46 ` [PR REVIEW] " Aicaya
  2023-06-21 17:52 ` [PR PATCH] [Merged]: " classabbyamp
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:46 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1556 bytes --]

From 3ad0d0d1711a3346f04d4e785f98b0fbed678a47 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 | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/gargoyle/template

diff --git a/srcpkgs/gargoyle/template b/srcpkgs/gargoyle/template
new file mode 100644
index 000000000000..e153c0841e6f
--- /dev/null
+++ b/srcpkgs/gargoyle/template
@@ -0,0 +1,24 @@
+# Template file for 'gargoyle'
+pkgname=gargoyle
+version=2023.1
+revision=1
+build_style=cmake
+configure_args="-DWITH_TTS=on -DWITH_QT6=false"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="SDL2-devel SDL2_mixer-devel qt5-devel fmt-devel fontconfig-devel
+ freetype-devel libjpeg-turbo-devel libpng-devel speech-dispatcher-devel
+ zlib-devel"
+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/"
+changelog="https://raw.githubusercontent.com/garglk/garglk/master/NEWS"
+distfiles="https://github.com/garglk/garglk/archive/refs/tags/${version}.tar.gz"
+checksum=f766186558f8db24243cede878f38b8a2026bf2ebed5d9d4f0e690916d56827a
+
+post_install() {
+	vconf garglk/garglk.ini
+	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

* Re: [PR REVIEW] New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (26 preceding siblings ...)
  2023-06-20 19:46 ` [PR PATCH] [Updated] " Aicaya
@ 2023-06-20 19:46 ` Aicaya
  2023-06-21 17:52 ` [PR PATCH] [Merged]: " classabbyamp
  28 siblings, 0 replies; 30+ messages in thread
From: Aicaya @ 2023-06-20 19:46 UTC (permalink / raw)
  To: ml

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

New review comment by Aicaya on void-packages repository

https://github.com/void-linux/void-packages/pull/43947#discussion_r1235752389

Comment:
Done

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

* Re: [PR PATCH] [Merged]: New package: gargoyle-2023.1
  2023-05-19 19:42 [PR PATCH] New package: gargoyle-2023.1 Aicaya
                   ` (27 preceding siblings ...)
  2023-06-20 19:46 ` [PR REVIEW] " Aicaya
@ 2023-06-21 17:52 ` classabbyamp
  28 siblings, 0 replies; 30+ messages in thread
From: classabbyamp @ 2023-06-21 17:52 UTC (permalink / raw)
  To: ml

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

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

New package: gargoyle-2023.1
https://github.com/void-linux/void-packages/pull/43947

Description:
<!-- 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)


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