Saturday, February 25, 2023

Re: [new] x11/tpadnav

On 2023/02/24 20:46, joshua stein wrote:
> This utility generates XF86XK_Back and XF86XK_Forward keyboard
> events in response to a two-finger left or right swipe on a
> touchpad.

Works for me. OK with this on top:

diff --git Makefile Makefile
index f34ec4f..57b0ce6 100644
--- Makefile
+++ Makefile
@@ -1,19 +1,13 @@
-# $OpenBSD$
-
COMMENT= generate back and forward navigation events from touchpad

-V= 1.0
-DISTNAME= v${V}
-DIST_SUBDIR= tpadnav
-PKGNAME= ${DIST_SUBDIR}-${V}
+GH_ACCOUNT= jcs
+GH_PROJECT= tpadnav
+GH_TAGNAME= v1.0

CATEGORIES= x11
-HOMEPAGE= https://github.com/jcs/tpadnav

MAINTAINER= joshua stein <jcs@jcs.org>

-MASTER_SITES= ${HOMEPAGE}/archive/
-
# BSD
PERMIT_PACKAGE= Yes

@@ -24,6 +18,4 @@ FAKE_FLAGS= DESTDIR=

NO_TEST= Yes

-WRKDIST= ${WRKDIR}/${PKGNAME}
-
.include <bsd.port.mk>
diff --git distinfo distinfo
index 143ea3f..b12fc16 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (tpadnav/v1.0.tar.gz) = SR4MWZasZnEvj8hX0NjbmPaOcgkWMyoBe7IzDH8gCxo=
-SIZE (tpadnav/v1.0.tar.gz) = 3859
+SHA256 (tpadnav-1.0.tar.gz) = SR4MWZasZnEvj8hX0NjbmPaOcgkWMyoBe7IzDH8gCxo=
+SIZE (tpadnav-1.0.tar.gz) = 3859

No comments:

Post a Comment