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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Jun 16 11:43:01 UTC 2014


    Date: Monday, June 16, 2014 @ 13:43:01
  Author: spupykin
Revision: 113236

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

Added:
  torcs/repos/community-i686/PKGBUILD
    (from rev 113235, torcs/trunk/PKGBUILD)
  torcs/repos/community-i686/torcs.sh
    (from rev 113235, torcs/trunk/torcs.sh)
  torcs/repos/community-x86_64/PKGBUILD
    (from rev 113235, torcs/trunk/PKGBUILD)
  torcs/repos/community-x86_64/torcs.sh
    (from rev 113235, 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	2014-06-16 11:42:48 UTC (rev 113235)
+++ community-i686/PKGBUILD	2014-06-16 11:43:01 UTC (rev 113236)
@@ -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.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 {} \;
-}

Copied: torcs/repos/community-i686/PKGBUILD (from rev 113235, torcs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-06-16 11:43:01 UTC (rev 113236)
@@ -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.6
+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=('e39e33052caa8a11094091f2cdf7b528')
+
+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	2014-06-16 11:42:48 UTC (rev 113235)
+++ community-i686/torcs.sh	2014-06-16 11:43:01 UTC (rev 113236)
@@ -1,2 +0,0 @@
-#!/bin/bash
-export PATH=$PATH:/opt/torcs/bin

Copied: torcs/repos/community-i686/torcs.sh (from rev 113235, torcs/trunk/torcs.sh)
===================================================================
--- community-i686/torcs.sh	                        (rev 0)
+++ community-i686/torcs.sh	2014-06-16 11:43:01 UTC (rev 113236)
@@ -0,0 +1,2 @@
+#!/bin/bash
+export PATH=$PATH:/opt/torcs/bin

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-06-16 11:42:48 UTC (rev 113235)
+++ community-x86_64/PKGBUILD	2014-06-16 11:43:01 UTC (rev 113236)
@@ -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.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 {} \;
-}

Copied: torcs/repos/community-x86_64/PKGBUILD (from rev 113235, torcs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-06-16 11:43:01 UTC (rev 113236)
@@ -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.6
+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=('e39e33052caa8a11094091f2cdf7b528')
+
+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	2014-06-16 11:42:48 UTC (rev 113235)
+++ community-x86_64/torcs.sh	2014-06-16 11:43:01 UTC (rev 113236)
@@ -1,2 +0,0 @@
-#!/bin/bash
-export PATH=$PATH:/opt/torcs/bin

Copied: torcs/repos/community-x86_64/torcs.sh (from rev 113235, torcs/trunk/torcs.sh)
===================================================================
--- community-x86_64/torcs.sh	                        (rev 0)
+++ community-x86_64/torcs.sh	2014-06-16 11:43:01 UTC (rev 113236)
@@ -0,0 +1,2 @@
+#!/bin/bash
+export PATH=$PATH:/opt/torcs/bin




More information about the arch-commits mailing list