diff --git a/haiku-apps/sanity/sanity-0.5a.recipe b/haiku-apps/sanity/sanity-0.5a.recipe index ecb77afa7..76c2c772a 100644 --- a/haiku-apps/sanity/sanity-0.5a.recipe +++ b/haiku-apps/sanity/sanity-0.5a.recipe @@ -3,10 +3,10 @@ DESCRIPTION="A graphical Haiku scanner application, using SANE." HOMEPAGE="http://philippe.houdoin.free.fr/phil/beos/sanity/index-en.html" COPYRIGHT="2001-2004, Philippe Houdoin" LICENSE="MIT" -SOURCE_URI="git+https://github.com/phoudoin/sanity.git#82a4ba3" +SOURCE_URI="git+https://github.com/diversys/sanity.git#439dbd6" REVISION="1" -ARCHITECTURES="x86_gcc2 !x86 !x86_64" +ARCHITECTURES="x86_gcc2 ?x86 !x86_64" PROVIDES=" sanity = $portVersion @@ -26,7 +26,6 @@ BUILD_PREREQUIRES=" cmd:make cmd:gcc " -PATCHES="sanity-0.5a.patchset" BUILD() { @@ -38,4 +37,7 @@ INSTALL() mkdir -p $appsDir cp -a objects/Sanity $appsDir addAppDeskbarSymlink $appsDir/Sanity + + mkdir -p $addOnsDir/Translators + ln -s $appsDir/Sanity $addOnsDir/Translators/SanityTranslator }