diff options
-rw-r--r-- | desktop/kkbswitch/kkbswitch.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/kkbswitch/slack-desc | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/desktop/kkbswitch/kkbswitch.SlackBuild b/desktop/kkbswitch/kkbswitch.SlackBuild index ce4cf35284..5750736a7b 100644 --- a/desktop/kkbswitch/kkbswitch.SlackBuild +++ b/desktop/kkbswitch/kkbswitch.SlackBuild @@ -32,7 +32,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -KDEPREF=`kde-config --prefix` +KDEPREF=$(kde-config --prefix) CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -46,7 +46,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -gzip -9 $PKG/opt/kde/man/man1/kkbswitch.1 +gzip -9 $PKG$KDEPREF/man/man1/kkbswitch.1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ diff --git a/desktop/kkbswitch/slack-desc b/desktop/kkbswitch/slack-desc index 75d2f65ef8..91417cc6c6 100644 --- a/desktop/kkbswitch/slack-desc +++ b/desktop/kkbswitch/slack-desc @@ -1,3 +1,11 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| kkbswitch: KKBSwitch (Keyboard layout indicator) kkbswitch: kkbswitch: KKBSwitch is a keyboard layout indicator for KDE 2 or 3. It is @@ -5,7 +13,7 @@ kkbswitch: usefull when you have configured the XKeyboard extension of your kkbswitch: X Server to have more than one keyboard group (layout), for example kkbswitch: US/ASCII and Russian. KKBSwitch displays an icon in the system tray kkbswitch: that indicates which layout is currently active. Note that -Kkkbswitch: KBSwitch does not help you configure XKeyboard, it merely serves +kkbswitch: KBSwitch does not help you configure XKeyboard, it merely serves kkbswitch: as the indicator of the current layout. You still have to configure kkbswitch: XKeyboard by editing the XF86Config file. kkbswitch: |