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

Allan McRae allan at archlinux.org
Tue Oct 16 00:08:04 UTC 2012


    Date: Monday, October 15, 2012 @ 20:08:04
  Author: allan
Revision: 168786

archrelease: copy trunk to staging-any

Added:
  gajim/repos/staging-any/
  gajim/repos/staging-any/PKGBUILD
    (from rev 168785, gajim/trunk/PKGBUILD)
  gajim/repos/staging-any/gajim.install
    (from rev 168785, gajim/trunk/gajim.install)

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

Copied: gajim/repos/staging-any/PKGBUILD (from rev 168785, gajim/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2012-10-16 00:08:04 UTC (rev 168786)
@@ -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/staging-any/gajim.install (from rev 168785, gajim/trunk/gajim.install)
===================================================================
--- staging-any/gajim.install	                        (rev 0)
+++ staging-any/gajim.install	2012-10-16 00:08:04 UTC (rev 168786)
@@ -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