Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Conner Clere (b8203102dd483979b9b16fa5a08282f2a1c303e9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Conner Clere (b8203102dd483979b9b16fa5a08282f2a1c303e9)
  • Date: Sat, 30 Sep 2023 17:39:18 +0000

GIT changes to master games grimoire by Conner Clere
<xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
games-z-rejected/vinegar/BUILD | 1 +
games-z-rejected/vinegar/CONFIGURE | 1 +
games-z-rejected/vinegar/DEPENDS | 9 +++++++++
games-z-rejected/vinegar/DETAILS | 16 ++++++++++++++++
games-z-rejected/vinegar/FINAL | 9 +++++++++
games-z-rejected/vinegar/HISTORY | 3 +++
7 files changed, 42 insertions(+)

New commits:
commit b8203102dd483979b9b16fa5a08282f2a1c303e9
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

games-z-rejected/vinegar: new spell, minimal bootstrapper for roblox

diff --git a/ChangeLog b/ChangeLog
index 90bfe86..a38ac95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-09-30 Conner Clere <xenanthropy AT sourcemage.org>
+ * games-z-rejected/vinegar: new spell, minimal bootstrapper for roblox
+
2022-09-28 Ismael Luceno <ismael AT sourcemage.org>
* games-data/freedm: new spell, DeadMatch game part of the Freedoom
project
diff --git a/games-z-rejected/vinegar/BUILD b/games-z-rejected/vinegar/BUILD
new file mode 100755
index 0000000..b7e149c
--- /dev/null
+++ b/games-z-rejected/vinegar/BUILD
@@ -0,0 +1 @@
+GOROOT="${INSTALL_ROOT}/opt/go/" default_build_make
diff --git a/games-z-rejected/vinegar/CONFIGURE
b/games-z-rejected/vinegar/CONFIGURE
new file mode 100755
index 0000000..f1a1541
--- /dev/null
+++ b/games-z-rejected/vinegar/CONFIGURE
@@ -0,0 +1 @@
+config_query WINEDEP 'Use system wine? (If no, external wine must be
obtained elsewhere)' n
diff --git a/games-z-rejected/vinegar/DEPENDS
b/games-z-rejected/vinegar/DEPENDS
new file mode 100755
index 0000000..58f99b3
--- /dev/null
+++ b/games-z-rejected/vinegar/DEPENDS
@@ -0,0 +1,9 @@
+depends PKG-CONFIG &&
+depends go &&
+depends gnutls &&
+
+if [[ $WINEDEP == y ]]; then
+ depends wine
+fi &&
+
+suggest_depends gamescope '' '' 'gamescope usage (highly recommended on
wayland)'
diff --git a/games-z-rejected/vinegar/DETAILS
b/games-z-rejected/vinegar/DETAILS
new file mode 100755
index 0000000..519a7c9
--- /dev/null
+++ b/games-z-rejected/vinegar/DETAILS
@@ -0,0 +1,16 @@
+# Watch: https://github.com/vinegarhq/vinegar/releases /tag/v([0-9.]+)
+ SPELL=vinegar
+ VERSION=1.4.4
+ SOURCE=$SPELL-v$VERSION.tar.xz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-v$VERSION"
+
SOURCE_URL[0]=https://github.com/${SPELL}hq/${SPELL}/releases/download/v${VERSION}/$SOURCE
+
SOURCE_HASH=sha512:cb64a1c114be8bdfd6fa6c37e4ae0cda1a8442c64b17136931105affee462ad1b1fd45f7709032299ebb735cffc4ae0025b2353aa0ff29d79efd74d427fb2e47
+ LICENSE[0]=GPL
+ WEB_SITE=https://vinegarhq.github.io/
+ ENTERED=20230930
+ KEYWORDS="roblox game grapejuice"
+ SHORT="minimal bootstrapper for roblox"
+cat << EOF
+Vinegar is a transparent, minimal, configurable, and fast bootstrapper
+for Roblox Player and Roblox Studio.
+EOF
diff --git a/games-z-rejected/vinegar/FINAL b/games-z-rejected/vinegar/FINAL
new file mode 100755
index 0000000..fc1188e
--- /dev/null
+++ b/games-z-rejected/vinegar/FINAL
@@ -0,0 +1,9 @@
+message "${YELLOW}" \
+ "WARNING:${MESSAGE_COLOR} this spell relies on 32-bit libraries
being supplied\n" \
+ "(Wine and gnutls) Without these, roblox will not work. If you are
installing\n" \
+ "on 32-bit SMGL, you are fine. If you are installing on 64-bit SMGL,
you\n" \
+ "will need to source 32-bit libraries of said programs elsewhere.\n"
\
+ "(For wine, a pre-compiled package is recommended as you need
both\n" \
+ "32-bit libs and binaries). If you go the pre-compiled route, you
will need to\n" \
+ "edit vinegar's config with ${YELLOW}\`vinegar
edit\`${MESSAGE_COLOR} and change 'wineroot'\n" \
+ "to the path of your extracted pre-built wine${DEFAULT_COLOR}"
diff --git a/games-z-rejected/vinegar/HISTORY
b/games-z-rejected/vinegar/HISTORY
new file mode 100644
index 0000000..e335bb4
--- /dev/null
+++ b/games-z-rejected/vinegar/HISTORY
@@ -0,0 +1,3 @@
+2023-09-30 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, BUILD, DEPENDS, FINAL, DETAILS: version 1.4.5, new spell
+



  • [SM-Commit] GIT changes to master games grimoire by Conner Clere (b8203102dd483979b9b16fa5a08282f2a1c303e9), Conner Clere, 09/30/2023

Archive powered by MHonArc 2.6.24.

Top of Page