mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/kkbswitch: Updated for version 1.4.3
This commit is contained in:
parent
70a98a3330
commit
ff36f02219
2 changed files with 11 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue