desktop/pidgin-guifications: Added to 12.0 repository

This commit is contained in:
Andrew Brouwers 2010-05-11 20:00:10 +02:00 committed by Robby Workman
parent bb94e83e9e
commit e19d85c5df
4 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Guifications provides pop-up notifications for different buddy
events in pidgin.

View file

@ -0,0 +1,58 @@
#!/bin/sh
# Slackware build script for pidgin-guifications
# Written by Andrew Brouwers
PRGNAM=pidgin-guifications
VERSION=2.16
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
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"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xjf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var
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
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
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

@ -0,0 +1,8 @@
PRGNAM="pidgin-guifications"
VERSION="2.16"
HOMEPAGE="http://plugins.guifications.org/trac"
DOWNLOAD="http://downloads.guifications.org/plugins/Guifications2/pidgin-guifications-2.16.tar.bz2"
MD5SUM="cd1f803231093cde01514feca59f643f"
MAINTAINER="Andrew Brouwers"
EMAIL="abrouwers@gmail.com"
APPROVED="rworkman"

View file

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