mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
snowman: bump version.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user