[arch-commits] Commit in (2 files)

Antonio Rojas arojas at archlinux.org
Sun Aug 16 08:40:47 UTC 2015


    Date: Sunday, August 16, 2015 @ 10:40:47
  Author: arojas
Revision: 243783

Update kdepimlibs dependency

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

---------------------------------------+
 cantor/kde-unstable/PKGBUILD          |    4 ++--
 kdebase-runtime/kde-unstable/PKGBUILD |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: cantor/kde-unstable/PKGBUILD
===================================================================
--- cantor/kde-unstable/PKGBUILD	2015-08-16 07:54:43 UTC (rev 243782)
+++ cantor/kde-unstable/PKGBUILD	2015-08-16 08:40:47 UTC (rev 243783)
@@ -43,6 +43,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
+  cd build
+  make DESTDIR="$pkgdir" install
 }

Modified: kdebase-runtime/kde-unstable/PKGBUILD
===================================================================
--- kdebase-runtime/kde-unstable/PKGBUILD	2015-08-16 07:54:43 UTC (rev 243782)
+++ kdebase-runtime/kde-unstable/PKGBUILD	2015-08-16 08:40:47 UTC (rev 243783)
@@ -12,7 +12,7 @@
 url='https://projects.kde.org/projects/kde/kde-runtime'
 license=('GPL' 'LGPL')
 makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'libwebp'
-	'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 'networkmanager' 'boost')
+	'pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 'networkmanager' 'boost')
 source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz")
 sha1sums=('cf356762677d80adfec16d5756839cdfa36b84d7')
 
@@ -46,7 +46,7 @@
 package_kdebase-runtime() {
   depends=('kdelibs' 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra'
          'oxygen-icons' 'xorg-xauth' 'libwebp')
-  optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send crash reports to KDE.org' 'kdebase-runtime-doc: KDE4 documentation'
+  optdepends=('kdepimlibs4: for kwalletd, and is needed by DrKonqi to send crash reports to KDE.org' 'kdebase-runtime-doc: KDE4 documentation'
             'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to display applications documentation')
   provides=('notification-daemon')
   install=$pkgname.install



More information about the arch-commits mailing list