diff options
author | arved <arved@FreeBSD.org> | 2004-11-11 05:02:50 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-11 05:02:50 +0800 |
commit | 59a290b5ec109103b8f968d38489dee35c19ef0e (patch) | |
tree | 5921dd98fc58cb3cb8c877c5ce939c9401e7459c /sysutils/kkbswitch | |
parent | 80af2662e20656a6d119575abf964a8a4891631d (diff) | |
download | freebsd-ports-gnome-59a290b5ec109103b8f968d38489dee35c19ef0e.tar.gz freebsd-ports-gnome-59a290b5ec109103b8f968d38489dee35c19ef0e.tar.zst freebsd-ports-gnome-59a290b5ec109103b8f968d38489dee35c19ef0e.zip |
Update to 1.4.2 version
- Added Hebrew translation
- Added manual page
- Changed behavior of RU_UA_LAYOUT - now off by default
PR: 73761
Submitted by: root@sentry.granch.ru
Diffstat (limited to 'sysutils/kkbswitch')
-rw-r--r-- | sysutils/kkbswitch/Makefile | 8 | ||||
-rw-r--r-- | sysutils/kkbswitch/distinfo | 4 | ||||
-rw-r--r-- | sysutils/kkbswitch/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/kkbswitch/pkg-plist | 1 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sysutils/kkbswitch/Makefile b/sysutils/kkbswitch/Makefile index f4ebb2a7d956..a704a2a7c59f 100644 --- a/sysutils/kkbswitch/Makefile +++ b/sysutils/kkbswitch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kkbswitch -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kkbswitch @@ -24,7 +24,9 @@ CONFIGURE_ARGS += --with-qt-dir=${QT_PREFIX} \ DOCSDIR= share/doc/HTML/en/${PORTNAME} -OPTIONS= RU_UA_LAYOUT "With additional RU_UA keyboard layout" on +MAN1= kkbswitch.1 + +OPTIONS= RU_UA_LAYOUT "With additional RU_UA keyboard layout" off PLIST_SUB= PREFIX=${PREFIX} \ X11BASE=${X11BASE} \ @@ -33,9 +35,9 @@ PLIST_SUB= PREFIX=${PREFIX} \ .include <bsd.port.pre.mk> .if defined(WITH_RU_UA_LAYOUT) +CONFIGURE_ARGS+= --enable-ru-ua-layout PLIST_SUB+= LAYOUT="" .else -CONFIGURE_ARGS+= --disable-ru-ua-layout PLIST_SUB+= LAYOUT="@comment " .endif diff --git a/sysutils/kkbswitch/distinfo b/sysutils/kkbswitch/distinfo index 00f243f3c32c..283e1332255c 100644 --- a/sysutils/kkbswitch/distinfo +++ b/sysutils/kkbswitch/distinfo @@ -1,2 +1,2 @@ -MD5 (kkbswitch-1.4.1.tar.gz) = 794009fec9a8eb1d6ab6adece330d86b -SIZE (kkbswitch-1.4.1.tar.gz) = 676705 +MD5 (kkbswitch-1.4.2.tar.gz) = 1c769d8bf50cbb12a5d7f86c33aca4c2 +SIZE (kkbswitch-1.4.2.tar.gz) = 684195 diff --git a/sysutils/kkbswitch/pkg-descr b/sysutils/kkbswitch/pkg-descr index 0ddb260100a0..7b8ed49367dd 100644 --- a/sysutils/kkbswitch/pkg-descr +++ b/sysutils/kkbswitch/pkg-descr @@ -1,4 +1,4 @@ -KKBSwitch is a keyboard layout indicator for KDE 2. It is useful +KKBSwitch is a keyboard layout indicator for KDE. 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 @@ -13,7 +13,8 @@ KKBSwitch features: - 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 KDE) + from country flag pixmaps that ship with KDE). 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/sysutils/kkbswitch/pkg-plist b/sysutils/kkbswitch/pkg-plist index fbaa368dfe5a..f777e6f71c9f 100644 --- a/sysutils/kkbswitch/pkg-plist +++ b/sysutils/kkbswitch/pkg-plist @@ -9,6 +9,7 @@ share/locale/ru/LC_MESSAGES/kkbswitch.mo share/locale/uk/LC_MESSAGES/kkbswitch.mo share/locale/el/LC_MESSAGES/kkbswitch.mo share/locale/sk/LC_MESSAGES/kkbswitch.mo +share/locale/he/LC_MESSAGES/kkbswitch.mo %%DOCSDIR%%/code_style.png %%DOCSDIR%%/flag_code_style.png %%DOCSDIR%%/flag_style.png |