From a031a7c5eabf99becebd9911f2c2ab4fc69e4dce Mon Sep 17 00:00:00 2001 From: Dakota Richline 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 " +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 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 " license="GPL-3.0-or-later"