Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wem-0.7.1
@ 2021-08-14 15:19 hristoast
  2021-08-14 15:24 ` [PR PATCH] [Updated] " hristoast
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: hristoast @ 2021-08-14 15:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hristoast/void-packages WEM
https://github.com/void-linux/void-packages/pull/32488

New package: wem-0.7.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

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

From 38624fd76eda95c9beaa42640ba3090dda85680a Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Tue, 10 Aug 2021 19:22:37 -0500
Subject: [PATCH] New package: wem-0.7.1

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

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
new file mode 100644
index 000000000000..7162e3a8d10d
--- /dev/null
+++ b/srcpkgs/wem/template
@@ -0,0 +1,13 @@
+# Template file for 'wem'
+pkgname=wem
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=git.sr.ht/~hristoast/wem
+go_package="${go_import_path}"
+short_desc="A CLI tool for managing wine prefixes."
+maintainer="Hristos N. Triantafillou <me@hristos.co>"
+license="GPLv3"
+homepage="https://wem.hristos.co/"
+distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
+checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353

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

* Re: [PR PATCH] [Updated] New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
@ 2021-08-14 15:24 ` hristoast
  2021-08-14 15:27 ` hristoast
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hristoast @ 2021-08-14 15:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hristoast/void-packages WEM
https://github.com/void-linux/void-packages/pull/32488

New package: wem-0.7.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

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

From 13710dc1995ec6d8458d610b6b933e7e7b676e18 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Tue, 10 Aug 2021 19:22:37 -0500
Subject: [PATCH] New package: wem-0.7.1

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

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
new file mode 100644
index 000000000000..7162e3a8d10d
--- /dev/null
+++ b/srcpkgs/wem/template
@@ -0,0 +1,13 @@
+# Template file for 'wem'
+pkgname=wem
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=git.sr.ht/~hristoast/wem
+go_package="${go_import_path}"
+short_desc="A CLI tool for managing wine prefixes."
+maintainer="Hristos N. Triantafillou <me@hristos.co>"
+license="GPLv3"
+homepage="https://wem.hristos.co/"
+distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
+checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353

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

* Re: [PR PATCH] [Updated] New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
  2021-08-14 15:24 ` [PR PATCH] [Updated] " hristoast
@ 2021-08-14 15:27 ` hristoast
  2021-08-14 15:29 ` hristoast
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hristoast @ 2021-08-14 15:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hristoast/void-packages WEM
https://github.com/void-linux/void-packages/pull/32488

New package: wem-0.7.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

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

From 86ca39c31cc39f666c59b95667b921388f40b36b Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Tue, 10 Aug 2021 19:22:37 -0500
Subject: [PATCH] New package: wem-0.7.1

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

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
new file mode 100644
index 000000000000..8911a883232e
--- /dev/null
+++ b/srcpkgs/wem/template
@@ -0,0 +1,13 @@
+# Template file for 'wem'
+pkgname=wem
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=git.sr.ht/~hristoast/wem
+go_package="${go_import_path}"
+short_desc="CLI tool for managing wine prefixes"
+maintainer="Hristos N. Triantafillou <me@hristos.co>"
+license="GPL3"
+homepage="https://wem.hristos.co/"
+distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
+checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353

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

* Re: [PR PATCH] [Updated] New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
  2021-08-14 15:24 ` [PR PATCH] [Updated] " hristoast
  2021-08-14 15:27 ` hristoast
@ 2021-08-14 15:29 ` hristoast
  2021-08-14 15:30 ` hristoast
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hristoast @ 2021-08-14 15:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hristoast/void-packages WEM
https://github.com/void-linux/void-packages/pull/32488

New package: wem-0.7.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

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

From b082fdce1727f6d54e283122a2ab544f0d64f68a Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Tue, 10 Aug 2021 19:22:37 -0500
Subject: [PATCH] New package: wem-0.7.1

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

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
new file mode 100644
index 000000000000..ccda4550920d
--- /dev/null
+++ b/srcpkgs/wem/template
@@ -0,0 +1,13 @@
+# Template file for 'wem'
+pkgname=wem
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=git.sr.ht/~hristoast/wem
+go_package="${go_import_path}"
+short_desc="CLI tool for managing wine prefixes"
+maintainer="Hristos N. Triantafillou <me@hristos.co>"
+license="GPL3GPL-3.0-or-later"
+homepage="https://wem.hristos.co/"
+distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
+checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353

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

