mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
c205f5eeb5
commit
f28a6e5d6f
4 changed files with 33 additions and 0 deletions
|
@ -564,6 +564,7 @@
|
|||
SUBDIR += xkbctrl
|
||||
SUBDIR += xkbevd
|
||||
SUBDIR += xkbind
|
||||
SUBDIR += xkblayout-state
|
||||
SUBDIR += xkbprint
|
||||
SUBDIR += xkbset
|
||||
SUBDIR += xkbutils
|
||||
|
|
24
x11/xkblayout-state/Makefile
Normal file
24
x11/xkblayout-state/Makefile
Normal 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>
|
3
x11/xkblayout-state/distinfo
Normal file
3
x11/xkblayout-state/distinfo
Normal 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
|
5
x11/xkblayout-state/pkg-descr
Normal file
5
x11/xkblayout-state/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue