Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: winegui-2.3.6
@ 2024-02-11 19:27 melroy89
  2024-02-11 19:29 ` [PR PATCH] [Updated] " melroy89
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: melroy89 @ 2024-02-11 19:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/melroy89/void-packages add_winegui
https://github.com/void-linux/void-packages/pull/48658

New package: winegui-2.3.6
Introducing WineGUI package. At last, a user-friendly Wine graphical interface. Follow up of: https://github.com/void-linux/void-packages/pull/48642 (I don't know why you closed it already, but OK. I hope you give others a bit more time).

I'm the developer of [WineGUI](https://gitlab.melroy.org/melroy/winegui).

#### 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**

I added a `README.voidlinux`, just like the Steam package. However, I hope there will be a **better solution** in the neat future. 

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

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

From fcc4846151bdb1c5258460f5865ca92c1759a737 Mon Sep 17 00:00:00 2001
From: Melroy van den Berg <melroy@melroy.org>
Date: Sun, 11 Feb 2024 20:17:43 +0100
Subject: [PATCH] New package: winegui-2.3.6

---
 srcpkgs/winegui/files/README.voidlinux | 36 ++++++++++++++++++++++++++
 srcpkgs/winegui/template               | 20 ++++++++++++++
 2 files changed, 56 insertions(+)
 create mode 100644 srcpkgs/winegui/files/README.voidlinux
 create mode 100644 srcpkgs/winegui/template

diff --git a/srcpkgs/winegui/files/README.voidlinux b/srcpkgs/winegui/files/README.voidlinux
new file mode 100644
index 0000000000000..4e42a25e6c263
--- /dev/null
+++ b/srcpkgs/winegui/files/README.voidlinux
@@ -0,0 +1,36 @@
+WineGUI on i686 should work without needing to install any extra packages.
+
+WineGUI on x86_64 requires support for Wine in 32bits mode and OpenGL/Vulkan in 32bits mode,
+the 32bit packages are available in the multilib repository.
+
+Install the multilib repository to your system:
+
+	# xbps-install -S void-repo-multilib{,-nonfree}
+
+Generic (for all systems):
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit
+
+For users of the open source drivers (eg. AMD):
+
+	# xbps-install -S mesa-dri-32bit
+
+For users of the proprietary NVIDIA driver, install the appropriate 32-bit
+libraries for the version of nvidia you have installed:
+
+	# xbps-install -S nvidia-libs-32bit (for the latest nvidia package)
+	# xbps-install -S nvidia470-libs-32bit (for the latest previous package)
+	# xbps-install -S nvidia390-libs-32bit (for the legacy previous package)
+
+For mesa users this would result in:
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
+
+The dbus service must be enabled, and the mono package will need to be
+installed for some apps/games to function.
+
+If games are running slowly or not at all, or there are issues with network
+streaming, verify that your user belongs to the video group.
+
+If your audio is not working, try installing pulseaudio,
+alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.
diff --git a/srcpkgs/winegui/template b/srcpkgs/winegui/template
new file mode 100644
index 0000000000000..5c88cac6d08cc
--- /dev/null
+++ b/srcpkgs/winegui/template
@@ -0,0 +1,20 @@
+# Template file for 'winegui'
+pkgname=winegui
+version=2.3.6
+revision=1
+archs="i686* x86_64*"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel"
+depends="wine wget unzip p7zip cabextract zenity"
+short_desc="User-friendly WINE manager"
+maintainer="Melroy van den Berg <melroy@melroy.org>"
+license="AGPL-3.0-only"
+homepage="https://gitlab.melroy.org/melroy/winegui"
+distfiles="https://winegui.melroy.org/download/WineGUI-Source-v${version}.tar.gz"
+checksum=b7d90425ab421d6fbdae02640722328f335da792752ac9a33fe40d5927b27ded
+
+post_install() {
+	vlicense LICENSE
+	vdoc "${FILESDIR}/README.voidlinux"
+}

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

* Re: [PR PATCH] [Updated] New package: winegui-2.3.6
  2024-02-11 19:27 [PR PATCH] New package: winegui-2.3.6 melroy89
@ 2024-02-11 19:29 ` melroy89
  2024-02-11 20:13 ` melroy89
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: melroy89 @ 2024-02-11 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/melroy89/void-packages add_winegui
https://github.com/void-linux/void-packages/pull/48658

New package: winegui-2.3.6
Introducing WineGUI package. At last, a user-friendly Wine graphical interface. Follow up of: https://github.com/void-linux/void-packages/pull/48642 (I don't know why you closed it already, but OK. I hope you give others a bit more time).

I'm the developer of [WineGUI](https://gitlab.melroy.org/melroy/winegui).

#### 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**

I added a `README.voidlinux`, just like the Steam package. However, I hope there will be a **better solution** in the neat future. 

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

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

From e555a9c2ccf020725e41308b61350e82661bc567 Mon Sep 17 00:00:00 2001
From: Melroy van den Berg <melroy@melroy.org>
Date: Sun, 11 Feb 2024 20:29:42 +0100
Subject: [PATCH] New package: winegui-2.3.6

---
 srcpkgs/winegui/files/README.voidlinux | 36 ++++++++++++++++++++++++++
 srcpkgs/winegui/template               | 20 ++++++++++++++
 2 files changed, 56 insertions(+)
 create mode 100644 srcpkgs/winegui/files/README.voidlinux
 create mode 100644 srcpkgs/winegui/template

diff --git a/srcpkgs/winegui/files/README.voidlinux b/srcpkgs/winegui/files/README.voidlinux
new file mode 100644
index 0000000000000..4e42a25e6c263
--- /dev/null
+++ b/srcpkgs/winegui/files/README.voidlinux
@@ -0,0 +1,36 @@
+WineGUI on i686 should work without needing to install any extra packages.
+
+WineGUI on x86_64 requires support for Wine in 32bits mode and OpenGL/Vulkan in 32bits mode,
+the 32bit packages are available in the multilib repository.
+
+Install the multilib repository to your system:
+
+	# xbps-install -S void-repo-multilib{,-nonfree}
+
+Generic (for all systems):
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit
+
+For users of the open source drivers (eg. AMD):
+
+	# xbps-install -S mesa-dri-32bit
+
+For users of the proprietary NVIDIA driver, install the appropriate 32-bit
+libraries for the version of nvidia you have installed:
+
+	# xbps-install -S nvidia-libs-32bit (for the latest nvidia package)
+	# xbps-install -S nvidia470-libs-32bit (for the latest previous package)
+	# xbps-install -S nvidia390-libs-32bit (for the legacy previous package)
+
+For mesa users this would result in:
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
+
+The dbus service must be enabled, and the mono package will need to be
+installed for some apps/games to function.
+
+If games are running slowly or not at all, or there are issues with network
+streaming, verify that your user belongs to the video group.
+
+If your audio is not working, try installing pulseaudio,
+alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.
diff --git a/srcpkgs/winegui/template b/srcpkgs/winegui/template
new file mode 100644
index 0000000000000..5b8390728fbef
--- /dev/null
+++ b/srcpkgs/winegui/template
@@ -0,0 +1,20 @@
+# Template file for 'winegui'
+pkgname=winegui
+version=2.3.6
+revision=1
+archs="i686* x86_64*"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel"
+depends="wine wget unzip p7zip cabextract zenity"
+short_desc="User-friendly WINE manager"
+maintainer="Melroy van den Berg <melroy@melroy.org>"
+license="AGPL-3.0-only"
+homepage="https://gitlab.melroy.org/melroy/winegui"
+distfiles="https://winegui.melroy.org/downloads/WineGUI-Source-v${version}.tar.gz"
+checksum=b7d90425ab421d6fbdae02640722328f335da792752ac9a33fe40d5927b27ded
+
+post_install() {
+	vlicense LICENSE
+	vdoc "${FILESDIR}/README.voidlinux"
+}

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

* Re: [PR PATCH] [Updated] New package: winegui-2.3.6
  2024-02-11 19:27 [PR PATCH] New package: winegui-2.3.6 melroy89
  2024-02-11 19:29 ` [PR PATCH] [Updated] " melroy89
