diff --git a/app-forensics/snowman/snowman-0.1.2.recipe b/app-forensics/snowman/snowman-0.1.3.recipe similarity index 76% rename from app-forensics/snowman/snowman-0.1.2.recipe rename to app-forensics/snowman/snowman-0.1.3.recipe index 8f9f7b865..9c19f246d 100644 --- a/app-forensics/snowman/snowman-0.1.2.recipe +++ b/app-forensics/snowman/snowman-0.1.3.recipe @@ -16,7 +16,8 @@ COPYRIGHT="2010 Yegor Derevenets" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/yegord/snowman/archive/v$portVersion.zip" -CHECKSUM_SHA256="d05d1c6b31bbe364333f669f7bb46c8bf35aa834e5dcf5a5f70c789992e2abb7" +CHECKSUM_SHA256="6baf2e2dc2e66e43f708b5ee7490b08676e0756a04f059b3b6be5fe3ec385cd5" +SOURCE_FILENAME="snowman-$portVersion.zip" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -28,22 +29,26 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - qt5$secondaryArchSuffix lib:libboost_filesystem$secondaryArchSuffix lib:libboost_iostreams$secondaryArchSuffix lib:libboost_program_options$secondaryArchSuffix lib:libboost_system$secondaryArchSuffix lib:libcapstone$secondaryArchSuffix + lib:libQt5Core$secondaryArchSuffix + lib:libQt5Gui$secondaryArchSuffix + lib:libQt5Widgets$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - qt5${secondaryArchSuffix}_devel - devel:libboost_filesystem$secondaryArchSuffix - devel:libboost_iostreams$secondaryArchSuffix - devel:libboost_program_options$secondaryArchSuffix - devel:libboost_system$secondaryArchSuffix + devel:libboost_filesystem$secondaryArchSuffix >= 1.69 + devel:libboost_iostreams$secondaryArchSuffix >= 1.69 + devel:libboost_program_options$secondaryArchSuffix >= 1.69 + devel:libboost_system$secondaryArchSuffix >= 1.69 devel:libcapstone$secondaryArchSuffix + devel:libQt5Core$secondaryArchSuffix + devel:libQt5Gui$secondaryArchSuffix + devel:libQt5Widgets$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -65,8 +70,7 @@ BUILD() INSTALL() { - mkdir -p $binDir - mkdir -p $appsDir + mkdir -p $binDir $appsDir cp nocode/nocode $binDir cp snowman/snowman $appsDir/Snowman addAppDeskbarSymlink $appsDir/Snowman