TaskManager: add documentation and fix extra be lib in Makefiles

This commit is contained in:
Sergei Reznikov
2014-10-28 13:53:47 +03:00
parent 7357d132d0
commit 93177c4e23
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ index 967c8e3..88eab08 100644
# and it's name
# library: my_lib.a entry: my_lib.a or path/my_lib.a
-LIBS= be tracker localestub be stdc++
+LIBS= be tracker localestub be $(STDCPPLIBS)
+LIBS= be tracker localestub $(STDCPPLIBS)
# specify additional paths to directories following the standard
# libXXX.so or libXXX.a naming scheme. You can specify full paths
@@ -83,7 +83,7 @@ index 9ce8c81..ca30c2b 100644
# and it's name
# library: my_lib.a entry: my_lib.a or path/my_lib.a
-LIBS= be tracker localestub be stdc++
+LIBS= be tracker localestub be $(STDCPPLIBS)
+LIBS= be tracker localestub $(STDCPPLIBS)
# specify additional paths to directories following the standard
# libXXX.so or libXXX.a naming scheme. You can specify full paths

View File

@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/HaikuArchives/TaskManager"
SRC_URI="git://github.com/diger/taskmanager#eb9254d295fd4352e0ef6de3fc6d74d340a60171"
COPYRIGHT="Copyright 2000 by Thomas Krammer"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -50,6 +50,6 @@ INSTALL()
mkdir -p $appsDir/TaskManager/add_ons
cp source/objects/TaskManager $appsDir/TaskManager/TaskManager
cp source/add_ons/default/objects/taskmanager_default.so $appsDir/TaskManager/add_ons
cp -r doc $appsDir/TaskManager
addAppDeskbarSymlink $appsDir/TaskManager/TaskManager
}