From 7ef73e91a890dfcf77bb77ddbb577a0684dcb5ec Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 4 Sep 2018 23:20:55 +1000 Subject: [PATCH] SDLPoP: fix provides --- games-arcade/sdlpop/sdlpop-1.18.1.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-arcade/sdlpop/sdlpop-1.18.1.recipe b/games-arcade/sdlpop/sdlpop-1.18.1.recipe index 78e5d4bd7..92023ad9c 100644 --- a/games-arcade/sdlpop/sdlpop-1.18.1.recipe +++ b/games-arcade/sdlpop/sdlpop-1.18.1.recipe @@ -4,7 +4,7 @@ It is based on a disassembly of the DOS version, and uses SDL." HOMEPAGE="http://www.princed.org/" COPYRIGHT="Dávid Nagy" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/NagyD/SDLPoP/archive/v$portVersion.tar.gz" SOURCE_DIR="SDLPoP-$portVersion" CHECKSUM_SHA256="8032c47fad4b73021d636ead510bbc1ab5106cff77103e331ad0f32a49a13946" @@ -20,8 +20,8 @@ GLOBAL_WRITABLE_FILES=" " PROVIDES=" - sdlpop = $portVersion - app:SDLPop + sdlpop$secondaryArchSuffix = $portVersion + app:SDLPop$secondaryArchSuffix " REQUIRES=" @@ -79,5 +79,5 @@ INSTALL() addResourcesToBinaries $sourceDir/sdlpop.rdef \ "$appsDir/SDLPoP/Prince of Persia" - addAppDeskbarSymlink "$appsDir/SDLPoP/Prince of Persia" "Prince of Persia" + addAppDeskbarSymlink "$appsDir/SDLPoP/Prince of Persia" }