1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
?package(gnustep-examples):\
needs=X11\
section=Apps/Tools\
title="GSTest"\
hints="GNUstep,Example,Test"\
longtitle="GNUstep GUI Demo/Test Suite"\
description="Contains a variety of tests e.g. an NSForm test."\
command="/bin/sh -c \". /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh && openapp GSTest\""
?package(gnustep-examples):\
needs=X11\
section=Apps/Tools\
title="NSBrowserTest"\
hints="GNUstep,Example,Test"\
longtitle="GNUstep NSBrowserTest"\
description="Tests NSBrowser"\
command="/bin/sh -c \". /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh && openapp NSBrowserTest\""
?package(gnustep-examples):\
needs=X11\
section=Apps/Tools\
title="NSPanelTest"\
hints="GNUstep,Example,Test"\
longtitle="GNUstep NSPanelTest"\
description="Test bed application for the NSPanels functions."\
command="/bin/sh -c \". /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh && openapp NSPanelTest\""
|