diff --git a/haiku-apps/moe/moe-1.1.2.recipe b/haiku-apps/moe/moe-1.1.2.recipe index c75d9859e..cda26b221 100644 --- a/haiku-apps/moe/moe-1.1.2.recipe +++ b/haiku-apps/moe/moe-1.1.2.recipe @@ -1,14 +1,16 @@ SUMMARY="A cute mascot on the active window" -DESCRIPTION="\ -Moe is a program that displays a cute mascot on the active window. \ -How about mind cooler for your desktop?" +DESCRIPTION="Moe is a program that displays a cute mascot on the active window. +You can have your own 'window sitter' by drag and dropping an image (best \ +a transparancy preserving PNG) onto the Moe binary. Do read the \ +accompanying documentation to learn about all options and how to set up \ +animated mascots." HOMEPAGE="https://github.com/HaikuArchives/moe" COPYRIGHT="2001 Okada Jun" LICENSE="GNU GPL v2" -REVISION="5" -srcGitRev="9572c26e80e9847460c3bdb8ae3b3f39ac1c957c" +REVISION="6" +srcGitRev="b9c6388fcaae999912b8e95d228ce0b948983867" SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="52fd3fa80141446cb9eee5f856eb59d4002ab403a56abe3504e286df000b2896" +CHECKSUM_SHA256="d942e65f4ecf08bf011d2928457f8cb0c8221b4af64c996bd042d8f36c94fc31" SOURCE_DIR="Moe-$srcGitRev" ARCHITECTURES="all" @@ -41,6 +43,7 @@ BUILD() cd ../source make OBJ_DIR=objects $jobArgs + make OBJ_DIR=objects bindcatalogs } INSTALL() @@ -48,7 +51,7 @@ INSTALL() mkdir -p $appsDir/Moe $binDir cp -a source/objects/Moe $appsDir/Moe - cp -a sample/moe.png COPYING doc $appsDir/Moe + cp -a sample/moe.png documentation $appsDir/Moe ln -sfn $appsDir/Moe/Moe $binDir/moe }