* Re: [PR PATCH] [Updated] New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
                   ` (2 preceding siblings ...)
  2021-08-14 15:29 ` hristoast
@ 2021-08-14 15:30 ` hristoast
  2021-08-30 13:22 ` hristoast
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hristoast @ 2021-08-14 15:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hristoast/void-packages WEM
https://github.com/void-linux/void-packages/pull/32488

New package: wem-0.7.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

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

From 1d91c302c6a8edfe9e03743927299326b3a024e6 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Tue, 10 Aug 2021 19:22:37 -0500
Subject: [PATCH] New package: wem-0.7.1

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

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
new file mode 100644
index 000000000000..740198168893
--- /dev/null
+++ b/srcpkgs/wem/template
@@ -0,0 +1,13 @@
+# Template file for 'wem'
+pkgname=wem
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=git.sr.ht/~hristoast/wem
+go_package="${go_import_path}"
+short_desc="CLI tool for managing wine prefixes"
+maintainer="Hristos N. Triantafillou <me@hristos.co>"
+license="GPL-3.0-or-later"
+homepage="https://wem.hristos.co/"
+distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
+checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353

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

* Re: [PR PATCH] [Updated] New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
                   ` (3 preceding siblings ...)
  2021-08-14 15:30 ` hristoast
@ 2021-08-30 13:22 ` hristoast
  2021-09-04 14:44 ` hristoast
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hristoast @ 2021-08-30 13:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hristoast/void-packages WEM
https://github.com/void-linux/void-packages/pull/32488

New package: wem-0.7.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

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

From 788ef02dabea92f77bb336415a73b3f9f6f05b00 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Tue, 10 Aug 2021 19:22:37 -0500
Subject: [PATCH 1/2] New package: wem-0.7.1

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

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
new file mode 100644
index 000000000000..740198168893
--- /dev/null
+++ b/srcpkgs/wem/template
@@ -0,0 +1,13 @@
+# Template file for 'wem'
+pkgname=wem
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=git.sr.ht/~hristoast/wem
+go_package="${go_import_path}"
+short_desc="CLI tool for managing wine prefixes"
+maintainer="Hristos N. Triantafillou <me@hristos.co>"
+license="GPL-3.0-or-later"
+homepage="https://wem.hristos.co/"
+distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
+checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353

From 33cd50a566d60b28108905222fd428080cf19864 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Mon, 30 Aug 2021 08:22:31 -0500
Subject: [PATCH 2/2] wem: update to 0.8.2

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index 740198168893..82109881b097 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.7.1
+version=0.8.2
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353
+checksum=0168cd6adbf9c5e7334fc37577a9ffa93ac9d0c37ef6887d7f209b7a559f4562

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

* Re: [PR PATCH] [Updated] New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
                   ` (4 preceding siblings ...)
  2021-08-30 13:22 ` hristoast
@ 2021-09-04 14:44 ` hristoast
  2021-09-09  0:29 ` hristoast
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hristoast @ 2021-09-04 14:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hristoast/void-packages WEM
https://github.com/void-linux/void-packages/pull/32488

New package: wem-0.7.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

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

From d02b6e38bf664bf334a52568447212bba2958127 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Tue, 10 Aug 2021 19:22:37 -0500
Subject: [PATCH 1/3] New package: wem-0.7.1

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

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
new file mode 100644
index 000000000000..740198168893
--- /dev/null
+++ b/srcpkgs/wem/template
@@ -0,0 +1,13 @@
+# Template file for 'wem'
+pkgname=wem
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=git.sr.ht/~hristoast/wem
+go_package="${go_import_path}"
+short_desc="CLI tool for managing wine prefixes"
+maintainer="Hristos N. Triantafillou <me@hristos.co>"
+license="GPL-3.0-or-later"
+homepage="https://wem.hristos.co/"
+distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
+checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353

From 8db084144942cc8c48052750dec2b3976a0f4a04 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Mon, 30 Aug 2021 08:22:31 -0500
Subject: [PATCH 2/3] wem: update to 0.8.2

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index 740198168893..82109881b097 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.7.1
+version=0.8.2
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353
+checksum=0168cd6adbf9c5e7334fc37577a9ffa93ac9d0c37ef6887d7f209b7a559f4562

