network/gajim: Updated for version 0.11.4

This commit is contained in:
NO MAINTAINER 2010-05-11 22:25:22 +02:00 committed by David Somero
parent 4a7796fa53
commit a70890a6bc
4 changed files with 14 additions and 15 deletions

View File

@ -1,7 +1,3 @@
gajim - GTK jabber client
Gajim is a GTK+ jabber client written in Python.
Requirements: pygtk, pysqlite2 and their respective requirements. The
SlackBuild Scripts for these are available at SlackBuilds.org.
This requires pysqlite2 (available at SlackBuilds.org).

View File

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

View File

@ -7,10 +7,11 @@
set -e
PRGNAM=gajim
VERSION=0.11.1
VERSION=0.11.4
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -20,6 +21,8 @@ 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
rm -rf $PKG

View File

@ -1,8 +1,8 @@
PRGNAM="gajim"
VERSION="0.11.1"
HOMEPAGE="http://www.gajim.org"
DOWNLOAD="http://www.gajim.org/downloads/gajim-0.11.1.tar.bz2"
MD5SUM="cc587e7617f53ae8d5e0b30d7324e89c"
MAINTAINER="Martin Lefebvre"
EMAIL="dadexter@slackadelic.com"
APPROVED="BP{k}"
VERSION="0.11.4"
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"