Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lisgd-0.4.0
@ 2024-06-01  2:24 SevereOverfl0w
  2024-08-31  1:54 ` github-actions
  2024-09-14  1:55 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 6+ 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] 6+ messages in thread
* [PR PATCH] New package: lisgd-0.4.0
@ 2024-07-27 12:19 Eloitor
  2024-08-29 16:46 ` tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2024-09-30 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-01  2:24 [PR PATCH] New package: lisgd-0.4.0 SevereOverfl0w
2024-08-31  1:54 ` github-actions
2024-09-14  1:55 ` [PR PATCH] [Closed]: " github-actions
2024-07-27 12:19 [PR PATCH] " Eloitor
2024-08-29 16:46 ` tranzystorekk
2024-09-30 16:18 ` zen0bit
2024-09-30 16:29 ` tranzystorekk

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