network/gajim: Updated for version 0.12.1

This commit is contained in:
Morten Juhl-Johansen Zölde-Fejér 2010-05-12 17:43:22 +02:00 committed by Robby Workman
parent bd4a05a0db
commit 13f7898d94
5 changed files with 25 additions and 27 deletions

View File

@ -1,3 +1 @@
Gajim is a GTK+ jabber client written in Python.
This requires pysqlite2 (available at SlackBuilds.org).

View File

@ -1,5 +1,4 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View File

@ -2,12 +2,11 @@
# Slackware build script for gajim
# Written by Martin Lefebvre (dadexter@sekurity.com)
# Slightly modified by the SlackBuild Project
set -e
# - and once again by Morten Juhl-Johansen Zölde-Fejér <mjjzf@syntaktisk.dk>
PRGNAM=gajim
VERSION=0.11.4
VERSION=0.12.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -25,11 +24,13 @@ 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.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@ -42,10 +43,10 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
|| exit 1
--build=$ARCH-slackware-linux
make || exit 1
make install-strip DESTDIR=$PKG || exit 1
make
make install-strip DESTDIR=$PKG
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;

View File

@ -1,8 +1,8 @@
PRGNAM="gajim"
VERSION="0.11.4"
VERSION="0.12.1"
HOMEPAGE="http://gajim.org"
DOWNLOAD="http://gajim.org/downloads/gajim-0.11.4.tar.bz2"
MD5SUM="53eb80b280674678f6615eae4a552374"
MAINTAINER="NO MAINTAINER"
EMAIL="NO MAINTAINER EMAIL"
APPROVED="David Somero"
DOWNLOAD="http://gajim.org/downloads/gajim-0.12.1.tar.bz2"
MD5SUM="6e8b2ed004377071f2da3a9f6542f89b"
MAINTAINER="Morten Juhl-Johansen Zölde-Fejér"
EMAIL="mjjzf@syntaktisk.dk"
APPROVED="rworkman"

View File

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
|-----handy-ruler-------------------------------------------------------|
gajim: gajim (GTK+ jabber client)
gajim:
gajim: Gajim is a GTK+ jabber client written in Python.