mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
colorcode: bump version.
* switch to Qt5.
This commit is contained in:
@@ -10,12 +10,12 @@ HOMEPAGE="http://colorcode.laebisch.com/"
|
||||
COPYRIGHT="2009-2011 Dirk Laebisch"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://colorcode.laebisch.com/download/ColorCode-0.7.2.tar.gz"
|
||||
CHECKSUM_SHA256="d1c5bf4d65c81de16c4159c2c69c096fc7ff47cca587d7233985e078d63c79aa"
|
||||
SOURCE_DIR="ColorCode-0.7.2"
|
||||
SOURCE_URI="http://colorcode.laebisch.com/download/ColorCode-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7c128db12af6ab11439eb710091b4a448100553a4d11d3a7c8dafdfbc57c1a85"
|
||||
SOURCE_DIR="ColorCode-$portVersion"
|
||||
ADDITIONAL_FILES="colorcode.rdef"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -24,20 +24,23 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libqtcore$secondaryArchSuffix < 5
|
||||
lib:libqtgui$secondaryArchSuffix < 5
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libqtcore$secondaryArchSuffix < 5
|
||||
devel:libqtgui$secondaryArchSuffix < 5
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:qmake$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:qmake$secondaryArchSuffix >= 5
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user