network/pidgin-sipe: Updated for version 1.21.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
31978dee36
commit
43577147b5
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue