diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-02-22 17:39:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 20:10:28 +0700 |
commit | 45f6a2cdb84fa06465f2dfbebf502fb3859d7113 (patch) | |
tree | b1887c34865dddff677978bfa09864365a50acc3 /network | |
parent | 4cad69eceb338c5cdd37d61899c728b9eb205859 (diff) | |
download | slackbuilds-45f6a2cdb84fa06465f2dfbebf502fb3859d7113.tar.gz |
network/pidgin-sipe: Updated for 1.25.0. Add --enable-quality-check.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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="" |