diff --git a/games-rpg/catchchallenger/catchchallenger-2.2.0.0.recipe b/games-rpg/catchchallenger/catchchallenger-3.0.0.0.recipe similarity index 82% rename from games-rpg/catchchallenger/catchchallenger-2.2.0.0.recipe rename to games-rpg/catchchallenger/catchchallenger-3.0.0.0.recipe index 3bcc153cf..36fc18ac0 100644 --- a/games-rpg/catchchallenger/catchchallenger-2.2.0.0.recipe +++ b/games-rpg/catchchallenger/catchchallenger-3.0.0.0.recipe @@ -3,11 +3,11 @@ DESCRIPTION="This game is a independent MMORPG or a single player game." HOMEPAGE="https://catchchallenger.first-world.info/" COPYRIGHT="2011-2019 BRULE Herman Jacques Roger (alpha_one_x86)" LICENSE="GNU GPL v3" -REVISION="3" -srcGitRev="e645be9b0a8413e191f65795964bfb25184d7736" -SOURCE_URI="https://github.com/alphaonex86/CatchChallenger/archive/$srcGitRev.zip" -CHECKSUM_SHA256="66800467f554b6a72727ad612753759484228fa1e7775f61be4bfbca51654d5d" -SOURCE_FILENAME="catchchallenger-$portVersion.tar.gz" +REVISION="1" +srcGitRev="d48ec0df05953f22b6ea76dfba818883468d2f7e" +SOURCE_URI="https://github.com/alphaonex86/CatchChallenger/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="ed7cef0d54879749ba218b0024723c00e0ed86f1ac577aed3934584b77dd0fce" +SOURCE_FILENAME="catchchallenger-$portVersion-$srcGitRev.tar.gz" SOURCE_DIR="CatchChallenger-$srcGitRev" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" @@ -53,14 +53,14 @@ BUILD_PREREQUIRES=" BUILD() { find ./ -name '*.ts' -exec lrelease {} \; - cd client/ultimate/ - qmake catchchallenger-ultimate.pro + cd client + qmake *.pro make $jobArgs } INSTALL() { mkdir -p $appsDir - cp client/ultimate/catchchallenger-ultimate $appsDir/CatchChallenger + cp client/catchchallenger $appsDir/CatchChallenger addAppDeskbarSymlink $appsDir/CatchChallenger }