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

Antonio Rojas arojas at archlinux.org
Tue Nov 10 22:12:16 UTC 2015


    Date: Tuesday, November 10, 2015 @ 23:12:16
  Author: arojas
Revision: 250594

Rebuild against renamed kdegraphics libraries

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-10 22:12:05 UTC (rev 250593)
+++ PKGBUILD	2015-11-10 22:12:16 UTC (rev 250594)
@@ -13,12 +13,12 @@
          'kdeartwork-wallpapers'
          'kdeartwork-weatherwallpapers')
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 'libkexiv2')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 'libkexiv2_4')
 source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
 sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4')
 
@@ -62,7 +62,7 @@
 
 package_kdeartwork-kscreensaver() {
 	pkgdesc='KDE screensaver'
-	depends=('kdebase-workspace' 'libkexiv2')
+	depends=('kdebase-workspace' 'libkexiv2_4')
 	cd $srcdir/build/kscreensaver
 	make DESTDIR=$pkgdir install
 }



More information about the arch-commits mailing list