From 4a2e8528c62619e0e5f5d9b7ef71493aa111d5e9 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Sat, 4 Sep 2021 09:43:40 -0500
Subject: [PATCH 3/3] wem: update to 0.8.3

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index 82109881b097..ba9113003b7d 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.8.2
+version=0.8.3
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=0168cd6adbf9c5e7334fc37577a9ffa93ac9d0c37ef6887d7f209b7a559f4562
+checksum=1d9104fc3b4dd1f5d6085cda6a3d6ceda9c127e8640f64cc4176462802d009ad

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

* Re: [PR PATCH] [Updated] New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
                   ` (5 preceding siblings ...)
  2021-09-04 14:44 ` hristoast
@ 2021-09-09  0:29 ` hristoast
  2021-10-09 20:48 ` hristoast
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hristoast @ 2021-09-09  0:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hristoast/void-packages WEM
https://github.com/void-linux/void-packages/pull/32488

New package: wem-0.7.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

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

From 5b9c013628b70118afc844936505a47975dbee2f Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Tue, 10 Aug 2021 19:22:37 -0500
Subject: [PATCH 1/4] New package: wem-0.7.1

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

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
new file mode 100644
index 000000000000..740198168893
--- /dev/null
+++ b/srcpkgs/wem/template
@@ -0,0 +1,13 @@
+# Template file for 'wem'
+pkgname=wem
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=git.sr.ht/~hristoast/wem
+go_package="${go_import_path}"
+short_desc="CLI tool for managing wine prefixes"
+maintainer="Hristos N. Triantafillou <me@hristos.co>"
+license="GPL-3.0-or-later"
+homepage="https://wem.hristos.co/"
+distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
+checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353

From 4cd976da84503724aa62285fc02fb2076d0672d2 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Mon, 30 Aug 2021 08:22:31 -0500
Subject: [PATCH 2/4] wem: update to 0.8.2

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index 740198168893..82109881b097 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.7.1
+version=0.8.2
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353
+checksum=0168cd6adbf9c5e7334fc37577a9ffa93ac9d0c37ef6887d7f209b7a559f4562

From d37f54772b4b6aa881b649dca7a224b7406debef Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Sat, 4 Sep 2021 09:43:40 -0500
Subject: [PATCH 3/4] wem: update to 0.8.3

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index 82109881b097..ba9113003b7d 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.8.2
+version=0.8.3
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=0168cd6adbf9c5e7334fc37577a9ffa93ac9d0c37ef6887d7f209b7a559f4562
+checksum=1d9104fc3b4dd1f5d6085cda6a3d6ceda9c127e8640f64cc4176462802d009ad

From 51ad04ccab4bdd0563779d9b5ea65b7ce8cad85d Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Wed, 8 Sep 2021 19:29:46 -0500
Subject: [PATCH 4/4] wem: update to 0.8.4

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index ba9113003b7d..309e813ebdb5 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.8.3
+version=0.8.4
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=1d9104fc3b4dd1f5d6085cda6a3d6ceda9c127e8640f64cc4176462802d009ad
+checksum=9d63dc6bb6777d7522368dbb29754c26fc52be9ee463685f003537ddd3d33628

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

* Re: [PR PATCH] [Updated] New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
                   ` (6 preceding siblings ...)
  2021-09-09  0:29 ` hristoast
@ 2021-10-09 20:48 ` hristoast
  2022-06-02  2:14 ` github-actions
  2022-06-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: hristoast @ 2021-10-09 20:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hristoast/void-packages WEM
https://github.com/void-linux/void-packages/pull/32488

New package: wem-0.7.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

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

From 04a87a9459930546818e94fc003e2749280ec9e5 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Tue, 10 Aug 2021 19:22:37 -0500
Subject: [PATCH 1/5] New package: wem-0.7.1

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

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
new file mode 100644
index 000000000000..740198168893
--- /dev/null
+++ b/srcpkgs/wem/template
@@ -0,0 +1,13 @@
+# Template file for 'wem'
+pkgname=wem
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=git.sr.ht/~hristoast/wem
+go_package="${go_import_path}"
+short_desc="CLI tool for managing wine prefixes"
+maintainer="Hristos N. Triantafillou <me@hristos.co>"
+license="GPL-3.0-or-later"
+homepage="https://wem.hristos.co/"
+distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
+checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353

