diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-04-19 20:20:45 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-04-19 20:20:45 +0000 |
commit | 0f0336d73dac33fd2746d8334a34290b37475223 (patch) | |
tree | 9bb9b59172becb0fd39cd99dc779b9204a7e85b4 | |
parent | 39dd54f449e100afc6b7711b0bb14b4c9c0f95a5 (diff) | |
download | ports-0f0336d73dac33fd2746d8334a34290b37475223.tar.gz ports-0f0336d73dac33fd2746d8334a34290b37475223.zip |
New port: x11/dsbxinput: Graphical tool for configuring pointing devices
https://github.com/mrclksr/DSBXinput
PR: 255225
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (new maintainer)
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/dsbxinput/Makefile | 20 | ||||
-rw-r--r-- | x11/dsbxinput/distinfo | 3 | ||||
-rw-r--r-- | x11/dsbxinput/pkg-descr | 4 | ||||
-rw-r--r-- | x11/dsbxinput/pkg-plist | 3 |
5 files changed, 31 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 2ed9f9b0660a..a2ec4df9d6b2 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -50,6 +50,7 @@ SUBDIR += dmenu-wayland SUBDIR += docker-tray SUBDIR += dsbautostart + SUBDIR += dsbxinput SUBDIR += dxpc SUBDIR += dzen2 SUBDIR += eaglemode diff --git a/x11/dsbxinput/Makefile b/x11/dsbxinput/Makefile new file mode 100644 index 000000000000..714fca5caa75 --- /dev/null +++ b/x11/dsbxinput/Makefile @@ -0,0 +1,20 @@ +PORTNAME= dsbxinput +DISTVERSION= 0.1 +CATEGORIES= x11 + +MAINTAINER= mk@nic-nac-project.org +COMMENT= Graphical tool for configuring pointing devices + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lrelease:devel/qt5-linguisttools +RUN_DEPENDS= xinput:x11/xinput + +USES= pyqt:5 python:3.7+ +USE_GITHUB= yes +GH_ACCOUNT= mrclksr +GH_PROJECT= DSBXinput +USE_PYQT= core gui widgets + +.include <bsd.port.mk> diff --git a/x11/dsbxinput/distinfo b/x11/dsbxinput/distinfo new file mode 100644 index 000000000000..8bc8158e1d3f --- /dev/null +++ b/x11/dsbxinput/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1618745410 +SHA256 (mrclksr-DSBXinput-0.1_GH0.tar.gz) = 6cc8e69b508e21c215a53090c084cba994a54169085377c1e5cf1c1c4702159a +SIZE (mrclksr-DSBXinput-0.1_GH0.tar.gz) = 9636 diff --git a/x11/dsbxinput/pkg-descr b/x11/dsbxinput/pkg-descr new file mode 100644 index 000000000000..bd3d708405a1 --- /dev/null +++ b/x11/dsbxinput/pkg-descr @@ -0,0 +1,4 @@ +DSBXinput is a graphical fontend to xinput which allows you to configure +pointing devices. + +WWW: https://github.com/mrclksr/DSBXinput diff --git a/x11/dsbxinput/pkg-plist b/x11/dsbxinput/pkg-plist new file mode 100644 index 000000000000..9718d9e89ce1 --- /dev/null +++ b/x11/dsbxinput/pkg-plist @@ -0,0 +1,3 @@ +bin/dsbxinput +share/applications/dsbxinput.desktop +%%DATADIR%%/dsbxinput_de.qm |