Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: remote-touchpad
@ 2024-07-26 21:55 drichline
  2024-07-26 22:07 ` [PR PATCH] [Updated] " drichline
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: drichline @ 2024-07-26 21:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages remote-touchpad-branch
https://github.com/void-linux/void-packages/pull/51484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11 and Gnome/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remote-touchpad-branch-51484.patch --]
[-- Type: text/x-diff, Size: 1289 bytes --]

From a031a7c5eabf99becebd9911f2c2ab4fc69e4dce Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 17:51:15 -0400
Subject: [PATCH] New package: remote-touchpad

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

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
new file mode 100644
index 00000000000000..7c428d7ec53f2a
--- /dev/null
+++ b/srcpkgs/remote-touchpad/template
@@ -0,0 +1,15 @@
+# Template file for 'remote-touchpad'
+pkgname=remote-touchpad
+version=1.4.6
+revision=1
+build_style=go
+go_import_path="github.com/unrud/remote-touchpad"
+go_build_tags="portal,uinput,x11"
+makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+short_desc="Control mouse and keyboard from the web browser of another device"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Unrud/remote-touchpad"
+changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md"
+distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz"
+checksum="0bcb8ff3f6e26c85f162c6e6ecc280730bdcafbd8fb883c1dc703d71933d1ea5"

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

* Re: [PR PATCH] [Updated] New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
@ 2024-07-26 22:07 ` drichline
  2024-07-26 22:08 ` drichline
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-07-26 22:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages remote-touchpad-branch
https://github.com/void-linux/void-packages/pull/51484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11 and Gnome/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remote-touchpad-branch-51484.patch --]
[-- Type: text/x-diff, Size: 2177 bytes --]

From a031a7c5eabf99becebd9911f2c2ab4fc69e4dce Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 17:51:15 -0400
Subject: [PATCH 1/2] New package: remote-touchpad

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

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
new file mode 100644
index 00000000000000..7c428d7ec53f2a
--- /dev/null
+++ b/srcpkgs/remote-touchpad/template
@@ -0,0 +1,15 @@
+# Template file for 'remote-touchpad'
+pkgname=remote-touchpad
+version=1.4.6
+revision=1
+build_style=go
+go_import_path="github.com/unrud/remote-touchpad"
+go_build_tags="portal,uinput,x11"
+makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+short_desc="Control mouse and keyboard from the web browser of another device"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Unrud/remote-touchpad"
+changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md"
+distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz"
+checksum="0bcb8ff3f6e26c85f162c6e6ecc280730bdcafbd8fb883c1dc703d71933d1ea5"

From 69f3e218e978b206315bc2f2ac8652c90d634068 Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 18:07:19 -0400
Subject: [PATCH 2/2] New package: remote-touchpad

---
 srcpkgs/remote-touchpad/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
index 7c428d7ec53f2a..d1b7bb824f89de 100644
--- a/srcpkgs/remote-touchpad/template
+++ b/srcpkgs/remote-touchpad/template
@@ -6,6 +6,7 @@ build_style=go
 go_import_path="github.com/unrud/remote-touchpad"
 go_build_tags="portal,uinput,x11"
 makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+depends="libX11 libXt libXrandr libXtst"
 short_desc="Control mouse and keyboard from the web browser of another device"
 maintainer="Dakota Richline <drichline@protonmail.com>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Updated] New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
  2024-07-26 22:07 ` [PR PATCH] [Updated] " drichline
@ 2024-07-26 22:08 ` drichline
  2024-07-26 22:09 ` drichline
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-07-26 22:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages remote-touchpad-branch
https://github.com/void-linux/void-packages/pull/51484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11 and Gnome/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remote-touchpad-branch-51484.patch --]
[-- Type: text/x-diff, Size: 1289 bytes --]

From e7bee81a9f8ca71bb8c16e54f877398b8fb94b64 Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 17:51:15 -0400
Subject: [PATCH] New package: remote-touchpad

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

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
new file mode 100644
index 00000000000000..7c428d7ec53f2a
--- /dev/null
+++ b/srcpkgs/remote-touchpad/template
@@ -0,0 +1,15 @@
+# Template file for 'remote-touchpad'
+pkgname=remote-touchpad
+version=1.4.6
+revision=1
+build_style=go
+go_import_path="github.com/unrud/remote-touchpad"
+go_build_tags="portal,uinput,x11"
+makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+short_desc="Control mouse and keyboard from the web browser of another device"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Unrud/remote-touchpad"
+changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md"
+distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz"
+checksum="0bcb8ff3f6e26c85f162c6e6ecc280730bdcafbd8fb883c1dc703d71933d1ea5"

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

* Re: [PR PATCH] [Updated] New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
  2024-07-26 22:07 ` [PR PATCH] [Updated] " drichline
  2024-07-26 22:08 ` drichline
@ 2024-07-26 22:09 ` drichline
  2024-07-26 22:10 ` drichline
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-07-26 22:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages remote-touchpad-branch
https://github.com/void-linux/void-packages/pull/51484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11 and Gnome/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remote-touchpad-branch-51484.patch --]
[-- Type: text/x-diff, Size: 1289 bytes --]

From fc3e4890b886508ca6b7d7e32e7151e8f0d24a0f Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 17:51:15 -0400
Subject: [PATCH] New package: remote-touchpad

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

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
new file mode 100644
index 00000000000000..7c428d7ec53f2a
--- /dev/null
+++ b/srcpkgs/remote-touchpad/template
@@ -0,0 +1,15 @@
+# Template file for 'remote-touchpad'
+pkgname=remote-touchpad
+version=1.4.6
+revision=1
+build_style=go
+go_import_path="github.com/unrud/remote-touchpad"
+go_build_tags="portal,uinput,x11"
+makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+short_desc="Control mouse and keyboard from the web browser of another device"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Unrud/remote-touchpad"
+changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md"
+distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz"
+checksum="0bcb8ff3f6e26c85f162c6e6ecc280730bdcafbd8fb883c1dc703d71933d1ea5"

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

* Re: [PR PATCH] [Updated] New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (2 preceding siblings ...)
  2024-07-26 22:09 ` drichline
@ 2024-07-26 22:10 ` drichline
  2024-07-26 22:13 ` drichline
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-07-26 22:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages remote-touchpad-branch
https://github.com/void-linux/void-packages/pull/51484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11 and Gnome/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remote-touchpad-branch-51484.patch --]
[-- Type: text/x-diff, Size: 1332 bytes --]

From 45e203eaa111c553bcbcffff5e96af505c9f7e65 Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 17:51:15 -0400
Subject: [PATCH] New package: remote-touchpad

---
 srcpkgs/remote-touchpad/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/remote-touchpad/template

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
new file mode 100644
index 00000000000000..d1b7bb824f89de
--- /dev/null
+++ b/srcpkgs/remote-touchpad/template
@@ -0,0 +1,16 @@
+# Template file for 'remote-touchpad'
+pkgname=remote-touchpad
+version=1.4.6
+revision=1
+build_style=go
+go_import_path="github.com/unrud/remote-touchpad"
+go_build_tags="portal,uinput,x11"
+makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+depends="libX11 libXt libXrandr libXtst"
+short_desc="Control mouse and keyboard from the web browser of another device"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Unrud/remote-touchpad"
+changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md"
+distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz"
+checksum="0bcb8ff3f6e26c85f162c6e6ecc280730bdcafbd8fb883c1dc703d71933d1ea5"

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

* Re: [PR PATCH] [Updated] New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (3 preceding siblings ...)
  2024-07-26 22:10 ` drichline
@ 2024-07-26 22:13 ` drichline
  2024-07-27  2:32 ` [PR PATCH] [Updated] [WIP] " drichline
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-07-26 22:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages remote-touchpad-branch
https://github.com/void-linux/void-packages/pull/51484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11 and Gnome/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remote-touchpad-branch-51484.patch --]
[-- Type: text/x-diff, Size: 1289 bytes --]

From f8ac07619f51743b4f17241e9a0b8347acbc1326 Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 17:51:15 -0400
Subject: [PATCH] New package: remote-touchpad

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

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
new file mode 100644
index 00000000000000..7c428d7ec53f2a
--- /dev/null
+++ b/srcpkgs/remote-touchpad/template
@@ -0,0 +1,15 @@
+# Template file for 'remote-touchpad'
+pkgname=remote-touchpad
+version=1.4.6
+revision=1
+build_style=go
+go_import_path="github.com/unrud/remote-touchpad"
+go_build_tags="portal,uinput,x11"
+makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+short_desc="Control mouse and keyboard from the web browser of another device"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Unrud/remote-touchpad"
+changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md"
+distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz"
+checksum="0bcb8ff3f6e26c85f162c6e6ecc280730bdcafbd8fb883c1dc703d71933d1ea5"

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

