[arch-commits] Commit in gajim/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sat Jul 3 11:44:24 UTC 2010
Date: Saturday, July 3, 2010 @ 07:44:24
Author: ibiru
Revision: 84669
upgpkg: gajim 0.13.4-2
cleanup dependency. FS##20014
Modified:
gajim/trunk/PKGBUILD
----------+
PKGBUILD | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-07-03 05:43:05 UTC (rev 84668)
+++ PKGBUILD 2010-07-03 11:44:24 UTC (rev 84669)
@@ -5,14 +5,20 @@
pkgname=gajim
pkgver=0.13.4
-pkgrel=1
+pkgrel=2
pkgdesc="Jabber client written in PyGTK"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.gajim.org/"
license=('GPL3')
-depends=('gtkspell' 'sqlite3' 'dnsutils' 'pygtk' 'libxss' 'python>=2.6')
-makedepends=('gettext' 'intltool' 'dbus')
-optdepends=('dbus-python' 'pyopenssl' 'notification-daemon: for desktop notification')
+depends=('pygtk' 'python')
+makedepends=('gettext' 'intltool')
+optdepends=('dbus-python'
+ 'pyopenssl: for secure SSL/TLS.'
+ 'notification-daemon: for desktop notification'
+ 'dnsutils: for SRV support'
+ 'libxss: for idle module'
+ 'gtkspell:spelling support'
+ 'gnome-python-desktop: for GnomeKeyring support')
options=(!libtool)
source=(http://www.gajim.org/downloads/0.13/gajim-${pkgver}.tar.gz)
sha256sums=('d5f74da5bb6fe667e5c0ef074099d2192b4e0b53f829736628ffaac56b6ced70')
@@ -20,8 +26,8 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr
+ make
+ make DESTDIR="${pkgdir}" install
find "${pkgdir}/usr/share/gajim/" -name "*.pyo" | xargs rm -rf
}
More information about the arch-commits
mailing list