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

Antonio Rojas arojas at archlinux.org
Fri May 20 19:32:01 UTC 2016


    Date: Friday, May 20, 2016 @ 21:32:01
  Author: arojas
Revision: 175958

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 19:30:52 UTC (rev 175957)
+++ PKGBUILD	2016-05-20 19:32:01 UTC (rev 175958)
@@ -5,7 +5,7 @@
 pkgname=gluon
 pkgver=0.71.0
 _pkgver=0.71
-pkgrel=11
+pkgrel=12
 pkgdesc="A free and open source platform for creating and distributing games"
 arch=('i686' 'x86_64')
 url="http://gluon.gamingfreedom.org/"
@@ -12,7 +12,6 @@
 license=('LGPL')
 depends=('kdelibs' 'libsndfile' 'alure')
 makedepends=('cmake' 'automoc4' 'mesa' 'kdevplatform')
-install=gluon.install
 source=("http://download.kde.org/unstable/$pkgname/$_pkgver/src/$pkgname-$pkgver.tar.gz"
         'gcc47.patch')
 md5sums=('e4f284c0ae00e5b8a58cc3e6201857fe'

Deleted: gluon.install
===================================================================
--- gluon.install	2016-05-20 19:30:52 UTC (rev 175957)
+++ gluon.install	2016-05-20 19:32:01 UTC (rev 175958)
@@ -1,15 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor
-  update-mime-database usr/share/mime > /dev/null
-}



More information about the arch-commits mailing list