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

Antonio Rojas arojas at archlinux.org
Tue Nov 28 11:10:10 UTC 2017


    Date: Tuesday, November 28, 2017 @ 11:10:09
  Author: arojas
Revision: 311064

Add fix for pyopenssl 17.4 (FS#56488)

Modified:
  gajim/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-28 09:38:41 UTC (rev 311063)
+++ PKGBUILD	2017-11-28 11:10:09 UTC (rev 311064)
@@ -3,13 +3,12 @@
 
 pkgname=gajim
 pkgver=0.16.8
-pkgrel=2
+pkgrel=3
 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' 'ldns' 'desktop-file-utils')
+depends=('pygtk' 'python2-pyopenssl' 'python2-pyasn1' 'python2-nbxmpp' 'ca-certificates' 'ldns')
 makedepends=('intltool')
 optdepends=('python2-dbus: dbus support'
             'gtkspell: for spelling support'
@@ -20,13 +19,16 @@
             '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 gajim-drill.patch)
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2 gajim-drill.patch
+        gajim-pyopenssl.patch::"https://dev.gajim.org/gajim/gajim/commit/3dd35f5e.diff")
 sha1sums=('ec478488d25097661d76c6e0f9fe28415b7a4580'
-          '6c93159d7018675e4747a0d4c0ca43bb559a4dc0')
+          '6c93159d7018675e4747a0d4c0ca43bb559a4dc0'
+          '761a1e66a7e21d4c497db36288df72b69799a92c')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i "${srcdir}/gajim-drill.patch"
+  patch -p1 -i ../gajim-pyopenssl.patch # Fix for pyopenssl 17.4
 }
 
 build() {



More information about the arch-commits mailing list