diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 20:20:35 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 20:20:35 +0200 |
commit | c549c37e4d9c1bc9d3f339f7f90d8a26c0cb04de (patch) | |
tree | 658138e6aaddb4a9aaf5f5f8e31d5e75981f1226 /x11 | |
parent | 18563fbaeeb5c1e4a1e9d91728146dd9b967d5b4 (diff) |
add setxkbmap 1.3.2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/setxkbmap/Makefile | 31 | ||||
-rw-r--r-- | x11/setxkbmap/distinfo | 2 | ||||
-rw-r--r-- | x11/setxkbmap/pkg/DESCR | 3 | ||||
-rw-r--r-- | x11/setxkbmap/pkg/PLIST | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/setxkbmap/Makefile b/x11/setxkbmap/Makefile new file mode 100644 index 0000000..e51d7af --- /dev/null +++ b/x11/setxkbmap/Makefile @@ -0,0 +1,31 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = set the keyboard using the X Keyboard Extension + + +DISTNAME = setxkbmap-1.3.2 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/setxkbmap + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = X11 xkbfile c + +MASTER_SITES = ${MASTER_SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libX11 \ + x11/libxkbfile + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> diff --git a/x11/setxkbmap/distinfo b/x11/setxkbmap/distinfo new file mode 100644 index 0000000..04a6d32 --- /dev/null +++ b/x11/setxkbmap/distinfo @@ -0,0 +1,2 @@ +SHA256 (setxkbmap-1.3.2.tar.gz) = fpNK/FXxYUBvfdmbW+iDfl0UeNgmN3ZpexWdSEYaHTw= +SIZE (setxkbmap-1.3.2.tar.gz) = 168426 diff --git a/x11/setxkbmap/pkg/DESCR b/x11/setxkbmap/pkg/DESCR new file mode 100644 index 0000000..47f9728 --- /dev/null +++ b/x11/setxkbmap/pkg/DESCR @@ -0,0 +1,3 @@ +setxkbmap is an X11 client to change the keymaps in the X server for a +specified keyboard to use the layout determined by the options listed +on the command line. diff --git a/x11/setxkbmap/pkg/PLIST b/x11/setxkbmap/pkg/PLIST new file mode 100644 index 0000000..a9a9e84 --- /dev/null +++ b/x11/setxkbmap/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/setxkbmap +@man man/man1/setxkbmap.1 |