x11/xkblayout-state: new port had been added (+)

Small command-line program to get/set current XKB keyboard
layout (thin wrapper around a slightly modified version of
Jay Bromley's XKeyboard class).

PR:		265161
Submitted by:	Pavel Timofeev
This commit is contained in:
Alexey Dokuchaev 2023-12-08 07:05:56 +00:00
parent c205f5eeb5
commit f28a6e5d6f
4 changed files with 33 additions and 0 deletions

View file

@ -564,6 +564,7 @@
SUBDIR += xkbctrl SUBDIR += xkbctrl
SUBDIR += xkbevd SUBDIR += xkbevd
SUBDIR += xkbind SUBDIR += xkbind
SUBDIR += xkblayout-state
SUBDIR += xkbprint SUBDIR += xkbprint
SUBDIR += xkbset SUBDIR += xkbset
SUBDIR += xkbutils SUBDIR += xkbutils

View file

@ -0,0 +1,24 @@
PORTNAME= xkblayout-state
PORTVERSION= g20211106
CATEGORIES= x11
MAINTAINER= timp87@gmail.com
COMMENT= Small program to get/set the current XKB layout
WWW= https://github.com/nonpop/xkblayout-state
LICENSE= GPLv2+
USES= gmake localbase:ldflags xorg
USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= nonpop
GH_TAGNAME= f311779
PORTSCOUT= skipv:v1,v1b
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1636204141
SHA256 (nonpop-xkblayout-state-g20211106-f311779_GH0.tar.gz) = 2bd4f9cda087a797df20ee41d903d5a447ce1beccf38cef004cf4bfe9d9d134e
SIZE (nonpop-xkblayout-state-g20211106-f311779_GH0.tar.gz) = 7617

View file

@ -0,0 +1,5 @@
xkblayout-state is a small command-line program to get/set the current
XKB keyboard layout.
It is a thin wrapper around a slightly modified version of Jay Bromley's
XKeyboard class.