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

Sergej Pupykin spupykin at nymeria.archlinux.org
Sun Nov 17 21:08:43 UTC 2013


    Date: Sunday, November 17, 2013 @ 22:08:42
  Author: spupykin
Revision: 101128

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

Added:
  torcs/repos/community-i686/PKGBUILD
    (from rev 101127, torcs/trunk/PKGBUILD)
  torcs/repos/community-i686/torcs.sh
    (from rev 101127, torcs/trunk/torcs.sh)
  torcs/repos/community-x86_64/PKGBUILD
    (from rev 101127, torcs/trunk/PKGBUILD)
  torcs/repos/community-x86_64/torcs.sh
    (from rev 101127, torcs/trunk/torcs.sh)
Deleted:
  torcs/repos/community-i686/PKGBUILD
  torcs/repos/community-i686/torcs.sh
  torcs/repos/community-x86_64/PKGBUILD
  torcs/repos/community-x86_64/torcs.sh

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 /torcs.sh                 |    4 ++
 community-i686/PKGBUILD   |   32 ----------------------
 community-i686/torcs.sh   |    2 -
 community-x86_64/PKGBUILD |   32 ----------------------
 community-x86_64/torcs.sh |    2 -
 6 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-17 21:08:27 UTC (rev 101127)
+++ community-i686/PKGBUILD	2013-11-17 21:08:42 UTC (rev 101128)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Shahar Weiss <sweiss4 at gmx.net>
-
-pkgname=torcs
-pkgver=1.3.4
-pkgrel=4
-pkgdesc="A 3D racing cars simulator using OpenGL"
-url="http://torcs.sourceforge.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libvorbis' 'glu')
-makedepends=('plib' 'mesa')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('07dbc9c53e2b177be1f53fe97d53d039')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  unset LDFLAGS
-  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
-  make
-}
-
-package() {
-  depends=(${depends[@]} "torcs-data=$pkgver")
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 Ticon.png ${pkgdir}/usr/share/pixmaps/torcs.png
-  install -D -m644 torcs.desktop ${pkgdir}/usr/share/applications/torcs.desktop
-  find ${pkgdir} -type d -exec chmod 755 {} \;
-}

Copied: torcs/repos/community-i686/PKGBUILD (from rev 101127, torcs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-17 21:08:42 UTC (rev 101128)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Shahar Weiss <sweiss4 at gmx.net>
+
+pkgname=torcs
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="A 3D racing cars simulator using OpenGL"
+url="http://torcs.sourceforge.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libvorbis' 'glu')
+makedepends=('plib' 'mesa')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('cd7bc804668af531df9511a6f64a1e84')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  unset LDFLAGS
+  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
+  make
+}
+
+package() {
+  depends=(${depends[@]} "torcs-data=$pkgver")
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 Ticon.png ${pkgdir}/usr/share/pixmaps/torcs.png
+  install -D -m644 torcs.desktop ${pkgdir}/usr/share/applications/torcs.desktop
+  find ${pkgdir} -type d -exec chmod 755 {} \;
+}

Deleted: community-i686/torcs.sh
===================================================================
--- community-i686/torcs.sh	2013-11-17 21:08:27 UTC (rev 101127)
+++ community-i686/torcs.sh	2013-11-17 21:08:42 UTC (rev 101128)
@@ -1,2 +0,0 @@
-#!/bin/bash
-export PATH=$PATH:/opt/torcs/bin

Copied: torcs/repos/community-i686/torcs.sh (from rev 101127, torcs/trunk/torcs.sh)
===================================================================
--- community-i686/torcs.sh	                        (rev 0)
+++ community-i686/torcs.sh	2013-11-17 21:08:42 UTC (rev 101128)
@@ -0,0 +1,2 @@
+#!/bin/bash
+export PATH=$PATH:/opt/torcs/bin

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-17 21:08:27 UTC (rev 101127)
+++ community-x86_64/PKGBUILD	2013-11-17 21:08:42 UTC (rev 101128)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Shahar Weiss <sweiss4 at gmx.net>
-
-pkgname=torcs
-pkgver=1.3.4
-pkgrel=4
-pkgdesc="A 3D racing cars simulator using OpenGL"
-url="http://torcs.sourceforge.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libvorbis' 'glu')
-makedepends=('plib' 'mesa')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('07dbc9c53e2b177be1f53fe97d53d039')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  unset LDFLAGS
-  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
-  make
-}
-
-package() {
-  depends=(${depends[@]} "torcs-data=$pkgver")
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 Ticon.png ${pkgdir}/usr/share/pixmaps/torcs.png
-  install -D -m644 torcs.desktop ${pkgdir}/usr/share/applications/torcs.desktop
-  find ${pkgdir} -type d -exec chmod 755 {} \;
-}

Copied: torcs/repos/community-x86_64/PKGBUILD (from rev 101127, torcs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-17 21:08:42 UTC (rev 101128)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Shahar Weiss <sweiss4 at gmx.net>
+
+pkgname=torcs
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="A 3D racing cars simulator using OpenGL"
+url="http://torcs.sourceforge.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('freeglut' 'libpng' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libvorbis' 'glu')
+makedepends=('plib' 'mesa')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('cd7bc804668af531df9511a6f64a1e84')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  unset LDFLAGS
+  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
+  make
+}
+
+package() {
+  depends=(${depends[@]} "torcs-data=$pkgver")
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 Ticon.png ${pkgdir}/usr/share/pixmaps/torcs.png
+  install -D -m644 torcs.desktop ${pkgdir}/usr/share/applications/torcs.desktop
+  find ${pkgdir} -type d -exec chmod 755 {} \;
+}

Deleted: community-x86_64/torcs.sh
===================================================================
--- community-x86_64/torcs.sh	2013-11-17 21:08:27 UTC (rev 101127)
+++ community-x86_64/torcs.sh	2013-11-17 21:08:42 UTC (rev 101128)
@@ -1,2 +0,0 @@
-#!/bin/bash
-export PATH=$PATH:/opt/torcs/bin

Copied: torcs/repos/community-x86_64/torcs.sh (from rev 101127, torcs/trunk/torcs.sh)
===================================================================
--- community-x86_64/torcs.sh	                        (rev 0)
+++ community-x86_64/torcs.sh	2013-11-17 21:08:42 UTC (rev 101128)
@@ -0,0 +1,2 @@
+#!/bin/bash
+export PATH=$PATH:/opt/torcs/bin




More information about the arch-commits mailing list