* [PR PATCH] New package: lisgd-0.4.0
@ 2024-07-27 12:19 Eloitor
2024-07-27 12:24 ` [PR PATCH] [Updated] " Eloitor
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Eloitor @ 2024-07-27 12:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1339 bytes --]
There is a new pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages lisgd
https://github.com/void-linux/void-packages/pull/51495
New package: lisgd-0.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
#### Local build testing
- I built this PR locally for my native architecture, (aarch64-glibc)
I tested this PR on my pinephone with the following script
```
#!/bin/sh
# Define minimal configuration
LISGD_INPUT_DEVICE="${SXMO_LISGD_INPUT_DEVICE:-"/dev/input/by-path/first-touchscreen"}"
LISGD_THRESHOLD="${SXMO_LISGD_THRESHOLD:-125}"
LISGD_THRESHOLD_PRESSED="${SXMO_LISGD_THRESHOLD_PRESSED:-60}"
# Four basic gestures for testing
lisgd "$@" -d "$LISGD_INPUT_DEVICE" \
-t "$LISGD_THRESHOLD" -T "$LISGD_THRESHOLD_PRESSED" \
-g "1,LR,*,*,R,notify-send 'Swiped left to right'" \
-g "1,RL,*,*,R,notify-send 'Swiped right to left'" \
-g "1,DU,*,*,R,notify-send 'Swiped down to up'" \
-g "1,UD,*,*,R,notify-send 'Swiped up to down'"
```
A patch file from https://github.com/void-linux/void-packages/pull/51495.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lisgd-51495.patch --]
[-- Type: text/x-diff, Size: 1010 bytes --]
From 2d6bd57fc1756e7431c56633bea9758c20622583 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sat, 27 Jul 2024 09:30:50 +0200
Subject: [PATCH] New package: lisgd-0.4.0
---
srcpkgs/lisgd/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/lisgd/template
diff --git a/srcpkgs/lisgd/template b/srcpkgs/lisgd/template
new file mode 100644
index 00000000000000..22a3b4aaf912c6
--- /dev/null
+++ b/srcpkgs/lisgd/template
@@ -0,0 +1,13 @@
+# Template file for 'lisgd'
+pkgname=lisgd
+version=0.4.0
+revision=1
+build_style=gnu-makefile
+makedepends="libinput-devel eudev-libudev-devel libX11-devel wayland-devel"
+short_desc="Simple libinput gesture daemon"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="http://git.sr.ht/~mil/lisgd"
+changelog="https://git.sr.ht/~mil/lisgd/refs/"
+distfiles="https://git.sr.ht/~mil/lisgd/archive/${version}.tar.gz"
+checksum=1eef0a3c4c297714b52dd061d40611c955ea8479ef3e60cfb0f7ab9cb22e65e7
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] New package: lisgd-0.4.0
2024-07-27 12:19 [PR PATCH] New package: lisgd-0.4.0 Eloitor
@ 2024-07-27 12:24 ` Eloitor
2024-08-29 16:46 ` tranzystorekk
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-07-27 12:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1344 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages lisgd
https://github.com/void-linux/void-packages/pull/51495
New package: lisgd-0.4.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
#### Local build testing
- I built this PR locally for my native architecture, (aarch64-glibc)
I tested this PR on my pinephone with the following script
```
#!/bin/sh
# Define minimal configuration
LISGD_INPUT_DEVICE="${SXMO_LISGD_INPUT_DEVICE:-"/dev/input/by-path/first-touchscreen"}"
LISGD_THRESHOLD="${SXMO_LISGD_THRESHOLD:-125}"
LISGD_THRESHOLD_PRESSED="${SXMO_LISGD_THRESHOLD_PRESSED:-60}"
# Four basic gestures for testing
lisgd "$@" -d "$LISGD_INPUT_DEVICE" \
-t "$LISGD_THRESHOLD" -T "$LISGD_THRESHOLD_PRESSED" \
-g "1,LR,*,*,R,notify-send 'Swiped left to right'" \
-g "1,RL,*,*,R,notify-send 'Swiped right to left'" \
-g "1,DU,*,*,R,notify-send 'Swiped down to up'" \
-g "1,UD,*,*,R,notify-send 'Swiped up to down'"
```
A patch file from https://github.com/void-linux/void-packages/pull/51495.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lisgd-51495.patch --]
[-- Type: text/x-diff, Size: 1056 bytes --]
From 60e6e9dfaff9b0a49719bc53af6b44cd7a740753 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sat, 27 Jul 2024 09:30:50 +0200
Subject: [PATCH] New package: lisgd-0.4.0
---
srcpkgs/lisgd/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/lisgd/template
diff --git a/srcpkgs/lisgd/template b/srcpkgs/lisgd/template
new file mode 100644
index 00000000000000..794741b6af6993
--- /dev/null
+++ b/srcpkgs/lisgd/template
@@ -0,0 +1,17 @@
+# Template file for 'lisgd'
+pkgname=lisgd
+version=0.4.0
+revision=1
+build_style=gnu-makefile
+makedepends="libinput-devel eudev-libudev-devel libX11-devel wayland-devel"
+short_desc="Simple libinput gesture daemon"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="http://git.sr.ht/~mil/lisgd"
+changelog="https://git.sr.ht/~mil/lisgd/refs/"
+distfiles="https://git.sr.ht/~mil/lisgd/archive/${version}.tar.gz"
+checksum=1eef0a3c4c297714b52dd061d40611c955ea8479ef3e60cfb0f7ab9cb22e65e7
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Closed]: New package: lisgd-0.4.0
2024-07-27 12:19 [PR PATCH] New package: lisgd-0.4.0 Eloitor
2024-07-27 12:24 ` [PR PATCH] [Updated] " Eloitor
2024-08-29 16:46 ` tranzystorekk
@ 2024-08-29 16:46 ` tranzystorekk
2024-09-30 16:18 ` zen0bit
2024-09-30 16:29 ` tranzystorekk
4 siblings, 0 replies; 8+ messages in thread
From: tranzystorekk @ 2024-08-29 16:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1190 bytes --]
There's a closed pull request on the void-packages repository
New package: lisgd-0.4.0
https://github.com/void-linux/void-packages/pull/51495
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
#### Local build testing
- I built this PR locally for my native architecture, (aarch64-glibc)
I tested this PR on my pinephone with the following script
```
#!/bin/sh
# Define minimal configuration
LISGD_INPUT_DEVICE="${SXMO_LISGD_INPUT_DEVICE:-"/dev/input/by-path/first-touchscreen"}"
LISGD_THRESHOLD="${SXMO_LISGD_THRESHOLD:-125}"
LISGD_THRESHOLD_PRESSED="${SXMO_LISGD_THRESHOLD_PRESSED:-60}"
# Four basic gestures for testing
lisgd "$@" -d "$LISGD_INPUT_DEVICE" \
-t "$LISGD_THRESHOLD" -T "$LISGD_THRESHOLD_PRESSED" \
-g "1,LR,*,*,R,notify-send 'Swiped left to right'" \
-g "1,RL,*,*,R,notify-send 'Swiped right to left'" \
-g "1,DU,*,*,R,notify-send 'Swiped down to up'" \
-g "1,UD,*,*,R,notify-send 'Swiped up to down'"
```
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New package: lisgd-0.4.0
2024-07-27 12:19 [PR PATCH] New package: lisgd-0.4.0 Eloitor
2024-07-27 12:24 ` [PR PATCH] [Updated] " Eloitor
@ 2024-08-29 16:46 ` tranzystorekk
2024-08-29 16:46 ` [PR PATCH] [Closed]: " tranzystorekk
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: tranzystorekk @ 2024-08-29 16:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/51495#issuecomment-2318348103
Comment:
Duplicate of #50637
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New package: lisgd-0.4.0
2024-07-27 12:19 [PR PATCH] New package: lisgd-0.4.0 Eloitor
` (2 preceding siblings ...)
2024-08-29 16:46 ` [PR PATCH] [Closed]: " tranzystorekk
@ 2024-09-30 16:18 ` zen0bit
2024-09-30 16:29 ` tranzystorekk
4 siblings, 0 replies; 8+ messages in thread
From: zen0bit @ 2024-09-30 16:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 202 bytes --]
New comment by zen0bit on void-packages repository
https://github.com/void-linux/void-packages/pull/51495#issuecomment-2383637871
Comment:
> Duplicate of #50637
Was closed
Can this be reopened?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New package: lisgd-0.4.0
2024-07-27 12:19 [PR PATCH] New package: lisgd-0.4.0 Eloitor
` (3 preceding siblings ...)
2024-09-30 16:18 ` zen0bit
@ 2024-09-30 16:29 ` tranzystorekk
4 siblings, 0 replies; 8+ messages in thread
From: tranzystorekk @ 2024-09-30 16:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/51495#issuecomment-2383663735
Comment:
There's another open one: https://github.com/void-linux/void-packages/pull/52348
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PR PATCH] New package: lisgd-0.4.0
@ 2024-09-25 14:33 Emru1
0 siblings, 0 replies; 8+ messages in thread
From: Emru1 @ 2024-09-25 14:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]
There is a new pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages lisgd
https://github.com/void-linux/void-packages/pull/52348
New package: lisgd-0.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- 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, amd64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv7l-musl
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/52348.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lisgd-52348.patch --]
[-- Type: text/x-diff, Size: 1027 bytes --]
From 7606d0faa55b24603e5152db676a16151718a801 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Tue, 24 Sep 2024 11:13:43 +0200
Subject: [PATCH] New package: lisgd-0.4.0
---
srcpkgs/lisgd/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/lisgd/template
diff --git a/srcpkgs/lisgd/template b/srcpkgs/lisgd/template
new file mode 100644
index 00000000000000..4d4f2d5c7d9350
--- /dev/null
+++ b/srcpkgs/lisgd/template
@@ -0,0 +1,18 @@
+# Template file for 'lisgd'
+pkgname=lisgd
+version=0.4.0
+revision=1
+build_style=gnu-makefile
+#hostmakedepends=""
+makedepends="libinput-devel eudev-libudev-devel libX11-devel wayland-devel"
+#depends=""
+short_desc="Synthetic gesture daemon"
+maintainer="Emil Tomczyk <emru@emru.xyz>"
+license="MIT"
+homepage="https://git.sr.ht/~mil/lisgd"
+distfiles="https://git.sr.ht/~mil/lisgd/archive/${version}.tar.gz"
+checksum=1eef0a3c4c297714b52dd061d40611c955ea8479ef3e60cfb0f7ab9cb22e65e7
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PR PATCH] New package: lisgd-0.4.0
@ 2024-06-01 2:24 SevereOverfl0w
0 siblings, 0 replies; 8+ messages in thread
From: SevereOverfl0w @ 2024-06-01 2:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 750 bytes --]
There is a new pull request by SevereOverfl0w against master on the void-packages repository
https://github.com/SevereOverfl0w/void-packages libgsd
https://github.com/void-linux/void-packages/pull/50637
New package: lisgd-0.4.0
#### Testing the changes
- I tested the changes in this PR: YES
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
A patch file from https://github.com/void-linux/void-packages/pull/50637.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgsd-50637.patch --]
[-- Type: text/x-diff, Size: 1013 bytes --]
From d4199b83bf8b69600c329a4f312db6c52a9ee080 Mon Sep 17 00:00:00 2001
From: Dominic Monroe <dominic@dominic.io>
Date: Sat, 1 Jun 2024 03:21:14 +0100
Subject: [PATCH] New package: lisgd-0.4.0
---
srcpkgs/lisgd/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/lisgd/template
diff --git a/srcpkgs/lisgd/template b/srcpkgs/lisgd/template
new file mode 100644
index 00000000000000..137cbe6467a891
--- /dev/null
+++ b/srcpkgs/lisgd/template
@@ -0,0 +1,16 @@
+# Template file for 'lisgd'
+pkgname=lisgd
+version=0.4.0
+revision=1
+build_style=gnu-makefile
+makedepends="wayland-devel libinput-devel eudev-libudev-devel libX11-devel"
+short_desc="Libinput synthetic gesture daemon"
+maintainer="Dominic Monroe <dominic@dominic.io>"
+license="MIT"
+homepage="https://git.sr.ht/~mil/lisgd"
+distfiles="https://git.sr.ht/~mil/lisgd/archive/${version}.tar.gz"
+checksum=1eef0a3c4c297714b52dd061d40611c955ea8479ef3e60cfb0f7ab9cb22e65e7
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-09-30 16:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-27 12:19 [PR PATCH] New package: lisgd-0.4.0 Eloitor
2024-07-27 12:24 ` [PR PATCH] [Updated] " Eloitor
2024-08-29 16:46 ` tranzystorekk
2024-08-29 16:46 ` [PR PATCH] [Closed]: " tranzystorekk
2024-09-30 16:18 ` zen0bit
2024-09-30 16:29 ` tranzystorekk
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 14:33 [PR PATCH] " Emru1
2024-06-01 2:24 SevereOverfl0w
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).