[arch-commits] Commit in speed-dreams/repos/community-i686 (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon Sep 4 20:58:54 UTC 2017


    Date: Monday, September 4, 2017 @ 20:58:53
  Author: spupykin
Revision: 255694

archrelease: copy trunk to community-i686

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

----------------------+
 PKGBUILD             |  143 ++++++++++++++++++++++++-------------------------
 speed-dreams.desktop |   18 +++---
 2 files changed, 81 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-04 20:58:40 UTC (rev 255693)
+++ PKGBUILD	2017-09-04 20:58:53 UTC (rev 255694)
@@ -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.2.1
-_pkgver=2.2.1-r6404
-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=('a1a296ab737d5144f1f570f4cabc7937'
-         '0a9b1572d0660c60fa0553195578a36a'
-         '3413d9d5e2111cd9e87628df5818d2b4'
-         'e4efd3b16e53a54c23e606947739abe5'
-         'b6079ca11202595ac312a28262e793ee'
-         '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 255693, speed-dreams/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-04 20:58:53 UTC (rev 255694)
@@ -0,0 +1,72 @@
+# $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.1
+_pkgver=2.2.1-r6404
+pkgrel=3
+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=('a1a296ab737d5144f1f570f4cabc7937'
+         '0a9b1572d0660c60fa0553195578a36a'
+         '3413d9d5e2111cd9e87628df5818d2b4'
+         'e4efd3b16e53a54c23e606947739abe5'
+         'b6079ca11202595ac312a28262e793ee'
+         '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 \
+    -DCMAKE_CXX_FLAGS="-fpermissive" \
+    -DCMAKE_C_FLAGS="-fpermissive"
+  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: speed-dreams.desktop
===================================================================
--- speed-dreams.desktop	2017-09-04 20:58:40 UTC (rev 255693)
+++ speed-dreams.desktop	2017-09-04 20:58:53 UTC (rev 255694)
@@ -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 255693, speed-dreams/trunk/speed-dreams.desktop)
===================================================================
--- speed-dreams.desktop	                        (rev 0)
+++ speed-dreams.desktop	2017-09-04 20:58:53 UTC (rev 255694)
@@ -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