Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: worker-4.12.1
@ 2023-08-29  2:16 mtboehlke
  2023-08-29  2:16 ` [PR REVIEW] " mtboehlke
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mtboehlke @ 2023-08-29  2:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mtboehlke/void-packages worker
https://github.com/void-linux/void-packages/pull/45807

[WIP] New package: worker-4.12.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

closes #45711

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 789640db0c12b240480d4dce0224fa108b2115d2 Mon Sep 17 00:00:00 2001
From: Mat Boehlke <mtboehlke@gmail.com>
Date: Mon, 28 Aug 2023 20:12:24 -0500
Subject: [PATCH] New package: worker-4.12.1

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

diff --git a/srcpkgs/worker/template b/srcpkgs/worker/template
new file mode 100644
index 0000000000000..0bb819e561788
--- /dev/null
+++ b/srcpkgs/worker/template
@@ -0,0 +1,19 @@
+# Template file for 'worker'
+pkgname=worker
+version=4.12.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXinerama-devel libXft-devel file-devel lua54-devel
+	$(vopt_if udisks dbus-devel)"
+depends=$(vopt_if udisks udisks2)
+short_desc="Two-pane file manager for the X Window System"
+maintainer="Matt Boehlke <mtboehlke@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://www.boomerangsworld.de/cms/worker"
+distfiles="http://www.boomerangsworld.de/cms/worker/downloads/worker-${version}.tar.gz"
+checksum=d75b52395b86b8253422faa910a88abd4663f43b6358912b2e933c22c4edbdcb
+build_options="udisks"
+build_options_default="udisks"
+desc_option_udisks="Enable support for uDisks"
+python_version=3

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

* Re: [PR REVIEW] [WIP] New package: worker-4.12.1
  2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
  2023-08-29  2:16 ` [PR REVIEW] " mtboehlke
@ 2023-08-29  2:16 ` mtboehlke
  2023-08-30  8:06 ` mvf
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mtboehlke @ 2023-08-29  2:16 UTC (permalink / raw)
  To: ml

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

New review comment by mtboehlke on void-packages repository

https://github.com/void-linux/void-packages/pull/45807#discussion_r1308122493

Comment:
avfs support can be enabled once avfs-devel dependencies are fixed

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

* Re: [PR REVIEW] [WIP] New package: worker-4.12.1
  2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
@ 2023-08-29  2:16 ` mtboehlke
  2023-08-29  2:16 ` mtboehlke
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mtboehlke @ 2023-08-29  2:16 UTC (permalink / raw)
  To: ml

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

New review comment by mtboehlke on void-packages repository

https://github.com/void-linux/void-packages/pull/45807#discussion_r1308121635

Comment:
```suggestion
makedepends="avfs-devel libX11-devel libXinerama-devel libXft-devel file-devel lua54-devel
```

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

* Re: [PR REVIEW] [WIP] New package: worker-4.12.1
  2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
  2023-08-29  2:16 ` [PR REVIEW] " mtboehlke
  2023-08-29  2:16 ` mtboehlke
@ 2023-08-30  8:06 ` mvf
  2023-09-07  1:57 ` [PR PATCH] [Updated] " mtboehlke
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mvf @ 2023-08-30  8:06 UTC (permalink / raw)
  To: ml

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

New review comment by mvf on void-packages repository

https://github.com/void-linux/void-packages/pull/45807#discussion_r1309860992

Comment:
I don't think UDisks support makes it a dependency. When Worker first starts and generates the configuration, it shows this dialog:

