Add `x11/perwindowlayoutd' which keeps per-window keyboard layout under X11.
WWW: https://sourceforge.net/projects/perwindowlayout/
This commit is contained in:
parent
9d767412c9
commit
eddff597c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477711
@ -258,6 +258,7 @@
|
|||||||
SUBDIR += p5-XTerm-Conf
|
SUBDIR += p5-XTerm-Conf
|
||||||
SUBDIR += pantheon-terminal
|
SUBDIR += pantheon-terminal
|
||||||
SUBDIR += pcdm
|
SUBDIR += pcdm
|
||||||
|
SUBDIR += perwindowlayoutd
|
||||||
SUBDIR += pipeglade
|
SUBDIR += pipeglade
|
||||||
SUBDIR += pixman
|
SUBDIR += pixman
|
||||||
SUBDIR += plasma-scriptengine-python-kde4
|
SUBDIR += plasma-scriptengine-python-kde4
|
||||||
|
27
x11/perwindowlayoutd/Makefile
Normal file
27
x11/perwindowlayoutd/Makefile
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= perwindowlayoutd
|
||||||
|
PORTVERSION= 0.6
|
||||||
|
CATEGORIES= x11
|
||||||
|
MASTER_SITES= SF/perwindowlayout
|
||||||
|
|
||||||
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
|
COMMENT= Keeps per-window keyboard layout under X11
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
USES= localbase
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_XORG= x11
|
||||||
|
|
||||||
|
PLIST_FILES= bin/perWindowLayoutD
|
||||||
|
PORTDOCS= AUTHORS README
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
post-install-DOCS-on:
|
||||||
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
x11/perwindowlayoutd/distinfo
Normal file
3
x11/perwindowlayoutd/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1323086515
|
||||||
|
SHA256 (perwindowlayoutd-0.6.tar.gz) = 982ae890e4885b5cbd720d00eab8b46294835afcbc7d8ded363beca56c203a12
|
||||||
|
SIZE (perwindowlayoutd-0.6.tar.gz) = 86446
|
8
x11/perwindowlayoutd/pkg-descr
Normal file
8
x11/perwindowlayoutd/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Sometimes you want to setup switching keyboard layouts using X11 server --
|
||||||
|
because there is no DE plugin, or it's broken, or lacks needed functionality.
|
||||||
|
You can easily configure X11 server to switch keyboard layouts, but I could
|
||||||
|
not find way of keeping layout for each window separately using only the X11
|
||||||
|
server. Hence this package. It is similar to kbdd and xxkb but might work
|
||||||
|
better under some configurations and/or window managers.
|
||||||
|
|
||||||
|
WWW: https://sourceforge.net/projects/perwindowlayout/
|
Loading…
Reference in New Issue
Block a user