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

Jonathan Steel jsteel at archlinux.org
Wed Apr 27 18:40:04 UTC 2016


    Date: Wednesday, April 27, 2016 @ 20:40:04
  Author: jsteel
Revision: 172146

upgpkg: stella 4.7.2-2

Hooks (part 1)

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 18:37:19 UTC (rev 172145)
+++ PKGBUILD	2016-04-27 18:40:04 UTC (rev 172146)
@@ -5,7 +5,7 @@
 
 pkgname=stella
 pkgver=4.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Atari 2600 VCS emulator"
 arch=('i686' 'x86_64')
 url="http://stella.sourceforge.net"
@@ -12,7 +12,6 @@
 license=('GPL2')
 depends=('sdl2' 'gtk-update-icon-cache')
 makedepends=('glu')
-install=$pkgname.install
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz)
 md5sums=('c960a5a4c34408688c1cc6c658f4bec5')
 

Deleted: stella.install
===================================================================
--- stella.install	2016-04-27 18:37:19 UTC (rev 172145)
+++ stella.install	2016-04-27 18:40:04 UTC (rev 172146)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list