diff options
author | Andrew Brouwers <abrouwers@gmail.com> | 2010-05-13 00:23:05 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:23:05 +0200 |
commit | 80f5d755a8188d51417a37f91d35c19a78e835b6 (patch) | |
tree | 3af9f81a29f84fc3fb6a979c79f05e7646444ba3 /desktop/pidgin-guifications | |
parent | 13fda597655a5cae9ccff94ca73fc64302f9dbc2 (diff) | |
download | slackbuilds-80f5d755a8188d51417a37f91d35c19a78e835b6.tar.gz |
desktop/pidgin-guifications: Updated for version 2.16
Diffstat (limited to 'desktop/pidgin-guifications')
-rw-r--r-- | desktop/pidgin-guifications/README | 3 | ||||
-rw-r--r-- | desktop/pidgin-guifications/pidgin-guifications.SlackBuild | 27 | ||||
-rw-r--r-- | desktop/pidgin-guifications/pidgin-guifications.info | 2 | ||||
-rw-r--r-- | desktop/pidgin-guifications/slack-desc | 18 |
4 files changed, 31 insertions, 19 deletions
diff --git a/desktop/pidgin-guifications/README b/desktop/pidgin-guifications/README index 55606b5941..36ddd9898f 100644 --- a/desktop/pidgin-guifications/README +++ b/desktop/pidgin-guifications/README @@ -1,2 +1 @@ -Guifications provides pop-up notifications for different buddy -events in pidgin. +Guifications provides pop-up notifications for buddy events in pidgin. diff --git a/desktop/pidgin-guifications/pidgin-guifications.SlackBuild b/desktop/pidgin-guifications/pidgin-guifications.SlackBuild index 8feff13512..bc2fbf029a 100644 --- a/desktop/pidgin-guifications/pidgin-guifications.SlackBuild +++ b/desktop/pidgin-guifications/pidgin-guifications.SlackBuild @@ -14,12 +14,15 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -DOCS="AUTHORS COPYING INSTALL NEWS TODO doc/QUOTES" - if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi set -e @@ -28,7 +31,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xjf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . @@ -37,22 +40,30 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ - --localstatedir=/var + --localstatedir=/var \ + --mandir=/usr/man \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG ( 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 + 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/usr/doc/$PRGNAM-$VERSION -cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + AUTHORS COPYING INSTALL NEWS TODO doc/QUOTES \ + $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 +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/desktop/pidgin-guifications/pidgin-guifications.info b/desktop/pidgin-guifications/pidgin-guifications.info index 8825c22681..6ef9716492 100644 --- a/desktop/pidgin-guifications/pidgin-guifications.info +++ b/desktop/pidgin-guifications/pidgin-guifications.info @@ -3,6 +3,8 @@ VERSION="2.16" HOMEPAGE="http://plugins.guifications.org/trac" DOWNLOAD="http://downloads.guifications.org/plugins/Guifications2/pidgin-guifications-2.16.tar.bz2" MD5SUM="cd1f803231093cde01514feca59f643f" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="Andrew Brouwers" EMAIL="abrouwers@gmail.com" APPROVED="rworkman" diff --git a/desktop/pidgin-guifications/slack-desc b/desktop/pidgin-guifications/slack-desc index 0265962b5e..8b98182b4d 100644 --- a/desktop/pidgin-guifications/slack-desc +++ b/desktop/pidgin-guifications/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| pidgin-guifications: pidgin-guifications (Pidgin Guifications) pidgin-guifications: -pidgin-guifications: The guifications plugin provides pop-up -pidgin-guifications: notifications for Pidgin. -pidgin-guifications: -pidgin-guifications: -pidgin-guifications: -pidgin-guifications: -pidgin-guifications: -pidgin-guifications: -pidgin-guifications: +pidgin-guifications: The guifications plugin provides pop-up notifications for Pidgin. +pidgin-guifications: +pidgin-guifications: +pidgin-guifications: +pidgin-guifications: +pidgin-guifications: +pidgin-guifications: +pidgin-guifications: +pidgin-guifications: |