Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: grapejuice-5.1.1
@ 2022-06-10 13:41 wael444
  2022-06-10 13:47 ` [PR PATCH] [Updated] " wael444
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: wael444 @ 2022-06-10 13:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages grapejuice
https://github.com/void-linux/void-packages/pull/37487

New package: grapejuice-5.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

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

From 7d28c8ece66a1f2d2041a9f7cafbbbf9f4b77151 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Tue, 7 Jun 2022 14:36:56 +0300
Subject: [PATCH] New package: grapejuice-5.1.1

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

diff --git a/srcpkgs/grapejuice/template b/srcpkgs/grapejuice/template
new file mode 100644
index 000000000000..3edecc4f6606
--- /dev/null
+++ b/srcpkgs/grapejuice/template
@@ -0,0 +1,40 @@
+# Template file for 'grapejuice'
+pkgname=grapejuice
+version=5.1.1
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools gettext"
+depends="python3-setuptools python3-psutil python3-pip python3-gobject python3-packaging
+ python3-wheel python3-click python3-requests python3-Unidecode
+ gtk-update-icon-cache xdg-utils shared-mime-info gtk+3"
+short_desc="Wine wrapper for Roblox"
+maintainer="wael <40663@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://brinkervii.gitlab.io/grapejuice/"
+distfiles="https://gitlab.com/brinkervii/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=70e4a0d279e134718124761f5f1d00b89d5275d67c69ed811beea21fc6bd212b
+
+pre_patch() {
+	vsed -i src/grapejuice_common/assets/desktop/roblox-app.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-player.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-studio.desktop \
+		-e 's|$STUDIO_ICON|grapejuice-roblox-studio|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+}
+
+post_install() {
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor
+	vmkdir usr/share/mime/packages/
+
+	vcopy src/grapejuice_common/assets/desktop/* usr/share/applications
+	vcopy src/grapejuice_common/assets/icons/hicolor/* usr/share/icons/hicolor
+	vcopy src/grapejuice_common/assets/mime_xml/x-grapejuice-roblox.xml usr/share/mime/packages
+
+	for lang in src/grapejuice_common/assets/po/*.po; do out=${lang##*/}; out=${out%.po}
+		vmkdir usr/share/locale/${out}/LC_MESSAGES
+		msgfmt $lang -o "${DESTDIR}"/usr/share/locale/${out}/LC_MESSAGES/${pkgname}.mo
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
@ 2022-06-10 13:47 ` wael444
  2022-06-10 13:49 ` wael444
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wael444 @ 2022-06-10 13:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages grapejuice
https://github.com/void-linux/void-packages/pull/37487

New package: grapejuice-5.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

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

From 4341eeca3060aafcc136503f83db6b851116e1d2 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Tue, 7 Jun 2022 14:36:56 +0300
Subject: [PATCH] New package: grapejuice-5.1.1

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

diff --git a/srcpkgs/grapejuice/template b/srcpkgs/grapejuice/template
new file mode 100644
index 000000000000..d8b77c5e76af
--- /dev/null
+++ b/srcpkgs/grapejuice/template
@@ -0,0 +1,40 @@
+# Template file for 'grapejuice'
+pkgname=grapejuice
+version=5.1.1
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-wheel gettext"
+depends="python3-setuptools python3-psutil python3-pip python3-gobject python3-packaging
+ python3-wheel python3-click python3-requests python3-Unidecode
+ gtk-update-icon-cache xdg-utils shared-mime-info gtk+3"
+short_desc="Wine wrapper for Roblox"
+maintainer="wael <40663@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://brinkervii.gitlab.io/grapejuice/"
+distfiles="https://gitlab.com/brinkervii/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=70e4a0d279e134718124761f5f1d00b89d5275d67c69ed811beea21fc6bd212b
+
+pre_patch() {
+	vsed -i src/grapejuice_common/assets/desktop/roblox-app.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-player.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-studio.desktop \
+		-e 's|$STUDIO_ICON|grapejuice-roblox-studio|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+}
+
+post_install() {
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor
+	vmkdir usr/share/mime/packages/
+
+	vcopy src/grapejuice_common/assets/desktop/* usr/share/applications
+	vcopy src/grapejuice_common/assets/icons/hicolor/* usr/share/icons/hicolor
+	vcopy src/grapejuice_common/assets/mime_xml/x-grapejuice-roblox.xml usr/share/mime/packages
+
+	for lang in src/grapejuice_common/assets/po/*.po; do out=${lang##*/}; out=${out%.po}
+		vmkdir usr/share/locale/${out}/LC_MESSAGES
+		msgfmt $lang -o "${DESTDIR}"/usr/share/locale/${out}/LC_MESSAGES/${pkgname}.mo
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
  2022-06-10 13:47 ` [PR PATCH] [Updated] " wael444
