[packages/ka6-zanshin] - added boost-cmake.patch - updated to 24.12.2

witekfl witekfl at pld-linux.org
Sat Feb 8 14:39:33 CET 2025


commit d623e109e78fb4ebb2c7b52ae729b19b042f2bd7
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat Feb 8 13:53:20 2025 +0100

    - added boost-cmake.patch
    - updated to 24.12.2

 boost-cmake.patch | 12 ++++++++++++
 ka6-zanshin.spec  |  8 +++++---
 2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/ka6-zanshin.spec b/ka6-zanshin.spec
index 75ac0d6..8e0a5d1 100644
--- a/ka6-zanshin.spec
+++ b/ka6-zanshin.spec
@@ -1,18 +1,19 @@
 #
 # Conditional build:
 %bcond_with	tests		# build with tests
-%define		kdeappsver	24.12.1
+%define		kdeappsver	24.12.2
 %define		qtver		5.15.2
 %define		kf5ver		5.71.0
 %define		kaname		zanshin
 Summary:	A Getting Things Done application
 Name:		ka6-%{kaname}
-Version:	24.12.1
+Version:	24.12.2
 Release:	1
 License:	GPL v2+/LGPL v2.1+
 Group:		X11/Libraries
 Source0:	https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5:	65d2c43115c7250ced599316c850fdeb
+# Source0-md5:	a3a706fe6df7807a653582297a0d33a8
+Patch0:		boost-cmake.patch
 URL:		http://www.kde.org/
 BuildRequires:	gettext-devel
 BuildRequires:	ka6-akonadi-calendar-devel >= %{kdeappsver}
@@ -45,6 +46,7 @@ Wikipedia](https://en.wikipedia.org/wiki/Zanshin))
 
 %prep
 %setup -q -n %{kaname}-%{version}
+%patch -P0 -p1
 
 %build
 %cmake \
diff --git a/boost-cmake.patch b/boost-cmake.patch
new file mode 100644
index 0000000..23fa9e5
--- /dev/null
+++ b/boost-cmake.patch
@@ -0,0 +1,12 @@
+diff -up zanshin-24.12.2/CMakeLists.txt.ddd zanshin-24.12.2/CMakeLists.txt
+--- zanshin-24.12.2/CMakeLists.txt.ddd	2025-02-08 13:50:03.602110768 +0100
++++ zanshin-24.12.2/CMakeLists.txt	2025-02-08 13:50:27.601921746 +0100
+@@ -70,7 +70,7 @@ add_definitions(-DQT_USE_FAST_CONCATENAT
+ include_directories (
+     ${CMAKE_SOURCE_DIR}
+     ${CMAKE_BINARY_DIR}
+-    ${Boost_INCLUDE_DIR}
++    ${Boost_INCLUDE_DIRS}
+ )
+ 
+ find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-zanshin.git/commitdiff/d623e109e78fb4ebb2c7b52ae729b19b042f2bd7



More information about the pld-cvs-commit mailing list