LBreakout2: Move config, high scores, saved games and custom levels to the user settings directory.

This commit is contained in:
Markus Himmel
2015-01-14 18:17:06 +00:00
parent da4a3b2dee
commit 8a09a9e0b5
3 changed files with 607 additions and 109 deletions

View File

@@ -13,8 +13,7 @@ LICENSE="GNU GPL v2"
COPYRIGHT="2001-2011 Michael Speck"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PATCHES="lbreakout2-2.6.4.patch"
GLOBAL_WRITABLE_FILES="var/lbreakout2.hscr keep-old"
PATCHES="lbreakout2-2.6.4.patchset"
PROVIDES="
lbreakout2 = $portVersion
@@ -59,5 +58,10 @@ BUILD()
INSTALL()
{
make install
rm $localStateDir/lbreakout2.hscr
rm -rf $dataDir/applications
rm -rf $dataDir/icons
addAppDeskbarSymlink $binDir/lbreakout2 LBreakout2
}