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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Mar 17 18:01:24 UTC 2016


    Date: Thursday, March 17, 2016 @ 19:01:24
  Author: svenstaro
Revision: 167037

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

Added:
  speed-dreams/repos/community-i686/PKGBUILD
    (from rev 167036, speed-dreams/trunk/PKGBUILD)
  speed-dreams/repos/community-i686/speed-dreams.desktop
    (from rev 167036, speed-dreams/trunk/speed-dreams.desktop)
  speed-dreams/repos/community-x86_64/PKGBUILD
    (from rev 167036, speed-dreams/trunk/PKGBUILD)
  speed-dreams/repos/community-x86_64/speed-dreams.desktop
    (from rev 167036, speed-dreams/trunk/speed-dreams.desktop)
Deleted:
  speed-dreams/repos/community-i686/PKGBUILD
  speed-dreams/repos/community-i686/speed-dreams.desktop
  speed-dreams/repos/community-x86_64/PKGBUILD
  speed-dreams/repos/community-x86_64/speed-dreams.desktop

---------------------------------------+
 /PKGBUILD                             |  142 ++++++++++++++++++++++++++++++++
 /speed-dreams.desktop                 |   18 ++++
 community-i686/PKGBUILD               |   71 ----------------
 community-i686/speed-dreams.desktop   |    9 --
 community-x86_64/PKGBUILD             |   71 ----------------
 community-x86_64/speed-dreams.desktop |    9 --
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-17 18:01:15 UTC (rev 167036)
+++ community-i686/PKGBUILD	2016-03-17 18:01:24 UTC (rev 167037)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Adrián Chaves Fernández, aka Gallaecio <adriyetichaves at gmail.com>
-# Contributor: Shahar Weiss <sweiss4 at gmx.net> (build() code from his TORCS' PKGBUILD)
-pkgname=speed-dreams
-pkgver=2.1.0
-_pkgver=2.1.0-r5799
-pkgrel=2
-pkgdesc="A racing simulator with rich graphics and physics"
-arch=('i686' 'x86_64')
-url="http://speed-dreams.sourceforge.net/"
-license=('GPL2')
-depends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data' 'libvorbis' 'glu')
-makedepends=('cmake' 'tar' 'mesa')
-
-noextract=("${pkgname}-src-base-${_pkgver}.tar.xz"
-           "${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
-           "${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
-           "${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
-           "${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz")
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-base-${_pkgver}.tar.xz"
-        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
-        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
-        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
-        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
-        "${pkgname}.desktop")
-md5sums=('4e45e6ebf35b5afe52be4c4d24e670a7'
-         '293ff3117d9b82d7a509bb935cdd4d4b'
-         '1f4f32f726ee27fce30bbcd91c611b7f'
-         '09efa3454b1b0812169b5714821279e8'
-         '71f4be0d2b5589c32deb9b3686e69128'
-         '634f8cb8f4f96686c8049c8a025e72d0')
-
-prepare() {
-  # extract these manually as bsdtar can't handle these
-  tar xf "${pkgname}-src-base-${_pkgver}.tar.xz"
-  tar xf "${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
-  tar xf "${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
-  tar xf "${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
-  tar xf "${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
-}
-
-build() {
-  cmake . \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DSD_BINDIR=/usr/bin \
-    -DSD_DATADIR=/usr/share/speed-dreams-2 \
-    -DSD_LIBDIR=/usr/lib/speed-dreams-2 \
-    -DOPTION_OFFICIAL_ONLY=ON
-
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}/" install
-
-  rm -r "${pkgdir}/usr/share"
-
-  install -Dm644 "data/data/icons/icon.png" "${pkgdir}/usr/share/pixmaps/speed-dreams.png"
-  install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/speed-dreams.desktop"
-
-  mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/* "${pkgdir}/usr/share/doc/${pkgname}/"
-
-  # Symlink for backwards compatibility
-  cd "${pkgdir}/usr/bin"
-  ln -s speed-dreams-2 speed-dreams
-}
-
-# vim:set ts=2 sw=2 et:

Copied: speed-dreams/repos/community-i686/PKGBUILD (from rev 167036, speed-dreams/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-17 18:01:24 UTC (rev 167037)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Adrián Chaves Fernández, aka Gallaecio <adriyetichaves at gmail.com>
+# Contributor: Shahar Weiss <sweiss4 at gmx.net> (build() code from his TORCS' PKGBUILD)
+pkgname=speed-dreams
+pkgver=2.2.0
+_pkgver=2.2.0-r6381
+pkgrel=1
+pkgdesc="A racing simulator with rich graphics and physics"
+arch=('i686' 'x86_64')
+url="http://speed-dreams.sourceforge.net/"
+license=('GPL2')
+depends=('sdl2' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data' 'libvorbis' 'glu' 'openscenegraph')
+makedepends=('cmake' 'tar' 'mesa')
+
+noextract=("${pkgname}-src-base-${_pkgver}.tar.xz"
+           "${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
+           "${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
+           "${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
+           "${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz")
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-base-${_pkgver}.tar.xz"
+        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
+        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
+        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
+        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
+        "${pkgname}.desktop")
+md5sums=('fd93042ff7c68d85e121165712c5fe43'
+         'c80ec7c64d3954c1eca2f8d94d9961af'
+         'b13f3d8f209d0b9f64256a14393a2812'
+         'ecd7dc65a679502e376b4800a5b0fe41'
+         '85214b13f1ac0aced717d456bea2605c'
+         '634f8cb8f4f96686c8049c8a025e72d0')
+
+prepare() {
+  # extract these manually as bsdtar can't handle these
+  tar xf "${pkgname}-src-base-${_pkgver}.tar.xz"
+  tar xf "${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
+  tar xf "${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
+  tar xf "${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
+  tar xf "${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
+}
+
+build() {
+  cmake . \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSD_BINDIR=/usr/bin \
+    -DSD_DATADIR=/usr/share/speed-dreams-2 \
+    -DSD_LIBDIR=/usr/lib/speed-dreams-2 \
+    -DOPTION_OFFICIAL_ONLY=ON
+
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}/" install
+
+  rm -r "${pkgdir}/usr/share"
+
+  install -Dm644 "data/data/icons/icon.png" "${pkgdir}/usr/share/pixmaps/speed-dreams.png"
+  install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/speed-dreams.desktop"
+
+  mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r doc/* "${pkgdir}/usr/share/doc/${pkgname}/"
+
+  # Symlink for backwards compatibility
+  cd "${pkgdir}/usr/bin"
+  ln -s speed-dreams-2 speed-dreams
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/speed-dreams.desktop
===================================================================
--- community-i686/speed-dreams.desktop	2016-03-17 18:01:15 UTC (rev 167036)
+++ community-i686/speed-dreams.desktop	2016-03-17 18:01:24 UTC (rev 167037)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Speed Dreams
-Comment=The Open Racing Car Simulator Fork
-Exec=speed-dreams-2
-Icon=speed-dreams.png
-Terminal=false
-Type=Application
-Encoding=UTF-8
-Categories=Application;Game;

Copied: speed-dreams/repos/community-i686/speed-dreams.desktop (from rev 167036, speed-dreams/trunk/speed-dreams.desktop)
===================================================================
--- community-i686/speed-dreams.desktop	                        (rev 0)
+++ community-i686/speed-dreams.desktop	2016-03-17 18:01:24 UTC (rev 167037)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Speed Dreams
+Comment=The Open Racing Car Simulator Fork
+Exec=speed-dreams-2
+Icon=speed-dreams.png
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Application;Game;

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-17 18:01:15 UTC (rev 167036)
+++ community-x86_64/PKGBUILD	2016-03-17 18:01:24 UTC (rev 167037)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Adrián Chaves Fernández, aka Gallaecio <adriyetichaves at gmail.com>
-# Contributor: Shahar Weiss <sweiss4 at gmx.net> (build() code from his TORCS' PKGBUILD)
-pkgname=speed-dreams
-pkgver=2.1.0
-_pkgver=2.1.0-r5799
-pkgrel=2
-pkgdesc="A racing simulator with rich graphics and physics"
-arch=('i686' 'x86_64')
-url="http://speed-dreams.sourceforge.net/"
-license=('GPL2')
-depends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data' 'libvorbis' 'glu')
-makedepends=('cmake' 'tar' 'mesa')
-
-noextract=("${pkgname}-src-base-${_pkgver}.tar.xz"
-           "${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
-           "${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
-           "${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
-           "${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz")
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-base-${_pkgver}.tar.xz"
-        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
-        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
-        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
-        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
-        "${pkgname}.desktop")
-md5sums=('4e45e6ebf35b5afe52be4c4d24e670a7'
-         '293ff3117d9b82d7a509bb935cdd4d4b'
-         '1f4f32f726ee27fce30bbcd91c611b7f'
-         '09efa3454b1b0812169b5714821279e8'
-         '71f4be0d2b5589c32deb9b3686e69128'
-         '634f8cb8f4f96686c8049c8a025e72d0')
-
-prepare() {
-  # extract these manually as bsdtar can't handle these
-  tar xf "${pkgname}-src-base-${_pkgver}.tar.xz"
-  tar xf "${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
-  tar xf "${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
-  tar xf "${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
-  tar xf "${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
-}
-
-build() {
-  cmake . \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DSD_BINDIR=/usr/bin \
-    -DSD_DATADIR=/usr/share/speed-dreams-2 \
-    -DSD_LIBDIR=/usr/lib/speed-dreams-2 \
-    -DOPTION_OFFICIAL_ONLY=ON
-
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}/" install
-
-  rm -r "${pkgdir}/usr/share"
-
-  install -Dm644 "data/data/icons/icon.png" "${pkgdir}/usr/share/pixmaps/speed-dreams.png"
-  install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/speed-dreams.desktop"
-
-  mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/* "${pkgdir}/usr/share/doc/${pkgname}/"
-
-  # Symlink for backwards compatibility
-  cd "${pkgdir}/usr/bin"
-  ln -s speed-dreams-2 speed-dreams
-}
-
-# vim:set ts=2 sw=2 et:

Copied: speed-dreams/repos/community-x86_64/PKGBUILD (from rev 167036, speed-dreams/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-17 18:01:24 UTC (rev 167037)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Adrián Chaves Fernández, aka Gallaecio <adriyetichaves at gmail.com>
+# Contributor: Shahar Weiss <sweiss4 at gmx.net> (build() code from his TORCS' PKGBUILD)
+pkgname=speed-dreams
+pkgver=2.2.0
+_pkgver=2.2.0-r6381
+pkgrel=1
+pkgdesc="A racing simulator with rich graphics and physics"
+arch=('i686' 'x86_64')
+url="http://speed-dreams.sourceforge.net/"
+license=('GPL2')
+depends=('sdl2' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data' 'libvorbis' 'glu' 'openscenegraph')
+makedepends=('cmake' 'tar' 'mesa')
+
+noextract=("${pkgname}-src-base-${_pkgver}.tar.xz"
+           "${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
+           "${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
+           "${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
+           "${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz")
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-base-${_pkgver}.tar.xz"
+        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
+        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
+        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
+        "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
+        "${pkgname}.desktop")
+md5sums=('fd93042ff7c68d85e121165712c5fe43'
+         'c80ec7c64d3954c1eca2f8d94d9961af'
+         'b13f3d8f209d0b9f64256a14393a2812'
+         'ecd7dc65a679502e376b4800a5b0fe41'
+         '85214b13f1ac0aced717d456bea2605c'
+         '634f8cb8f4f96686c8049c8a025e72d0')
+
+prepare() {
+  # extract these manually as bsdtar can't handle these
+  tar xf "${pkgname}-src-base-${_pkgver}.tar.xz"
+  tar xf "${pkgname}-src-unmaintained-${_pkgver}.tar.xz"
+  tar xf "${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz"
+  tar xf "${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz"
+  tar xf "${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz"
+}
+
+build() {
+  cmake . \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSD_BINDIR=/usr/bin \
+    -DSD_DATADIR=/usr/share/speed-dreams-2 \
+    -DSD_LIBDIR=/usr/lib/speed-dreams-2 \
+    -DOPTION_OFFICIAL_ONLY=ON
+
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}/" install
+
+  rm -r "${pkgdir}/usr/share"
+
+  install -Dm644 "data/data/icons/icon.png" "${pkgdir}/usr/share/pixmaps/speed-dreams.png"
+  install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/speed-dreams.desktop"
+
+  mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r doc/* "${pkgdir}/usr/share/doc/${pkgname}/"
+
+  # Symlink for backwards compatibility
+  cd "${pkgdir}/usr/bin"
+  ln -s speed-dreams-2 speed-dreams
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/speed-dreams.desktop
===================================================================
--- community-x86_64/speed-dreams.desktop	2016-03-17 18:01:15 UTC (rev 167036)
+++ community-x86_64/speed-dreams.desktop	2016-03-17 18:01:24 UTC (rev 167037)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Speed Dreams
-Comment=The Open Racing Car Simulator Fork
-Exec=speed-dreams-2
-Icon=speed-dreams.png
-Terminal=false
-Type=Application
-Encoding=UTF-8
-Categories=Application;Game;

Copied: speed-dreams/repos/community-x86_64/speed-dreams.desktop (from rev 167036, speed-dreams/trunk/speed-dreams.desktop)
===================================================================
--- community-x86_64/speed-dreams.desktop	                        (rev 0)
+++ community-x86_64/speed-dreams.desktop	2016-03-17 18:01:24 UTC (rev 167037)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Speed Dreams
+Comment=The Open Racing Car Simulator Fork
+Exec=speed-dreams-2
+Icon=speed-dreams.png
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Application;Game;



More information about the arch-commits mailing list