diff --git a/packages/addons/games/wesnoth/addon b/packages/addons/games/wesnoth/addon deleted file mode 100755 index ab1201c576..0000000000 --- a/packages/addons/games/wesnoth/addon +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -mkdir -p $ADDON_BUILD/mkimage - cp -R $PKG_BUILD/data $ADDON_BUILD/mkimage - cp -R $PKG_BUILD/fonts $ADDON_BUILD/mkimage - cp -R $PKG_BUILD/images $ADDON_BUILD/mkimage - cp -R $PKG_BUILD/sounds $ADDON_BUILD/mkimage - cp -R $PKG_BUILD/translations $ADDON_BUILD/mkimage - cp $PKG_BUILD/l10n-track $ADDON_BUILD/mkimage - -mkdir -p $ADDON_BUILD/mkimage/bin - cp $PKG_BUILD/build/wesnoth $ADDON_BUILD/mkimage/bin diff --git a/packages/addons/games/wesnoth/build b/packages/addons/games/wesnoth/build deleted file mode 100755 index 39f7d58a1c..0000000000 --- a/packages/addons/games/wesnoth/build +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -cd $PKG_BUILD - -rm -rf build -mkdir -p build -cd build - -cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \ - -DCMAKE_INSTALL_PREFIX=/usr/games/$1 \ - .. - -make diff --git a/packages/addons/games/wesnoth/changelog.txt b/packages/addons/games/wesnoth/changelog.txt deleted file mode 100644 index 74349c3c17..0000000000 --- a/packages/addons/games/wesnoth/changelog.txt +++ /dev/null @@ -1,5 +0,0 @@ -0.90.2 -- update to wesnoth-1.9.1 - -0.90.1 -- initial version wesnoth-1.8.3 \ No newline at end of file diff --git a/packages/addons/games/wesnoth/icon/icon.png b/packages/addons/games/wesnoth/icon/icon.png deleted file mode 100644 index f9e3a3366a..0000000000 Binary files a/packages/addons/games/wesnoth/icon/icon.png and /dev/null differ diff --git a/packages/addons/games/wesnoth/meta b/packages/addons/games/wesnoth/meta deleted file mode 100644 index 9578045115..0000000000 --- a/packages/addons/games/wesnoth/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="wesnoth" -PKG_VERSION="1.9.1" -PKG_REV="2" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="http://www.wesnoth.org/" -PKG_URL="$SOURCEFORGE_SRC/wesnoth/wesnoth/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS="boost zlib libX11 pango fontconfig SDL SDL_image SDL_mixer SDL_net SDL_ttf" -PKG_BUILD_DEPENDS="toolchain boost lua zlib libX11 pango fontconfig SDL SDL_image SDL_mixer SDL_net SDL_ttf" -PKG_PRIORITY="optional" -PKG_SECTION="games" -PKG_SHORTDESC="(Game) The Battle for Wesnoth" -PKG_LONGDESC="The Battle for Wesnoth is a turn-based strategy game with a fantasy theme. Build up a great army, gradually turning raw recruits into hardened veterans. In later games, recall your toughest warriors and form a deadly host against whom none can stand! Choose units from a large pool of specialists, and hand-pick a force with the right strengths to fight well on different terrains against all manner of opposition. Wesnoth has many different sagas waiting to be played out. Fight to regain the throne of Wesnoth, of which you are the legitimate heir... step into the boots of a young officer sent to guard a not-so-sleepy frontier outpost... vanquish a horde of undead warriors unleashed by a foul necromancer, who also happens tohave taken your brother hostage... guide a band of elvish survivors in an epic quest to find a new home. 200+ unit types. 16 races. 6 major factions. Hundreds of years of history. The world of Wesnoth is absolutely huge and limited only by your creativity - make your own custom units, compose your own maps, and write your own scenarios or even full-blown campaigns. You can also challenge up to 8 friends - or strangers - and fight in epic multi-player fantasy battles." -PKG_IS_ADDON="yes" - -PKG_AUTORECONF="yes" diff --git a/packages/addons/games/wesnoth/scripts/start.sh b/packages/addons/games/wesnoth/scripts/start.sh deleted file mode 100755 index 3ba315dbb1..0000000000 --- a/packages/addons/games/wesnoth/scripts/start.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - - -RESOLUTION=`xrandr | grep Screen | cut -f2 -d"," | sed -e "s/ //g" -e "s/current//g"` -RESOLUTION_WIDTH=`echo $RESOLUTION | cut -f1 -d "x"` -RESOLUTION_HEIGHT=`echo $RESOLUTION | cut -f2 -d "x"` - -mkdir -p image - mount -o loop,ro wesnoth.img image - -ln -sf image/* . -./bin/wesnoth . -f # -r ${RESOLUTION_WIDTH}x${RESOLUTION_HEIGHT} - -umount image