Date: Thursday, September 12, 2013 @ 12:16:00 Author: spupykin Revision: 97077
archrelease: copy trunk to community-i686, community-x86_64 Added: torcs/repos/community-i686/PKGBUILD (from rev 97076, torcs/trunk/PKGBUILD) torcs/repos/community-i686/torcs.sh (from rev 97076, torcs/trunk/torcs.sh) torcs/repos/community-x86_64/PKGBUILD (from rev 97076, torcs/trunk/PKGBUILD) torcs/repos/community-x86_64/torcs.sh (from rev 97076, torcs/trunk/torcs.sh) Deleted: torcs/repos/community-i686/PKGBUILD torcs/repos/community-i686/torcs.desktop torcs/repos/community-i686/torcs.sh torcs/repos/community-x86_64/PKGBUILD torcs/repos/community-x86_64/torcs.desktop torcs/repos/community-x86_64/torcs.sh --------------------------------+ /PKGBUILD | 64 +++++++++++++++++++++++++++++++++++++++ /torcs.sh | 4 ++ community-i686/PKGBUILD | 34 -------------------- community-i686/torcs.desktop | 9 ----- community-i686/torcs.sh | 2 - community-x86_64/PKGBUILD | 34 -------------------- community-x86_64/torcs.desktop | 9 ----- community-x86_64/torcs.sh | 2 - 8 files changed, 68 insertions(+), 90 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-09-12 10:15:45 UTC (rev 97076) +++ community-i686/PKGBUILD 2013-09-12 10:16:00 UTC (rev 97077) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Shahar Weiss <swei...@gmx.net> - -pkgname=torcs -pkgver=1.3.4 -pkgrel=2 -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 - torcs.desktop) -md5sums=('07dbc9c53e2b177be1f53fe97d53d039' - '328e419e9f985c3e7b69924fe299330d') - -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 97076, torcs/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-12 10:16:00 UTC (rev 97077) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Shahar Weiss <swei...@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 {} \; +} Deleted: community-i686/torcs.desktop =================================================================== --- community-i686/torcs.desktop 2013-09-12 10:15:45 UTC (rev 97076) +++ community-i686/torcs.desktop 2013-09-12 10:16:00 UTC (rev 97077) @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=TORCS -Comment=The Open Racing Car Simulator -Exec=torcs -Icon=torcs.png -Terminal=false -Type=Application -Encoding=UTF-8 -Categories=Application;Game; Deleted: community-i686/torcs.sh =================================================================== --- community-i686/torcs.sh 2013-09-12 10:15:45 UTC (rev 97076) +++ community-i686/torcs.sh 2013-09-12 10:16:00 UTC (rev 97077) @@ -1,2 +0,0 @@ -#!/bin/bash -export PATH=$PATH:/opt/torcs/bin Copied: torcs/repos/community-i686/torcs.sh (from rev 97076, torcs/trunk/torcs.sh) =================================================================== --- community-i686/torcs.sh (rev 0) +++ community-i686/torcs.sh 2013-09-12 10:16:00 UTC (rev 97077) @@ -0,0 +1,2 @@ +#!/bin/bash +export PATH=$PATH:/opt/torcs/bin Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-09-12 10:15:45 UTC (rev 97076) +++ community-x86_64/PKGBUILD 2013-09-12 10:16:00 UTC (rev 97077) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: Shahar Weiss <swei...@gmx.net> - -pkgname=torcs -pkgver=1.3.4 -pkgrel=2 -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 - torcs.desktop) -md5sums=('07dbc9c53e2b177be1f53fe97d53d039' - '328e419e9f985c3e7b69924fe299330d') - -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 97076, torcs/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-09-12 10:16:00 UTC (rev 97077) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: Shahar Weiss <swei...@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 {} \; +} Deleted: community-x86_64/torcs.desktop =================================================================== --- community-x86_64/torcs.desktop 2013-09-12 10:15:45 UTC (rev 97076) +++ community-x86_64/torcs.desktop 2013-09-12 10:16:00 UTC (rev 97077) @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=TORCS -Comment=The Open Racing Car Simulator -Exec=torcs -Icon=torcs.png -Terminal=false -Type=Application -Encoding=UTF-8 -Categories=Application;Game; Deleted: community-x86_64/torcs.sh =================================================================== --- community-x86_64/torcs.sh 2013-09-12 10:15:45 UTC (rev 97076) +++ community-x86_64/torcs.sh 2013-09-12 10:16:00 UTC (rev 97077) @@ -1,2 +0,0 @@ -#!/bin/bash -export PATH=$PATH:/opt/torcs/bin Copied: torcs/repos/community-x86_64/torcs.sh (from rev 97076, torcs/trunk/torcs.sh) =================================================================== --- community-x86_64/torcs.sh (rev 0) +++ community-x86_64/torcs.sh 2013-09-12 10:16:00 UTC (rev 97077) @@ -0,0 +1,2 @@ +#!/bin/bash +export PATH=$PATH:/opt/torcs/bin