summaryrefslogtreecommitdiffstats
path: root/network/pidgin-sipe
diff options
context:
space:
mode:
author Philip van der Hoeven <philip@vd-hoeven.nl>2016-08-04 22:03:36 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-04 22:03:36 +0700
commit43577147b594b5c04cc8cd914234610c470df131 (patch)
tree8d90ee0173e02f203c8035d303e8f166bcb6e5d2 /network/pidgin-sipe
parent31978dee366ced5c328f89e792d1d5d9e8a66095 (diff)
downloadslackbuilds-43577147b594b5c04cc8cd914234610c470df131.tar.gz
slackbuilds-43577147b594b5c04cc8cd914234610c470df131.tar.xz
network/pidgin-sipe: Updated for version 1.21.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pidgin-sipe')
-rw-r--r--network/pidgin-sipe/README3
-rw-r--r--network/pidgin-sipe/pidgin-sipe.SlackBuild26
-rw-r--r--network/pidgin-sipe/pidgin-sipe.info6
-rw-r--r--network/pidgin-sipe/slack-desc2
4 files changed, 19 insertions, 18 deletions
diff --git a/network/pidgin-sipe/README b/network/pidgin-sipe/README
index 8dc17cdb3b..a6fa874151 100644
--- a/network/pidgin-sipe/README
+++ b/network/pidgin-sipe/README
@@ -5,6 +5,7 @@ various products:
* Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
* Microsoft Live Communications Server (LCS 2003/2005)
* Reuters Messaging
+* Skype for Business (Note this is not compatible with the normal Skype)
With this plugin you should be able to replace your Microsoft Office
-Communicator client with Pidgin.
+Communicator or Skype for Business client with Pidgin.
diff --git a/network/pidgin-sipe/pidgin-sipe.SlackBuild b/network/pidgin-sipe/pidgin-sipe.SlackBuild
index 5556e7a5f6..5eafedcea4 100644
--- a/network/pidgin-sipe/pidgin-sipe.SlackBuild
+++ b/network/pidgin-sipe/pidgin-sipe.SlackBuild
@@ -24,15 +24,15 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pidgin-sipe
-VERSION=${VERSION:-1.21.0}
+VERSION=${VERSION:-1.21.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
+ *) ARCH=$( uname -m ) ;;
esac
fi
@@ -41,10 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOCS="AUTHORS COPYING ChangeLog HACKING"
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -67,10 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -86,11 +84,13 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/pidgin-sipe/pidgin-sipe.info b/network/pidgin-sipe/pidgin-sipe.info
index 1b1c005e30..020d812ce7 100644
--- a/network/pidgin-sipe/pidgin-sipe.info
+++ b/network/pidgin-sipe/pidgin-sipe.info
@@ -1,8 +1,8 @@
PRGNAM="pidgin-sipe"
-VERSION="1.21.0"
+VERSION="1.21.1"
HOMEPAGE="http://pidgin-sipe.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/sipe/pidgin-sipe-1.21.0.tar.xz"
-MD5SUM="619e07f690a314411306246ef84b6930"
+DOWNLOAD="http://downloads.sourceforge.net/sipe/pidgin-sipe-1.21.1.tar.xz"
+MD5SUM="96ea396adb5c8a1bb1749d778892605c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/network/pidgin-sipe/slack-desc b/network/pidgin-sipe/slack-desc
index 4ab3fc8961..0af1466ebd 100644
--- a/network/pidgin-sipe/slack-desc
+++ b/network/pidgin-sipe/slack-desc
@@ -9,7 +9,7 @@
pidgin-sipe: pidgin-sipe (pidgin plugin for Sip Exchange Protocol)
pidgin-sipe:
pidgin-sipe: With this plugin you should be able to replace your Microsoft
-pidgin-sipe: Office Communicator client with Pidgin.
+pidgin-sipe: Office Communicator or Skype for Business client with Pidgin.
pidgin-sipe:
pidgin-sipe:
pidgin-sipe: