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

Antonio Rojas arojas at archlinux.org
Tue May 3 23:20:53 UTC 2016


    Date: Wednesday, May 4, 2016 @ 01:20:52
  Author: arojas
Revision: 266840

Hooks

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

-----------------+
 PKGBUILD        |    5 ++---
 leafpad.install |   12 ------------
 2 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 23:17:42 UTC (rev 266839)
+++ PKGBUILD	2016-05-03 23:20:52 UTC (rev 266840)
@@ -4,14 +4,13 @@
 
 pkgname=leafpad
 pkgver=0.8.18.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A notepad clone for GTK+ 2.0"
 arch=('i686' 'x86_64')
 url="http://tarot.freeshell.org/leafpad/"
 license=('GPL')
-depends=('gtk2' 'desktop-file-utils')
+depends=('gtk2')
 makedepends=('intltool')
-install=leafpad.install
 source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('254a72fc67505e3aa52884c729cd7b97')
 

Deleted: leafpad.install
===================================================================
--- leafpad.install	2016-05-03 23:17:42 UTC (rev 266839)
+++ leafpad.install	2016-05-03 23:20:52 UTC (rev 266840)
@@ -1,12 +0,0 @@
-post_install() {
-    update-desktop-database -q
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list