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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Sep 2 20:48:47 UTC 2016


    Date: Friday, September 2, 2016 @ 20:48:46
  Author: bpiotrowski
Revision: 188322

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

Added:
  stuntrally/repos/community-i686/PKGBUILD
    (from rev 188321, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-x86_64/PKGBUILD
    (from rev 188321, stuntrally/trunk/PKGBUILD)
Deleted:
  stuntrally/repos/community-i686/PKGBUILD
  stuntrally/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 ----------------------
 community-x86_64/PKGBUILD |   37 ----------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-02 20:48:36 UTC (rev 188321)
+++ community-i686/PKGBUILD	2016-09-02 20:48:46 UTC (rev 188322)
@@ -1,37 +0,0 @@
-# $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=5
-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')
-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" \
-    -DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
-  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-i686/PKGBUILD (from rev 188321, stuntrally/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-02 20:48:46 UTC (rev 188322)
@@ -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=6
+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' 'boost-libs=1.60.0')
+makedepends=('cmake' 'boost=1.60.0' 'git')
+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" \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
+  make
+}
+
+package() {
+  cd "$srcdir/stuntrally-$pkgver/build/"
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/stuntrally/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-02 20:48:36 UTC (rev 188321)
+++ community-x86_64/PKGBUILD	2016-09-02 20:48:46 UTC (rev 188322)
@@ -1,37 +0,0 @@
-# $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=5
-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')
-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" \
-    -DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
-  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-x86_64/PKGBUILD (from rev 188321, stuntrally/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-02 20:48:46 UTC (rev 188322)
@@ -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=6
+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' 'boost-libs=1.60.0')
+makedepends=('cmake' 'boost=1.60.0' 'git')
+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" \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
+  make
+}
+
+package() {
+  cd "$srcdir/stuntrally-$pkgver/build/"
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/stuntrally/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list