mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Update Moe recipe
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
SUMMARY="A cute mascot on the active window"
|
SUMMARY="A cute mascot on the active window"
|
||||||
DESCRIPTION="\
|
DESCRIPTION="Moe is a program that displays a cute mascot on the active window.
|
||||||
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 \
|
||||||
How about mind cooler for your desktop?"
|
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"
|
HOMEPAGE="https://github.com/HaikuArchives/moe"
|
||||||
COPYRIGHT="2001 Okada Jun"
|
COPYRIGHT="2001 Okada Jun"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="5"
|
REVISION="6"
|
||||||
srcGitRev="9572c26e80e9847460c3bdb8ae3b3f39ac1c957c"
|
srcGitRev="b9c6388fcaae999912b8e95d228ce0b948983867"
|
||||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||||
CHECKSUM_SHA256="52fd3fa80141446cb9eee5f856eb59d4002ab403a56abe3504e286df000b2896"
|
CHECKSUM_SHA256="d942e65f4ecf08bf011d2928457f8cb0c8221b4af64c996bd042d8f36c94fc31"
|
||||||
SOURCE_DIR="Moe-$srcGitRev"
|
SOURCE_DIR="Moe-$srcGitRev"
|
||||||
|
|
||||||
ARCHITECTURES="all"
|
ARCHITECTURES="all"
|
||||||
@@ -41,6 +43,7 @@ BUILD()
|
|||||||
|
|
||||||
cd ../source
|
cd ../source
|
||||||
make OBJ_DIR=objects $jobArgs
|
make OBJ_DIR=objects $jobArgs
|
||||||
|
make OBJ_DIR=objects bindcatalogs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
@@ -48,7 +51,7 @@ INSTALL()
|
|||||||
mkdir -p $appsDir/Moe $binDir
|
mkdir -p $appsDir/Moe $binDir
|
||||||
|
|
||||||
cp -a source/objects/Moe $appsDir/Moe
|
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
|
ln -sfn $appsDir/Moe/Moe $binDir/moe
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user