[education/rkward] /: Exclude gpgpme from packaging

Thomas Friedrichsmeier null at kde.org
Tue Sep 3 14:47:13 BST 2024


Git commit abb7516c2e4727b0770638b70768c0b30bbeefc1 by Thomas Friedrichsmeier.
Committed on 03/09/2024 at 13:46.
Pushed by tfry into branch 'master'.

Exclude gpgpme from packaging

M  +6    -2    .craft.ini
M  +1    -0    ChangeLog

https://invent.kde.org/education/rkward/-/commit/abb7516c2e4727b0770638b70768c0b30bbeefc1

diff --git a/.craft.ini b/.craft.ini
index e87012015..3e2fd4070 100644
--- a/.craft.ini
+++ b/.craft.ini
@@ -1,6 +1,10 @@
 # SPDX-FileCopyrightText: None
 # SPDX-License-Identifier: CC0-1.0
 
-# Temporary workaround: Require kate master version, while default target (24.05) is not buildable outside Linux due to dbus breakage
 [BlueprintSettings]
-kde/applications/kate.version=master
+# we are removing the gpgme binaries, and on Windows this may result in abnormal exit, if some code try to launch gpgpme
+libs/gpgme.ignored=True
+# force poppler rebuild without gpgme
+qt-libs/poppler.patchLevel=99
+# Temporary workaround: Require kate master version, while default target (24.05) is not buildable outside Linux due to dbus breakage
+#kde/applications/kate.version=master
diff --git a/ChangeLog b/ChangeLog
index 1d196d361..49d8ef1c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 --- Version 0.8.1 - UNRELEASED
+- Fixed: Abnormal exit on Windows while trying to launch gpgpme (triggered from PDF previews)
 - Fixed: Failure to paint symbols in onscreen device, under some circumstances
 - Fixed: Potential library conflicts on systems shipping a more recent version of libglib2 than included in the AppImage
 - Fixed: Implement capbilities report for RK() device (may fix graphics limitation, but also potential crashes with R >= 4.2.0)



More information about the rkward-tracker mailing list