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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Dec 5 16:11:31 UTC 2013


    Date: Thursday, December 5, 2013 @ 17:11:31
  Author: svenstaro
Revision: 102134

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

Added:
  stuntrally/repos/community-testing-i686/PKGBUILD
    (from rev 102133, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-testing-i686/stuntrally.install
    (from rev 102133, stuntrally/trunk/stuntrally.install)
  stuntrally/repos/community-testing-x86_64/PKGBUILD
    (from rev 102133, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-testing-x86_64/stuntrally.install
    (from rev 102133, stuntrally/trunk/stuntrally.install)
Deleted:
  stuntrally/repos/community-testing-i686/PKGBUILD
  stuntrally/repos/community-testing-i686/stuntrally.install
  stuntrally/repos/community-testing-x86_64/PKGBUILD
  stuntrally/repos/community-testing-x86_64/stuntrally.install

---------------------------------------------+
 /PKGBUILD                                   |   74 ++++++++++++++++++++++++++
 /stuntrally.install                         |   26 +++++++++
 community-testing-i686/PKGBUILD             |   37 -------------
 community-testing-i686/stuntrally.install   |   13 ----
 community-testing-x86_64/PKGBUILD           |   37 -------------
 community-testing-x86_64/stuntrally.install |   13 ----
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2013-12-05 16:11:26 UTC (rev 102133)
+++ community-testing-i686/PKGBUILD	2013-12-05 16:11:31 UTC (rev 102134)
@@ -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.2.1
-pkgrel=1
-pkgdesc='Stunt Rally game with track editor, based on VDrift'
-arch=('x86_64' 'i686')
-license=('GPL3')
-url='http://code.google.com/p/vdrift-ogre'
-depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'hicolor-icon-theme' 'libxcursor' 'stuntrally-data')
-makedepends=('cmake' 'boost' 'git')
-install=stuntrally.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz")
-sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51')
-
-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-testing-i686/PKGBUILD (from rev 102133, stuntrally/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-12-05 16:11:31 UTC (rev 102134)
@@ -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.2.1
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://code.google.com/p/vdrift-ogre'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 'stuntrally-data')
+makedepends=('cmake' 'boost' 'git')
+install=stuntrally.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz")
+sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51')
+
+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:

Deleted: community-testing-i686/stuntrally.install
===================================================================
--- community-testing-i686/stuntrally.install	2013-12-05 16:11:26 UTC (rev 102133)
+++ community-testing-i686/stuntrally.install	2013-12-05 16:11:31 UTC (rev 102134)
@@ -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:

Copied: stuntrally/repos/community-testing-i686/stuntrally.install (from rev 102133, stuntrally/trunk/stuntrally.install)
===================================================================
--- community-testing-i686/stuntrally.install	                        (rev 0)
+++ community-testing-i686/stuntrally.install	2013-12-05 16:11:31 UTC (rev 102134)
@@ -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:

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2013-12-05 16:11:26 UTC (rev 102133)
+++ community-testing-x86_64/PKGBUILD	2013-12-05 16:11:31 UTC (rev 102134)
@@ -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.2.1
-pkgrel=1
-pkgdesc='Stunt Rally game with track editor, based on VDrift'
-arch=('x86_64' 'i686')
-license=('GPL3')
-url='http://code.google.com/p/vdrift-ogre'
-depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'hicolor-icon-theme' 'libxcursor' 'stuntrally-data')
-makedepends=('cmake' 'boost' 'git')
-install=stuntrally.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz")
-sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51')
-
-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-testing-x86_64/PKGBUILD (from rev 102133, stuntrally/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-12-05 16:11:31 UTC (rev 102134)
@@ -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.2.1
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://code.google.com/p/vdrift-ogre'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 'stuntrally-data')
+makedepends=('cmake' 'boost' 'git')
+install=stuntrally.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz")
+sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51')
+
+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:

Deleted: community-testing-x86_64/stuntrally.install
===================================================================
--- community-testing-x86_64/stuntrally.install	2013-12-05 16:11:26 UTC (rev 102133)
+++ community-testing-x86_64/stuntrally.install	2013-12-05 16:11:31 UTC (rev 102134)
@@ -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:

Copied: stuntrally/repos/community-testing-x86_64/stuntrally.install (from rev 102133, stuntrally/trunk/stuntrally.install)
===================================================================
--- community-testing-x86_64/stuntrally.install	                        (rev 0)
+++ community-testing-x86_64/stuntrally.install	2013-12-05 16:11:31 UTC (rev 102134)
@@ -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