mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
breeze_icons: provides also without secondaryArchSuffix
This commit is contained in:
@@ -5,7 +5,7 @@ used by default in KDE Plasma 5 and KDE Applications."
|
||||
HOMEPAGE="https://github.com/KDE/breeze-icons/"
|
||||
COPYRIGHT="2010-2021 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/KDE/breeze-icons/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="025e01888e2ede7478b5e3f081b6c138e5675c896eb435e5d8e1083f9bb337a1"
|
||||
SOURCE_DIR="breeze-icons-$portVersion"
|
||||
@@ -17,6 +17,12 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
breeze_icons$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
PROVIDES+="
|
||||
breeze_icons == $portVersion
|
||||
"
|
||||
fi
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -24,7 +30,7 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= $portVersion
|
||||
devel:libQt5Core$secondaryArchSuffix >= 5.7
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
@@ -39,6 +45,7 @@ BUILD()
|
||||
cd build
|
||||
|
||||
cmake .. $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DBINARY_ICONS_RESOURCE=ON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user