View | Details | Raw Unified | Return to bug 255225
Collapse All | Expand All

(-)b/x11/dsbxinput/Makefile (+23 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	dsbxinput
4
DISTVERSION=	0.1
5
CATEGORIES=	x11
6
7
MAINTAINER=	mk@nic-nac-project.org
8
COMMENT=	Graphical tool for configuring pointing devices
9
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
BUILD_DEPENDS=	lrelease:devel/qt5-linguisttools
14
RUN_DEPENDS=	xinput:x11/xinput
15
16
USES=		pyqt:5 python:3.7+
17
USE_PYQT=	core gui widgets
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	mrclksr
21
GH_PROJECT=	DSBXinput
22
23
.include <bsd.port.mk>
(-)b/x11/dsbxinput/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1618745410
2
SHA256 (mrclksr-DSBXinput-0.1_GH0.tar.gz) = 6cc8e69b508e21c215a53090c084cba994a54169085377c1e5cf1c1c4702159a
3
SIZE (mrclksr-DSBXinput-0.1_GH0.tar.gz) = 9636
(-)b/x11/dsbxinput/pkg-descr (+4 lines)
Added Link Here
1
DSBXinput is a graphical fontend to xinput which allows you to configure
2
pointing devices.
3
4
WWW: https://github.com/mrclksr/DSBXinput
(-)b/x11/dsbxinput/pkg-plist (+3 lines)
Added Link Here
1
bin/dsbxinput
2
share/applications/dsbxinput.desktop
3
%%DATADIR%%/dsbxinput_de.qm

Return to bug 255225