From 95db667ecf8db5d4679b61abd1087ce5be952007 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Mon, 30 Aug 2021 08:22:31 -0500
Subject: [PATCH 2/5] wem: update to 0.8.2

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index 740198168893..82109881b097 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.7.1
+version=0.8.2
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=a2abaf28bc0b912ed2bf87d9c4ca1bcdc4b42c92590509b84e0446d583f0c353
+checksum=0168cd6adbf9c5e7334fc37577a9ffa93ac9d0c37ef6887d7f209b7a559f4562

From f99f2081649032679744d65cf36a1a278771c2bc Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Sat, 4 Sep 2021 09:43:40 -0500
Subject: [PATCH 3/5] wem: update to 0.8.3

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index 82109881b097..ba9113003b7d 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.8.2
+version=0.8.3
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=0168cd6adbf9c5e7334fc37577a9ffa93ac9d0c37ef6887d7f209b7a559f4562
+checksum=1d9104fc3b4dd1f5d6085cda6a3d6ceda9c127e8640f64cc4176462802d009ad

From 34940edd0fb1b3c13a840355820cfc26c4e88e16 Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Wed, 8 Sep 2021 19:29:46 -0500
Subject: [PATCH 4/5] wem: update to 0.8.4

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index ba9113003b7d..309e813ebdb5 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.8.3
+version=0.8.4
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=1d9104fc3b4dd1f5d6085cda6a3d6ceda9c127e8640f64cc4176462802d009ad
+checksum=9d63dc6bb6777d7522368dbb29754c26fc52be9ee463685f003537ddd3d33628

From 8c32366ab36a7a2c083ca500e290ca6cb0c2528c Mon Sep 17 00:00:00 2001
From: "Hristos N. Triantafillou" <me@hristos.triantafillou.us>
Date: Sat, 9 Oct 2021 15:48:51 -0500
Subject: [PATCH 5/5] wem: update to 0.8.5

---
 srcpkgs/wem/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wem/template b/srcpkgs/wem/template
index 309e813ebdb5..25c7d95ee53a 100644
--- a/srcpkgs/wem/template
+++ b/srcpkgs/wem/template
@@ -1,6 +1,6 @@
 # Template file for 'wem'
 pkgname=wem
-version=0.8.4
+version=0.8.5
 revision=1
 build_style=go
 go_import_path=git.sr.ht/~hristoast/wem
@@ -10,4 +10,4 @@ maintainer="Hristos N. Triantafillou <me@hristos.co>"
 license="GPL-3.0-or-later"
 homepage="https://wem.hristos.co/"
 distfiles="https://git.sr.ht/~hristoast/wem/archive/${version}.tar.gz"
-checksum=9d63dc6bb6777d7522368dbb29754c26fc52be9ee463685f003537ddd3d33628
+checksum=810bc32e1d29fa2f4fe72d137daed4637957aec320b5122666d3014a9b85a3bb

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

* Re: New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
                   ` (7 preceding siblings ...)
  2021-10-09 20:48 ` hristoast
@ 2022-06-02  2:14 ` github-actions
  2022-06-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-06-02  2:14 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/32488#issuecomment-1144344830

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] 11+ messages in thread

* Re: [PR PATCH] [Closed]: New package: wem-0.7.1
  2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
                   ` (8 preceding siblings ...)
  2022-06-02  2:14 ` github-actions
@ 2022-06-17  2:13 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-06-17  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: wem-0.7.1
https://github.com/void-linux/void-packages/pull/32488

Description:
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-libc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

I wrote WEM to replace Lutris in my personal gaming setup; it's now my main wine launcher and is (IMO) a reasonably good CLI alternative to it.

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

end of thread, other threads:[~2022-06-17  2:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-14 15:19 [PR PATCH] New package: wem-0.7.1 hristoast
2021-08-14 15:24 ` [PR PATCH] [Updated] " hristoast
2021-08-14 15:27 ` hristoast
2021-08-14 15:29 ` hristoast
2021-08-14 15:30 ` hristoast
2021-08-30 13:22 ` hristoast
2021-09-04 14:44 ` hristoast
2021-09-09  0:29 ` hristoast
2021-10-09 20:48 ` hristoast
2022-06-02  2:14 ` github-actions
2022-06-17  2:13 ` [PR PATCH] [Closed]: " github-actions

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