@ 2022-06-10 13:49 ` wael444
  2022-06-10 13:59 ` wael444
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wael444 @ 2022-06-10 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages grapejuice
https://github.com/void-linux/void-packages/pull/37487

New package: grapejuice-5.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

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

From c05287f29d4eaa551a12c23e0a84d93f99d1410e Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Tue, 7 Jun 2022 14:36:56 +0300
Subject: [PATCH] New package: grapejuice-5.1.1

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

diff --git a/srcpkgs/grapejuice/template b/srcpkgs/grapejuice/template
new file mode 100644
index 000000000000..1b8b502f59ac
--- /dev/null
+++ b/srcpkgs/grapejuice/template
@@ -0,0 +1,40 @@
+# Template file for 'grapejuice'
+pkgname=grapejuice
+version=5.1.1
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip python3-wheel gettext pkg-config cairo-devel"
+depends="python3-setuptools python3-psutil python3-pip python3-gobject python3-packaging
+ python3-wheel python3-click python3-requests python3-Unidecode
+ gtk-update-icon-cache xdg-utils shared-mime-info gtk+3"
+short_desc="Wine wrapper for Roblox"
+maintainer="wael <40663@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://brinkervii.gitlab.io/grapejuice/"
+distfiles="https://gitlab.com/brinkervii/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=70e4a0d279e134718124761f5f1d00b89d5275d67c69ed811beea21fc6bd212b
+
+pre_patch() {
+	vsed -i src/grapejuice_common/assets/desktop/roblox-app.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-player.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-studio.desktop \
+		-e 's|$STUDIO_ICON|grapejuice-roblox-studio|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+}
+
+post_install() {
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor
+	vmkdir usr/share/mime/packages/
+
+	vcopy src/grapejuice_common/assets/desktop/* usr/share/applications
+	vcopy src/grapejuice_common/assets/icons/hicolor/* usr/share/icons/hicolor
+	vcopy src/grapejuice_common/assets/mime_xml/x-grapejuice-roblox.xml usr/share/mime/packages
+
+	for lang in src/grapejuice_common/assets/po/*.po; do out=${lang##*/}; out=${out%.po}
+		vmkdir usr/share/locale/${out}/LC_MESSAGES
+		msgfmt $lang -o "${DESTDIR}"/usr/share/locale/${out}/LC_MESSAGES/${pkgname}.mo
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
  2022-06-10 13:47 ` [PR PATCH] [Updated] " wael444
  2022-06-10 13:49 ` wael444
@ 2022-06-10 13:59 ` wael444
  2022-06-10 14:03 ` wael444
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wael444 @ 2022-06-10 13:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages grapejuice
https://github.com/void-linux/void-packages/pull/37487

New package: grapejuice-5.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

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

From 3ca8ab11133cd7e8814c46e0a7f4868c7ace2d15 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Tue, 7 Jun 2022 14:36:56 +0300
Subject: [PATCH] New package: grapejuice-5.1.1

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

diff --git a/srcpkgs/grapejuice/template b/srcpkgs/grapejuice/template
new file mode 100644
index 000000000000..a285136a0a37
--- /dev/null
+++ b/srcpkgs/grapejuice/template
@@ -0,0 +1,41 @@
+# Template file for 'grapejuice'
+pkgname=grapejuice
+version=5.1.1
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-devel python3-pip python3-wheel
+ pkg-config cairo-devel gettext"
+depends="python3-setuptools python3-psutil python3-pip python3-gobject python3-packaging
+ python3-wheel python3-click python3-requests python3-Unidecode
+ gtk-update-icon-cache xdg-utils shared-mime-info gtk+3"
+short_desc="Wine wrapper for Roblox"
+maintainer="wael <40663@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://brinkervii.gitlab.io/grapejuice/"
+distfiles="https://gitlab.com/brinkervii/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=70e4a0d279e134718124761f5f1d00b89d5275d67c69ed811beea21fc6bd212b
+
+pre_patch() {
+	vsed -i src/grapejuice_common/assets/desktop/roblox-app.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-player.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-studio.desktop \
+		-e 's|$STUDIO_ICON|grapejuice-roblox-studio|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+}
+
+post_install() {
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor
+	vmkdir usr/share/mime/packages/
+
+	vcopy src/grapejuice_common/assets/desktop/* usr/share/applications
+	vcopy src/grapejuice_common/assets/icons/hicolor/* usr/share/icons/hicolor
+	vcopy src/grapejuice_common/assets/mime_xml/x-grapejuice-roblox.xml usr/share/mime/packages
+
+	for lang in src/grapejuice_common/assets/po/*.po; do out=${lang##*/}; out=${out%.po}
+		vmkdir usr/share/locale/${out}/LC_MESSAGES
+		msgfmt $lang -o "${DESTDIR}"/usr/share/locale/${out}/LC_MESSAGES/${pkgname}.mo
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
                   ` (2 preceding siblings ...)
  2022-06-10 13:59 ` wael444
@ 2022-06-10 14:03 ` wael444
  2022-06-10 14:34 ` Chocimier
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wael444 @ 2022-06-10 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages grapejuice
https://github.com/void-linux/void-packages/pull/37487

New package: grapejuice-5.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

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

From 5b364154dac35e26fe681b0bc5b160bc6c3c97d2 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Tue, 7 Jun 2022 14:36:56 +0300
Subject: [PATCH] New package: grapejuice-5.1.1

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

diff --git a/srcpkgs/grapejuice/template b/srcpkgs/grapejuice/template
new file mode 100644
index 000000000000..a4eaeeacbc41
--- /dev/null
+++ b/srcpkgs/grapejuice/template
@@ -0,0 +1,41 @@
+# Template file for 'grapejuice'
+pkgname=grapejuice
+version=5.1.1
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-devel python3-pip python3-wheel
+ gobject-introspection pkg-config cairo-devel gettext"
+depends="python3-setuptools python3-psutil python3-pip python3-gobject python3-packaging
+ python3-wheel python3-click python3-requests python3-Unidecode
+ gtk-update-icon-cache xdg-utils shared-mime-info gtk+3"
+short_desc="Wine wrapper for Roblox"
+maintainer="wael <40663@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://brinkervii.gitlab.io/grapejuice/"
+distfiles="https://gitlab.com/brinkervii/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=70e4a0d279e134718124761f5f1d00b89d5275d67c69ed811beea21fc6bd212b
+
+pre_patch() {
+	vsed -i src/grapejuice_common/assets/desktop/roblox-app.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-player.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-studio.desktop \
+		-e 's|$STUDIO_ICON|grapejuice-roblox-studio|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+}
+
+post_install() {
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor
+	vmkdir usr/share/mime/packages/
+
+	vcopy src/grapejuice_common/assets/desktop/* usr/share/applications
+	vcopy src/grapejuice_common/assets/icons/hicolor/* usr/share/icons/hicolor
+	vcopy src/grapejuice_common/assets/mime_xml/x-grapejuice-roblox.xml usr/share/mime/packages
+
+	for lang in src/grapejuice_common/assets/po/*.po; do out=${lang##*/}; out=${out%.po}
+		vmkdir usr/share/locale/${out}/LC_MESSAGES
+		msgfmt $lang -o "${DESTDIR}"/usr/share/locale/${out}/LC_MESSAGES/${pkgname}.mo
+	done
+}

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

* Re: New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
                   ` (3 preceding siblings ...)
  2022-06-10 14:03 ` wael444
@ 2022-06-10 14:34 ` Chocimier
  2022-06-10 22:00 ` 0x5c
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2022-06-10 14:34 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37487#issuecomment-1152428238

Comment:
Previous PR for context: #34998

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

* Re: New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
                   ` (4 preceding siblings ...)
  2022-06-10 14:34 ` Chocimier
@ 2022-06-10 22:00 ` 0x5c
  2022-06-14 16:04 ` [PR PATCH] [Updated] " wael444
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: 0x5c @ 2022-06-10 22:00 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/37487#issuecomment-1152765794

Comment:
> (if this argument still applies why is PolyMC a package?)

For context, PolyMC is a launcher for Minecraft. As a launcher, it deals with many things that are necessary for the game to start, like authentication. **It is impossible to legally play Minecraft without a launcher**, and PolyMC is the only launcher than can be packaged. It also does not require any special dependencies.

I have no opinion on the PR itself.

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

* Re: [PR PATCH] [Updated] New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
                   ` (5 preceding siblings ...)
  2022-06-10 22:00 ` 0x5c
@ 2022-06-14 16:04 ` wael444
  2022-06-18 12:49 ` wael444
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wael444 @ 2022-06-14 16:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages grapejuice
https://github.com/void-linux/void-packages/pull/37487

New package: grapejuice-5.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

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

From 611a28032d89c387c082723053fed3290edccb46 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Tue, 7 Jun 2022 14:36:56 +0300
Subject: [PATCH] New package: grapejuice-5.1.1

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

diff --git a/srcpkgs/grapejuice/template b/srcpkgs/grapejuice/template
new file mode 100644
index 000000000000..a4eaeeacbc41
--- /dev/null
+++ b/srcpkgs/grapejuice/template
@@ -0,0 +1,41 @@
+# Template file for 'grapejuice'
+pkgname=grapejuice
+version=5.1.1
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-devel python3-pip python3-wheel
+ gobject-introspection pkg-config cairo-devel gettext"
+depends="python3-setuptools python3-psutil python3-pip python3-gobject python3-packaging
+ python3-wheel python3-click python3-requests python3-Unidecode
+ gtk-update-icon-cache xdg-utils shared-mime-info gtk+3"
+short_desc="Wine wrapper for Roblox"
+maintainer="wael <40663@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://brinkervii.gitlab.io/grapejuice/"
+distfiles="https://gitlab.com/brinkervii/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=70e4a0d279e134718124761f5f1d00b89d5275d67c69ed811beea21fc6bd212b
+
+pre_patch() {
+	vsed -i src/grapejuice_common/assets/desktop/roblox-app.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-player.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-studio.desktop \
+		-e 's|$STUDIO_ICON|grapejuice-roblox-studio|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+}
+
+post_install() {
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor
+	vmkdir usr/share/mime/packages/
+
+	vcopy src/grapejuice_common/assets/desktop/* usr/share/applications
+	vcopy src/grapejuice_common/assets/icons/hicolor/* usr/share/icons/hicolor
+	vcopy src/grapejuice_common/assets/mime_xml/x-grapejuice-roblox.xml usr/share/mime/packages
+
+	for lang in src/grapejuice_common/assets/po/*.po; do out=${lang##*/}; out=${out%.po}
+		vmkdir usr/share/locale/${out}/LC_MESSAGES
+		msgfmt $lang -o "${DESTDIR}"/usr/share/locale/${out}/LC_MESSAGES/${pkgname}.mo
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
                   ` (6 preceding siblings ...)
  2022-06-14 16:04 ` [PR PATCH] [Updated] " wael444
@ 2022-06-18 12:49 ` wael444
  2022-06-25  3:06 ` wael444
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: wael444 @ 2022-06-18 12:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages grapejuice
https://github.com/void-linux/void-packages/pull/37487

New package: grapejuice-5.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

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

From 50c4595d62cf07dca926975ce31f5bc9ab0322d9 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Tue, 7 Jun 2022 14:36:56 +0300
Subject: [PATCH] New package: grapejuice-5.1.1

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

diff --git a/srcpkgs/grapejuice/template b/srcpkgs/grapejuice/template
new file mode 100644
index 000000000000..a4eaeeacbc41
--- /dev/null
+++ b/srcpkgs/grapejuice/template
@@ -0,0 +1,41 @@
+# Template file for 'grapejuice'
+pkgname=grapejuice
+version=5.1.1
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-devel python3-pip python3-wheel
+ gobject-introspection pkg-config cairo-devel gettext"
+depends="python3-setuptools python3-psutil python3-pip python3-gobject python3-packaging
+ python3-wheel python3-click python3-requests python3-Unidecode
+ gtk-update-icon-cache xdg-utils shared-mime-info gtk+3"
+short_desc="Wine wrapper for Roblox"
+maintainer="wael <40663@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://brinkervii.gitlab.io/grapejuice/"
+distfiles="https://gitlab.com/brinkervii/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=70e4a0d279e134718124761f5f1d00b89d5275d67c69ed811beea21fc6bd212b
+
+pre_patch() {
+	vsed -i src/grapejuice_common/assets/desktop/roblox-app.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-player.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-studio.desktop \
+		-e 's|$STUDIO_ICON|grapejuice-roblox-studio|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+}
+
+post_install() {
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor
+	vmkdir usr/share/mime/packages/
+
+	vcopy src/grapejuice_common/assets/desktop/* usr/share/applications
+	vcopy src/grapejuice_common/assets/icons/hicolor/* usr/share/icons/hicolor
+	vcopy src/grapejuice_common/assets/mime_xml/x-grapejuice-roblox.xml usr/share/mime/packages
+
+	for lang in src/grapejuice_common/assets/po/*.po; do out=${lang##*/}; out=${out%.po}
+		vmkdir usr/share/locale/${out}/LC_MESSAGES
+		msgfmt $lang -o "${DESTDIR}"/usr/share/locale/${out}/LC_MESSAGES/${pkgname}.mo
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
                   ` (7 preceding siblings ...)
  2022-06-18 12:49 ` wael444
@ 2022-06-25  3:06 ` wael444
  2022-07-12  8:50 ` wael444
  2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444
  10 siblings, 0 replies; 12+ messages in thread
From: wael444 @ 2022-06-25  3:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages grapejuice
https://github.com/void-linux/void-packages/pull/37487

New package: grapejuice-5.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

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

From 58b1fdbf0694ab04b77eb0b547ea4d93bc80da3f Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Tue, 7 Jun 2022 14:36:56 +0300
Subject: [PATCH] New package: grapejuice-5.1.1

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

diff --git a/srcpkgs/grapejuice/template b/srcpkgs/grapejuice/template
new file mode 100644
index 000000000000..a4eaeeacbc41
--- /dev/null
+++ b/srcpkgs/grapejuice/template
@@ -0,0 +1,41 @@
+# Template file for 'grapejuice'
+pkgname=grapejuice
+version=5.1.1
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-devel python3-pip python3-wheel
+ gobject-introspection pkg-config cairo-devel gettext"
+depends="python3-setuptools python3-psutil python3-pip python3-gobject python3-packaging
+ python3-wheel python3-click python3-requests python3-Unidecode
+ gtk-update-icon-cache xdg-utils shared-mime-info gtk+3"
+short_desc="Wine wrapper for Roblox"
+maintainer="wael <40663@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://brinkervii.gitlab.io/grapejuice/"
+distfiles="https://gitlab.com/brinkervii/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=70e4a0d279e134718124761f5f1d00b89d5275d67c69ed811beea21fc6bd212b
+
+pre_patch() {
+	vsed -i src/grapejuice_common/assets/desktop/roblox-app.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-player.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-studio.desktop \
+		-e 's|$STUDIO_ICON|grapejuice-roblox-studio|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+}
+
+post_install() {
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor
+	vmkdir usr/share/mime/packages/
+
+	vcopy src/grapejuice_common/assets/desktop/* usr/share/applications
+	vcopy src/grapejuice_common/assets/icons/hicolor/* usr/share/icons/hicolor
+	vcopy src/grapejuice_common/assets/mime_xml/x-grapejuice-roblox.xml usr/share/mime/packages
+
+	for lang in src/grapejuice_common/assets/po/*.po; do out=${lang##*/}; out=${out%.po}
+		vmkdir usr/share/locale/${out}/LC_MESSAGES
+		msgfmt $lang -o "${DESTDIR}"/usr/share/locale/${out}/LC_MESSAGES/${pkgname}.mo
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
                   ` (8 preceding siblings ...)
  2022-06-25  3:06 ` wael444
@ 2022-07-12  8:50 ` wael444
  2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444
  10 siblings, 0 replies; 12+ messages in thread
From: wael444 @ 2022-07-12  8:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages grapejuice
https://github.com/void-linux/void-packages/pull/37487

New package: grapejuice-5.1.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

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

From 9d9a5dc8e2e577d6e5bcf863b064b7049cbd3ac8 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Tue, 7 Jun 2022 14:36:56 +0300
Subject: [PATCH] New package: grapejuice-5.1.1

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

diff --git a/srcpkgs/grapejuice/template b/srcpkgs/grapejuice/template
new file mode 100644
index 000000000000..a4eaeeacbc41
--- /dev/null
+++ b/srcpkgs/grapejuice/template
@@ -0,0 +1,41 @@
+# Template file for 'grapejuice'
+pkgname=grapejuice
+version=5.1.1
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-devel python3-pip python3-wheel
+ gobject-introspection pkg-config cairo-devel gettext"
+depends="python3-setuptools python3-psutil python3-pip python3-gobject python3-packaging
+ python3-wheel python3-click python3-requests python3-Unidecode
+ gtk-update-icon-cache xdg-utils shared-mime-info gtk+3"
+short_desc="Wine wrapper for Roblox"
+maintainer="wael <40663@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://brinkervii.gitlab.io/grapejuice/"
+distfiles="https://gitlab.com/brinkervii/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=70e4a0d279e134718124761f5f1d00b89d5275d67c69ed811beea21fc6bd212b
+
+pre_patch() {
+	vsed -i src/grapejuice_common/assets/desktop/roblox-app.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-player.desktop \
+		-e 's|$PLAYER_ICON|grapejuice-roblox-player|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+	vsed -i src/grapejuice_common/assets/desktop/roblox-studio.desktop \
+		-e 's|$STUDIO_ICON|grapejuice-roblox-studio|g' -e 's|$GRAPEJUICE_EXECUTABLE|/usr/bin/grapejuice|g'
+}
+
+post_install() {
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor
+	vmkdir usr/share/mime/packages/
+
+	vcopy src/grapejuice_common/assets/desktop/* usr/share/applications
+	vcopy src/grapejuice_common/assets/icons/hicolor/* usr/share/icons/hicolor
+	vcopy src/grapejuice_common/assets/mime_xml/x-grapejuice-roblox.xml usr/share/mime/packages
+
+	for lang in src/grapejuice_common/assets/po/*.po; do out=${lang##*/}; out=${out%.po}
+		vmkdir usr/share/locale/${out}/LC_MESSAGES
+		msgfmt $lang -o "${DESTDIR}"/usr/share/locale/${out}/LC_MESSAGES/${pkgname}.mo
+	done
+}

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

* Re: [PR PATCH] [Closed]: New package: grapejuice-5.1.1
  2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
                   ` (9 preceding siblings ...)
  2022-07-12  8:50 ` wael444
@ 2022-10-01  9:29 ` wael444
  10 siblings, 0 replies; 12+ messages in thread
From: wael444 @ 2022-10-01  9:29 UTC (permalink / raw)
  To: ml

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

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

New package: grapejuice-5.1.1
https://github.com/void-linux/void-packages/pull/37487

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

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

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

As per @Chocimier 's comment:
+ Grapejuice merely a wrapper of a game, Roblox. (if this argument still applies why is PolyMC a package?)
+ Wine now supports Roblox. no need to compile it no more.

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

end of thread, other threads:[~2022-10-01  9:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 13:41 [PR PATCH] New package: grapejuice-5.1.1 wael444
2022-06-10 13:47 ` [PR PATCH] [Updated] " wael444
2022-06-10 13:49 ` wael444
2022-06-10 13:59 ` wael444
2022-06-10 14:03 ` wael444
2022-06-10 14:34 ` Chocimier
2022-06-10 22:00 ` 0x5c
2022-06-14 16:04 ` [PR PATCH] [Updated] " wael444
2022-06-18 12:49 ` wael444
2022-06-25  3:06 ` wael444
2022-07-12  8:50 ` wael444
2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444

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