summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta/xenocara/Makefile1
-rw-r--r--x11/setxkbmap/Makefile31
-rw-r--r--x11/setxkbmap/distinfo2
-rw-r--r--x11/setxkbmap/pkg/DESCR3
-rw-r--r--x11/setxkbmap/pkg/PLIST3
5 files changed, 40 insertions, 0 deletions
diff --git a/meta/xenocara/Makefile b/meta/xenocara/Makefile
index 5b7a3df..33c5786 100644
--- a/meta/xenocara/Makefile
+++ b/meta/xenocara/Makefile
@@ -14,6 +14,7 @@ RUN_DEPENDS = \
x11/xf86-input-ws \
x11/cwm \
x11/iceauth \
+ x11/setxkbmap \
x11/xauth \
x11/xclock \
x11/xconsole \
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