diff options
-rw-r--r-- | network/pidgin-sipe/README | 6 | ||||
-rw-r--r-- | network/pidgin-sipe/pidgin-sipe.SlackBuild | 5 | ||||
-rw-r--r-- | network/pidgin-sipe/pidgin-sipe.info | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/network/pidgin-sipe/README b/network/pidgin-sipe/README index a6fa874151..39ed142dd9 100644 --- a/network/pidgin-sipe/README +++ b/network/pidgin-sipe/README @@ -1,6 +1,6 @@ -This project develops a third-party plugin for the Pidgin multi-protocol -instant messenger. It implements the extended version of SIP/SIMPLE used by -various products: +This project develops a third-party plugin for the Pidgin +multi-protocol instant messenger. It implements the extended version of +SIP/SIMPLE used by various products: * Microsoft Office Communications Server (OCS 2007/2007 R2 and newer) * Microsoft Live Communications Server (LCS 2003/2005) diff --git a/network/pidgin-sipe/pidgin-sipe.SlackBuild b/network/pidgin-sipe/pidgin-sipe.SlackBuild index 14b0ea4ed8..19b3cd155f 100644 --- a/network/pidgin-sipe/pidgin-sipe.SlackBuild +++ b/network/pidgin-sipe/pidgin-sipe.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pidgin-sipe -VERSION=${VERSION:-1.24.0} +VERSION=${VERSION:-1.25.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,6 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-quality-check=no \ --build=$ARCH-slackware-linux make @@ -99,7 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO \ + ChangeLog NEWS COPYING README ABOUT-NLS TODO AUTHORS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/pidgin-sipe/pidgin-sipe.info b/network/pidgin-sipe/pidgin-sipe.info index 31c45157f6..860749b323 100644 --- a/network/pidgin-sipe/pidgin-sipe.info +++ b/network/pidgin-sipe/pidgin-sipe.info @@ -1,8 +1,8 @@ PRGNAM="pidgin-sipe" -VERSION="1.24.0" +VERSION="1.25.0" HOMEPAGE="http://sipe.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/sipe/pidgin-sipe-1.24.0.tar.xz" -MD5SUM="b91106d28c235b347a63dcb676f7b66a" +DOWNLOAD="http://downloads.sourceforge.net/sipe/pidgin-sipe-1.25.0.tar.xz" +MD5SUM="0e742f021dc8c3f17435aea05c3e0314" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |