gnustep: add gworkspace and systempreferences

Packaging some basic GNUstep apps: GWorkspace and SystemPreferences.

Unfortunately, GWorkspace doesn't work well, because gdomap, gdnc, gpbs
are not started. Also, there is some issue with fonts not being found.
This commit is contained in:
Artyom Shalkhakov
2016-08-16 20:59:58 +00:00
committed by Matthew Bauer
parent ea3dcb3264
commit 15c5a533b5
4 changed files with 63 additions and 3 deletions
@@ -8,14 +8,12 @@ installFlagsArray=( \
"GNUSTEP_SYSTEM_WEB_APPS=$out/lib/GNUstep/WebApplications" \
"GNUSTEP_SYSTEM_TOOLS=$out/bin" \
"GNUSTEP_SYSTEM_ADMIN_TOOLS=$out/sbin" \
"GNUSTEP_SYSTEM_LIBRARY=$out/lib" \
"GNUSTEP_SYSTEM_LIBRARY=$out/lib/GNUstep" \
"GNUSTEP_SYSTEM_HEADERS=$out/include" \
"GNUSTEP_SYSTEM_LIBRARIES=$out/lib" \
"GNUSTEP_SYSTEM_DOC=$out/share/GNUstep/Documentation" \
"GNUSTEP_SYSTEM_DOC_MAN=$out/share/man" \
"GNUSTEP_SYSTEM_DOC_INFO=$out/share/info" \
"GNUSTEP_SYSTEM_LIBRARIES=$out/lib" \
"GNUSTEP_HEADERS=$out/include" \
)
addGSMakefilesPath () {