[arch-commits] Commit in gajim/trunk (PKGBUILD)

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


    Date: Sunday, March 18, 2018 @ 11:24:16
  Author: arojas
Revision: 319574

Update to 1.0.0

Modified:
  gajim/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-18 11:02:51 UTC (rev 319573)
+++ PKGBUILD	2018-03-18 11:24:16 UTC (rev 319574)
@@ -2,33 +2,33 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=gajim
-pkgver=0.16.9
+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=('pygtk' 'python2-pyopenssl' 'python2-pyasn1' 'python2-nbxmpp' 'ca-certificates' 'bind-tools')
+depends=('python-gobject' 'python-cairo' 'python-pyopenssl' 'python-pyasn1' 'python-nbxmpp'
+         'ca-certificates' 'bind-tools' 'hicolor-icon-theme')
 makedepends=('intltool')
-optdepends=('python2-dbus: dbus support'
+optdepends=('python-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'
+            'python-keyring: password storage'
+            'python-crypto: support for E2E encryption'
+            'python-docutils: for RST generator support'
             'gupnp-igd: for UPnP-IGD support'
-            'python2-gnupg: for PGP encryption')
+            'python-gnupg: for PGP encryption')
 source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
-sha1sums=('5e329aa769cc098ffeea94894bd8b4ad200293a1')
+sha1sums=('05d5177af4a09b041aa03d488524c6859fa51130')
 
 build() {
   cd ${pkgname}-${pkgver}
-  PYTHON=python2 ./configure --prefix=/usr --enable-site-packages
-  make
+  python setup.py build
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  python setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list