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

Eric Bélanger eric at nymeria.archlinux.org
Sun Feb 23 05:32:28 UTC 2014


    Date: Sunday, February 23, 2014 @ 06:32:28
  Author: eric
Revision: 206257

upgpkg: gajim 0.15.4-2

Remove broken and unneeded certificates (close FS#38723), Update depends and makedepends

Modified:
  gajim/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-23 00:02:57 UTC (rev 206256)
+++ PKGBUILD	2014-02-23 05:32:28 UTC (rev 206257)
@@ -3,13 +3,13 @@
 
 pkgname=gajim
 pkgver=0.15.4
-pkgrel=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' 'ldns' 'python2-pyasn1')
-makedepends=('gettext' 'intltool')
+depends=('pygtk' 'python2-pyopenssl' 'python2-pyasn1' 'ca-certificates' 'ldns')
+makedepends=('intltool')
 optdepends=('python2-dbus: dbus support'
             'farstream-0.1: for video/voice support'
             'gstreamer0.10-bad: for video/voice support'
@@ -40,4 +40,6 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+  # FS#38723
+  rm "${pkgdir}"/usr/share/gajim/data/other/cacerts.pem
 }




More information about the arch-commits mailing list