Gribouillis
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "Gribouillis"
- ## DATE "24.11.2011"
- ## DESCRIPTION
Gribouillis - A paint program for MorphOS by Guillaume Roguez. Requires Python 2.5.x, PIL, PyMUI and PyCairo (handled by Grunch). Others thirdparties included (Python PureMVC framework and PyPNG).
- ## DESCRIPTION END
- ## DEPENDENCIES "Python25" "PILv1_py2.5" "PyMUI_py2.5" "PyCairo_py2.5"
- ## APPTYPE "PICTURE"
- ## APPAUTHOR "Guillaume Roguez <yomgui1&gmail$com>"
- ## APPWEBPAGE "http://www.yomgui.fr/yiki/doku.php/en:dev:gb3:start"
- ## APPPICTURE "http://yellowblue.free.fr/projects/GB_icone_128px.png"
- ## GRUNCHAUTHOR "Guillaume Roguez <yomgui1&gmail$com>"
- ## URLARCHIVE "http://yellowblue.free.fr/projects/GB_{VERSION}.{REVISION}.{BUILD}_{SystemOS}.lha"
- ## URLWEBPAGE "http://yellowblue.free.fr/projects/GB_latest.txt"
- ## URLPATTERN "GB_{VERSION}.{REVISION}.{BUILD}_{SystemOS}.lha"
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{LOWERNAME}.py"
- ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
{STANDARDCOPY}
; Remove undeeded stuff from old standalone installations
Delete FORCE "{INSTALLDIR}{NAME}/python"
Delete FORCE "{INSTALLDIR}{NAME}/Libs/python2#?"
Delete FORCE "{INSTALLDIR}{NAME}/Libs/#?.pym"
Delete FORCE "{INSTALLDIR}{NAME}/Libs/morphospath.py#?"
Delete FORCE "{INSTALLDIR}{NAME}/Libs/os.py#?"
Delete FORCE "{INSTALLDIR}{NAME}/Libs/site.py#?"
Delete FORCE "{INSTALLDIR}{NAME}/Libs/state.py#?"
Delete FORCE ALL "{INSTALLDIR}{NAME}/Libs/cairo"
Delete FORCE ALL "{INSTALLDIR}{NAME}/Libs/PIL"
Delete FORCE ALL "{INSTALLDIR}{NAME}/Libs/pymui"
- ## INSTALL END
- ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
;Delete FORCE "ENVARC:MUI/{UPPERNAME}{MUIPREFSPATTERN}" ;Delete FORCE "ENV:MUI/{UPPERNAME}{MUIPREFSPATTERN}"
- ## UNINSTALL END
- ## ITEM END