[arch-commits] Commit in stuntrally/repos (6 files)

Felix Yan fyan at archlinux.org
Mon Dec 7 13:54:43 UTC 2015


    Date: Monday, December 7, 2015 @ 14:54:43
  Author: fyan
Revision: 149919

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  stuntrally/repos/community-staging-i686/
  stuntrally/repos/community-staging-i686/PKGBUILD
    (from rev 149918, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-staging-i686/stuntrally.install
    (from rev 149918, stuntrally/trunk/stuntrally.install)
  stuntrally/repos/community-staging-x86_64/
  stuntrally/repos/community-staging-x86_64/PKGBUILD
    (from rev 149917, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-staging-x86_64/stuntrally.install
    (from rev 149917, stuntrally/trunk/stuntrally.install)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   37 ++++++++++++++++++++++++++
 community-staging-i686/stuntrally.install   |   13 +++++++++
 community-staging-x86_64/PKGBUILD           |   37 ++++++++++++++++++++++++++
 community-staging-x86_64/stuntrally.install |   13 +++++++++
 4 files changed, 100 insertions(+)

Copied: stuntrally/repos/community-staging-i686/PKGBUILD (from rev 149918, stuntrally/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 13:54:43 UTC (rev 149919)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Sven Schneider <archlinux.sandmann at googlemail.com>
+# Contributor: Jason Melton <jason.melton at gmail.com>
+
+pkgname=stuntrally
+pkgver=2.6
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+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')
+
+build() {
+  cd "$srcdir/stuntrally-$pkgver/"
+
+  rm -rf build
+  mkdir build && cd build
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX="/usr" \
+    -DSHARE_INSTALL="share/stuntrally"
+  make
+}
+
+package() {
+  cd "$srcdir/stuntrally-$pkgver/build/"
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/stuntrally/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-i686/stuntrally.install (from rev 149918, stuntrally/trunk/stuntrally.install)
===================================================================
--- community-staging-i686/stuntrally.install	                        (rev 0)
+++ community-staging-i686/stuntrally.install	2015-12-07 13:54:43 UTC (rev 149919)
@@ -0,0 +1,13 @@
+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:

Copied: stuntrally/repos/community-staging-x86_64/PKGBUILD (from rev 149917, stuntrally/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 13:54:43 UTC (rev 149919)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Sven Schneider <archlinux.sandmann at googlemail.com>
+# Contributor: Jason Melton <jason.melton at gmail.com>
+
+pkgname=stuntrally
+pkgver=2.6
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+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')
+
+build() {
+  cd "$srcdir/stuntrally-$pkgver/"
+
+  rm -rf build
+  mkdir build && cd build
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX="/usr" \
+    -DSHARE_INSTALL="share/stuntrally"
+  make
+}
+
+package() {
+  cd "$srcdir/stuntrally-$pkgver/build/"
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/stuntrally/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-x86_64/stuntrally.install (from rev 149917, stuntrally/trunk/stuntrally.install)
===================================================================
--- community-staging-x86_64/stuntrally.install	                        (rev 0)
+++ community-staging-x86_64/stuntrally.install	2015-12-07 13:54:43 UTC (rev 149919)
@@ -0,0 +1,13 @@
+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