@ 2024-02-11 20:13 ` melroy89
  2024-02-13  0:50 ` [PR PATCH] [Updated] New package: winegui-2.4.0 melroy89
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: melroy89 @ 2024-02-11 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/melroy89/void-packages add_winegui
https://github.com/void-linux/void-packages/pull/48658

New package: winegui-2.3.6
Introducing WineGUI package. At last, a user-friendly Wine graphical interface. Follow up of: https://github.com/void-linux/void-packages/pull/48642 (I don't know why you closed it already, but OK. I hope you give others a bit more time).

I'm the developer of [WineGUI](https://gitlab.melroy.org/melroy/winegui).

#### 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**

I added a `README.voidlinux`, just like the Steam package. However, I hope there will be a **better solution** in the neat future. 

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

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

From 787b83dbc0a25b0aaeb89c94e04f50e39bcfaf37 Mon Sep 17 00:00:00 2001
From: Melroy van den Berg <melroy@melroy.org>
Date: Sun, 11 Feb 2024 21:14:06 +0100
Subject: [PATCH] New package: winegui-2.3.6

---
 srcpkgs/winegui/files/README.voidlinux | 36 ++++++++++++++++++++++++++
 srcpkgs/winegui/template               | 20 ++++++++++++++
 2 files changed, 56 insertions(+)
 create mode 100644 srcpkgs/winegui/files/README.voidlinux
 create mode 100644 srcpkgs/winegui/template

