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

Antonio Rojas arojas at archlinux.org
Sat May 14 11:13:56 UTC 2016


    Date: Saturday, May 14, 2016 @ 13:13:56
  Author: arojas
Revision: 175336

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 11:06:31 UTC (rev 175335)
+++ PKGBUILD	2016-05-14 11:13:56 UTC (rev 175336)
@@ -2,7 +2,7 @@
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
 arch=('i686' 'x86_64')
 url='http://mapeditor.org'
@@ -11,7 +11,6 @@
 depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11')
 makedepends=('mesa' 'qt5-tools' 'python2')
 optdepends=('python2: Python plugin')
-install=${pkgname}.install
 source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
 md5sums=('f5b897d9174a19ed30eadeaad705ea43')
 

Deleted: tiled.install
===================================================================
--- tiled.install	2016-05-14 11:06:31 UTC (rev 175335)
+++ tiled.install	2016-05-14 11:13:56 UTC (rev 175336)
@@ -1,13 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-mime-database usr/share/mime
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list