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

Antonio Rojas arojas at archlinux.org
Wed Aug 19 09:05:43 UTC 2015


    Date: Wednesday, August 19, 2015 @ 11:05:42
  Author: arojas
Revision: 244164

Restore /usr/share/mime, doesn't conflict anymore

Modified:
  kdepimlibs4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-19 08:06:40 UTC (rev 244163)
+++ PKGBUILD	2015-08-19 09:05:42 UTC (rev 244164)
@@ -6,7 +6,7 @@
 pkgname=kdepimlibs4
 pkgver=4.14.10
 _kdeappver=15.04.3
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE4 PIM Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepimlibs'
@@ -38,6 +38,6 @@
   cd build
   make DESTDIR="${pkgdir}" install
 
-# Conflicts with KF5 libs
-  rm -r "$pkgdir"/usr/{bin,share/{config.kcfg,mime}}
+# Conflicts with KF5
+  rm -r "$pkgdir"/usr/{bin,share/config.kcfg}
 }



More information about the arch-commits mailing list