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

Antonio Rojas arojas at archlinux.org
Sun Aug 7 10:06:43 UTC 2016


    Date: Sunday, August 7, 2016 @ 10:06:42
  Author: arojas
Revision: 185769

Hooks

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

--------------------+
 PKGBUILD           |    6 +++---
 stuntrally.install |   13 -------------
 2 files changed, 3 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-07 09:57:28 UTC (rev 185768)
+++ PKGBUILD	2016-08-07 10:06:42 UTC (rev 185769)
@@ -5,7 +5,7 @@
 
 pkgname=stuntrally
 pkgver=2.6
-pkgrel=4
+pkgrel=5
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -12,7 +12,6 @@
 url='http://stuntrally.tuxfamily.org'
 depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 'stuntrally-data' 'bullet' 'openal')
 makedepends=('cmake' 'boost' 'git')
-install=stuntrally.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz")
 sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
 
@@ -23,7 +22,8 @@
   mkdir build && cd build
   cmake .. \
     -DCMAKE_INSTALL_PREFIX="/usr" \
-    -DSHARE_INSTALL="share/stuntrally"
+    -DSHARE_INSTALL="share/stuntrally" \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
   make
 }
 

Deleted: stuntrally.install
===================================================================
--- stuntrally.install	2016-08-07 09:57:28 UTC (rev 185768)
+++ stuntrally.install	2016-08-07 10:06:42 UTC (rev 185769)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list