desktop/kkbswitch: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:06:32 +02:00
parent 639b11f1b1
commit 59faa3b1ba
4 changed files with 0 additions and 94 deletions

View file

@ -1,7 +0,0 @@
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.

View file

@ -1,60 +0,0 @@
#!/bin/sh
# Slackware build script for kkbswitch
# Written by Audrius Kazukauskas <neobug@tornado.ktu.lt>
# Slightly modified by the SlackBuilds.org project
# Exit on most errors
set -e
PRGNAM=kkbswitch
VERSION=1.4.3
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
rm -rf $PKG $TMP/$PRGNAM-$VERSION
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
KDEPREF=$(kde-config --prefix)
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=$KDEPREF \
--sysconfdir=/etc \
--localstatedir=/var \
--program-suffix="" \
--program-prefix=""
make
make install-strip DESTDIR=$PKG
gzip -9 $PKG$KDEPREF/man/man1/kkbswitch.1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -1,8 +0,0 @@
PRGNAM="kkbswitch"
VERSION="1.4.3"
HOMEPAGE="http://kkbswitch.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/kkbswitch/kkbswitch-1.4.3.tar.gz"
MD5SUM="f8e9bc82f6506e5d1e21ffafb6fef9c3"
MAINTAINER="Audrius Kazukauskas"
EMAIL="neobug@tornado.ktu.lt"
APPROVED="BP{k}"

View file

@ -1,19 +0,0 @@
# 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
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
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: