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

Balló György bgyorgy at archlinux.org
Mon Jun 27 18:02:39 UTC 2016


    Date: Monday, June 27, 2016 @ 18:02:38
  Author: bgyorgy
Revision: 181439

upgpkg: guake 0.8.5-1

Update to new version

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

---------------+
 PKGBUILD      |    5 ++---
 guake.install |   22 ----------------------
 2 files changed, 2 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-27 17:50:28 UTC (rev 181438)
+++ PKGBUILD	2016-06-27 18:02:38 UTC (rev 181439)
@@ -5,7 +5,7 @@
 # Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
 
 pkgname=guake
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
@@ -13,9 +13,8 @@
 license=('GPL')
 depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-keybinder2' 'python2-xdg' 'libutempter')
 makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
 source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('631b16716645b206b93dc91f32d255c0')
+md5sums=('a993637eb809026541b4c1ea9994b534')
 
 prepare() {
   cd $pkgname-$pkgver

Deleted: guake.install
===================================================================
--- guake.install	2016-06-27 17:50:28 UTC (rev 181438)
+++ guake.install	2016-06-27 18:02:38 UTC (rev 181439)
@@ -1,22 +0,0 @@
-pkgname=guake
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}



More information about the arch-commits mailing list