pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kkbswitch Import kkbswitch from pkgsrc-wip. Packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86e3aca2f53c
branches:  trunk
changeset: 479826:86e3aca2f53c
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Aug 23 11:44:20 2004 +0000

description:
Import kkbswitch from pkgsrc-wip.  Packaged by Ian Zagorskih and
slightly modified by me.

KKBSwitch is a keyboard layout indicator for KDE 2 or 3.
It is useful when you have configured the XKeyboard extension
of your X Server to have more than one keyboard group (layout),
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 layout.
You still have to configure XKeyboard by editing the XF86Config file.

diffstat:

 x11/kkbswitch/DESCR            |   8 ++++++++
 x11/kkbswitch/Makefile         |  22 ++++++++++++++++++++++
 x11/kkbswitch/PLIST            |  20 ++++++++++++++++++++
 x11/kkbswitch/distinfo         |   5 +++++
 x11/kkbswitch/patches/patch-aa |  13 +++++++++++++
 5 files changed, 68 insertions(+), 0 deletions(-)

diffs (88 lines):

diff -r b32cf4fdc292 -r 86e3aca2f53c x11/kkbswitch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kkbswitch/DESCR       Mon Aug 23 11:44:20 2004 +0000
@@ -0,0 +1,8 @@
+KKBSwitch is a keyboard layout indicator for KDE 2 or 3.
+It is useful when you have configured the XKeyboard extension
+of your X Server to have more than one keyboard group (layout),
+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 layout.
+You still have to configure XKeyboard by editing the XF86Config file.
diff -r b32cf4fdc292 -r 86e3aca2f53c x11/kkbswitch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kkbswitch/Makefile    Mon Aug 23 11:44:20 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/23 11:44:20 markd Exp $
+#
+
+DISTNAME=              kkbswitch-1.4.1
+CATEGORIES=            kde x11
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=kkbswitch/}
+
+MAINTAINER=            ianzag%mail.ru@localhost
+HOMEPAGE=              http://kkbswitch.sourceforge.net/
+COMMENT=               Keyboard layout indicator for KDE 2 or 3
+
+USE_BUILDLINK3=                YES
+USE_GNU_TOOLS+=                make
+USE_LANGUAGES=         c c++
+USE_LIBTOOL=           YES
+GNU_CONFIGURE=         YES
+
+CONFIGURE_ARGS+=       --disable-ru-ua-layout
+
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b32cf4fdc292 -r 86e3aca2f53c x11/kkbswitch/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kkbswitch/PLIST       Mon Aug 23 11:44:20 2004 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/23 11:44:20 markd Exp $
+bin/kkbswitch
+share/kde/autostart/kkbswitch.desktop
+share/doc/kde/HTML/en/kkbswitch/code_style.png
+share/doc/kde/HTML/en/kkbswitch/common
+share/doc/kde/HTML/en/kkbswitch/flag_code_style.png
+share/doc/kde/HTML/en/kkbswitch/flag_style.png
+share/doc/kde/HTML/en/kkbswitch/index.cache.bz2
+share/doc/kde/HTML/en/kkbswitch/index.docbook
+share/kde/applnk/Utilities/kkbswitch.desktop
+share/kde/apps/kconf_update/kkbswitch.upd
+share/kde/apps/kconf_update/kkbswitch_update_14_icons
+share/kde/apps/kconf_update/kkbswitch_update_14_options
+share/kde/apps/kkbswitch/group_names
+share/kde/locale/el/LC_MESSAGES/kkbswitch.mo
+share/kde/locale/ru/LC_MESSAGES/kkbswitch.mo
+share/kde/locale/sk/LC_MESSAGES/kkbswitch.mo
+share/kde/locale/uk/LC_MESSAGES/kkbswitch.mo
+@dirrm share/kde/apps/kkbswitch
+@dirrm share/doc/kde/HTML/en/kkbswitch
diff -r b32cf4fdc292 -r 86e3aca2f53c x11/kkbswitch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kkbswitch/distinfo    Mon Aug 23 11:44:20 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/23 11:44:20 markd Exp $
+
+SHA1 (kkbswitch-1.4.1.tar.gz) = b151333f3ea74fcdd7e6f26626b5c5c5ca34a7f6
+Size (kkbswitch-1.4.1.tar.gz) = 676705 bytes
+SHA1 (patch-aa) = 6f46bfb1e1e23d449b28a67d92f56dc2aaa1a9bb
diff -r b32cf4fdc292 -r 86e3aca2f53c x11/kkbswitch/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kkbswitch/patches/patch-aa    Mon Aug 23 11:44:20 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/08/23 11:44:20 markd Exp $
+
+--- kkbswitch/Makefile.in.orig 2004-08-22 16:20:43.000000000 +1200
++++ kkbswitch/Makefile.in
+@@ -282,7 +282,7 @@ applnkUtilitiesdir = $(kde_appsdir)/Util
+ @ENABLE_RU_UA_LAYOUT_TRUE@xkbsymbolsdir = $(x_libraries)/X11/xkb/symbols
+ @ENABLE_RU_UA_LAYOUT_TRUE@xkbsymbols_DATA = ru_ua
+ 
+-autostartdir = $(prefix)/share/autostart
++autostartdir = $(datadir)/autostart
+ autostart_DATA = kkbswitch.desktop
+ subdir = kkbswitch
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4



Home | Main Index | Thread Index | Old Index