diff --git a/srcpkgs/winegui/files/README.voidlinux b/srcpkgs/winegui/files/README.voidlinux
new file mode 100644
index 0000000000000..4e42a25e6c263
--- /dev/null
+++ b/srcpkgs/winegui/files/README.voidlinux
@@ -0,0 +1,36 @@
+WineGUI on i686 should work without needing to install any extra packages.
+
+WineGUI on x86_64 requires support for Wine in 32bits mode and OpenGL/Vulkan in 32bits mode,
+the 32bit packages are available in the multilib repository.
+
+Install the multilib repository to your system:
+
+	# xbps-install -S void-repo-multilib{,-nonfree}
+
+Generic (for all systems):
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit
+
+For users of the open source drivers (eg. AMD):
+
+	# xbps-install -S mesa-dri-32bit
+
+For users of the proprietary NVIDIA driver, install the appropriate 32-bit
+libraries for the version of nvidia you have installed:
+
+	# xbps-install -S nvidia-libs-32bit (for the latest nvidia package)
+	# xbps-install -S nvidia470-libs-32bit (for the latest previous package)
+	# xbps-install -S nvidia390-libs-32bit (for the legacy previous package)
+
+For mesa users this would result in:
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
+
+The dbus service must be enabled, and the mono package will need to be
+installed for some apps/games to function.
+
+If games are running slowly or not at all, or there are issues with network
+streaming, verify that your user belongs to the video group.
+
+If your audio is not working, try installing pulseaudio,
+alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.
diff --git a/srcpkgs/winegui/template b/srcpkgs/winegui/template
new file mode 100644
index 0000000000000..e00bf47267173
--- /dev/null
+++ b/srcpkgs/winegui/template
@@ -0,0 +1,20 @@
+# Template file for 'winegui'
+pkgname=winegui
+version=2.3.6
+revision=1
+archs="i686* x86_64*"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel"
+depends="wine wget unzip p7zip cabextract zenity"
+short_desc="User-friendly WINE manager"
+maintainer="Melroy van den Berg <melroy@melroy.org>"
+license="AGPL-3.0-only"
+homepage="https://gitlab.melroy.org/melroy/winegui"
+distfiles="https://winegui.melroy.org/downloads/WineGUI-Source-v${version}.tar.gz"
+checksum=30bd1557369156ef0d2ce85dce7f313e192aea16c3c7f654c58e775ca637b493
+
+post_install() {
+	vlicense LICENSE
+	vdoc "${FILESDIR}/README.voidlinux"
+}

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

* Re: [PR PATCH] [Updated] New package: winegui-2.4.0
  2024-02-11 19:27 [PR PATCH] New package: winegui-2.3.6 melroy89
  2024-02-11 19:29 ` [PR PATCH] [Updated] " melroy89
  2024-02-11 20:13 ` melroy89
@ 2024-02-13  0:50 ` melroy89
  2024-02-13 15:40 ` melroy89
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: melroy89 @ 2024-02-13  0:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/melroy89/void-packages add_winegui
https://github.com/void-linux/void-packages/pull/48658

New package: winegui-2.4.0
Introducing WineGUI package. At last, a user-friendly Wine graphical interface. Follow up of: https://github.com/void-linux/void-packages/pull/48642 (I don't know why you closed it already, but OK. I hope you give others a bit more time).

I'm the developer of [WineGUI](https://gitlab.melroy.org/melroy/winegui).

#### 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**

I added a `README.voidlinux`, just like the Steam package. However, I hope there will be a **better solution** in the neat future. 

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

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

From 5fa9c6a0d8a4dac1b5f9f4ce2f6dbd9d0387f5ae Mon Sep 17 00:00:00 2001
From: Melroy van den Berg <melroy@melroy.org>
Date: Tue, 13 Feb 2024 01:51:05 +0100
Subject: [PATCH] New package: winegui-2.4.0

