mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
TaskManager: add documentation and fix extra be lib in Makefiles
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user