Projects
Kolab:Winterfell
libkolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 51
View file
libkolab.spec
Changed
@@ -43,6 +43,8 @@ # From 2881447555eb7965f557158c88ae2aa18e936971 Source0: libkolab-%{version}.tar.gz +Patch1: 0001-KF5CoreAddons-is-no-longer-required.patch + BuildRequires: cmake %if 0%{?rhel} > 7 || 0%{?fedora} BuildRequires: kf5-kcalendarcore-devel @@ -224,7 +226,7 @@ %setup -q -c -n libkolab-%{version} pushd %{name}-%{version} -#%patch1 -p1 +%patch1 -p1 popd %if 0%{?plesk} @@ -286,9 +288,6 @@ %else %cmake \ %endif -%if 0%{?with_at} - -DBUILD_TOOLS:BOOL=OFF \ -%endif -DCMAKE_C_FLAGS:STRING="-DNDEBUG -DQT_NO_DEBUG" \ -DBoost_NO_BOOST_CMAKE=TRUE \ -Wno-fatal-errors -Wno-errors \ @@ -312,9 +311,6 @@ mkdir -p build pushd build %cmake \ -%if 0%{?with_at} - -DBUILD_TOOLS:BOOL=OFF \ -%endif -DCMAKE_C_FLAGS:STRING="-DNDEBUG -DQT_NO_DEBUG" \ -DBoost_NO_BOOST_CMAKE=TRUE \ -Wno-fatal-errors -Wno-errors \ @@ -346,9 +342,6 @@ mkdir -p build pushd build %cmake \ -%if 0%{?with_at} - -DBUILD_TOOLS:BOOL=OFF \ -%endif -DCMAKE_C_FLAGS:STRING="-DNDEBUG -DQT_NO_DEBUG" \ -DBoost_NO_BOOST_CMAKE=TRUE \ -Wno-fatal-errors -Wno-errors \
View file
0001-KF5CoreAddons-is-no-longer-required.patch
Added
@@ -0,0 +1,24 @@ +From 576b30b64fec9d9a62a07c8a0c5f63d11ed9583f Mon Sep 17 00:00:00 2001 +From: Christian Mollekopf <mollekopf@apheleia-it.ch> +Date: Fri, 29 Jul 2022 13:40:01 +0200 +Subject: PATCH KF5CoreAddons is no longer required + +--- + CMakeLists.txt | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index f4a4990..edda84a 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -69,7 +69,6 @@ endif() + + include(FindPackageHandleStandardArgs) + +-find_package(KF5CoreAddons CONFIG REQUIRED) + find_package(KF5CalendarCore "5.12.1" CONFIG REQUIRED) + find_package(KF5Mime "4.84.0" CONFIG REQUIRED) + +-- +2.35.3 +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.