From 42352a4baa3656ae05a5010cff8f60992acdd20d Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 24 May 2015 19:18:47 +0200 Subject: [PATCH] Renamed to CatKeysEditor, version 0.1.0. --- .../catkeyseditor-0.1.0.recipe} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename haiku-apps/{catkeyeditor/catkeyeditor-0.0.1.recipe => catkeyseditor/catkeyseditor-0.1.0.recipe} (66%) diff --git a/haiku-apps/catkeyeditor/catkeyeditor-0.0.1.recipe b/haiku-apps/catkeyseditor/catkeyseditor-0.1.0.recipe similarity index 66% rename from haiku-apps/catkeyeditor/catkeyeditor-0.0.1.recipe rename to haiku-apps/catkeyseditor/catkeyseditor-0.1.0.recipe index c522e757b..5b813d8ea 100644 --- a/haiku-apps/catkeyeditor/catkeyeditor-0.0.1.recipe +++ b/haiku-apps/catkeyseditor/catkeyseditor-0.1.0.recipe @@ -1,13 +1,13 @@ SUMMARY="A tool to translate catkeys used to localize Haiku apps" -DESCRIPTION="With CatKeyEditor you can translate the plain text catalog files \ +DESCRIPTION="With CatKeysEditor you can translate the plain text catalog files \ used to localize Haiku applications. Simply get the 'en.catkeys' of the application to be localized and rename it \ using the standard two-letter language code of your target, e.g. 'fr.catkeys'. \ -Then open it with CatKeyEditor and start translating. +Then open it with CatKeysEditor and start translating. When you're done, you have to recompile the app making use of the new catkeys." HOMEPAGE="https://github.com/puckipedia/BeLocalized" -SRC_URI="git+https://github.com/puckipedia/BeLocalized#25a88ac6cbbcf0e9ae5586fdf1251449b7d479bb" +SRC_URI="git+https://github.com/puckipedia/BeLocalized#3fa4f550ee83a4b64c27571eb518270f9500791b" REVISION="1" LICENSE="MIT" COPYRIGHT="2014-2015 Puck Meerburg" @@ -16,7 +16,7 @@ ARCHITECTURES="x86_gcc2 x86 ?x86_64" PROVIDES=" catkeyseditor = $portVersion - app:catkeyseditor = $portVersion + app:CatKeysEditor = $portVersion " REQUIRES=" haiku @@ -32,7 +32,7 @@ BUILD_PREREQUIRES=" BUILD() { - cd CatKeyEditor + cd CatKeysEditor make $jobArgs OBJ_DIR=objects make bindcatalogs OBJ_DIR=objects } @@ -40,6 +40,6 @@ BUILD() INSTALL() { mkdir -p $appsDir - cp -a CatKeyEditor/objects/CatKeyEditor $appsDir - addAppDeskbarSymlink $appsDir/CatKeyEditor + cp -a CatKeysEditor/objects/CatKeysEditor $appsDir + addAppDeskbarSymlink $appsDir/CatKeysEditor }