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

Pierre Schmitz pierre at archlinux.org
Fri Jun 6 22:28:34 UTC 2008


    Date: Friday, June 6, 2008 @ 18:28:34
  Author: pierre
Revision: 2548

upgpkg: kdelibs 3.5.9-4
    use ca-certificates

Modified:
  kdelibs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-06 21:58:44 UTC (rev 2547)
+++ PKGBUILD	2008-06-06 22:28:34 UTC (rev 2548)
@@ -5,7 +5,7 @@
 pkgname=kdelibs
 pkgver=3.5.9
 kdever=3.5.9
-pkgrel=3.1
+pkgrel=4
 pkgdesc="KDE Core Libraries"
 arch=(i686 x86_64)
 url="http://www.kde.org"
@@ -15,7 +15,7 @@
 
 depends=('arts>=1.5.9' 'db>=4.6' 'libxslt' 'pcre' 'libart-lgpl' 'openexr'
          'avahi>=0.6.9' 'jasper>=1.900.1' 'fam' 'bzip2' 'openssl' 'libidn' 'perl'
-	 'aspell' 'heimdal>=1.0.1' 'acl' 'libtiff' 'qt3>=3.3.7')
+	 'aspell' 'heimdal>=1.0.1' 'acl' 'libtiff' 'qt3>=3.3.7' 'ca-certificates' )
 makedepends=(pkgconfig cups lua)
 
 # for easier build, just uncomment the mirror you want to use
@@ -87,6 +87,11 @@
   rm $startdir/pkg/opt/kde/bin/filesharelist
   cd $startdir/pkg/opt/kde/bin/
   ln -s fileshareset.pl filesharelist 
+  
+  # cert bundle seems to be hardcoded
+  # link it to the one from ca-certificates
+  rm -f $pkgdir/opt/kde/share/apps/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt $pkgdir/opt/kde/share/apps/kssl/ca-bundle.crt
 }
 md5sums=('55e5f00874933d1a7ba7c95e369a205e'
          'b7b98e965960f2d55741a10070aa943d'





More information about the arch-commits mailing list