[arch-commits] Commit in pidgin/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 23 19:29:18 UTC 2014
Date: Thursday, October 23, 2014 @ 21:29:17
Author: foutrelis
Revision: 225241
upgpkg: pidgin 2.10.10-2
- Build against system libgadu; fixes support for the Gadu-Gadu protocol.
- Remove versioned dependency of finch on libpurple.
Modified:
pidgin/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-23 16:44:51 UTC (rev 225240)
+++ PKGBUILD 2014-10-23 19:29:17 UTC (rev 225241)
@@ -7,13 +7,13 @@
pkgname=('pidgin' 'libpurple' 'finch')
pkgver=2.10.10
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://pidgin.im/"
license=('GPL')
makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi'
- 'tk' 'ca-certificates' 'intltool' 'networkmanager')
+ 'libidn' 'libgadu' 'python2' 'hicolor-icon-theme' 'farstream-0.1'
+ 'avahi' 'tk' 'ca-certificates' 'intltool' 'networkmanager')
source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
sha256sums=('dc6b95512eaec75aef170aabce471491fc70584932599dfead20f1f1c45c822d'
'SKIP')
@@ -67,7 +67,7 @@
package_libpurple(){
pkgdesc="IM library extracted from Pidgin"
- depends=('farstream-0.1' 'libsasl' 'libidn' 'dbus-glib' 'nss')
+ depends=('farstream-0.1' 'libsasl' 'libidn' 'libgadu' 'dbus-glib' 'nss')
optdepends=('avahi: Bonjour protocol support'
'ca-certificates: SSL CA certificates'
'python2-dbus: for purple-remote and purple-url-handler'
@@ -86,7 +86,7 @@
package_finch(){
pkgdesc="A ncurses-based messaging client"
- depends=("libpurple=$pkgver-$pkgrel" 'libx11' 'python2')
+ depends=('libpurple' 'libx11' 'python2')
cd "$srcdir/pidgin-$pkgver"
More information about the arch-commits
mailing list