* Re: [PR PATCH] [Updated] [WIP] New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (4 preceding siblings ...)
  2024-07-26 22:13 ` drichline
@ 2024-07-27  2:32 ` drichline
  2024-10-30  2:00 ` github-actions
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-07-27  2:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages remote-touchpad-branch
https://github.com/void-linux/void-packages/pull/51484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11 and Gnome/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remote-touchpad-branch-51484.patch --]
[-- Type: text/x-diff, Size: 1725 bytes --]

From 20ba9cbea408e039f790626c33be8630e2d32cd7 Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 17:51:15 -0400
Subject: [PATCH] New package: remote-touchpad

---
 srcpkgs/remote-touchpad/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/remote-touchpad/template

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
new file mode 100644
index 00000000000000..8f5fa8d8cf7237
--- /dev/null
+++ b/srcpkgs/remote-touchpad/template
@@ -0,0 +1,22 @@
+# Template file for 'remote-touchpad'
+pkgname=remote-touchpad
+version=1.4.6
+revision=1
+build_style=go
+go_import_path="github.com/unrud/remote-touchpad"
+go_build_tags="portal,uinput,x11"
+makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+short_desc="Control mouse and keyboard from the web browser of another device"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Unrud/remote-touchpad"
+changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md"
+distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz"
+checksum="0bcb8ff3f6e26c85f162c6e6ecc280730bdcafbd8fb883c1dc703d71933d1ea5"
+
+post_install() {
+	vbin desktop/remote-touchpad-wait-on-error
+	vinstall desktop/com.github.unrud.RemoteTouchpad.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall desktop/com.github.unrud.RemoteTouchpad.desktop 644 usr/share/applications com.github.unrud.remotetouchpad.desktop # must be lowercase for xdg-desktop-menu to accept
+	vinstall desktop/com.github.unrud.RemoteTouchpad.metainfo.xml 644 usr/share/metainfo
+}

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

* Re: New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (5 preceding siblings ...)
  2024-07-27  2:32 ` [PR PATCH] [Updated] [WIP] " drichline
@ 2024-10-30  2:00 ` github-actions
  2024-11-03  3:55 ` drichline
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2024-10-30  2:00 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/51484#issuecomment-2445660282

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

* Re: New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (6 preceding siblings ...)
  2024-10-30  2:00 ` github-actions
@ 2024-11-03  3:55 ` drichline
  2024-11-22 22:50 ` drichline
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-11-03  3:55 UTC (permalink / raw)
  To: ml

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

New comment by drichline on void-packages repository

https://github.com/void-linux/void-packages/pull/51484#issuecomment-2453283932

Comment:
just bumping so the issue doesn't go stale. thank you

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

* Re: New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (7 preceding siblings ...)
  2024-11-03  3:55 ` drichline
@ 2024-11-22 22:50 ` drichline
  2024-11-22 22:58 ` [PR PATCH] [Updated] " drichline
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-11-22 22:50 UTC (permalink / raw)
  To: ml

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

New comment by drichline on void-packages repository

https://github.com/void-linux/void-packages/pull/51484#issuecomment-2495010892

Comment:
@classabbyamp Sorry for the ping, I just wanted to ask if the package looks ready. I recently tested it again on X11 and Wayland

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

* Re: [PR PATCH] [Updated] New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (8 preceding siblings ...)
  2024-11-22 22:50 ` drichline
@ 2024-11-22 22:58 ` drichline
  2024-11-22 22:58 ` drichline
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-11-22 22:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages remote-touchpad-branch
https://github.com/void-linux/void-packages/pull/51484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11, Gnome/Wayland, and KDE/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remote-touchpad-branch-51484.patch --]
[-- Type: text/x-diff, Size: 1725 bytes --]

From 67418d8877e5411640c4f1238761be52c58f4fab Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 17:51:15 -0400
Subject: [PATCH] New package: remote-touchpad

---
 srcpkgs/remote-touchpad/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/remote-touchpad/template

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
new file mode 100644
index 00000000000000..7ed0b70f236466
--- /dev/null
+++ b/srcpkgs/remote-touchpad/template
@@ -0,0 +1,22 @@
+# Template file for 'remote-touchpad'
+pkgname=remote-touchpad
+version=1.4.8
+revision=1
+build_style=go
+go_import_path="github.com/unrud/remote-touchpad"
+go_build_tags="portal,uinput,x11"
+makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+short_desc="Control mouse and keyboard from the web browser of another device"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Unrud/remote-touchpad"
+changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md"
+distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz"
+checksum="a6f8a4f61ba7dc0f0cbd64545b0ed07952f51d50851caaa5a6c55f00c46e5b82"
+
+post_install() {
+	vbin desktop/remote-touchpad-wait-on-error
+	vinstall desktop/com.github.unrud.RemoteTouchpad.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall desktop/com.github.unrud.RemoteTouchpad.desktop 644 usr/share/applications com.github.unrud.remotetouchpad.desktop # must be lowercase for xdg-desktop-menu to accept
+	vinstall desktop/com.github.unrud.RemoteTouchpad.metainfo.xml 644 usr/share/metainfo
+}

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

* Re: New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (9 preceding siblings ...)
  2024-11-22 22:58 ` [PR PATCH] [Updated] " drichline
@ 2024-11-22 22:58 ` drichline
  2024-11-22 22:58 ` drichline
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-11-22 22:58 UTC (permalink / raw)
  To: ml

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

New comment by drichline on void-packages repository

