mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
kwrite: bump version
This commit is contained in:
@@ -49,11 +49,11 @@ Backup and Restore
|
||||
* swap files to recover data on system crash
|
||||
* undo / redo system"
|
||||
HOMEPAGE="https://www.kde.org/applications/utilities/kwrite/"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kate-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="297facaab205f67f2c61b17650ef27a10b32ea699083577eeece25d0beb3fba2"
|
||||
CHECKSUM_SHA256="683c49d9c4b2abd4b4660b607b65249a2adfdc48418b0d18ab90810d1a8f4e37"
|
||||
SOURCE_DIR="kate-$portVersion"
|
||||
ADDITIONAL_FILES="kwrite.rdef.in"
|
||||
|
||||
@@ -112,7 +112,7 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.93
|
||||
extra_cmake_modules$secondaryArchSuffix
|
||||
devel:libKF5Activities$secondaryArchSuffix
|
||||
devel:libKF5Archive$secondaryArchSuffix
|
||||
devel:libKF5Auth$secondaryArchSuffix
|
||||
@@ -166,16 +166,17 @@ BUILD()
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
export LDFLAGS="-lnetwork"
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_kate=FALSE \
|
||||
-DBUILD_addons=FALSE \
|
||||
-DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DINCLUDE_INSTALL_DIR=$includeDir \
|
||||
-DSHARE_INSTALL_PREFIX=$dataDir \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=$appsDir/Kwrite \
|
||||
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir
|
||||
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
|
||||
-DBUILD_kate=FALSE \
|
||||
-DBUILD_addons=FALSE
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user