[arch-commits] Commit in xmoto/repos (16 files)

2016-01-18 Thread Evangelos Foutras
Date: Monday, January 18, 2016 @ 15:00:28
  Author: foutrelis
Revision: 157536

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

Added:
  xmoto/repos/community-i686/PKGBUILD
(from rev 157535, xmoto/trunk/PKGBUILD)
  xmoto/repos/community-i686/lua52_compat.patch
(from rev 157535, xmoto/trunk/lua52_compat.patch)
  xmoto/repos/community-i686/xmoto.install
(from rev 157535, xmoto/trunk/xmoto.install)
  xmoto/repos/community-x86_64/PKGBUILD
(from rev 157535, xmoto/trunk/PKGBUILD)
  xmoto/repos/community-x86_64/lua52_compat.patch
(from rev 157535, xmoto/trunk/lua52_compat.patch)
  xmoto/repos/community-x86_64/xmoto.install
(from rev 157535, xmoto/trunk/xmoto.install)
Deleted:
  xmoto/repos/community-i686/PKGBUILD
  xmoto/repos/community-i686/lua52_compat.patch
  xmoto/repos/community-i686/system.cpp.patch
  xmoto/repos/community-i686/xmoto-0.5.10-libpng15.patch
  xmoto/repos/community-i686/xmoto.install
  xmoto/repos/community-x86_64/PKGBUILD
  xmoto/repos/community-x86_64/lua52_compat.patch
  xmoto/repos/community-x86_64/system.cpp.patch
  xmoto/repos/community-x86_64/xmoto-0.5.10-libpng15.patch
  xmoto/repos/community-x86_64/xmoto.install

--+
 /PKGBUILD|  108 +
 /lua52_compat.patch  |   90 
 /xmoto.install   |   22 +
 community-i686/PKGBUILD  |   56 
 community-i686/lua52_compat.patch|   45 --
 community-i686/system.cpp.patch  |   10 --
 community-i686/xmoto-0.5.10-libpng15.patch   |   10 --
 community-i686/xmoto.install |   11 --
 community-x86_64/PKGBUILD|   56 
 community-x86_64/lua52_compat.patch  |   45 --
 community-x86_64/system.cpp.patch|   10 --
 community-x86_64/xmoto-0.5.10-libpng15.patch |   10 --
 community-x86_64/xmoto.install   |   11 --
 13 files changed, 220 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-18 14:00:16 UTC (rev 157535)
+++ community-i686/PKGBUILD 2016-01-18 14:00:28 UTC (rev 157536)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Travis Willard 
-# Contributor: Denis (dtona...@gmail.com)
-
-pkgname=xmoto
-pkgver=0.5.11
-pkgrel=3
-pkgdesc="A challenging 2D motocross platform game, where physics play an 
important role."
-arch=('i686' 'x86_64')
-url="http://xmoto.tuxfamily.org;
-license=('GPL')
-depends=('libjpeg' 'libpng' 'lua52' 'sdl_mixer' 'ode' 'curl' 'sqlite' 'sdl_ttf'
- 'desktop-file-utils' 'sdl_net' 'glu' 'libxdg-basedir' 'libxml2')
-makedepends=('mesa')
-install=xmoto.install
-source=("http://download.tuxfamily.org/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.gz;
-'xmoto-0.5.10-libpng15.patch'
-'lua52_compat.patch'
-'system.cpp.patch')
-sha1sums=('a795616fb359e60be343e339f7acf5e95e0f1ce2'
-  '9d13fa09f1c558a0fc504f7e7b1ceac6b4b7b20d'
-  '104542546fbbd24172ddaa179f87e1b26df8b761'
-  'e741f769d1fc5779a6688970ee97e2a61a50c7ae')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/xmoto-0.5.10-libpng15.patch"
-  patch -Np1 -i "${srcdir}/system.cpp.patch"
-  patch -Np1 -i "${srcdir}/lua52_compat.patch"
-
-  # Remove bundled ode library because its headers get picked up during build
-  rm -r src/ode
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./bootstrap # regenrate confif file because the lua patch modifies 
configure.in
-  ./configure --prefix=/usr --disable-sdltest
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" mangdir=/usr/share/man/man6 install
-
-  # install desktop file
-  install -Dm0644 "${srcdir}/${pkgname}-${pkgver}/extra/xmoto.desktop" \
-"${pkgdir}/usr/share/applications/xmoto.desktop"
-
-  # install icon for desktop file
-  install -Dm0644 "${srcdir}/${pkgname}-${pkgver}/extra/xmoto.xpm" \
-"${pkgdir}/usr/share/pixmaps/xmoto.xpm"
-}

Copied: xmoto/repos/community-i686/PKGBUILD (from rev 157535, 
xmoto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-18 14:00:28 UTC (rev 157536)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Travis Willard 
+# Contributor: Denis (dtona...@gmail.com)
+
+pkgname=xmoto
+pkgver=0.5.11
+pkgrel=4
+pkgdesc="A challenging 2D motocross platform game, where physics play an 
important role."
+arch=('i686' 'x86_64')
+url="http://xmoto.tuxfamily.org;
+license=('GPL')
+depends=('libjpeg' 'libpng' 'lua52' 'sdl_mixer' 'ode' 'curl' 'sqlite' 'sdl_ttf'
+   

[arch-commits] Commit in xmoto/repos (16 files)

2014-11-12 Thread Evangelos Foutras
Date: Wednesday, November 12, 2014 @ 19:28:15
  Author: foutrelis
Revision: 122452

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

Added:
  xmoto/repos/community-i686/PKGBUILD
(from rev 122451, xmoto/trunk/PKGBUILD)
  xmoto/repos/community-i686/system.cpp.patch
(from rev 122451, xmoto/trunk/system.cpp.patch)
  xmoto/repos/community-i686/xmoto-0.5.10-libpng15.patch
(from rev 122451, xmoto/trunk/xmoto-0.5.10-libpng15.patch)
  xmoto/repos/community-i686/xmoto.install
(from rev 122451, xmoto/trunk/xmoto.install)
  xmoto/repos/community-x86_64/PKGBUILD
(from rev 122451, xmoto/trunk/PKGBUILD)
  xmoto/repos/community-x86_64/system.cpp.patch
(from rev 122451, xmoto/trunk/system.cpp.patch)
  xmoto/repos/community-x86_64/xmoto-0.5.10-libpng15.patch
(from rev 122451, xmoto/trunk/xmoto-0.5.10-libpng15.patch)
  xmoto/repos/community-x86_64/xmoto.install
(from rev 122451, xmoto/trunk/xmoto.install)
Deleted:
  xmoto/repos/community-i686/PKGBUILD
  xmoto/repos/community-i686/system.cpp.patch
  xmoto/repos/community-i686/xmoto-0.5.10-libpng15.patch
  xmoto/repos/community-i686/xmoto.install
  xmoto/repos/community-x86_64/PKGBUILD
  xmoto/repos/community-x86_64/system.cpp.patch
  xmoto/repos/community-x86_64/xmoto-0.5.10-libpng15.patch
  xmoto/repos/community-x86_64/xmoto.install

--+
 /PKGBUILD|  104 +
 /system.cpp.patch|   20 
 /xmoto-0.5.10-libpng15.patch |   20 
 /xmoto.install   |   22 +
 community-i686/PKGBUILD  |   48 ---
 community-i686/system.cpp.patch  |   10 --
 community-i686/xmoto-0.5.10-libpng15.patch   |   10 --
 community-i686/xmoto.install |   11 --
 community-x86_64/PKGBUILD|   48 ---
 community-x86_64/system.cpp.patch|   10 --
 community-x86_64/xmoto-0.5.10-libpng15.patch |   10 --
 community-x86_64/xmoto.install   |   11 --
 12 files changed, 166 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-12 18:27:58 UTC (rev 122451)
+++ community-i686/PKGBUILD 2014-11-12 18:28:15 UTC (rev 122452)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Travis Willard trav...@wmpub.ca 
-# Contributor: Denis (dtona...@gmail.com)
-
-pkgname=xmoto
-pkgver=0.5.10
-pkgrel=4
-pkgdesc=A challenging 2D motocross platform game, where physics play an 
important role.
-arch=('i686' 'x86_64')
-url=http://xmoto.tuxfamily.org;
-license=('GPL')
-depends=('libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl' 
-'sqlite3' 'sdl_ttf' 'desktop-file-utils' 'sdl_net' 'glu'
- 'libxdg-basedir' 'libxml++')
-makedepends=('mesa')
-install=xmoto.install
-source=(http://download.tuxfamily.org/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.gz;
-'xmoto-0.5.10-libpng15.patch'
-'system.cpp.patch')
-sha1sums=('692d50a9c91791cd06ee84846632651b44544fcc'
-  '9d13fa09f1c558a0fc504f7e7b1ceac6b4b7b20d'
-  'e741f769d1fc5779a6688970ee97e2a61a50c7ae')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/xmoto-0.5.10-libpng15.patch
-  patch -Np1 -i ${srcdir}/system.cpp.patch
-
-  # build and install 
-  ./configure LDFLAGS=-L/usr/lib --prefix=/usr --disable-sdltest
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} mangdir=/usr/share/man/man6 install
-
-  # install desktop file
-  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/extra/xmoto.desktop \
-${pkgdir}/usr/share/applications/xmoto.desktop
-
-  # install icon for desktop file
-  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/extra/xmoto.xpm \
-${pkgdir}/usr/share/pixmaps/xmoto.xpm
-}

Copied: xmoto/repos/community-i686/PKGBUILD (from rev 122451, 
xmoto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-12 18:28:15 UTC (rev 122452)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Denis (dtona...@gmail.com)
+
+pkgname=xmoto
+pkgver=0.5.11
+pkgrel=1
+pkgdesc=A challenging 2D motocross platform game, where physics play an 
important role.
+arch=('i686' 'x86_64')
+url=http://xmoto.tuxfamily.org;
+license=('GPL')
+depends=('libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl' 'sqlite3' 'sdl_ttf'
+ 'desktop-file-utils' 'sdl_net' 'glu' 'libxdg-basedir' 'libxml2')
+makedepends=('mesa')
+install=xmoto.install
+source=(http://download.tuxfamily.org/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.gz;
+