[Craft] [Bug 419272] Apps that put folders with dots in /Frameworks/ folder will fail to sign

Dawid Wróbel bugzilla_noreply at kde.org
Tue Apr 21 17:38:48 BST 2020


https://bugs.kde.org/show_bug.cgi?id=419272

--- Comment #3 from Dawid Wróbel <me at dawidwrobel.com> ---
Well, tcl was in fact being included as a side effect of it being sqlcipher's
build dependency. Adding tcl to buildDependencies of the lastter, however,
doesn't do anything, presumably because of the extensive configure() and
install() manual processing its blueprint does to make it work alongside
sqlite3. Looking at its blueprint I can't immediately figure out if and how to
make it not include tcl* libs without messing anything up, so I resorted to
blacklisting them in kmymoney, since it is the only package that uses its very
non-standard installation anyway.

Long term solution is to rewrite sql support in kmymoney to replace sqlite3
with sqlcipher altogether, since it can function as a stand-in transparent
replacement for the former and the presence of both in kmymoney code is a pure
redundancy. All the configure() and install() magic would then also become
obsolete and the blueprint would essentially be a copy of sqlite3's own.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Kde-windows mailing list