From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/xmoto/PKGBUILD | 48 ----------------------------- community/xmoto/system.cpp.patch | 10 ------ community/xmoto/xmoto-0.5.10-libpng15.patch | 10 ------ community/xmoto/xmoto.install | 11 ------- 4 files changed, 79 deletions(-) delete mode 100644 community/xmoto/PKGBUILD delete mode 100644 community/xmoto/system.cpp.patch delete mode 100644 community/xmoto/xmoto-0.5.10-libpng15.patch delete mode 100644 community/xmoto/xmoto.install (limited to 'community/xmoto') diff --git a/community/xmoto/PKGBUILD b/community/xmoto/PKGBUILD deleted file mode 100644 index 4e0136457..000000000 --- a/community/xmoto/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# $Id: PKGBUILD 90114 2013-05-06 19:40:20Z foutrelis $ -# Maintainer: Ronald van Haren -# Contributor: Travis Willard -# Contributor: Denis (dtonator@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 -} diff --git a/community/xmoto/system.cpp.patch b/community/xmoto/system.cpp.patch deleted file mode 100644 index df42e3a7c..000000000 --- a/community/xmoto/system.cpp.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/helpers/System.cpp 2011-10-11 22:18:14.000000000 +0200 -+++ b/src/helpers/System.cpp 2012-07-21 21:28:40.000000000 +0200 -@@ -24,6 +24,7 @@ - #include "Log.h" - #include "VExcept.h" - #include -+#include - - std::vector* System::getDisplayModes(int windowed) { - std::vector* modes = new std::vector; diff --git a/community/xmoto/xmoto-0.5.10-libpng15.patch b/community/xmoto/xmoto-0.5.10-libpng15.patch deleted file mode 100644 index aed175c7c..000000000 --- a/community/xmoto/xmoto-0.5.10-libpng15.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/image/tim_png.cpp 2011-12-29 22:13:37.000000000 +0100 -+++ b/src/image/tim_png.cpp 2012-07-21 21:36:34.000000000 +0200 -@@ -24,6 +24,7 @@ - */ - #include - #include -+#include - #include "tim.h" - #include - #include diff --git a/community/xmoto/xmoto.install b/community/xmoto/xmoto.install deleted file mode 100644 index e111ef946..000000000 --- a/community/xmoto/xmoto.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf