diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:53 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-12 11:47:53 +0200 |
commit | 002f0e33cca134ec8e47eb2f3f9ca9c82cdfd912 (patch) | |
tree | 5e5d6c563a0ab3b68c827051f40799b36a22e54a /libraries | |
parent | 5ec3d53b933d9b26c61a571f80a3ae437cf6a7c7 (diff) | |
download | slackbuilds-002f0e33cca134ec8e47eb2f3f9ca9c82cdfd912.tar.gz |
libraries/pidgin-hotkeys: Removed from 12.2 repository
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pidgin-hotkeys/README | 4 | ||||
-rw-r--r-- | libraries/pidgin-hotkeys/pidgin-hotkeys.SlackBuild | 59 | ||||
-rw-r--r-- | libraries/pidgin-hotkeys/pidgin-hotkeys.info | 8 | ||||
-rw-r--r-- | libraries/pidgin-hotkeys/slack-desc | 19 |
4 files changed, 0 insertions, 90 deletions
diff --git a/libraries/pidgin-hotkeys/README b/libraries/pidgin-hotkeys/README deleted file mode 100644 index 0e712bb0ab..0000000000 --- a/libraries/pidgin-hotkeys/README +++ /dev/null @@ -1,4 +0,0 @@ -pidgin-hotkeys is a Pidgin (previously known as Gaim) plugin that -allows you to define global hotkeys for various actions such as -toggling buddy list, fetching queued messages, opening preferences -or account dialog. diff --git a/libraries/pidgin-hotkeys/pidgin-hotkeys.SlackBuild b/libraries/pidgin-hotkeys/pidgin-hotkeys.SlackBuild deleted file mode 100644 index 8b282c7234..0000000000 --- a/libraries/pidgin-hotkeys/pidgin-hotkeys.SlackBuild +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh -# -# Slackware build script for pidgin-hotkeys -# -# Written by Cherife Li <cherife@dotimes.com>. - -PRGNAM=pidgin-hotkeys -VERSION=0.2.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" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --build=$ARCH-slackware-linux - -make -j3 || exit 1 -make install DESTDIR=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) - -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 diff --git a/libraries/pidgin-hotkeys/pidgin-hotkeys.info b/libraries/pidgin-hotkeys/pidgin-hotkeys.info deleted file mode 100644 index 042c4a150a..0000000000 --- a/libraries/pidgin-hotkeys/pidgin-hotkeys.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="pidgin-hotkeys" -VERSION="0.2.3" -HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/pidgin-hotkeys/pidgin-hotkeys-0.2.3.tar.gz" -MD5SUM="d52990ef934f396424dc61b5bc33d97d" -MAINTAINER="Cherife Li" -EMAIL="cherife@dotimes.com" -APPROVED="rworkman" diff --git a/libraries/pidgin-hotkeys/slack-desc b/libraries/pidgin-hotkeys/slack-desc deleted file mode 100644 index 9e28944293..0000000000 --- a/libraries/pidgin-hotkeys/slack-desc +++ /dev/null @@ -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----------------------------------------------| -pidgin-hotkeys: pidgin-hotkeys -pidgin-hotkeys: -pidgin-hotkeys: pidgin-hotkeys is a Pidgin (previously known as Gaim) plugin -pidgin-hotkeys: that allows you to define global hotkeys for various actions -pidgin-hotkeys: such as toggling buddy list, fetching queued messages, opening -pidgin-hotkeys: preferences or account dialog. -pidgin-hotkeys: -pidgin-hotkeys: -pidgin-hotkeys: Homepage: http://pidgin-hotkeys.sourceforge.net/ -pidgin-hotkeys: -pidgin-hotkeys: |