[packages/ka5-ghostwriter] - updated to 23.04.2 - compilation fix

witekfl witekfl at pld-linux.org
Sat Jun 10 12:04:04 CEST 2023


commit fad97ff9d46a6e28552abf4f001ce7dad24e0913
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat Jun 10 12:03:30 2023 +0200

    - updated to 23.04.2
    - compilation fix

 ka5-ghostwriter.spec |  8 +++++---
 uint.patch           | 11 +++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/ka5-ghostwriter.spec b/ka5-ghostwriter.spec
index ffba526..cdd4a4c 100644
--- a/ka5-ghostwriter.spec
+++ b/ka5-ghostwriter.spec
@@ -1,15 +1,16 @@
-%define		kdeappsver	23.04.0
+%define		kdeappsver	23.04.2
 %define		qtver		5.15.2
 %define		kaname		ghostwriter
 
 Summary:	Text editor for Markdown
 Name:		ka5-%{kaname}
-Version:	23.04.0
+Version:	23.04.2
 Release:	1
 License:	GPL v3+
 Group:		X11/Applications/Editors
 Source0:	https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5:	d64c39de4b61e28af088d4b800e8ec14
+# Source0-md5:	175e220ec3f5a0cde5ba47144c253086
+Patch0:		uint.patch
 URL:		https://www.kde.org/
 BuildRequires:	Qt5Concurrent-devel
 BuildRequires:	Qt5Core-devel >= 5.15.2
@@ -48,6 +49,7 @@ site](https://ghostwriter.kde.org).
 
 %prep
 %setup -q -n %{kaname}-%{version}
+%patch0 -p1
 
 %build
 install -d build
diff --git a/uint.patch b/uint.patch
new file mode 100644
index 0000000..9a460b8
--- /dev/null
+++ b/uint.patch
@@ -0,0 +1,11 @@
+diff -up ghostwriter-23.04.2/src/markdownnode.cpp.dd ghostwriter-23.04.2/src/markdownnode.cpp
+--- ghostwriter-23.04.2/src/markdownnode.cpp.dd	2023-06-06 05:26:47.000000000 +0200
++++ ghostwriter-23.04.2/src/markdownnode.cpp	2023-06-10 12:01:11.845542522 +0200
+@@ -3,6 +3,7 @@
+  *
+  * SPDX-License-Identifier: GPL-3.0-or-later
+  */
++#include <cstdint>
+ 
+ #include "../3rdparty/cmark-gfm/src/cmark-gfm.h"
+ #include "../3rdparty/cmark-gfm/extensions/cmark-gfm-core-extensions.h"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-ghostwriter.git/commitdiff/fad97ff9d46a6e28552abf4f001ce7dad24e0913



More information about the pld-cvs-commit mailing list