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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed May 14 18:33:18 UTC 2014


    Date: Wednesday, May 14, 2014 @ 20:33:17
  Author: svenstaro
Revision: 111148

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

Added:
  speed-dreams/repos/community-i686/PKGBUILD
    (from rev 111147, speed-dreams/trunk/PKGBUILD)
  speed-dreams/repos/community-i686/speed-dreams.desktop
    (from rev 111147, speed-dreams/trunk/speed-dreams.desktop)
  speed-dreams/repos/community-x86_64/PKGBUILD
    (from rev 111147, speed-dreams/trunk/PKGBUILD)
  speed-dreams/repos/community-x86_64/speed-dreams.desktop
    (from rev 111147, 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                             |  112 ++++++++++++++++++++++++++++++++
 /speed-dreams.desktop                 |   18 +++++
 community-i686/PKGBUILD               |   56 ----------------
 community-i686/speed-dreams.desktop   |    9 --
 community-x86_64/PKGBUILD             |   56 ----------------
 community-x86_64/speed-dreams.desktop |    9 --
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-14 18:33:12 UTC (rev 111147)
+++ community-i686/PKGBUILD	2014-05-14 18:33:17 UTC (rev 111148)
@@ -1,56 +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.0.0
-_pkgver=2.0.0-r4687
-pkgrel=3
-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' 'glu')
-makedepends=('cmake' 'p7zip' 'mesa')
-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=('a6842887fc289ed6057be2ba9d2afaa2'
-         '8505c46aae6ce56a43353b8899d40ce4'
-         'edcc842291737dbb13a3083252bf51d4'
-         '57cf5c475491294ce1fb249e2dc0273b'
-         'c8ab7ef068fa3fbe67d2b3246b30ea8a'
-         '634f8cb8f4f96686c8049c8a025e72d0')
-
-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 111147, speed-dreams/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-14 18:33:17 UTC (rev 111148)
@@ -0,0 +1,56 @@
+# $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.0.0
+_pkgver=2.0.0-r4687
+pkgrel=4
+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' 'glu')
+makedepends=('cmake' 'p7zip' 'mesa')
+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=('a6842887fc289ed6057be2ba9d2afaa2'
+         '8505c46aae6ce56a43353b8899d40ce4'
+         'edcc842291737dbb13a3083252bf51d4'
+         '57cf5c475491294ce1fb249e2dc0273b'
+         'c8ab7ef068fa3fbe67d2b3246b30ea8a'
+         '634f8cb8f4f96686c8049c8a025e72d0')
+
+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	2014-05-14 18:33:12 UTC (rev 111147)
+++ community-i686/speed-dreams.desktop	2014-05-14 18:33:17 UTC (rev 111148)
@@ -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 111147, speed-dreams/trunk/speed-dreams.desktop)
===================================================================
--- community-i686/speed-dreams.desktop	                        (rev 0)
+++ community-i686/speed-dreams.desktop	2014-05-14 18:33:17 UTC (rev 111148)
@@ -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	2014-05-14 18:33:12 UTC (rev 111147)
+++ community-x86_64/PKGBUILD	2014-05-14 18:33:17 UTC (rev 111148)
@@ -1,56 +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.0.0
-_pkgver=2.0.0-r4687
-pkgrel=3
-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' 'glu')
-makedepends=('cmake' 'p7zip' 'mesa')
-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=('a6842887fc289ed6057be2ba9d2afaa2'
-         '8505c46aae6ce56a43353b8899d40ce4'
-         'edcc842291737dbb13a3083252bf51d4'
-         '57cf5c475491294ce1fb249e2dc0273b'
-         'c8ab7ef068fa3fbe67d2b3246b30ea8a'
-         '634f8cb8f4f96686c8049c8a025e72d0')
-
-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 111147, speed-dreams/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-14 18:33:17 UTC (rev 111148)
@@ -0,0 +1,56 @@
+# $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.0.0
+_pkgver=2.0.0-r4687
+pkgrel=4
+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' 'glu')
+makedepends=('cmake' 'p7zip' 'mesa')
+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=('a6842887fc289ed6057be2ba9d2afaa2'
+         '8505c46aae6ce56a43353b8899d40ce4'
+         'edcc842291737dbb13a3083252bf51d4'
+         '57cf5c475491294ce1fb249e2dc0273b'
+         'c8ab7ef068fa3fbe67d2b3246b30ea8a'
+         '634f8cb8f4f96686c8049c8a025e72d0')
+
+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	2014-05-14 18:33:12 UTC (rev 111147)
+++ community-x86_64/speed-dreams.desktop	2014-05-14 18:33:17 UTC (rev 111148)
@@ -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 111147, speed-dreams/trunk/speed-dreams.desktop)
===================================================================
--- community-x86_64/speed-dreams.desktop	                        (rev 0)
+++ community-x86_64/speed-dreams.desktop	2014-05-14 18:33:17 UTC (rev 111148)
@@ -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