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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Feb 26 07:27:55 UTC 2013


    Date: Tuesday, February 26, 2013 @ 08:27:54
  Author: svenstaro
Revision: 84921

upgpkg: stuntrally 1.9-1

Pushing stuntrally

Added:
  stuntrally/trunk/stuntrally.install
Modified:
  stuntrally/trunk/PKGBUILD

--------------------+
 PKGBUILD           |    3 ++-
 stuntrally.install |   11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 06:36:11 UTC (rev 84920)
+++ PKGBUILD	2013-02-26 07:27:54 UTC (rev 84921)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL3')
 url="http://code.google.com/p/vdrift-ogre"
-depends=('libvorbis' 'mygui' 'sdl' 'enet' 'bullet')
+depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor')
 makedepends=('cmake' 'boost')
+install=stuntrally.install
 source=(src_${pkgver}.tar.gz::https://nodeload.github.com/${pkgname}/stuntrally/tar.gz/${pkgver}
         tracks_${pkgver}.tar.gz::https://nodeload.github.com/${pkgname}/tracks/tar.gz/${pkgver})
 md5sums=('3253c5a64a6d3f4fc4b756ea431286de'

Added: stuntrally.install
===================================================================
--- stuntrally.install	                        (rev 0)
+++ stuntrally.install	2013-02-26 07:27:54 UTC (rev 84921)
@@ -0,0 +1,11 @@
+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