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

Felix Yan fyan at archlinux.org
Thu Apr 28 14:52:58 UTC 2016


    Date: Thursday, April 28, 2016 @ 16:52:57
  Author: fyan
Revision: 266468

upgpkg: kdevelop 4.7.3-2

Hooks rebuild (part 1)

Modified:
  kdevelop/trunk/PKGBUILD
Deleted:
  kdevelop/trunk/kdevelop.install

------------------+
 PKGBUILD         |    3 +--
 kdevelop.install |   13 -------------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 14:41:29 UTC (rev 266467)
+++ PKGBUILD	2016-04-28 14:52:57 UTC (rev 266468)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop
 pkgver=4.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
 url='http://www.kdevelop.org/'
@@ -19,7 +19,6 @@
             'gdb: GNU Debugger support'
             'qt5-doc: Qt documentation integration'
             'cmake: cmake integration')
-install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('5ebd56ee348d7688eff55ffc6a83018ccf42a4fb')
 

Deleted: kdevelop.install
===================================================================
--- kdevelop.install	2016-04-28 14:41:29 UTC (rev 266467)
+++ kdevelop.install	2016-04-28 14:52:57 UTC (rev 266468)
@@ -1,13 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-mime-database usr/share/mime  &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list