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

Andrea Scarpino andrea at archlinux.org
Tue May 24 18:14:29 UTC 2011


    Date: Tuesday, May 24, 2011 @ 14:14:29
  Author: andrea
Revision: 124845

KDE 4.7beta1 - Add some missing replaces

Modified:
  kdeartwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-24 18:14:06 UTC (rev 124844)
+++ PKGBUILD	2011-05-24 18:14:29 UTC (rev 124845)
@@ -43,6 +43,7 @@
 
 package_kdeartwork-colorschemes() {
 	pkgdesc='KDE color schemes'
+    replaces=('kdeaccessibility-colorschemes')
 	cd $srcdir/build/ColorSchemes
 	make DESTDIR=$pkgdir install
 }
@@ -61,6 +62,7 @@
 
 package_kdeartwork-iconthemes() {
 	pkgdesc='KDE icon themes'
+    replaces=('kdeaccessibility-iconthemes')
 	cd $srcdir/build/IconThemes
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list