diff options
Diffstat (limited to 'freebsd/applications/settings/kkbswitch')
-rw-r--r-- | freebsd/applications/settings/kkbswitch/Makefile | 35 | ||||
-rw-r--r-- | freebsd/applications/settings/kkbswitch/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/settings/kkbswitch/pkg-descr | 20 | ||||
-rw-r--r-- | freebsd/applications/settings/kkbswitch/pkg-plist | 27 |
4 files changed, 85 insertions, 0 deletions
diff --git a/freebsd/applications/settings/kkbswitch/Makefile b/freebsd/applications/settings/kkbswitch/Makefile new file mode 100644 index 000000000..dae73d2b8 --- /dev/null +++ b/freebsd/applications/settings/kkbswitch/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= kkbswitch-trinity +COMMENT= KKBSwitch – keyboard layout indicator +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= sysutils x11 +DIST_SUBDIR= TDE/applications/settings + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \ + ${TDE_PREFIX}/lib/libkonq.so:${PORTSDIR}/x11/trinity/core/tdebase \ + ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \ + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL=ON + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/settings/kkbswitch/distinfo b/freebsd/applications/settings/kkbswitch/distinfo new file mode 100644 index 000000000..d33e0dbb8 --- /dev/null +++ b/freebsd/applications/settings/kkbswitch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635243470 +SHA256 (TDE/applications/settings/kkbswitch-trinity_14.0.11.orig.tar.xz) = 0a09f1e639985830b022c3b43c0270528b1ae0fa751918081afb63072852a4f3 +SIZE (TDE/applications/settings/kkbswitch-trinity_14.0.11.orig.tar.xz) = 78780 diff --git a/freebsd/applications/settings/kkbswitch/pkg-descr b/freebsd/applications/settings/kkbswitch/pkg-descr new file mode 100644 index 000000000..e60b3d055 --- /dev/null +++ b/freebsd/applications/settings/kkbswitch/pkg-descr @@ -0,0 +1,20 @@ +KKBSwitch is a keyboard layout indicator for TDE. It is useful +when you have configured the XKeyboard extension of your X Server +to have more than one keyboard group, for example US/ASCII and +Russian. KKBSwitch displays an icon in the system tray that +indicates which layout is currently active. Note that KKBSwitch +does not help you configure XKeyboard, it merely serves as the +indicator of the current group. You still have to configure +XKeyboard by editing XF86Config file. + +KKBSwitch features: +- displays an icon in the TDE's system tray indicating the active + keyboard group +- you can switch keyboard groups by clicking the icon or selecting the + desired group from the icon's menu +- icons corresponding to different groups are configurable (chosen + from country flag pixmaps that ship with TDE). Also you can set + your own icon or set "Windows-like" mode with locale letters. +- "Toggle mode" (keyboard layout memorized for each window separately). + +WWW: http://kkbswitch.sourceforge.net diff --git a/freebsd/applications/settings/kkbswitch/pkg-plist b/freebsd/applications/settings/kkbswitch/pkg-plist new file mode 100644 index 000000000..050e7e93b --- /dev/null +++ b/freebsd/applications/settings/kkbswitch/pkg-plist @@ -0,0 +1,27 @@ +bin/kkbswitch +share/applications/tde/kkbswitch.desktop +share/apps/kkbswitch/group_names +share/apps/tdeconf_update/kkbswitch.upd +share/apps/tdeconf_update/kkbswitch_update_14_icons +share/apps/tdeconf_update/kkbswitch_update_14_options +share/autostart/kkbswitch.desktop +share/doc/tde/HTML/en/kkbswitch/code_style.png +share/doc/tde/HTML/en/kkbswitch/common +share/doc/tde/HTML/en/kkbswitch/flag_code_style.png +share/doc/tde/HTML/en/kkbswitch/flag_style.png +share/doc/tde/HTML/en/kkbswitch/index.cache.bz2 +share/doc/tde/HTML/en/kkbswitch/index.docbook +share/icons/hicolor/16x16/apps/kkbswitch.png +share/icons/hicolor/32x32/apps/kkbswitch.png +share/locale/be/LC_MESSAGES/kkbswitch.mo +share/locale/bg/LC_MESSAGES/kkbswitch.mo +share/locale/cs/LC_MESSAGES/kkbswitch.mo +share/locale/de/LC_MESSAGES/kkbswitch.mo +share/locale/el/LC_MESSAGES/kkbswitch.mo +share/locale/fi/LC_MESSAGES/kkbswitch.mo +share/locale/he/LC_MESSAGES/kkbswitch.mo +share/locale/ru/LC_MESSAGES/kkbswitch.mo +share/locale/sk/LC_MESSAGES/kkbswitch.mo +share/locale/sv/LC_MESSAGES/kkbswitch.mo +share/locale/uk/LC_MESSAGES/kkbswitch.mo +share/man/man1/kkbswitch.1.gz |