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

Eric Bélanger eric at archlinux.org
Thu Mar 22 20:56:19 UTC 2012


    Date: Thursday, March 22, 2012 @ 16:56:19
  Author: eric
Revision: 154084

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/PKGBUILD
    (from rev 154083, gajim/trunk/PKGBUILD)
  gajim/repos/extra-any/gajim.install
    (from rev 154083, gajim/trunk/gajim.install)
Deleted:
  gajim/repos/extra-any/PKGBUILD
  gajim/repos/extra-any/gajim.install

---------------+
 PKGBUILD      |   72 ++++++++++++++++++++++++++++----------------------------
 gajim.install |   22 ++++++++---------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-22 20:56:09 UTC (rev 154083)
+++ PKGBUILD	2012-03-22 20:56:19 UTC (rev 154084)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gajim
-pkgver=0.15
-pkgrel=1
-pkgdesc="A full featured and easy to use Jabber client"
-arch=('any')
-url="http://www.gajim.org/"
-license=('GPL3')
-depends=('pygtk' 'python2' 'python2-pyopenssl' 'hicolor-icon-theme' 'dnsutils')
-makedepends=('gettext' 'intltool')
-optdepends=('dbus-python: dbus support'
-            'farsight2: video/voice support'
-            'gstreamer0.10-good: video/voice support'
-            'gstreamer0.10-bad: video/voice support'
-            'gtkspell: spelling support'
-            'libxss: for idle module'
-            'notification-daemon: for desktop notification'
-            'python-gnomekeyring: for GnomeKeyring support'
-            'pycrypto: support for E2E encryption')
-options=('!libtool')
-install=gajim.install
-source=(http://www.gajim.org/downloads/${pkgver}/gajim-${pkgver}.tar.bz2)
-sha1sums=('68934aa40090d21b2937df551373e454f5aa6bb6')
-
-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/extra-any/PKGBUILD (from rev 154083, gajim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-03-22 20:56:19 UTC (rev 154084)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gajim
+pkgver=0.15
+pkgrel=2
+pkgdesc="A full featured and easy to use Jabber client"
+arch=('any')
+url="http://www.gajim.org/"
+license=('GPL3')
+depends=('pygtk' 'python2' 'python2-pyopenssl' 'hicolor-icon-theme' 'dnsutils' 'python2-pyasn1')
+makedepends=('gettext' 'intltool')
+optdepends=('dbus-python: dbus support'
+            'farsight2: video/voice support'
+            'gstreamer0.10-good: video/voice support'
+            'gstreamer0.10-bad: video/voice support'
+            'gtkspell: spelling support'
+            'libxss: for idle module'
+            'notification-daemon: for desktop notification'
+            'python-gnomekeyring: for GnomeKeyring support'
+            'pycrypto: support for E2E encryption')
+options=('!libtool')
+install=gajim.install
+source=(http://www.gajim.org/downloads/${pkgver}/gajim-${pkgver}.tar.bz2)
+sha1sums=('68934aa40090d21b2937df551373e454f5aa6bb6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=python2 ./configure --prefix=/usr --enable-site-packages
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: gajim.install
===================================================================
--- gajim.install	2012-03-22 20:56:09 UTC (rev 154083)
+++ gajim.install	2012-03-22 20:56:19 UTC (rev 154084)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gajim/repos/extra-any/gajim.install (from rev 154083, gajim/trunk/gajim.install)
===================================================================
--- gajim.install	                        (rev 0)
+++ gajim.install	2012-03-22 20:56:19 UTC (rev 154084)
@@ -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