mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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)
This commit is contained in:
parent
39dd54f449
commit
0f0336d73d
@ -50,6 +50,7 @@
|
||||
SUBDIR += dmenu-wayland
|
||||
SUBDIR += docker-tray
|
||||
SUBDIR += dsbautostart
|
||||
SUBDIR += dsbxinput
|
||||
SUBDIR += dxpc
|
||||
SUBDIR += dzen2
|
||||
SUBDIR += eaglemode
|
||||
|
20
x11/dsbxinput/Makefile
Normal file
20
x11/dsbxinput/Makefile
Normal file
@ -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>
|
3
x11/dsbxinput/distinfo
Normal file
3
x11/dsbxinput/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1618745410
|
||||
SHA256 (mrclksr-DSBXinput-0.1_GH0.tar.gz) = 6cc8e69b508e21c215a53090c084cba994a54169085377c1e5cf1c1c4702159a
|
||||
SIZE (mrclksr-DSBXinput-0.1_GH0.tar.gz) = 9636
|
4
x11/dsbxinput/pkg-descr
Normal file
4
x11/dsbxinput/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
DSBXinput is a graphical fontend to xinput which allows you to configure
|
||||
pointing devices.
|
||||
|
||||
WWW: https://github.com/mrclksr/DSBXinput
|
3
x11/dsbxinput/pkg-plist
Normal file
3
x11/dsbxinput/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/dsbxinput
|
||||
share/applications/dsbxinput.desktop
|
||||
%%DATADIR%%/dsbxinput_de.qm
|
Loading…
Reference in New Issue
Block a user