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

Felix Yan fyan at archlinux.org
Wed Apr 27 17:55:28 UTC 2016


    Date: Wednesday, April 27, 2016 @ 19:55:27
  Author: fyan
Revision: 172132

upgpkg: yakuake 3.0.2-3

Hooks rebuild (part 1)

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

-----------------+
 PKGBUILD        |    5 ++---
 yakuake.install |   11 -----------
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 17:48:04 UTC (rev 172131)
+++ PKGBUILD	2016-04-27 17:55:27 UTC (rev 172132)
@@ -6,14 +6,13 @@
 
 pkgname=yakuake
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
 arch=('i686' 'x86_64')
 url='http://yakuake.kde.org/'
 license=('GPL')
 depends=('konsole' 'knewstuff')
-makedepends=('extra-cmake-modules')
-install="${pkgname}.install"
+makedepends=('extra-cmake-modules' 'python')
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
 md5sums=('6c5eaea40770283078dad6fa288615c5')
 

Deleted: yakuake.install
===================================================================
--- yakuake.install	2016-04-27 17:48:04 UTC (rev 172131)
+++ yakuake.install	2016-04-27 17:55:27 UTC (rev 172132)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list