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

Antonio Rojas arojas at archlinux.org
Fri May 20 19:35:30 UTC 2016


    Date: Friday, May 20, 2016 @ 21:35:30
  Author: arojas
Revision: 175960

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 19:34:09 UTC (rev 175959)
+++ PKGBUILD	2016-05-20 19:35:30 UTC (rev 175960)
@@ -3,15 +3,14 @@
 # Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
 pkgname=love
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences"
 arch=(i686 x86_64)
 url="http://love2d.org/"
 license=('zlib')
 depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'libtheora')
-install=love.install
 source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz")
-md5sums=('bd7063e39afed0a352d77c8116f47c08')
+md5sums=('7355507d8ac83ff75c439505527df1ae')
 
 build() {
   cd "$srcdir"/love-$pkgver

Deleted: love.install
===================================================================
--- love.install	2016-05-20 19:34:09 UTC (rev 175959)
+++ love.install	2016-05-20 19:35:30 UTC (rev 175960)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  post_install 
-}
-
-post_upgrade() {
-  post_install
-}



More information about the arch-commits mailing list