[arch-commits] Commit in gajim/repos (4 files)

Allan McRae allan at archlinux.org
Tue Oct 16 12:13:58 UTC 2012


    Date: Tuesday, October 16, 2012 @ 08:13:58
  Author: allan
Revision: 168891

db-move: moved gajim from [staging] to [testing] (any)

Added:
  gajim/repos/testing-any/
  gajim/repos/testing-any/PKGBUILD
    (from rev 168890, gajim/repos/staging-any/PKGBUILD)
  gajim/repos/testing-any/gajim.install
    (from rev 168890, gajim/repos/staging-any/gajim.install)
Deleted:
  gajim/repos/staging-any/

---------------+
 PKGBUILD      |   38 ++++++++++++++++++++++++++++++++++++++
 gajim.install |   11 +++++++++++
 2 files changed, 49 insertions(+)

Copied: gajim/repos/testing-any/PKGBUILD (from rev 168890, gajim/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-10-16 12:13:58 UTC (rev 168891)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gajim
+pkgver=0.15.1
+pkgrel=2
+pkgdesc="A full featured and easy to use Jabber client"
+arch=('any')
+url="http://www.gajim.org/"
+license=('GPL3')
+depends=('pygtk' 'python2-pyopenssl' 'hicolor-icon-theme' 'dnsutils' 'python2-pyasn1')
+makedepends=('gettext' 'intltool')
+optdepends=('dbus-python: dbus support'
+            'farstream: for video/voice support'
+            'gstreamer0.10-bad: for video/voice support'
+	    'gstreamer0.10-python: for video/voice support'
+            'gtkspell: for spelling support'
+            'libxss: for idle module'
+            'notification-daemon: for desktop notification'
+            'python2-gnomekeyring: for GnomeKeyring support'
+            'python2-crypto: support for E2E encryption'
+            'python2-docutils: for RST generator support'
+            'gupnp-igd: for UPnP-IGD support')
+options=('!libtool')
+install=gajim.install
+source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
+sha1sums=('1a72f48a8d5b60169af456a2006457cbd32a4a9c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=python2 ./configure --prefix=/usr --enable-site-packages
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gajim/repos/testing-any/gajim.install (from rev 168890, gajim/repos/staging-any/gajim.install)
===================================================================
--- testing-any/gajim.install	                        (rev 0)
+++ testing-any/gajim.install	2012-10-16 12:13:58 UTC (rev 168891)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list