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

Felix Yan fyan at archlinux.org
Mon Apr 11 10:30:12 UTC 2016


    Date: Monday, April 11, 2016 @ 12:30:11
  Author: fyan
Revision: 264635

upgpkg: kapptemplate 15.12.3-2

fix conflict with krunner 5.21.0

Modified:
  kapptemplate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-11 10:16:25 UTC (rev 264634)
+++ PKGBUILD	2016-04-11 10:30:11 UTC (rev 264635)
@@ -4,7 +4,7 @@
 
 pkgname=kapptemplate
 pkgver=15.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Template Generator'
 url='http://kde.org/applications/development/kapptemplate/'
 arch=('i686' 'x86_64')
@@ -32,6 +32,6 @@
   cd build
   make DESTDIR="$pkgdir" install
 
-# Fix conflict with plasma-framework and kdevelop
-  rm "$pkgdir"/usr/share/kdevappwizard/templates/{qmake_qt4guiapp,qml-plasmoid}.tar.bz2
+# Fix conflict with plasma-framework, kdevelop and krunner
+  rm "$pkgdir"/usr/share/kdevappwizard/templates/{qmake_qt4guiapp,qml-plasmoid,runner}.tar.bz2
 }



More information about the arch-commits mailing list