mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
qthaikustyle: clean up for publishing.
(cherry picked from commit e9a10c7796ee2ba2268001d22deeee26ee70576e)
This commit is contained in:
@@ -1,35 +1,43 @@
|
||||
SUMMARY="Haiku style plugin for Qt5"
|
||||
DESCRIPTION="Native look and feel for Qt5 applications."
|
||||
HOMEPAGE="https://github.com/threedeyes/QtHaikuStyle"
|
||||
HOMEPAGE="https://github.com/threedeyes/QtHaikuStyle/"
|
||||
COPYRIGHT="2017 Gerasim Troeglazov)"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU LGPL v3"
|
||||
REVISION="1"
|
||||
gitCommit="06f065ab76a2032707eb6e8920982a41956fd8ca"
|
||||
SOURCE_URI="https://github.com/threedeyes/QtHaikuStyle/archive/$gitCommit.zip"
|
||||
CHECKSUM_SHA256="28b200a0eaf9640ef241673f3de20d8d67f85dc17eb761bf6690b00c5ddc6607"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$gitCommit.tar.gz"
|
||||
CHECKSUM_SHA256="d318a1eeaebe52ddb8edbeed5bbac2e646cf08fc05faf0a6db2b36e4423d1c70"
|
||||
SOURCE_DIR="QtHaikuStyle-$gitCommit"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
qthaikustyle$secondaryArchSuffix = $portVersion compat >= 1
|
||||
qthaikustyle$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
"
|
||||
SUPPLEMENTS="
|
||||
qt5$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
qt5${secondaryArchSuffix}_devel
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:qmake >= 5
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user