[arch-commits] Commit in kate/trunk (PKGBUILD kdesdk-kate.install)

Andrea Scarpino andrea at archlinux.org
Sun Jan 25 12:23:57 UTC 2015


    Date: Sunday, January 25, 2015 @ 13:23:57
  Author: andrea
Revision: 229985

upgpkg: kate 14.12.1-3

Add kio-extras as optional dep

Modified:
  kate/trunk/PKGBUILD
Deleted:
  kate/trunk/kdesdk-kate.install

---------------------+
 PKGBUILD            |    5 ++---
 kdesdk-kate.install |   13 -------------
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-25 12:22:18 UTC (rev 229984)
+++ PKGBUILD	2015-01-25 12:23:57 UTC (rev 229985)
@@ -6,18 +6,17 @@
 pkgname=('kwrite'
          'kate')
 pkgver=14.12.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('knewstuff' 'ktexteditor' 'plasma-framework' 'threadweaver' 'kded' 'kitemmodels')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
 source=("http://download.kde.org/stable/applications/${pkgver}/src/kate-${pkgver}.tar.xz")
 sha1sums=('e7097f07f9876c44e482a88d7fdae0db92aa2359')
 
 prepare() {
   mkdir build
-
-  cd kate-${pkgver}
 }
 
 build() {

Deleted: kdesdk-kate.install
===================================================================
--- kdesdk-kate.install	2015-01-25 12:22:18 UTC (rev 229984)
+++ kdesdk-kate.install	2015-01-25 12:23:57 UTC (rev 229985)
@@ -1,13 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-    update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list