https://github.com/void-linux/void-packages/pull/51484#issuecomment-2453283932

Comment:
just bumping so the issue doesn't go stale. thank you

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

* Re: New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (10 preceding siblings ...)
  2024-11-22 22:58 ` drichline
@ 2024-11-22 22:58 ` drichline
  2024-11-23 20:49 ` [PR PATCH] [Updated] " classabbyamp
  2024-11-23 21:00 ` [PR PATCH] [Merged]: " classabbyamp
  13 siblings, 0 replies; 15+ messages in thread
From: drichline @ 2024-11-22 22:58 UTC (permalink / raw)
  To: ml

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

New comment by drichline on void-packages repository

https://github.com/void-linux/void-packages/pull/51484#issuecomment-2495010892

Comment:
@classabbyamp Sorry for the ping, I just wanted to ask if the package looks ready. I recently bumped to 1.4.8 and tested it again on X11 and Wayland

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

* Re: [PR PATCH] [Updated] New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (11 preceding siblings ...)
  2024-11-22 22:58 ` drichline
@ 2024-11-23 20:49 ` classabbyamp
  2024-11-23 21:00 ` [PR PATCH] [Merged]: " classabbyamp
  13 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-11-23 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drichline/void-packages remote-touchpad-branch
https://github.com/void-linux/void-packages/pull/51484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11, Gnome/Wayland, and KDE/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remote-touchpad-branch-51484.patch --]
[-- Type: text/x-diff, Size: 1731 bytes --]

From 84c80079b52e1a4f28b19b884b3af50e3be2f3b0 Mon Sep 17 00:00:00 2001
From: Dakota Richline <drichline@protonmail.com>
Date: Fri, 26 Jul 2024 17:51:15 -0400
Subject: [PATCH] New package: remote-touchpad-1.4.8

---
 srcpkgs/remote-touchpad/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/remote-touchpad/template

diff --git a/srcpkgs/remote-touchpad/template b/srcpkgs/remote-touchpad/template
new file mode 100644
index 00000000000000..7ed0b70f236466
--- /dev/null
+++ b/srcpkgs/remote-touchpad/template
@@ -0,0 +1,22 @@
+# Template file for 'remote-touchpad'
+pkgname=remote-touchpad
+version=1.4.8
+revision=1
+build_style=go
+go_import_path="github.com/unrud/remote-touchpad"
+go_build_tags="portal,uinput,x11"
+makedepends="libX11-devel libXt-devel libXrandr-devel libXtst-devel"
+short_desc="Control mouse and keyboard from the web browser of another device"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Unrud/remote-touchpad"
+changelog="https://github.com/Unrud/remote-touchpad/blob/master/CHANGELOG.md"
+distfiles="https://github.com/Unrud/remote-touchpad/archive/refs/tags/v${version}.tar.gz"
+checksum="a6f8a4f61ba7dc0f0cbd64545b0ed07952f51d50851caaa5a6c55f00c46e5b82"
+
+post_install() {
+	vbin desktop/remote-touchpad-wait-on-error
+	vinstall desktop/com.github.unrud.RemoteTouchpad.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall desktop/com.github.unrud.RemoteTouchpad.desktop 644 usr/share/applications com.github.unrud.remotetouchpad.desktop # must be lowercase for xdg-desktop-menu to accept
+	vinstall desktop/com.github.unrud.RemoteTouchpad.metainfo.xml 644 usr/share/metainfo
+}

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

* Re: [PR PATCH] [Merged]: New package: remote-touchpad
  2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
                   ` (12 preceding siblings ...)
  2024-11-23 20:49 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-11-23 21:00 ` classabbyamp
  13 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-11-23 21:00 UTC (permalink / raw)
  To: ml

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

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

New package: remote-touchpad
https://github.com/void-linux/void-packages/pull/51484

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
- Tested on Mate/X11, Gnome/Wayland, and KDE/Wayland

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

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (crossbuild)



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

end of thread, other threads:[~2024-11-23 21:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-26 21:55 [PR PATCH] New package: remote-touchpad drichline
2024-07-26 22:07 ` [PR PATCH] [Updated] " drichline
2024-07-26 22:08 ` drichline
2024-07-26 22:09 ` drichline
2024-07-26 22:10 ` drichline
2024-07-26 22:13 ` drichline
2024-07-27  2:32 ` [PR PATCH] [Updated] [WIP] " drichline
2024-10-30  2:00 ` github-actions
2024-11-03  3:55 ` drichline
2024-11-22 22:50 ` drichline
2024-11-22 22:58 ` [PR PATCH] [Updated] " drichline
2024-11-22 22:58 ` drichline
2024-11-22 22:58 ` drichline
2024-11-23 20:49 ` [PR PATCH] [Updated] " classabbyamp
2024-11-23 21:00 ` [PR PATCH] [Merged]: " classabbyamp

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