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

Antonio Rojas arojas at archlinux.org
Sun Mar 18 11:24:46 UTC 2018


    Date: Sunday, March 18, 2018 @ 11:24:44
  Author: arojas
Revision: 319575

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-18 11:24:16 UTC (rev 319574)
+++ PKGBUILD	2018-03-18 11:24:44 UTC (rev 319575)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gajim
-pkgver=0.16.9
-pkgrel=1
-pkgdesc="A full featured and easy to use Jabber client"
-arch=('any')
-url="https://www.gajim.org/"
-license=('GPL3')
-depends=('pygtk' 'python2-pyopenssl' 'python2-pyasn1' 'python2-nbxmpp' 'ca-certificates' 'bind-tools')
-makedepends=('intltool')
-optdepends=('python2-dbus: dbus 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'
-            'python2-gnupg: for PGP encryption')
-source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
-sha1sums=('5e329aa769cc098ffeea94894bd8b4ad200293a1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=python2 ./configure --prefix=/usr --enable-site-packages
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gajim/repos/extra-any/PKGBUILD (from rev 319574, gajim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-18 11:24:44 UTC (rev 319575)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gajim
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A full featured and easy to use Jabber client"
+arch=('any')
+url="https://www.gajim.org/"
+license=('GPL3')
+depends=('python-gobject' 'python-cairo' 'python-pyopenssl' 'python-pyasn1' 'python-nbxmpp'
+         'ca-certificates' 'bind-tools' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('python-dbus: dbus support'
+            'gtkspell: for spelling support'
+            'libxss: for idle module'
+            'notification-daemon: for desktop notification'
+            'python-keyring: password storage'
+            'python-crypto: support for E2E encryption'
+            'python-docutils: for RST generator support'
+            'gupnp-igd: for UPnP-IGD support'
+            'python-gnupg: for PGP encryption')
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
+sha1sums=('05d5177af4a09b041aa03d488524c6859fa51130')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list