network/gajim: Updated for version 0.12.1
This commit is contained in:
parent
bd4a05a0db
commit
13f7898d94
|
@ -1,3 +1 @@
|
||||||
Gajim is a GTK+ jabber client written in Python.
|
Gajim is a GTK+ jabber client written in Python.
|
||||||
|
|
||||||
This requires pysqlite2 (available at SlackBuilds.org).
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
if [ -x /usr/bin/update-desktop-database ]; then
|
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
|
fi
|
||||||
|
|
||||||
|
|
|
@ -2,12 +2,11 @@
|
||||||
|
|
||||||
# Slackware build script for gajim
|
# Slackware build script for gajim
|
||||||
# Written by Martin Lefebvre (dadexter@sekurity.com)
|
# Written by Martin Lefebvre (dadexter@sekurity.com)
|
||||||
|
|
||||||
# Slightly modified by the SlackBuild Project
|
# Slightly modified by the SlackBuild Project
|
||||||
set -e
|
# - and once again by Morten Juhl-Johansen Zölde-Fejér <mjjzf@syntaktisk.dk>
|
||||||
|
|
||||||
PRGNAM=gajim
|
PRGNAM=gajim
|
||||||
VERSION=0.11.4
|
VERSION=0.12.1
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -25,11 +24,13 @@ elif [ "$ARCH" = "x86_64" ]; then
|
||||||
SLKCFLAGS="-O2 -fPIC"
|
SLKCFLAGS="-O2 -fPIC"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar -xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
@ -42,10 +43,10 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
|| exit 1
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make || exit 1
|
make
|
||||||
make install-strip DESTDIR=$PKG || exit 1
|
make install-strip DESTDIR=$PKG
|
||||||
|
|
||||||
( cd $PKG/usr/man
|
( cd $PKG/usr/man
|
||||||
find . -type f -exec gzip -9 {} \;
|
find . -type f -exec gzip -9 {} \;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gajim"
|
PRGNAM="gajim"
|
||||||
VERSION="0.11.4"
|
VERSION="0.12.1"
|
||||||
HOMEPAGE="http://gajim.org"
|
HOMEPAGE="http://gajim.org"
|
||||||
DOWNLOAD="http://gajim.org/downloads/gajim-0.11.4.tar.bz2"
|
DOWNLOAD="http://gajim.org/downloads/gajim-0.12.1.tar.bz2"
|
||||||
MD5SUM="53eb80b280674678f6615eae4a552374"
|
MD5SUM="6e8b2ed004377071f2da3a9f6542f89b"
|
||||||
MAINTAINER="NO MAINTAINER"
|
MAINTAINER="Morten Juhl-Johansen Zölde-Fejér"
|
||||||
EMAIL="NO MAINTAINER EMAIL"
|
EMAIL="mjjzf@syntaktisk.dk"
|
||||||
APPROVED="David Somero"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -5,15 +5,15 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler-------------------------------------------------------|
|
||||||
gajim: gajim (GTK+ jabber client)
|
gajim: gajim (GTK+ jabber client)
|
||||||
gajim:
|
gajim:
|
||||||
gajim: Gajim is a GTK+ jabber client written in Python.
|
gajim: Gajim is a GTK+ jabber client written in Python.
|
||||||
gajim:
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
gajim:
|
gajim:
|
||||||
|
|
Loading…
Reference in New Issue