From ffbe8b0ad4e30a5e185f49185c9724316cd5ba8c Mon Sep 17 00:00:00 2001 From: Alex Ozer Date: Mon, 2 Dec 2013 10:42:40 -0500 Subject: [PATCH] (Re)fix ThemeManager's recipe file, work by GCI2013 student mindstormscreator --- .../thememanager/thememanager-1.0_git.recipe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/haiku-apps/thememanager/thememanager-1.0_git.recipe b/haiku-apps/thememanager/thememanager-1.0_git.recipe index 51913da3b..9638331e4 100644 --- a/haiku-apps/thememanager/thememanager-1.0_git.recipe +++ b/haiku-apps/thememanager/thememanager-1.0_git.recipe @@ -1,16 +1,18 @@ SUMMARY="Manages Haiku themes." -DESCRIPTION="The Haiku Theme Manager is compatible with the one shipping with ZETA. Users can choose which part of a theme to apply or save. It can also import BeTheme themes, and to some degree, MS Plus themes. It is add-ons based, so it can be extended." +DESCRIPTION="The Haiku Theme Manager is compatible with the one +shipping with ZETA. Users can choose which part of a theme to apply or +save. It can also import BeTheme themes, and to some degree, MS Plus +themes. It is add-ons based, so it can be extended." HOMEPAGE="https://github.com/HaikuArchives/HaikuThemeManager" SRC_URI="git://github.com/HaikuArchives/HaikuThemeManager.git#400a0ff17173a2510e24bf737df0bb218a9c531c" # 20 October 2013 commit LICENSE="MIT" COPYRIGHT="2000-2012 François Revol" REVISION="1" -STATUS_HAIKU="stable" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" PROVIDES=" thememanager = $portVersion - cmd:ThemeManager = $portVersion + app:thememanager = $portVersion " REQUIRES=" haiku >= $haikuVersion @@ -22,7 +24,6 @@ BUILD_PREREQUIRES=" cmd:make cmd:mkdepend cmd:ld - cmd:strip " BUILD_REQUIRES=" makefile_engine @@ -37,7 +38,6 @@ BUILD() INSTALL() { cd src - make OBJ_DIR=objects BUILDHOME=/boot/system/develop INSTALL_DIR=$binDir install - strip $binDir/* - + make OBJ_DIR=objects BUILDHOME=/boot/system/develop INSTALL_DIR=$preferencesDir install + addPreferencesDeskbarSymlink $preferencesDir/ThemeManager }