Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Conner Clere (30b2f2926892eefac12af184302aed1111c5e355)

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 z-rejected grimoire by Conner Clere (30b2f2926892eefac12af184302aed1111c5e355)
  • Date: Thu, 16 Nov 2023 23:32:07 +0000

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

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

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

z-games/vinegar: transferred from games grimoire

diff --git a/ChangeLog b/ChangeLog
index ceb5b6d..30b2d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-11-16 Conner Clere <xenanthropy AT sourcemage.org>
+ * z-games/vinegar: transfered from games grimoire
+
2023-10-20 Conner Clere <xenanthropy AT sourcemage.org>
* z-editors/obsidian: new spell, private and flexible writing app

diff --git a/z-games/vinegar/BUILD b/z-games/vinegar/BUILD
new file mode 100755
index 0000000..b7e149c
--- /dev/null
+++ b/z-games/vinegar/BUILD
@@ -0,0 +1 @@
+GOROOT="${INSTALL_ROOT}/opt/go/" default_build_make
diff --git a/z-games/vinegar/CONFIGURE b/z-games/vinegar/CONFIGURE
new file mode 100755
index 0000000..f1a1541
--- /dev/null
+++ b/z-games/vinegar/CONFIGURE
@@ -0,0 +1 @@
+config_query WINEDEP 'Use system wine? (If no, external wine must be
obtained elsewhere)' n
diff --git a/z-games/vinegar/DEPENDS b/z-games/vinegar/DEPENDS
new file mode 100755
index 0000000..58f99b3
--- /dev/null
+++ b/z-games/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/z-games/vinegar/DETAILS b/z-games/vinegar/DETAILS
new file mode 100755
index 0000000..0447a2c
--- /dev/null
+++ b/z-games/vinegar/DETAILS
@@ -0,0 +1,16 @@
+# Watch: https://github.com/vinegarhq/vinegar/releases /tag/v([0-9.]+)
+ SPELL=vinegar
+ VERSION=1.5.8
+ 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:c4553d12ed946ee9e0ea46b8426dadc2c553ac65cb4804dea31be3bc436616c671a0724c6751df4c48782e9409c4ada9c79969e3e3f750b311544f1e6596fea7
+ 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/z-games/vinegar/FINAL b/z-games/vinegar/FINAL
new file mode 100755
index 0000000..fc1188e
--- /dev/null
+++ b/z-games/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/z-games/vinegar/HISTORY b/z-games/vinegar/HISTORY
new file mode 100644
index 0000000..72b88c7
--- /dev/null
+++ b/z-games/vinegar/HISTORY
@@ -0,0 +1,36 @@
+2023-11-16 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, FINAL, DETAILS: moved from games grimoire
+
+2023-11-03 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.5.8
+
+2023-11-03 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.5.7
+
+2023-11-01 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.5.6
+
+2023-11-01 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.5.5
+
+2023-10-21 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.5.4
+
+2023-10-15 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.5.3
+
+2023-10-14 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.5.2
+
+2023-10-14 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.5.1
+
+2023-10-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.5.0
+
+2023-09-30 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: fix version number (1.4.4 > 1.4.5)
+
+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 z-rejected grimoire by Conner Clere (30b2f2926892eefac12af184302aed1111c5e355), Conner Clere, 11/16/2023

Archive powered by MHonArc 2.6.24.

Top of Page