Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 20:22:38 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f0336d73dac - main - New port: x11/dsbxinput: Graphical tool for configuring pointing devices
Message-ID:  <202104192022.13JKMcLt093669@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f0336d73dac33fd2746d8334a34290b37475223

commit 0f0336d73dac33fd2746d8334a34290b37475223
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-04-19 20:20:45 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-04-19 20:20:45 +0000

    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)
---
 x11/Makefile            |  1 +
 x11/dsbxinput/Makefile  | 20 ++++++++++++++++++++
 x11/dsbxinput/distinfo  |  3 +++
 x11/dsbxinput/pkg-descr |  4 ++++
 x11/dsbxinput/pkg-plist |  3 +++
 5 files changed, 31 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104192022.13JKMcLt093669>