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

Antonio Rojas arojas at archlinux.org
Sun Jun 12 13:45:24 UTC 2016


    Date: Sunday, June 12, 2016 @ 15:45:24
  Author: arojas
Revision: 269393

Hooks

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

--------------+
 PKGBUILD     |    3 +--
 gimp.install |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-12 12:54:58 UTC (rev 269392)
+++ PKGBUILD	2016-06-12 13:45:24 UTC (rev 269393)
@@ -3,7 +3,7 @@
 
 pkgname=gimp
 pkgver=2.8.16
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU Image Manipulation Program"
 arch=('i686' 'x86_64')
 url="http://www.gimp.org/"
@@ -20,7 +20,6 @@
             'ghostscript: for postscript support')
 options=('!makeflags')
 conflicts=('gimp-devel')
-install=gimp.install
 source=(http://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 linux.gpl 
         uri-backend-libcurl.patch)
 md5sums=('30e0a1b7c18b0e3415f4ac54567252ac'

Deleted: gimp.install
===================================================================
--- gimp.install	2016-06-12 12:54:58 UTC (rev 269392)
+++ gimp.install	2016-06-12 13:45:24 UTC (rev 269393)
@@ -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