[education/rkward] /: Force rebuild of kwallet (as we had to exclude gpgme)

Thomas Friedrichsmeier null at kde.org
Sat Sep 7 11:05:46 BST 2024


Git commit 375d5e11ecbf2462facdcbb8911c841d429f1d86 by Thomas Friedrichsmeier.
Committed on 07/09/2024 at 10:05.
Pushed by tfry into branch 'master'.

Force rebuild of kwallet (as we had to exclude gpgme)

M  +4    -2    .craft.ini

https://invent.kde.org/education/rkward/-/commit/375d5e11ecbf2462facdcbb8911c841d429f1d86

diff --git a/.craft.ini b/.craft.ini
index 3e2fd4070..bda3248f6 100644
--- a/.craft.ini
+++ b/.craft.ini
@@ -2,9 +2,11 @@
 # SPDX-License-Identifier: CC0-1.0
 
 [BlueprintSettings]
-# we are removing the gpgme binaries, and on Windows this may result in abnormal exit, if some code try to launch gpgpme
+# we are removing the gpgme binaries, and on Windows this may result in abnormal exit, if some code tries to launch gpgpme
+# TODO: it would be better, if we could ignore gpgpme on Windows (and Mac), only
 libs/gpgme.ignored=True
-# force poppler rebuild without gpgme
+# force poppler rebuild without gpgme; kwallet also needs to be rebuilt
 qt-libs/poppler.patchLevel=99
+kde/frameworks/tier3/kwallet.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


More information about the rkward-tracker mailing list