---
 srcpkgs/winegui/files/README.voidlinux | 36 ++++++++++++++++++++++++++
 srcpkgs/winegui/template               | 20 ++++++++++++++
 2 files changed, 56 insertions(+)
 create mode 100644 srcpkgs/winegui/files/README.voidlinux
 create mode 100644 srcpkgs/winegui/template

diff --git a/srcpkgs/winegui/files/README.voidlinux b/srcpkgs/winegui/files/README.voidlinux
new file mode 100644
index 0000000000000..4e42a25e6c263
--- /dev/null
+++ b/srcpkgs/winegui/files/README.voidlinux
@@ -0,0 +1,36 @@
+WineGUI on i686 should work without needing to install any extra packages.
+
+WineGUI on x86_64 requires support for Wine in 32bits mode and OpenGL/Vulkan in 32bits mode,
+the 32bit packages are available in the multilib repository.
+
+Install the multilib repository to your system:
+
+	# xbps-install -S void-repo-multilib{,-nonfree}
+
+Generic (for all systems):
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit
+
+For users of the open source drivers (eg. AMD):
+
+	# xbps-install -S mesa-dri-32bit
+
+For users of the proprietary NVIDIA driver, install the appropriate 32-bit
+libraries for the version of nvidia you have installed:
+
+	# xbps-install -S nvidia-libs-32bit (for the latest nvidia package)
+	# xbps-install -S nvidia470-libs-32bit (for the latest previous package)
+	# xbps-install -S nvidia390-libs-32bit (for the legacy previous package)
+
+For mesa users this would result in:
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
+
+The dbus service must be enabled, and the mono package will need to be
+installed for some apps/games to function.
+
+If games are running slowly or not at all, or there are issues with network
+streaming, verify that your user belongs to the video group.
+
+If your audio is not working, try installing pulseaudio,
+alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.
diff --git a/srcpkgs/winegui/template b/srcpkgs/winegui/template
new file mode 100644
index 0000000000000..6a1981865f038
--- /dev/null
+++ b/srcpkgs/winegui/template
@@ -0,0 +1,20 @@
+# Template file for 'winegui'
+pkgname=winegui
+version=2.4.0
+revision=1
+archs="i686* x86_64*"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel"
+depends="wine wget unzip p7zip cabextract zenity"
+short_desc="User-friendly WINE manager"
+maintainer="Melroy van den Berg <melroy@melroy.org>"
+license="AGPL-3.0-only"
+homepage="https://gitlab.melroy.org/melroy/winegui"
+distfiles="https://winegui.melroy.org/downloads/WineGUI-Source-v${version}.tar.gz"
+checksum=c31572c98237dd94a780b808eae41ec10de9f8680aff177b0ff123d203f237a9
+
+post_install() {
+	vlicense LICENSE
+	vdoc "${FILESDIR}/README.voidlinux"
+}

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

* Re: [PR PATCH] [Updated] New package: winegui-2.4.0
  2024-02-11 19:27 [PR PATCH] New package: winegui-2.3.6 melroy89
                   ` (2 preceding siblings ...)
  2024-02-13  0:50 ` [PR PATCH] [Updated] New package: winegui-2.4.0 melroy89
@ 2024-02-13 15:40 ` melroy89
  2024-02-19 22:13 ` New package: winegui-2.4.1 melroy89
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: melroy89 @ 2024-02-13 15:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/melroy89/void-packages add_winegui
https://github.com/void-linux/void-packages/pull/48658

New package: winegui-2.4.0
Introducing WineGUI package. At last, a user-friendly Wine graphical interface. Follow up of: https://github.com/void-linux/void-packages/pull/48642 (I don't know why you closed it already, but OK. I hope you give others a bit more time).

I'm the developer of [WineGUI](https://gitlab.melroy.org/melroy/winegui).

#### 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**

I added a `README.voidlinux`, just like the Steam package. However, I hope there will be a **better solution** in the neat future. 

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

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

From 109ad62caac5242f9b49c075fa4e6216c385f19b Mon Sep 17 00:00:00 2001
From: Melroy van den Berg <melroy@melroy.org>
Date: Tue, 13 Feb 2024 16:41:06 +0100
Subject: [PATCH] New package: winegui-2.4.1

