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

Antonio Rojas arojas at archlinux.org
Sat May 14 11:01:03 UTC 2016


    Date: Saturday, May 14, 2016 @ 13:01:03
  Author: arojas
Revision: 175332

Hooks

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

-------------+
 PKGBUILD    |    5 ++---
 zaz.install |   13 -------------
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 10:58:24 UTC (rev 175331)
+++ PKGBUILD	2016-05-14 11:01:03 UTC (rev 175332)
@@ -5,15 +5,14 @@
 
 pkgname=zaz
 pkgver=1.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Puzzle game where the player has to arrange balls in triplets"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/zaz/"
 license=('GPL3' 'custom:CCBYSA')
-depends=('ftgl' 'sdl' 'sdl_image' 'libvorbis' 'libtheora' 'desktop-file-utils')
+depends=('ftgl' 'sdl' 'sdl_image' 'libvorbis' 'libtheora')
 source=(http://download.sourceforge.net/sourceforge/zaz/files/$pkgname-$pkgver.tar.bz2)
 md5sums=('d92a043780d06c699da0ba04aab32a6b')
-install=zaz.install
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Deleted: zaz.install
===================================================================
--- zaz.install	2016-05-14 10:58:24 UTC (rev 175331)
+++ zaz.install	2016-05-14 11:01:03 UTC (rev 175332)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list