mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
knights: remove dependency on libssp
now provided by libroot
This commit is contained in:
@@ -22,7 +22,7 @@ Features:
|
||||
HOMEPAGE="https://apps.kde.org/en/knights"
|
||||
COPYRIGHT="2010-2020 KDE Organisation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/knights-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="0b3787ca018f221eb6182953ea4f2c2c573e4231e4dfae2582405574bdde576a"
|
||||
SOURCE_DIR="knights-$portVersion"
|
||||
@@ -72,7 +72,6 @@ REQUIRES="
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
lib:libQt5Xml$secondaryArchSuffix
|
||||
lib:libssp$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -129,6 +128,7 @@ BUILD()
|
||||
cd build
|
||||
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=$appsDir \
|
||||
-DCMAKE_INSTALL_DATADIR=$dataDir \
|
||||
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
|
||||
|
||||
Reference in New Issue
Block a user