---
 srcpkgs/winegui/files/README.voidlinux | 36 ++++++++++++++++++++++++++
 srcpkgs/winegui/template               | 20 ++++++++++++++
 2 files changed, 56 insertions(+)
 create mode 100644 srcpkgs/winegui/files/README.voidlinux
 create mode 100644 srcpkgs/winegui/template

diff --git a/srcpkgs/winegui/files/README.voidlinux b/srcpkgs/winegui/files/README.voidlinux
new file mode 100644
index 0000000000000..4e42a25e6c263
--- /dev/null
+++ b/srcpkgs/winegui/files/README.voidlinux
@@ -0,0 +1,36 @@
+WineGUI on i686 should work without needing to install any extra packages.
+
+WineGUI on x86_64 requires support for Wine in 32bits mode and OpenGL/Vulkan in 32bits mode,
+the 32bit packages are available in the multilib repository.
+
+Install the multilib repository to your system:
+
+	# xbps-install -S void-repo-multilib{,-nonfree}
+
+Generic (for all systems):
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit
+
+For users of the open source drivers (eg. AMD):
+
+	# xbps-install -S mesa-dri-32bit
+
+For users of the proprietary NVIDIA driver, install the appropriate 32-bit
+libraries for the version of nvidia you have installed:
+
+	# xbps-install -S nvidia-libs-32bit (for the latest nvidia package)
+	# xbps-install -S nvidia470-libs-32bit (for the latest previous package)
+	# xbps-install -S nvidia390-libs-32bit (for the legacy previous package)
+
+For mesa users this would result in:
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
+
+The dbus service must be enabled, and the mono package will need to be
+installed for some apps/games to function.
+
+If games are running slowly or not at all, or there are issues with network
+streaming, verify that your user belongs to the video group.
+
+If your audio is not working, try installing pulseaudio,
+alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.
diff --git a/srcpkgs/winegui/template b/srcpkgs/winegui/template
new file mode 100644
index 0000000000000..d0678dbd9d2fd
--- /dev/null
+++ b/srcpkgs/winegui/template
@@ -0,0 +1,20 @@
+# Template file for 'winegui'
+pkgname=winegui
+version=2.4.1
+revision=1
+archs="i686* x86_64*"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel"
+depends="wine wget unzip p7zip cabextract zenity"
+short_desc="User-friendly WINE manager"
+maintainer="Melroy van den Berg <melroy@melroy.org>"
+license="AGPL-3.0-only"
+homepage="https://gitlab.melroy.org/melroy/winegui"
+distfiles="https://winegui.melroy.org/downloads/WineGUI-Source-v${version}.tar.gz"
+checksum=7d20499943978eeeb9253f474b4cc31e26d05df399880e883b798a9e1b1099f6
+
+post_install() {
+	vlicense LICENSE
+	vdoc "${FILESDIR}/README.voidlinux"
+}

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

* Re: New package: winegui-2.4.1
  2024-02-11 19:27 [PR PATCH] New package: winegui-2.3.6 melroy89
                   ` (3 preceding siblings ...)
  2024-02-13 15:40 ` melroy89
