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

Antonio Rojas arojas at archlinux.org
Sat May 14 14:33:09 UTC 2016


    Date: Saturday, May 14, 2016 @ 16:33:09
  Author: arojas
Revision: 175384

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 14:06:13 UTC (rev 175383)
+++ PKGBUILD	2016-05-14 14:33:09 UTC (rev 175384)
@@ -6,7 +6,7 @@
 
 pkgname=supertuxkart
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
@@ -14,7 +14,6 @@
 depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
 makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.xz")
-install=supertuxkart.install
 md5sums=('5d87d943f2e746043aed87dc80004701')
 
 build() {
@@ -32,7 +31,7 @@
     -DIRRLICHT_DIR="$srcdir/irrlicht" \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS"
+    -DCMAKE_CXX_FLAGS="-lpthread -lm -ldl $CXXFLAGS -std=gnu++98"
 
   make
 }

Deleted: supertuxkart.install
===================================================================
--- supertuxkart.install	2016-05-14 14:06:13 UTC (rev 175383)
+++ supertuxkart.install	2016-05-14 14:33:09 UTC (rev 175384)
@@ -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_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list