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

            Bug ID: 407279
           Summary: Skrooge flatpak needs later libofx
           Product: skrooge
           Version: Trunk from git
          Platform: Flatpak
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: guillaume.deb...@gmail.com
          Reporter: skierp...@gmail.com
                CC: steph...@mankowski.fr
  Target Milestone: ---

I believe libofx.so in the flatpak is not the version 0.9.14 with the fix for
proprietary tags in QFX files (see bug 406321 comment 12). The most recent
flatpak build log
https://binary-factory.kde.org/job/Skrooge_flatpak/13/consoleFull
shows
  09:34:50  --   Found libofx, version 0.9.13

I wasn't able to verify this is failing because QFX import still doesn't work
in the flatpak (bug 405578).

Looking at
https://cgit.kde.org/flatpak-kde-applications.git/commit/?id=41fa37b6bf3a2ddbb62080bfdbcc2f00824047ea
, I think the fix is as simple as changing 
        "name": "libofx",
        ...
-                "url":
"https://github.com/libofx/libofx/archive/0.9.13.tar.gz";,
-                "sha256":
"8e8838e81da76aa32b5bd4f38297b612bd7ec3110bf1b139e49ba8aaba94d3e2"

to
+                "url":
"https://github.com/libofx/libofx/archive/0.9.14.tar.gz";,
+                "sha256":
"85a732efe3026e96fe1cf694ebdcf5d2c3b67adba85b9019abac44e7c43d8ce5"

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

Reply via email to