summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--README20
2 files changed, 9 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5603305c44c9..71ef87e6a008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
-# Generated by mksrcinfo v8
-# Sun Jun 23 19:28:45 UTC 2019
pkgbase = input-veikk-config
- pkgdesc = Configuration utility for input-veikk-dkms: orientation, screen mapping and pressure mapping
- pkgver = 1.1
+ pkgdesc = A graphical configuration tool to easily customize the module parameters for the input-veikk-dkms
+ pkgver = 2.0
pkgrel = 1
- url = https://github.com/jlam55555/veikk-s640-driver
+ url = https://github.com/jlam55555/veikk-linux-driver-gui
arch = any
license = GPL
+ makedepends = cmake
+ makedepends = qt5-tools
depends = input-veikk-dkms
- source = README
- source = input-veikk-config.sh::https://raw.githubusercontent.com/jlam55555/veikk-s640-driver/master/config.sh
- sha1sums = 8432d8a7314bc42269e976bdf5a7c75606fd4677
- sha1sums = 58ef918424a29f4f2bc2a81b069bff07d3d921b1
+ source = https://codeload.github.com/jlam55555/veikk-linux-driver-gui/tar.gz/v2.0
+ source = fix.patch
+ sha1sums = 09e72cfc11d62f54fab398931060fb7d5bd7258b
+ sha1sums = 8784d971e57f2d1b3290fb42752b2178a15ba61f
pkgname = input-veikk-config
diff --git a/README b/README
deleted file mode 100644
index 2d20eaee16c5..000000000000
--- a/README
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Configuration options:
-
- Orientation:
- 0: no rotation (default)
- 1: rotate right 90 deg
- 2: rotate 180 deg (left-handed mode)
- 3: rotate left 90 deg
- Screen mapping (all values in integers percents, e.g., 45):
- Left: left boundary (default: 0)
- Top: top boundary (default: 0)
- Right: right boundary (default: 100)
- Bottom: bottom boundary (default: 100)
- Pressure mapping:
- 0: linear mapping (p_out = p_raw) (default)
- 1: constant function, half pressure (p_out = p_max / 2)
- 2: power function, n=1/2 (p_out = sqrt(p_raw))
- 3: power function, n=2 (p_out = p_raw^2)
- 4: linear mapping, reduced input pressure (p_out = min(4/3 * p_raw, p_max))
-