mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/pidgin-facebookchat: Updated for version 1.67.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
279e77c532
commit
135136c7ea
3 changed files with 10 additions and 10 deletions
|
@ -1 +1,3 @@
|
||||||
This is a Facebook chat plugin for Pidgin and libpurple messengers.
|
This is a Facebook chat plugin for Pidgin and libpurple messengers.
|
||||||
|
|
||||||
|
This requires json-glib.
|
||||||
|
|
|
@ -23,16 +23,14 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pidgin-facebookchat
|
PRGNAM=pidgin-facebookchat
|
||||||
VERSION=1.64
|
VERSION=1.67
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -55,14 +53,14 @@ chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
|
||||||
case "$ARCH" in
|
case "$ARCH" in
|
||||||
i?86)
|
|
||||||
mkdir -p $PKG/usr/lib/purple-2
|
|
||||||
install -m 0755 usr/lib/purple-2/libfacebook.so $PKG/usr/lib/purple-2/libfacebook.so
|
|
||||||
;;
|
|
||||||
x86_64)
|
x86_64)
|
||||||
mkdir -p $PKG/usr/lib64/purple-2
|
mkdir -p $PKG/usr/lib64/purple-2
|
||||||
install -m 0755 usr/lib64/purple-2/libfacebook64.so $PKG/usr/lib64/purple-2/libfacebook64.so
|
install -m 0755 usr/lib64/purple-2/libfacebook64.so $PKG/usr/lib64/purple-2/libfacebook64.so
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
mkdir -p $PKG/usr/lib/purple-2
|
||||||
|
install -m 0755 usr/lib/purple-2/libfacebook.so $PKG/usr/lib/purple-2/libfacebook.so
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
mkdir -p $PKG/usr/share/pixmaps/pidgin/protocols/{16,22,48}
|
mkdir -p $PKG/usr/share/pixmaps/pidgin/protocols/{16,22,48}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pidgin-facebookchat"
|
PRGNAM="pidgin-facebookchat"
|
||||||
VERSION="1.64"
|
VERSION="1.67"
|
||||||
HOMEPAGE="http://code.google.com/p/pidgin-facebookchat/"
|
HOMEPAGE="http://code.google.com/p/pidgin-facebookchat/"
|
||||||
DOWNLOAD="http://pidgin-facebookchat.googlecode.com/files/pidgin-facebookchat-1.64.tar.bz2"
|
DOWNLOAD="http://pidgin-facebookchat.googlecode.com/files/pidgin-facebookchat-1.67.tar.bz2"
|
||||||
MD5SUM="2bf15f7a6f6062335b3e5f0daa1b2efe"
|
MD5SUM="fa7bce575c1288090923328b982ba5ab"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
|
|
Loading…
Reference in a new issue