Date: Friday, May 25, 2012 @ 15:58:42
  Author: andrea
Revision: 159520

KDE 4.9

Added:
  kdebase-runtime/kde-unstable/
Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD      2012-05-25 14:33:21 UTC (rev 159498)
+++ kde-unstable/PKGBUILD       2012-05-25 19:58:42 UTC (rev 159520)
@@ -3,20 +3,21 @@
 # Contributor: Pierre Schmitz <pie...@archlinux.de>
 
 pkgname=kdebase-runtime
-pkgver=4.8.3
+pkgver=4.8.80
 pkgrel=1
-pkgdesc="KDE Base Runtime Environment"
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
-url='http://www.kde.org'
+url='https://projects.kde.org/projects/kde/kde-runtime'
 license=('GPL' 'LGPL')
-depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth')
+depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
+'xorg-xauth' 'kactivities')
 makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager')
 optdepends=('htdig: to build the search index in khelpcenter'
             'rarian: needed by khelpcenter'
             'gdb: drkonq crash handler')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
-sha1sums=('500ada503708aa89e2cbfa3ddb6353c3d350d96f')
+source=("http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
+sha1sums=('2ef106862e33a8fc2b936a875ab87e581d25d2ee')
 
 build() {
     cd "${srcdir}"
@@ -35,9 +36,9 @@
        cd "$srcdir/build"
        make DESTDIR="$pkgdir" install
        rm -f "${pkgdir}/usr/share/icons/hicolor/index.theme"
-       ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/"
 
-    # Fix Python2 path
-    sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-      "${pkgdir}"/usr/bin/nepomuk-simpleresource-rcgen
+    ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/"
+
+    # Fix conflict
+    rm "${pkgdir}"/usr/lib/libnepomukcommon.so
 }

Reply via email to