mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
plasma_activities6, bump version (#11891)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 556af10947e52a5939b982ce5ef7ba127e73a130 Mon Sep 17 00:00:00 2001
|
||||
From 3af18e3d0c277536cf40c9cfb6bc5968d5e814f3 Mon Sep 17 00:00:00 2001
|
||||
From: Begasus <begasus@gmail.com>
|
||||
Date: Tue, 14 Nov 2023 13:15:03 +0100
|
||||
Subject: Disable X11 for Haiku (build fix)
|
||||
@@ -18,5 +18,5 @@ index efeb1fd..c512c9a 100644
|
||||
add_subdirectory(activities-model)
|
||||
endif ()
|
||||
--
|
||||
2.45.1
|
||||
2.48.1
|
||||
|
||||
@@ -16,11 +16,11 @@ state to match the user's current activity. This includes a daemon, a library \
|
||||
for interacting with that daemon, and plugins for integration with other \
|
||||
frameworks."
|
||||
HOMEPAGE="https://invent.kde.org/plasma/plasma-activities"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
COPYRIGHT="2010-2025 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/plasma/$portVersion/plasma-activities-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="77ea739c7ce5170d92d78d6f3765e19a32f0e24b741f525555d59dc7de15e6c7"
|
||||
CHECKSUM_SHA256="ccb1ca2dc1deb1e235dd496f42355f0054f58061ecf9a759d9faa0a299a56c7b"
|
||||
SOURCE_DIR="plasma-activities-$portVersion"
|
||||
PATCHES="plasma_activities-$portVersion.patchset"
|
||||
|
||||
@@ -53,7 +53,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 6.5.0
|
||||
extra_cmake_modules$secondaryArchSuffix
|
||||
qt6_tools${secondaryArchSuffix}_devel
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.83.0
|
||||
devel:libKF6ConfigCore$secondaryArchSuffix
|
||||
@@ -72,20 +72,22 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DCMAKE_CXX_FLAGS=-DBOOST_NO_CXX11_CONSTEXPR \
|
||||
-DBUILD_QCH=ON \
|
||||
-DBUILD_TESTING=OFF
|
||||
make -Cbuild $jobArgs
|
||||
-DBUILD_TESTING=OFF \
|
||||
-Wno-dev
|
||||
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make -Cbuild install
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLib \
|
||||
libPlasmaActivities
|
||||
Reference in New Issue
Block a user