![image](https://github.com/void-linux/void-packages/assets/304760/8d2a4c93-e33b-49d9-b33b-ffc6b10c0684)

On my machine with a system bus but no UDisks service, there are no error messages, console or otherwise. Merely the "Volume manager" dialog is not functional:

![image](https://github.com/void-linux/void-packages/assets/304760/f2ec00bc-8a98-4d58-aebb-8226a492a336)

IMHO, an `INSTALL.msg` that suggests users might want to install `udisks2` if they want to manage volumes from Worker would suffice. FWIW, the [Debian package](https://packages.debian.org/bookworm/worker) doesn't even suggest, let alone recommend or depend on `udisks`.

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

* Re: [PR PATCH] [Updated] [WIP] New package: worker-4.12.1
  2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
                   ` (2 preceding siblings ...)
  2023-08-30  8:06 ` mvf
@ 2023-09-07  1:57 ` mtboehlke
  2023-09-07  2:27 ` [PR REVIEW] " mtboehlke
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mtboehlke @ 2023-09-07  1:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mtboehlke/void-packages worker
https://github.com/void-linux/void-packages/pull/45807

[WIP] New package: worker-4.12.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I have not tested the udisks volume management feature.  I have tested the avfs feature, which depends on #45808 to build properly.

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

closes #45711

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5b0f2e4df8501f1e2b8041c5dfb22badd24dcd4b Mon Sep 17 00:00:00 2001
From: Mat Boehlke <mtboehlke@gmail.com>
Date: Mon, 28 Aug 2023 20:12:24 -0500
Subject: [PATCH] New package: worker-4.12.1

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

diff --git a/srcpkgs/worker/template b/srcpkgs/worker/template
new file mode 100644
index 0000000000000..6d86285efe3f3
--- /dev/null
+++ b/srcpkgs/worker/template
@@ -0,0 +1,14 @@
+# Template file for 'worker'
+pkgname=worker
+version=4.12.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXinerama-devel libXft-devel file-devel lua54-devel dbus-devel"
+short_desc="Two-pane file manager for the X Window System"
+maintainer="Matt Boehlke <mtboehlke@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://www.boomerangsworld.de/cms/worker"
+distfiles="http://www.boomerangsworld.de/cms/worker/downloads/worker-${version}.tar.gz"
+checksum=d75b52395b86b8253422faa910a88abd4663f43b6358912b2e933c22c4edbdcb
+python_version=3

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

* Re: [PR REVIEW] [WIP] New package: worker-4.12.1
  2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
                   ` (3 preceding siblings ...)
  2023-09-07  1:57 ` [PR PATCH] [Updated] " mtboehlke
@ 2023-09-07  2:27 ` mtboehlke
  2023-09-16 17:17 ` [PR PATCH] [Updated] " mtboehlke
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mtboehlke @ 2023-09-07  2:27 UTC (permalink / raw)
  To: ml

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

New review comment by mtboehlke on void-packages repository

https://github.com/void-linux/void-packages/pull/45807#discussion_r1318016247

Comment:
I agree, `udisks2` doesn't need to be in the depends.  I'm not even sure it really warrants an INSTALL.msg.  The dialog, as you mentioned, is helpful, and the worker documentation should be clear enough for users who want to use udisks.

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

* Re: [PR PATCH] [Updated] [WIP] New package: worker-4.12.1
  2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
                   ` (4 preceding siblings ...)
  2023-09-07  2:27 ` [PR REVIEW] " mtboehlke
@ 2023-09-16 17:17 ` mtboehlke
  2023-12-16  1:46 ` github-actions
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mtboehlke @ 2023-09-16 17:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mtboehlke/void-packages worker
https://github.com/void-linux/void-packages/pull/45807

[WIP] New package: worker-4.12.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I have not tested the udisks volume management feature.  I have tested the avfs feature, which depends on #45808 to build properly.

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

closes #45711

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ae6a516385d1a317c8073eaf47479b776e60e752 Mon Sep 17 00:00:00 2001
From: Mat Boehlke <mtboehlke@gmail.com>
Date: Mon, 28 Aug 2023 20:12:24 -0500
Subject: [PATCH] New package: worker-4.12.1

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

diff --git a/srcpkgs/worker/template b/srcpkgs/worker/template
new file mode 100644
index 0000000000000..dcf1bc680a40c
--- /dev/null
+++ b/srcpkgs/worker/template
@@ -0,0 +1,15 @@
+# Template file for 'worker'
+pkgname=worker
+version=4.12.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXinerama-devel libXft-devel
+	avfs-devel file-devel lua54-devel dbus-devel"
+short_desc="Two-pane file manager for the X Window System"
+maintainer="Matt Boehlke <mtboehlke@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://www.boomerangsworld.de/cms/worker"
+distfiles="http://www.boomerangsworld.de/cms/worker/downloads/worker-${version}.tar.gz"
+checksum=d75b52395b86b8253422faa910a88abd4663f43b6358912b2e933c22c4edbdcb
+python_version=3

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

* Re: [WIP] New package: worker-4.12.1
  2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
                   ` (5 preceding siblings ...)
  2023-09-16 17:17 ` [PR PATCH] [Updated] " mtboehlke
@ 2023-12-16  1:46 ` github-actions
  2023-12-23 21:49 ` [PR PATCH] [Updated] " mtboehlke
  2024-02-10 23:01 ` [PR PATCH] [Updated] New package: worker-5.0.0 mtboehlke
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-12-16  1:46 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/45807#issuecomment-1858672279

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

* Re: [PR PATCH] [Updated] [WIP] New package: worker-4.12.1
  2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
                   ` (6 preceding siblings ...)
  2023-12-16  1:46 ` github-actions
@ 2023-12-23 21:49 ` mtboehlke
  2024-02-10 23:01 ` [PR PATCH] [Updated] New package: worker-5.0.0 mtboehlke
  8 siblings, 0 replies; 10+ messages in thread
From: mtboehlke @ 2023-12-23 21:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mtboehlke/void-packages worker
https://github.com/void-linux/void-packages/pull/45807

[WIP] New package: worker-4.12.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I have not tested the udisks volume management feature.  I have tested the avfs feature, ~~which depends on #45808 to build properly.~~ Merged

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

closes #45711

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d9b5d548abbf49e335c0cfcf30d0d4d65b3ddf6a Mon Sep 17 00:00:00 2001
From: Mat Boehlke <mtboehlke@gmail.com>
Date: Mon, 28 Aug 2023 20:12:24 -0500
Subject: [PATCH] New package: worker-5.0.0

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

diff --git a/srcpkgs/worker/template b/srcpkgs/worker/template
new file mode 100644
index 0000000000000..3ed9292156bd4
--- /dev/null
+++ b/srcpkgs/worker/template
@@ -0,0 +1,15 @@
+# Template file for 'worker'
+pkgname=worker
+version=5.0.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXinerama-devel libXft-devel
+	avfs-devel file-devel lua54-devel dbus-devel"
+short_desc="Two-pane file manager for the X Window System"
+maintainer="Matt Boehlke <mtboehlke@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://www.boomerangsworld.de/cms/worker"
+distfiles="http://www.boomerangsworld.de/cms/worker/downloads/worker-${version}.tar.gz"
+checksum=8847c79777830642e9bc8fd628110edb56eb8aee4892ff580383525595e8b38e
+python_version=3

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

* Re: [PR PATCH] [Updated] New package: worker-5.0.0
  2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
                   ` (7 preceding siblings ...)
  2023-12-23 21:49 ` [PR PATCH] [Updated] " mtboehlke
@ 2024-02-10 23:01 ` mtboehlke
  8 siblings, 0 replies; 10+ messages in thread
From: mtboehlke @ 2024-02-10 23:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mtboehlke/void-packages worker
https://github.com/void-linux/void-packages/pull/45807

New package: worker-5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

I have not tested the udisks volume management feature.  I have tested the avfs feature, ~~which depends on #45808 to build properly.~~ Merged

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

closes #45711

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 66dcfc8aa6772d5a061bd9372849de32f5fb4a66 Mon Sep 17 00:00:00 2001
From: Mat Boehlke <mtboehlke@gmail.com>
Date: Mon, 28 Aug 2023 20:12:24 -0500
Subject: [PATCH] New package: worker-5.0.1

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

diff --git a/srcpkgs/worker/template b/srcpkgs/worker/template
new file mode 100644
index 0000000000000..57596cb87148b
--- /dev/null
+++ b/srcpkgs/worker/template
@@ -0,0 +1,15 @@
+# Template file for 'worker'
+pkgname=worker
+version=5.0.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXinerama-devel libXft-devel
+ avfs-devel file-devel lua54-devel dbus-devel"
+short_desc="Two-pane file manager for the X Window System"
+maintainer="Matt Boehlke <mtboehlke@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://www.boomerangsworld.de/cms/worker"
+distfiles="http://www.boomerangsworld.de/cms/worker/downloads/worker-${version}.tar.gz"
+checksum=edb9c9ef0ede8cae550e49dae768c2b47283f2288d39d5c2a54d30c7b46d9310
+python_version=3

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

end of thread, other threads:[~2024-02-10 23:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-29  2:16 [PR PATCH] [WIP] New package: worker-4.12.1 mtboehlke
2023-08-29  2:16 ` [PR REVIEW] " mtboehlke
2023-08-29  2:16 ` mtboehlke
2023-08-30  8:06 ` mvf
2023-09-07  1:57 ` [PR PATCH] [Updated] " mtboehlke
2023-09-07  2:27 ` [PR REVIEW] " mtboehlke
2023-09-16 17:17 ` [PR PATCH] [Updated] " mtboehlke
2023-12-16  1:46 ` github-actions
2023-12-23 21:49 ` [PR PATCH] [Updated] " mtboehlke
2024-02-10 23:01 ` [PR PATCH] [Updated] New package: worker-5.0.0 mtboehlke

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