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

Jakob Gruber schuay at archlinux.org
Tue May 3 16:58:13 UTC 2016


    Date: Tuesday, May 3, 2016 @ 18:58:13
  Author: schuay
Revision: 173578

desmume hooks rebuild

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 16:22:45 UTC (rev 173577)
+++ PKGBUILD	2016-05-03 16:58:13 UTC (rev 173578)
@@ -13,7 +13,7 @@
 
 pkgname=desmume
 pkgver=0.9.11
-pkgrel=3
+pkgrel=4
 pkgdesc="Nintendo DS emulator"
 arch=('i686' 'x86_64')
 url="http://desmume.org/"
@@ -20,7 +20,6 @@
 license=('GPL')
 depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 'gtk2' 'zziplib')
 makedepends=('intltool' 'mesa' 'clang')
-install=desmume.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
 
 build() {

Deleted: desmume.install
===================================================================
--- desmume.install	2016-05-03 16:22:45 UTC (rev 173577)
+++ desmume.install	2016-05-03 16:58:13 UTC (rev 173578)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list