Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: VVVVVV-2.3.6.
@ 2023-12-21 14:38 AnInternetTroll
  2023-12-21 15:00 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-12-21 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages VVVVVV
https://github.com/void-linux/void-packages/pull/47862

New package: VVVVVV-2.3.6.
#### 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**

#### 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/47862.patch is attached

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

From 0f5c03afb55181f0ae2efda634134bdd84fc9323 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Thu, 21 Dec 2023 15:35:49 +0100
Subject: [PATCH] New package: VVVVVV-2.3.6.

---
 srcpkgs/VVVVVV/files/README.voidlinux     |  3 +++
 srcpkgs/VVVVVV/patches/data-zip-path.diff | 13 ++++++++++++
 srcpkgs/VVVVVV/template                   | 24 +++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/VVVVVV/files/README.voidlinux
 create mode 100644 srcpkgs/VVVVVV/patches/data-zip-path.diff
 create mode 100644 srcpkgs/VVVVVV/template

diff --git a/srcpkgs/VVVVVV/files/README.voidlinux b/srcpkgs/VVVVVV/files/README.voidlinux
new file mode 100644
index 0000000000000..854d8e6704e20
--- /dev/null
+++ b/srcpkgs/VVVVVV/files/README.voidlinux
@@ -0,0 +1,3 @@
+Download the required data.zip from
+https://thelettervsixtim.es/makeandplay/data.zip and place it in
+/usr/share/VVVVVV/data.zip
diff --git a/srcpkgs/VVVVVV/patches/data-zip-path.diff b/srcpkgs/VVVVVV/patches/data-zip-path.diff
new file mode 100644
index 0000000000000..45b5d5c2bdabe
--- /dev/null
+++ b/srcpkgs/VVVVVV/patches/data-zip-path.diff
@@ -0,0 +1,13 @@
+diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp
+index 833a3dea..88d89042 100644
+--- a/desktop_version/src/FileSystemUtils.cpp
++++ b/desktop_version/src/FileSystemUtils.cpp
+@@ -145,7 +145,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath)
+ 		PLATFORM_migrateSaveData(output);
+ 	}
+ 
+-	basePath = SDL_GetBasePath();
++	basePath = SDL_strdup("/usr/share/VVVVVV/");
+ 
+ 	if (basePath == NULL)
+ 	{
diff --git a/srcpkgs/VVVVVV/template b/srcpkgs/VVVVVV/template
new file mode 100644
index 0000000000000..d3f8427b9a5c9
--- /dev/null
+++ b/srcpkgs/VVVVVV/template
@@ -0,0 +1,24 @@
+# Template file for 'VVVVVV'
+pkgname=VVVVVV
+version=2.3.6
+revision=1
+build_wrksrc=desktop_version
+build_style=cmake
+makedepends="SDL2-devel SDL2_mixer-devel"
+short_desc="Platformer exploring what if you reversed gravity instead of jumping?"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="custom:Proprietary"
+homepage="https://thelettervsixtim.es/"
+changelog="https://github.com/TerryCavanagh/VVVVVV/releases"
+distfiles="https://github.com/TerryCavanagh/VVVVVV/archive/refs/tags/$version.tar.gz"
+checksum=a3366aab9e8462d330044ab1ec63927e9f5c3801c0ed96b24f08c553dcb911e9
+repository=nonfree
+
+do_install() {
+	vbin build/VVVVVV
+}
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+	vlicense ../LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
@ 2023-12-21 15:00 ` AnInternetTroll
  2023-12-22 18:12 ` AnInternetTroll
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-12-21 15:00 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages VVVVVV
https://github.com/void-linux/void-packages/pull/47862

New package: VVVVVV-2.3.6.
#### 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**

#### 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/47862.patch is attached

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

From 3ba3bf647faceada0e77d267ef663110ab0b81c9 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Thu, 21 Dec 2023 15:35:49 +0100
Subject: [PATCH] New package: VVVVVV-2.3.6.

---
 srcpkgs/VVVVVV/files/README.voidlinux     |  3 +++
 srcpkgs/VVVVVV/patches/data-zip-path.diff | 13 ++++++++++++
 srcpkgs/VVVVVV/template                   | 24 +++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/VVVVVV/files/README.voidlinux
 create mode 100644 srcpkgs/VVVVVV/patches/data-zip-path.diff
 create mode 100644 srcpkgs/VVVVVV/template

diff --git a/srcpkgs/VVVVVV/files/README.voidlinux b/srcpkgs/VVVVVV/files/README.voidlinux
new file mode 100644
index 0000000000000..474876cb808f4
--- /dev/null
+++ b/srcpkgs/VVVVVV/files/README.voidlinux
@@ -0,0 +1,3 @@
+Download the required data.zip from
+https://thelettervsixtim.es/makeandplay/data.zip and place it in
+/var/lib/vvvvvv/data.zip
diff --git a/srcpkgs/VVVVVV/patches/data-zip-path.diff b/srcpkgs/VVVVVV/patches/data-zip-path.diff
new file mode 100644
index 0000000000000..8c0f7e334e811
--- /dev/null
+++ b/srcpkgs/VVVVVV/patches/data-zip-path.diff
@@ -0,0 +1,13 @@
+diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp
+index 833a3dea..88d89042 100644
+--- a/desktop_version/src/FileSystemUtils.cpp
++++ b/desktop_version/src/FileSystemUtils.cpp
+@@ -145,7 +145,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath)
+ 		PLATFORM_migrateSaveData(output);
+ 	}
+ 
+-	basePath = SDL_GetBasePath();
++	basePath = SDL_strdup("/var/lib/vvvvvv/");
+ 
+ 	if (basePath == NULL)
+ 	{
diff --git a/srcpkgs/VVVVVV/template b/srcpkgs/VVVVVV/template
new file mode 100644
index 0000000000000..d3f8427b9a5c9
--- /dev/null
+++ b/srcpkgs/VVVVVV/template
@@ -0,0 +1,24 @@
+# Template file for 'VVVVVV'
+pkgname=VVVVVV
+version=2.3.6
+revision=1
+build_wrksrc=desktop_version
+build_style=cmake
+makedepends="SDL2-devel SDL2_mixer-devel"
+short_desc="Platformer exploring what if you reversed gravity instead of jumping?"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="custom:Proprietary"
+homepage="https://thelettervsixtim.es/"
+changelog="https://github.com/TerryCavanagh/VVVVVV/releases"
+distfiles="https://github.com/TerryCavanagh/VVVVVV/archive/refs/tags/$version.tar.gz"
+checksum=a3366aab9e8462d330044ab1ec63927e9f5c3801c0ed96b24f08c553dcb911e9
+repository=nonfree
+
+do_install() {
+	vbin build/VVVVVV
+}
+
+post_install() {
+	vdoc "${FILESDIR}/README.voidlinux"
+	vlicense ../LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
  2023-12-21 15:00 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2023-12-22 18:12 ` AnInternetTroll
  2023-12-22 22:45 ` [PR REVIEW] " 0x5c
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-12-22 18:12 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages VVVVVV
https://github.com/void-linux/void-packages/pull/47862

New package: VVVVVV-2.3.6.
#### 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**

#### 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/47862.patch is attached

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

From 78a7f5a7e633ebe5c2d7874cfa7fdfc4b74315b1 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Thu, 21 Dec 2023 15:35:49 +0100
Subject: [PATCH] New package: VVVVVV-2.3.6.

---
 srcpkgs/VVVVVV/patches/data-zip-path.diff | 13 +++++++++
 srcpkgs/VVVVVV/template                   | 32 +++++++++++++++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 srcpkgs/VVVVVV/patches/data-zip-path.diff
 create mode 100644 srcpkgs/VVVVVV/template

diff --git a/srcpkgs/VVVVVV/patches/data-zip-path.diff b/srcpkgs/VVVVVV/patches/data-zip-path.diff
new file mode 100644
index 0000000000000..8c0f7e334e811
--- /dev/null
+++ b/srcpkgs/VVVVVV/patches/data-zip-path.diff
@@ -0,0 +1,13 @@
+diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp
+index 833a3dea..88d89042 100644
+--- a/desktop_version/src/FileSystemUtils.cpp
++++ b/desktop_version/src/FileSystemUtils.cpp
+@@ -145,7 +145,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath)
+ 		PLATFORM_migrateSaveData(output);
+ 	}
+ 
+-	basePath = SDL_GetBasePath();
++	basePath = SDL_strdup("/var/lib/vvvvvv/");
+ 
+ 	if (basePath == NULL)
+ 	{
diff --git a/srcpkgs/VVVVVV/template b/srcpkgs/VVVVVV/template
new file mode 100644
index 0000000000000..73dcd64f9faa6
--- /dev/null
+++ b/srcpkgs/VVVVVV/template
@@ -0,0 +1,32 @@
+# Template file for 'VVVVVV'
+pkgname=VVVVVV
+version=2.3.6
+revision=1
+build_wrksrc=desktop_version
+build_style=cmake
+configure_args="$(vopt_bool makeandplay MAKEANDPLAY)"
+makedepends="SDL2-devel SDL2_mixer-devel"
+short_desc="Platformer exploring what if you reversed gravity instead of jumping?"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="custom:Proprietary"
+homepage="https://thelettervsixtim.es/"
+changelog="https://github.com/TerryCavanagh/VVVVVV/releases"
+distfiles="https://github.com/TerryCavanagh/VVVVVV/archive/refs/tags/$version.tar.gz
+https://thelettervsixtim.es/makeandplay/data.zip"
+checksum="a3366aab9e8462d330044ab1ec63927e9f5c3801c0ed96b24f08c553dcb911e9
+ c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea"
+repository=nonfree
+skip_extraction="data.zip"
+
+build_options="makeandplay"
+desc_option_makeandplay="Disable official levels"
+build_options_default="makeandplay"
+
+do_install() {
+	vbin build/VVVVVV
+	vinstall "$XBPS_SRCDISTDIR/$pkgname-$version/data.zip" 644 /var/lib/vvvvvv/
+}
+
+post_install() {
+	vlicense ../LICENSE.md
+}

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

* Re: [PR REVIEW] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
                   ` (3 preceding siblings ...)
  2023-12-22 22:45 ` 0x5c
@ 2023-12-22 22:45 ` 0x5c
  2023-12-22 22:45 ` 0x5c
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: 0x5c @ 2023-12-22 22:45 UTC (permalink / raw)
  To: ml

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

New review comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/47862#discussion_r1435364293

Comment:
```suggestion
license="custom:VVVVVV Source Code License v1.0"
```


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

* Re: [PR REVIEW] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
                   ` (2 preceding siblings ...)
  2023-12-22 22:45 ` [PR REVIEW] " 0x5c
@ 2023-12-22 22:45 ` 0x5c
  2023-12-22 22:45 ` 0x5c
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: 0x5c @ 2023-12-22 22:45 UTC (permalink / raw)
  To: ml

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

New review comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/47862#discussion_r1435365089

Comment:
```suggestion
 https://thelettervsixtim.es/makeandplay/data.zip"
```
Additional distfile lines need to start with a space

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

* Re: [PR REVIEW] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
  2023-12-21 15:00 ` [PR PATCH] [Updated] " AnInternetTroll
  2023-12-22 18:12 ` AnInternetTroll
@ 2023-12-22 22:45 ` 0x5c
  2023-12-22 22:45 ` 0x5c
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: 0x5c @ 2023-12-22 22:45 UTC (permalink / raw)
  To: ml

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

New review comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/47862#discussion_r1435373315

Comment:
Could add that here
```sh
if [ "$build_option_makeandplay" ]; then
    short_desc+=" - Make and Play edition"
fi
```

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

* Re: [PR REVIEW] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
                   ` (4 preceding siblings ...)
  2023-12-22 22:45 ` 0x5c
@ 2023-12-22 22:45 ` 0x5c
  2023-12-23  9:27 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: 0x5c @ 2023-12-22 22:45 UTC (permalink / raw)
  To: ml

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

New review comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/47862#discussion_r1435364860

Comment:
```suggestion
	vlicense ../LICENSE.md
	vlicense "../License exceptions.md"
```
That second document contains the exception that permits distribution of the Make and Play edition

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

* Re: [PR PATCH] [Updated] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
                   ` (5 preceding siblings ...)
  2023-12-22 22:45 ` 0x5c
@ 2023-12-23  9:27 ` AnInternetTroll
  2023-12-23 10:06 ` AnInternetTroll
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-12-23  9:27 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages VVVVVV
https://github.com/void-linux/void-packages/pull/47862

New package: VVVVVV-2.3.6.
#### 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**

#### 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/47862.patch is attached

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

From 30e36c2584015860acbe0966184da8993d5f9e70 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Thu, 21 Dec 2023 15:35:49 +0100
Subject: [PATCH] New package: VVVVVV-2.3.6.

---
 srcpkgs/VVVVVV/patches/data-zip-path.diff | 13 ++++++++
 srcpkgs/VVVVVV/template                   | 37 +++++++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/VVVVVV/patches/data-zip-path.diff
 create mode 100644 srcpkgs/VVVVVV/template

diff --git a/srcpkgs/VVVVVV/patches/data-zip-path.diff b/srcpkgs/VVVVVV/patches/data-zip-path.diff
new file mode 100644
index 0000000000000..8c0f7e334e811
--- /dev/null
+++ b/srcpkgs/VVVVVV/patches/data-zip-path.diff
@@ -0,0 +1,13 @@
+diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp
+index 833a3dea..88d89042 100644
+--- a/desktop_version/src/FileSystemUtils.cpp
++++ b/desktop_version/src/FileSystemUtils.cpp
+@@ -145,7 +145,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath)
+ 		PLATFORM_migrateSaveData(output);
+ 	}
+ 
+-	basePath = SDL_GetBasePath();
++	basePath = SDL_strdup("/var/lib/vvvvvv/");
+ 
+ 	if (basePath == NULL)
+ 	{
diff --git a/srcpkgs/VVVVVV/template b/srcpkgs/VVVVVV/template
new file mode 100644
index 0000000000000..077ce71cd557d
--- /dev/null
+++ b/srcpkgs/VVVVVV/template
@@ -0,0 +1,37 @@
+# Template file for 'VVVVVV'
+pkgname=VVVVVV
+version=2.3.6
+revision=1
+build_wrksrc=desktop_version
+build_style=cmake
+configure_args="$(vopt_bool makeandplay MAKEANDPLAY)"
+makedepends="SDL2-devel SDL2_mixer-devel"
+short_desc="Platformer exploring what if you reversed gravity instead of jumping?"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="custom:VVVVVV Source Code License v1.0"
+homepage="https://thelettervsixtim.es/"
+changelog="https://github.com/TerryCavanagh/VVVVVV/releases"
+distfiles="https://github.com/TerryCavanagh/VVVVVV/archive/refs/tags/$version.tar.gz
+ https://thelettervsixtim.es/makeandplay/data.zip"
+checksum="a3366aab9e8462d330044ab1ec63927e9f5c3801c0ed96b24f08c553dcb911e9
+ c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea"
+repository=nonfree
+skip_extraction="data.zip"
+
+build_options="makeandplay"
+desc_option_makeandplay="Disable official levels"
+build_options_default="makeandplay"
+
+if [ "$build_option_makeandplay" ]; then
+    short_desc+=" - Make and Play edition"
+fi
+
+do_install() {
+	vbin build/VVVVVV
+	vinstall "$XBPS_SRCDISTDIR/$pkgname-$version/data.zip" 644 /var/lib/vvvvvv/
+}
+
+post_install() {
+	vlicense ../LICENSE.md
+	vlicense "../License exceptions.md"
+}

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

* Re: [PR PATCH] [Updated] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
                   ` (6 preceding siblings ...)
  2023-12-23  9:27 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2023-12-23 10:06 ` AnInternetTroll
  2024-01-12 23:49 ` AnInternetTroll
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-12-23 10:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages VVVVVV
https://github.com/void-linux/void-packages/pull/47862

New package: VVVVVV-2.3.6.
#### 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**

#### 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/47862.patch is attached

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

From 6f99d5cac73315c06345c70a510c21fde28b713b Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Thu, 21 Dec 2023 15:35:49 +0100
Subject: [PATCH] New package: VVVVVV-2.3.6.

---
 srcpkgs/VVVVVV/patches/data-zip-path.diff | 13 ++++++++
 srcpkgs/VVVVVV/template                   | 37 +++++++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/VVVVVV/patches/data-zip-path.diff
 create mode 100644 srcpkgs/VVVVVV/template

diff --git a/srcpkgs/VVVVVV/patches/data-zip-path.diff b/srcpkgs/VVVVVV/patches/data-zip-path.diff
new file mode 100644
index 0000000000000..8c0f7e334e811
--- /dev/null
+++ b/srcpkgs/VVVVVV/patches/data-zip-path.diff
@@ -0,0 +1,13 @@
+diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp
+index 833a3dea..88d89042 100644
+--- a/desktop_version/src/FileSystemUtils.cpp
++++ b/desktop_version/src/FileSystemUtils.cpp
+@@ -145,7 +145,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath)
+ 		PLATFORM_migrateSaveData(output);
+ 	}
+ 
+-	basePath = SDL_GetBasePath();
++	basePath = SDL_strdup("/var/lib/vvvvvv/");
+ 
+ 	if (basePath == NULL)
+ 	{
diff --git a/srcpkgs/VVVVVV/template b/srcpkgs/VVVVVV/template
new file mode 100644
index 0000000000000..3bb96b599e086
--- /dev/null
+++ b/srcpkgs/VVVVVV/template
@@ -0,0 +1,37 @@
+# Template file for 'VVVVVV'
+pkgname=VVVVVV
+version=2.3.6
+revision=1
+build_wrksrc=desktop_version
+build_style=cmake
+configure_args="$(vopt_bool makeandplay MAKEANDPLAY)"
+makedepends="SDL2-devel SDL2_mixer-devel"
+short_desc="Platformer exploring what if you reversed gravity instead of jumping?"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="custom:VVVVVV Source Code License v1.0"
+homepage="https://thelettervsixtim.es/"
+changelog="https://github.com/TerryCavanagh/VVVVVV/releases"
+distfiles="https://github.com/TerryCavanagh/VVVVVV/archive/refs/tags/$version.tar.gz
+ https://thelettervsixtim.es/makeandplay/data.zip"
+checksum="a3366aab9e8462d330044ab1ec63927e9f5c3801c0ed96b24f08c553dcb911e9
+ c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea"
+repository=nonfree
+skip_extraction="data.zip"
+
+build_options="makeandplay"
+desc_option_makeandplay="Disable official levels"
+build_options_default="makeandplay"
+
+if [ "$build_option_makeandplay" ]; then
+	short_desc+=" - Make and Play edition"
+fi
+
+do_install() {
+	vbin build/VVVVVV
+	vinstall "$XBPS_SRCDISTDIR/$pkgname-$version/data.zip" 644 /var/lib/vvvvvv/
+}
+
+post_install() {
+	vlicense ../LICENSE.md
+	vlicense "../License exceptions.md"
+}

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

* Re: [PR PATCH] [Updated] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
                   ` (7 preceding siblings ...)
  2023-12-23 10:06 ` AnInternetTroll
@ 2024-01-12 23:49 ` AnInternetTroll
  2024-04-12  1:45 ` github-actions
  2024-04-12 17:39 ` [PR PATCH] [Updated] " AnInternetTroll
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2024-01-12 23:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages VVVVVV
https://github.com/void-linux/void-packages/pull/47862

New package: VVVVVV-2.3.6.
#### 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**

#### 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/47862.patch is attached

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

From efe211e75fbabfbdc61754572d83499b6904bd20 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Thu, 21 Dec 2023 15:35:49 +0100
Subject: [PATCH] New package: VVVVVV-2.4.

---
 srcpkgs/VVVVVV/patches/data-zip-path.diff | 13 ++++++++
 srcpkgs/VVVVVV/template                   | 37 +++++++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/VVVVVV/patches/data-zip-path.diff
 create mode 100644 srcpkgs/VVVVVV/template

diff --git a/srcpkgs/VVVVVV/patches/data-zip-path.diff b/srcpkgs/VVVVVV/patches/data-zip-path.diff
new file mode 100644
index 0000000000000..2e8411ca0cd33
--- /dev/null
+++ b/srcpkgs/VVVVVV/patches/data-zip-path.diff
@@ -0,0 +1,13 @@
+diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp
+index 5643182d..3a1a8c68 100644
+--- a/desktop_version/src/FileSystemUtils.cpp
++++ b/desktop_version/src/FileSystemUtils.cpp
+@@ -283,7 +283,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath, char* langD
+         mkdir(temp, 0777);
+     }
+ 
+-    basePath = SDL_GetBasePath();
++    basePath = SDL_strdup("/var/lib/vvvvvv/");
+ 
+     if (basePath == NULL)
+     {
diff --git a/srcpkgs/VVVVVV/template b/srcpkgs/VVVVVV/template
new file mode 100644
index 0000000000000..cba21ee16f548
--- /dev/null
+++ b/srcpkgs/VVVVVV/template
@@ -0,0 +1,37 @@
+# Template file for 'VVVVVV'
+pkgname=VVVVVV
+version=2.4
+revision=1
+build_wrksrc=desktop_version
+build_style=cmake
+configure_args="$(vopt_bool makeandplay MAKEANDPLAY)"
+makedepends="SDL2-devel SDL2_mixer-devel"
+short_desc="Platformer exploring what if you reversed gravity instead of jumping?"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="custom:VVVVVV Source Code License v1.0"
+homepage="https://thelettervsixtim.es/"
+changelog="https://github.com/TerryCavanagh/VVVVVV/releases"
+distfiles="https://github.com/TerryCavanagh/VVVVVV/releases/download/$version/VVVVVV-$version.zip
+ https://thelettervsixtim.es/makeandplay/data.zip"
+checksum="e470599e0e46f7a5e0df224eefb1fa7ea8e36af80f8dd2f453e4a404ab547a8c
+ c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea"
+repository=nonfree
+skip_extraction="data.zip"
+
+build_options="makeandplay"
+desc_option_makeandplay="Disable official levels"
+build_options_default="makeandplay"
+
+if [ "$build_option_makeandplay" ]; then
+	short_desc+=" - Make and Play edition"
+fi
+
+do_install() {
+	vbin build/VVVVVV
+	vinstall "$XBPS_SRCDISTDIR/$pkgname-$version/data.zip" 644 /var/lib/vvvvvv/
+}
+
+post_install() {
+	vlicense ../LICENSE.md
+	vlicense "../License exceptions.md"
+}

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

* Re: New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
                   ` (8 preceding siblings ...)
  2024-01-12 23:49 ` AnInternetTroll
@ 2024-04-12  1:45 ` github-actions
  2024-04-12 17:39 ` [PR PATCH] [Updated] " AnInternetTroll
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-04-12  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/47862#issuecomment-2050819725

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: VVVVVV-2.3.6.
  2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
                   ` (9 preceding siblings ...)
  2024-04-12  1:45 ` github-actions
@ 2024-04-12 17:39 ` AnInternetTroll
  10 siblings, 0 replies; 12+ messages in thread
From: AnInternetTroll @ 2024-04-12 17:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages VVVVVV
https://github.com/void-linux/void-packages/pull/47862

New package: VVVVVV-2.3.6.
#### 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**

#### 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/47862.patch is attached

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

From 7cafd6d0dfb3436692c1ee0cfde44a0d0f896816 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Thu, 21 Dec 2023 15:35:49 +0100
Subject: [PATCH] New package: VVVVVV-2.4.1.

---
 srcpkgs/VVVVVV/patches/data-zip-path.diff | 13 ++++++++
 srcpkgs/VVVVVV/template                   | 37 +++++++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/VVVVVV/patches/data-zip-path.diff
 create mode 100644 srcpkgs/VVVVVV/template

diff --git a/srcpkgs/VVVVVV/patches/data-zip-path.diff b/srcpkgs/VVVVVV/patches/data-zip-path.diff
new file mode 100644
index 00000000000000..2e8411ca0cd336
--- /dev/null
+++ b/srcpkgs/VVVVVV/patches/data-zip-path.diff
@@ -0,0 +1,13 @@
+diff --git a/desktop_version/src/FileSystemUtils.cpp b/desktop_version/src/FileSystemUtils.cpp
+index 5643182d..3a1a8c68 100644
+--- a/desktop_version/src/FileSystemUtils.cpp
++++ b/desktop_version/src/FileSystemUtils.cpp
+@@ -283,7 +283,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath, char* langD
+         mkdir(temp, 0777);
+     }
+ 
+-    basePath = SDL_GetBasePath();
++    basePath = SDL_strdup("/var/lib/vvvvvv/");
+ 
+     if (basePath == NULL)
+     {
diff --git a/srcpkgs/VVVVVV/template b/srcpkgs/VVVVVV/template
new file mode 100644
index 00000000000000..212e91d844dc25
--- /dev/null
+++ b/srcpkgs/VVVVVV/template
@@ -0,0 +1,37 @@
+# Template file for 'VVVVVV'
+pkgname=VVVVVV
+version=2.4.1
+revision=1
+build_wrksrc=desktop_version
+build_style=cmake
+configure_args="$(vopt_bool makeandplay MAKEANDPLAY)"
+makedepends="SDL2-devel SDL2_mixer-devel"
+short_desc="Platformer exploring what if you reversed gravity instead of jumping?"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="custom:VVVVVV Source Code License v1.0"
+homepage="https://thelettervsixtim.es/"
+changelog="https://github.com/TerryCavanagh/VVVVVV/releases"
+distfiles="https://github.com/TerryCavanagh/VVVVVV/releases/download/$version/VVVVVV-$version.zip
+ https://thelettervsixtim.es/makeandplay/data.zip"
+checksum="c453373cfa29456318c2ece7d452b2e971595004c1b353cd7073f6912b3c3d12
+ c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea"
+repository=nonfree
+skip_extraction="data.zip"
+
+build_options="makeandplay"
+desc_option_makeandplay="Disable official levels"
+build_options_default="makeandplay"
+
+if [ "$build_option_makeandplay" ]; then
+	short_desc+=" - Make and Play edition"
+fi
+
+do_install() {
+	vbin build/VVVVVV
+	vinstall "$XBPS_SRCDISTDIR/$pkgname-$version/data.zip" 644 /var/lib/vvvvvv/
+}
+
+post_install() {
+	vlicense ../LICENSE.md
+	vlicense "../License exceptions.md"
+}

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

end of thread, other threads:[~2024-04-12 17:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21 14:38 [PR PATCH] New package: VVVVVV-2.3.6 AnInternetTroll
2023-12-21 15:00 ` [PR PATCH] [Updated] " AnInternetTroll
2023-12-22 18:12 ` AnInternetTroll
2023-12-22 22:45 ` [PR REVIEW] " 0x5c
2023-12-22 22:45 ` 0x5c
2023-12-22 22:45 ` 0x5c
2023-12-22 22:45 ` 0x5c
2023-12-23  9:27 ` [PR PATCH] [Updated] " AnInternetTroll
2023-12-23 10:06 ` AnInternetTroll
2024-01-12 23:49 ` AnInternetTroll
2024-04-12  1:45 ` github-actions
2024-04-12 17:39 ` [PR PATCH] [Updated] " AnInternetTroll

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