@ 2024-02-19 22:13 ` melroy89
  2024-02-21  1:59 ` [PR PATCH] [Updated] " melroy89
  2024-03-04 22:22 ` New package: winegui-2.4.2 melroy89
  6 siblings, 0 replies; 8+ messages in thread
From: melroy89 @ 2024-02-19 22:13 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/48658#issuecomment-1953218032

Comment:
It's also in AUR already: https://aur.archlinux.org/packages/winegui

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

* Re: [PR PATCH] [Updated] New package: winegui-2.4.1
  2024-02-11 19:27 [PR PATCH] New package: winegui-2.3.6 melroy89
                   ` (4 preceding siblings ...)
  2024-02-19 22:13 ` New package: winegui-2.4.1 melroy89
@ 2024-02-21  1:59 ` melroy89
  2024-03-04 22:22 ` New package: winegui-2.4.2 melroy89
  6 siblings, 0 replies; 8+ messages in thread
From: melroy89 @ 2024-02-21  1:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/melroy89/void-packages add_winegui
https://github.com/void-linux/void-packages/pull/48658

New package: winegui-2.4.1
Introducing WineGUI package. At last, a user-friendly Wine graphical interface. Follow up of: https://github.com/void-linux/void-packages/pull/48642 (I don't know why you closed it already, but OK. I hope you give others a bit more time).

I'm the developer of [WineGUI](https://gitlab.melroy.org/melroy/winegui).

#### 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**

I added a `README.voidlinux`, just like the Steam package. However, I hope there will be a **better solution** in the neat future. 

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

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

From f92c9b80b2c35b20f4e09d767792869edc55ba0c Mon Sep 17 00:00:00 2001
From: Melroy van den Berg <melroy@melroy.org>
Date: Wed, 21 Feb 2024 02:59:59 +0100
Subject: [PATCH] New package: winegui-2.4.2

---
 srcpkgs/winegui/files/README.voidlinux | 36 ++++++++++++++++++++++++++
 srcpkgs/winegui/template               | 20 ++++++++++++++
 2 files changed, 56 insertions(+)
 create mode 100644 srcpkgs/winegui/files/README.voidlinux
 create mode 100644 srcpkgs/winegui/template

diff --git a/srcpkgs/winegui/files/README.voidlinux b/srcpkgs/winegui/files/README.voidlinux
new file mode 100644
index 00000000000000..4e42a25e6c2630
--- /dev/null
+++ b/srcpkgs/winegui/files/README.voidlinux
@@ -0,0 +1,36 @@
+WineGUI on i686 should work without needing to install any extra packages.
+
+WineGUI on x86_64 requires support for Wine in 32bits mode and OpenGL/Vulkan in 32bits mode,
+the 32bit packages are available in the multilib repository.
+
+Install the multilib repository to your system:
+
+	# xbps-install -S void-repo-multilib{,-nonfree}
+
+Generic (for all systems):
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit
+
+For users of the open source drivers (eg. AMD):
+
+	# xbps-install -S mesa-dri-32bit
+
+For users of the proprietary NVIDIA driver, install the appropriate 32-bit
+libraries for the version of nvidia you have installed:
+
+	# xbps-install -S nvidia-libs-32bit (for the latest nvidia package)
+	# xbps-install -S nvidia470-libs-32bit (for the latest previous package)
+	# xbps-install -S nvidia390-libs-32bit (for the legacy previous package)
+
+For mesa users this would result in:
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
+
+The dbus service must be enabled, and the mono package will need to be
+installed for some apps/games to function.
+
+If games are running slowly or not at all, or there are issues with network
+streaming, verify that your user belongs to the video group.
+
+If your audio is not working, try installing pulseaudio,
+alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.
diff --git a/srcpkgs/winegui/template b/srcpkgs/winegui/template
new file mode 100644
index 00000000000000..e834174dd809af
--- /dev/null
+++ b/srcpkgs/winegui/template
@@ -0,0 +1,20 @@
+# Template file for 'winegui'
+pkgname=winegui
+version=2.4.2
+revision=1
+archs="i686* x86_64*"
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="gtkmm-devel"
+depends="wine wget unzip p7zip cabextract zenity"
+short_desc="User-friendly WINE manager"
+maintainer="Melroy van den Berg <melroy@melroy.org>"
+license="AGPL-3.0-only"
+homepage="https://gitlab.melroy.org/melroy/winegui"
+distfiles="https://winegui.melroy.org/downloads/WineGUI-Source-v${version}.tar.gz"
+checksum=e153f6d66556b4d978e8716be6730249606cc2eb861b5707cf77876b9ce66e9b
+
+post_install() {
+	vlicense LICENSE
+	vdoc "${FILESDIR}/README.voidlinux"
+}

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

* Re: New package: winegui-2.4.2
  2024-02-11 19:27 [PR PATCH] New package: winegui-2.3.6 melroy89
                   ` (5 preceding siblings ...)
  2024-02-21  1:59 ` [PR PATCH] [Updated] " melroy89
@ 2024-03-04 22:22 ` melroy89
  6 siblings, 0 replies; 8+ messages in thread
From: melroy89 @ 2024-03-04 22:22 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/48658#issuecomment-1977571039

Comment:
Is there something I need to do? 

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

end of thread, other threads:[~2024-03-04 22:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11 19:27 [PR PATCH] New package: winegui-2.3.6 melroy89
2024-02-11 19:29 ` [PR PATCH] [Updated] " melroy89
2024-02-11 20:13 ` melroy89
2024-02-13  0:50 ` [PR PATCH] [Updated] New package: winegui-2.4.0 melroy89
2024-02-13 15:40 ` melroy89
2024-02-19 22:13 ` New package: winegui-2.4.1 melroy89
2024-02-21  1:59 ` [PR PATCH] [Updated] " melroy89
2024-03-04 22:22 ` New package: winegui-2.4.2 melroy89

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