[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-08-06 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=435761

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.2

--- Comment #15 from Thomas Baumgart  ---
Fixed in the meantime

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-05-04 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #14 from Hannah von Reth  ---
Git commit ad644993902b8a35ff6cf5b7965f1cc3e338a28f by Hannah von Reth, on
behalf of Ingo Klöcker.
Committed on 04/05/2024 at 11:05.
Pushed by vonreth into branch 'master'.

Make the precompiled gnupg available in MSVC builds

This makes the precompiled (with MinGW) binaries of gnupg and its
dependencies (except sqlite) available in MSVC builds. We ignore sqlite
for now because it's only needed for the off-by-default keyboxd and
because unlike the other dependencies sqlite is actually compiled with
MSVC.

A  +27   -0libs/_msvc/gnupg/gnupg.py
A  +19   -0libs/_msvc/libksba/libksba.py
A  +19   -0libs/_msvc/npth/npth.py
A  +23   -0libs/_msvc/ntbtls/ntbtls.py

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/ad644993902b8a35ff6cf5b7965f1cc3e338a28f

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-05-03 Thread Ingo Klöcker
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #13 from Ingo Klöcker  ---
I think we have found the cause for the missing gpg executable.
See https://invent.kde.org/packaging/craft-blueprints-kde/-/merge_requests/858

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-05-01 Thread Ingo Klöcker
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #12 from Ingo Klöcker  ---
Git commit 203ad70e20af968d6ee76b67a87ad34a6ce93eee by Ingo Klöcker, on behalf
of Thomas Baumgart.
Committed on 01/05/2024 at 10:17.
Pushed by kloecker into branch 'qt5-lts'.

[kmymoney] Try to fix gpg support

Add proposed fix


(cherry picked from commit a8488c6711148f6efeea006f426da2bcd74f9cf4)

M  +2-1extragear/kmymoney/kmymoney.py

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/203ad70e20af968d6ee76b67a87ad34a6ce93eee

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-05-01 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #11 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/packaging/craft-blueprints-kde/-/merge_requests/857

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-05-01 Thread Ingo Klöcker
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #10 from Ingo Klöcker  ---
Bumping the patchLevel is only needed for packages that are cached. libalkimia
may be cached, but applications are never cached. Hence, bumping the patchLevel
of an application isn't necessary.

Regarding the missing gnupg, try if adding libs/gnupg as direct dependency of
kmymoney helps.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-05-01 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #9 from Thomas Baumgart  ---
Not sure if that applies here. Some gpgme*.exe files are now in ./bin without
changing the patchlevel. Not sure if that is enough or not, though. No sign of
gpg2.exe and honestly, I have no idea where it should come from.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-04-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #8 from Ralf Habacker  ---
(In reply to Thomas Baumgart from comment #7)
> Git commit a8488c6711148f6efeea006f426da2bcd74f9cf4 by Thomas Baumgart.
> Committed on 28/04/2024 at 07:18.
> Add proposed fix

I have heard that every time the blueprint file is changed, self.patchLevel
must also be updated.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-04-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #7 from Thomas Baumgart  ---
Git commit a8488c6711148f6efeea006f426da2bcd74f9cf4 by Thomas Baumgart.
Committed on 28/04/2024 at 07:18.
Pushed by tbaumgart into branch 'master'.

[kmymoney] Try to fix gpg support

Add proposed fix

M  +2-1extragear/kmymoney/kmymoney.py

https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/a8488c6711148f6efeea006f426da2bcd74f9cf4

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-04-24 Thread Ingo Klöcker
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #6 from Ingo Klöcker  ---
(In reply to Ralf Habacker from comment #5)
> gpg2 is still not included in the portable package.

Try depending on libs/gpgme/gpgme and libs/gpgme/gpgmepp instead of on
libs/gpgme in the blueprint.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-04-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

--- Comment #5 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #4)
> The added files have been corrected with
> https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/
> 766ecafaee502ad9fc9417402e176bb41d392111, but are not included in the
> current snapshot (kmymoney-master-3196-windows-cl-msvc2019-x86_64.7z) at
> https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/.

gpg2 is still not included in the portable package.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-04-18 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=435761
Bug 435761 depends on bug 439883, which changed state.

Bug 439883 Summary: onlinequoteeditor5 not included in kmymoney binaries 
generated by KDE CI
https://bugs.kde.org/show_bug.cgi?id=439883

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-04-17 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

Ralf Habacker  changed:

   What|Removed |Added

 Depends on||439883

--- Comment #4 from Ralf Habacker  ---
(In reply to Ingo Klöcker from comment #3)
> It's not suprising that gpg2.exe is missing if you have the following in
> kmymoney's exclude list:
> > # strip most executables
> > bin/(?!(kmymoney|sqlcipher|kbuildsycoca5|update-mime-database|kioslave|ofxdump|kconf_update|QtWebEngineProcess)).*\.exe

The added files have been corrected with
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/766ecafaee502ad9fc9417402e176bb41d392111,
but are not included in the current snapshot
(kmymoney-master-3196-windows-cl-msvc2019-x86_64.7z) at
https://cdn.kde.org/ci-builds/office/kmymoney/master/windows/.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=439883
[Bug 439883] onlinequoteeditor5 not included in kmymoney binaries generated by
KDE CI
-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 435761] No gpg support for kmymoney available from CI builds

2024-04-17 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=435761

Ralf Habacker  changed:

   What|Removed |Added

Summary|No gpg support for kmymoney |No gpg support for kmymoney
   |available from binary   |available from CI builds
   |factory |

-- 
You are receiving this mail because:
You are watching all bug changes.