diff options
Diffstat (limited to 'finance')
22 files changed, 518 insertions, 1501 deletions
diff --git a/finance/alkimia/Makefile b/finance/alkimia/Makefile index 6f9bb4ea7707..5de9f8c903c9 100644 --- a/finance/alkimia/Makefile +++ b/finance/alkimia/Makefile @@ -1,6 +1,5 @@ PORTNAME= alkimia -PORTVERSION= 8.1.2 -PORTREVISION= 2 +PORTVERSION= 8.2.1 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -11,57 +10,72 @@ WWW= https://community.kde.org/Alkimia/libalkimia LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB +LIB_DEPENDS= libmpir.so:math/mpir RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-Finance-Quote>=0:finance/p5-Finance-Quote \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-Writer>=0:textproc/p5-XML-Writer \ p5-libwww>=0:www/p5-libwww +TEST_DEPENDS= appstreamcli:devel/appstream -USES= cmake compiler:c++11-lang kde:5 pathfix perl5 qt:5 \ - shebangfix tar:xz xorg +USES= cmake:testing compiler:c++17-lang gettext-tools gl kde:6 \ + pathfix perl5 qt:6 shebangfix tar:xz xorg +USE_GL= opengl +USE_KDE= attica codecs completion config coreaddons i18n iconthemes \ + newstuff sonnet textwidgets widgetsaddons \ + ecm:build USE_LDCONFIG= yes -USE_KDE= attica auth codecs completion config configwidgets coreaddons \ - i18n iconthemes jobwidgets kio newstuff service solid sonnet \ - textwidgets widgetsaddons windowsystem xmlgui ecm:build USE_PERL5= run -USE_QT= concurrent core dbus declarative gui network widgets xml \ - buildtools:build qmake:build +USE_QT= base declarative \ + tools:build USE_XORG= x11 -CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen - -PLIST_SUB= VER=${PORTVERSION:R} SHEBANG_FILES= src/financequote.pl -OPTIONS_SINGLE= MPLIB -OPTIONS_SINGLE_MPLIB= GMP MPIR -OPTIONS_DEFINE= PLASMA TEST TOOLS WEBENGINE -OPTIONS_DEFAULT= MPIR TOOLS WEBENGINE -OPTIONS_SUB= yes -MPLIB_DESC= Multi-precision library (MPIR preferred) +CMAKE_ARGS= -DQT_MAJOR_VERSION:STRING="6" +CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen +# The WebEngine tests need a running X11/Wayland session to succeed. +# SETENVI strips out important environment variables like DISPLAY. +CMAKE_TESTING_SETENV= yes -GMP_LIB_DEPENDS= libgmp.so:math/gmp -GMP_CMAKE_BOOL= CMAKE_DISABLE_FIND_PACKAGE_MPIR +# Qt needs a resonable TZ environment variable set to calculate offsets +# properly. Date/time tests will fail if TZ is otherwise undefined. +TEST_ENV= TZ="UTC" -MPIR_DESC= MPIR (multiple precision arithmetic) support -MPIR_LIB_DEPENDS= libmpir.so:math/mpir +PLIST_SUB= ALK_VER=${PORTVERSION:R} \ + ALK_VERSION=${PORTVERSION} + +OPTIONS_DEFINE= PLASMA TOOLS +OPTIONS_DEFINE_aarch64= WEBENGINE +OPTIONS_DEFINE_amd64= WEBENGINE +OPTIONS_DEFINE_armv7= WEBENGINE +OPTIONS_DEFINE_i386= WEBENGINE +OPTIONS_DEFAULT= TOOLS +OPTIONS_DEFAULT_aarch64=WEBENGINE +OPTIONS_DEFAULT_amd64= WEBENGINE +OPTIONS_DEFAULT_armv7= WEBENGINE +OPTIONS_DEFAULT_i386= WEBENGINE +OPTIONS_SUB= yes PLASMA_DESC= Build Plasma applets -PLASMA_USE= KDE=package,plasma-framework +PLASMA_USE= KDE=libplasma,package PLASMA_CMAKE_BOOL= BUILD_APPLETS -TEST_USE= QT=testlib -TEST_CMAKE_BOOL= BUILD_TESTING -TEST_TEST_TARGET= test - TOOLS_DESC= Build tools +TOOLS_USE= KDE=colorscheme,configwidgets,guiaddons,xmlgui TOOLS_CMAKE_BOOL= BUILD_TOOLS WEBENGINE_DESC= Webpage fetching and rendering -WEBENGINE_USE= QT=location,printsupport,webchannel,webengine +WEBENGINE_USE= QT=positioning,webchannel,webengine WEBENGINE_CMAKE_BOOL= BUILD_WITH_WEBENGINE pre-configure: - ${FIND} ${WRKSRC} -type f \( -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \; +# ${FILESDIR}/plasma_applets_ForeignCurrencies_metadata.json was generated using +# the desktoptojson utility from devel/kf5-kcoreaddons: +# `desktoptojson -i ${WRKSRC}/plasma/applets/ForeignCurrencies/metadata.desktop` +# The desktoptojson utility no longer ships with KF6, as support for .desktop +# files for this purpose was deprecated in KF 5.104.0 (2023-03-11) and removed +# in KF6. The pre-generated JSON file avoids pulling in Qt5/KF5. + ${CP} ${FILESDIR}/plasma_applets_ForeignCurrencies_metadata.json ${WRKSRC}/plasma/applets/ForeignCurrencies/metadata.json .include <bsd.port.mk> diff --git a/finance/alkimia/distinfo b/finance/alkimia/distinfo index 9d9e2e62d497..7ca5028ca37a 100644 --- a/finance/alkimia/distinfo +++ b/finance/alkimia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693967938 -SHA256 (alkimia-8.1.2.tar.xz) = cf846ee87b9cc630f58e0bdd23334296810ba3bcc1751fe2f4722161897ee33a -SIZE (alkimia-8.1.2.tar.xz) = 267008 +TIMESTAMP = 1754524417 +SHA256 (alkimia-8.2.1.tar.xz) = f921410e180e0a5811e1ee2926954920c6576a72b3b65f53791faa6c85fcb689 +SIZE (alkimia-8.2.1.tar.xz) = 353984 diff --git a/finance/alkimia/files/patch-CMakeLists.txt b/finance/alkimia/files/patch-CMakeLists.txt index 0729feffa133..1e0f1cac0500 100644 --- a/finance/alkimia/files/patch-CMakeLists.txt +++ b/finance/alkimia/files/patch-CMakeLists.txt @@ -1,21 +1,18 @@ -Make tests conditional +Xmlgui is only needed for the tools. ---- CMakeLists.txt.orig 2022-05-05 15:16:34 UTC +--- CMakeLists.txt.orig 2025-06-21 11:46:33 UTC +++ CMakeLists.txt -@@ -75,7 +75,7 @@ if(BUILD_QT4) - set(QT_NETWORK_COMPONENT) - endif() - -- find_package(Qt4 REQUIRED COMPONENTS QtCore QtGui QtDBus ${QT_NETWORK_COMPONENT} QtTest ${QT_BROWSER_COMPONENT} QtDeclarative) -+ find_package(Qt4 REQUIRED COMPONENTS QtCore QtGui QtDBus ${QT_NETWORK_COMPONENT} ${QT_BROWSER_COMPONENT} QtDeclarative) - set(_kde4_uninstall_rule_created 1) - find_package(KDE4 REQUIRED) - if(NOT BUILD_WITH_QTNETWORK) -@@ -150,7 +150,6 @@ else() - find_package(Qt5 REQUIRED COMPONENTS - Core - ${QT_NETWORK_COMPONENT} -- Test - ${QT_BROWSER_COMPONENT} - Qml +@@ -172,8 +172,12 @@ else() + IconThemes + ${PLASMA_COMPONENT} + TextWidgets +- XmlGui ) ++ if(BUILD_TOOLS) ++ list(APPEND KF_PRIVATE_COMPONENTS ++ XmlGui ++ ) ++ endif() + find_package(KF${QT_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS ${KF_PRIVATE_COMPONENTS} ${KF_PUBLIC_COMPONENTS}) + + macro(ecm_add_executable) diff --git a/finance/alkimia/files/patch-autotests_CMakeLists.txt b/finance/alkimia/files/patch-autotests_CMakeLists.txt deleted file mode 100644 index 4f658de53091..000000000000 --- a/finance/alkimia/files/patch-autotests_CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -Find testlib (moved from ../CMakeLists.txt) - ---- autotests/CMakeLists.txt.orig 2020-10-23 16:11:34 UTC -+++ autotests/CMakeLists.txt -@@ -1,4 +1,10 @@ - include(ECMAddTests) -+if(BUILD_QT4) -+ find_package(Qt4 REQUIRED COMPONENTS QtTest) -+else() -+ find_package(Qt5 REQUIRED COMPONENTS Test) -+endif() -+ - set(TEST_LIB - alkimia - alkimia-internal diff --git a/finance/alkimia/files/patch-src_libalkimia.pc.in b/finance/alkimia/files/patch-src_libalkimia.pc.in index 0e49e09d7e45..ef131e86a887 100644 --- a/finance/alkimia/files/patch-src_libalkimia.pc.in +++ b/finance/alkimia/files/patch-src_libalkimia.pc.in @@ -1,19 +1,6 @@ ---- src/libalkimia.pc.in.orig 2018-03-15 19:28:26 UTC +--- src/libalkimia.pc.in.orig 2025-06-21 11:46:33 UTC +++ src/libalkimia.pc.in -@@ -3,9 +3,9 @@ - - # General installation directories - prefix=@CMAKE_INSTALL_PREFIX@ --exec_prefix=@CMAKE_INSTALL_PREFIX@ --libdir=@KDE4_LIB_DIR@ --includedir=@INCLUDE_INSTALL_DIR@ -+exec_prefix=${prefix} -+libdir=${exec_prefix}/@LIB_INSTALL_DIR@ -+includedir=${prefix}/@INCLUDE_INSTALL_DIR@ - - # Human-readable name - Name: Alkimia -@@ -13,7 +13,7 @@ Name: Alkimia +@@ -13,7 +13,7 @@ Version: @ALKIMIA_LIB_VERSION@ Description: A library for financial data handling Version: @ALKIMIA_LIB_VERSION@ diff --git a/finance/alkimia/files/plasma_applets_ForeignCurrencies_metadata.json b/finance/alkimia/files/plasma_applets_ForeignCurrencies_metadata.json new file mode 100644 index 000000000000..3c213ae6bd1e --- /dev/null +++ b/finance/alkimia/files/plasma_applets_ForeignCurrencies_metadata.json @@ -0,0 +1,71 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "petr@bravenec.eu, wincak@seznam.cz", + "Name": "Petr Bravenec, wincak" + } + ], + "Category": "Online Services", + "Description": "Plasmoid showing current foreign currencies prices", + "Description[ca@valencia]": "Plasmoide que mostra els preus actuals de les divises estrangeres", + "Description[ca]": "Plasmoide que mostra els preus actuals de les divises estrangeres", + "Description[es]": "Plasmoide para mostrar los precios actuales de monedas extranjeras", + "Description[fi]": "Nykyiset valuuttakurssit esittävä sovelma", + "Description[fr]": "Composant graphique affichant les taux de change de devises étrangères.", + "Description[gl]": "Trebello que amosa os prezos actuais de divisas estranxeiras.", + "Description[it]": "Plasmoide che mostra i valori correnti delle valute straniere", + "Description[ko]": "현재 외화 환율을 보여 주는 Plasmoid", + "Description[nb]": "Plasmoid viser nåværende kurser for utenlandske valutaer", + "Description[nl]": "Plasmoid die huidige koersen van vreemde valuta toont", + "Description[pl]": "Plazmoid, wyświetlający obecne ceny walut obcych", + "Description[sl]": "Plazmoid, ki prikazuje trenutne tečajnice tujih valut", + "Description[sv]": "Plasmoid som visar aktuella utländska valutakurser", + "Description[uk]": "Плазмоїд для показу курсів іноземних валют.", + "Description[x-test]": "xxPlasmoid showing current foreign currencies pricesxx", + "Icon": "applications-internet", + "Id": "org.wincak.foreigncurrencies2", + "License": "GPLv2", + "Name": "Foreign Currencies", + "Name[ca@valencia]": "Divises estrangeres", + "Name[ca]": "Divises estrangeres", + "Name[cs]": "Cizí měny", + "Name[de]": "Ausländische Währungen", + "Name[el]": "Ξένα νομίσματα", + "Name[en_GB]": "Foreign Currencies", + "Name[eo]": "Fremdaj Valutoj", + "Name[es]": "Monedas extranjeras", + "Name[et]": "Välisvääringud", + "Name[eu]": "Atzerriko dibisak", + "Name[fi]": "Vieraat valuutat", + "Name[fr]": "Devises étrangères", + "Name[gl]": "Divisas estranxeiras", + "Name[hu]": "Idegen valuták", + "Name[ia]": "Numerarios Estranie", + "Name[it]": "Valute straniere", + "Name[ka]": "უცხოური ვალუტები", + "Name[ko]": "외화", + "Name[nb]": "Utenlandske valutaer", + "Name[nl]": "Vreemde valuta", + "Name[pl]": "Waluty obce", + "Name[pt]": "Moedas Estrangeiras", + "Name[pt_BR]": "Moedas estrangeiras", + "Name[ro]": "Valute", + "Name[ru]": "Курсы валют", + "Name[sk]": "Zahraničné meny", + "Name[sl]": "Tuje valute", + "Name[sv]": "Utländska valutor", + "Name[tr]": "Yabancı Para Birimleri", + "Name[uk]": "Іноземні валюти", + "Name[x-test]": "xxForeign Currenciesxx", + "Name[zh_CN]": "外币", + "Name[zh_TW]": "外幣", + "ServiceTypes": [ + "Plasma/Applet" + ], + "Version": "1.1", + "Website": "https://gitlab.com/wincak/ForeignCurrencies" + }, + "X-Plasma-API": "declarativeappletscript", + "X-Plasma-MainScript": "ui/main.qml" +} diff --git a/finance/alkimia/pkg-plist b/finance/alkimia/pkg-plist index b1dc4a0c7650..14f18ca28847 100644 --- a/finance/alkimia/pkg-plist +++ b/finance/alkimia/pkg-plist @@ -1,38 +1,43 @@ -%%TOOLS%%bin/onlinequoteseditor5 -include/alkimia/Qt5/alkimia/alk_export.h -include/alkimia/Qt5/alkimia/alkcompany.h -include/alkimia/Qt5/alkimia/alkonlinequote.h -include/alkimia/Qt5/alkimia/alkonlinequotesource.h -include/alkimia/Qt5/alkimia/alkonlinequotesprofile.h -include/alkimia/Qt5/alkimia/alkonlinequotesprofilemanager.h -include/alkimia/Qt5/alkimia/alkonlinequoteswidget.h -include/alkimia/Qt5/alkimia/alkvalue.h -include/alkimia/Qt5/alkimia/alkversion.h -include/alkimia/Qt5/alkimia/alkwebpage.h -%%GMP%%lib/cmake/LibAlkimia5-%%VER%%/FindGMP.cmake -%%MPIR%%lib/cmake/LibAlkimia5-%%VER%%/FindMPIR.cmake -lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5Config.cmake -lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5ConfigVersion.cmake -lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5Targets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5Targets.cmake -lib/libalkimia5.so -lib/libalkimia5.so.8 -lib/libalkimia5.so.8.1.2 -%%QT_QMLDIR%%/org/kde/alkimia/libqmlalkimia.so -%%QT_QMLDIR%%/org/kde/alkimia/qmldir -libdata/pkgconfig/libalkimia5.pc -%%TOOLS%%share/applications/org.kde.onlinequoteseditor5.desktop -%%TOOLS%%share/icons/hicolor/128x128/apps/onlinequoteseditor5.png -%%TOOLS%%share/icons/hicolor/16x16/apps/onlinequoteseditor5.png -%%TOOLS%%share/icons/hicolor/22x22/apps/onlinequoteseditor5.png -%%TOOLS%%share/icons/hicolor/32x32/apps/onlinequoteseditor5.png -%%TOOLS%%share/icons/hicolor/48x48/apps/onlinequoteseditor5.png -%%TOOLS%%share/icons/hicolor/64x64/apps/onlinequoteseditor5.png -%%TOOLS%%share/icons/hicolor/scalable/apps/onlinequoteseditor5.svgz +%%TOOLS%%bin/onlinequoteseditor6 +include/alkimia/Qt6/alkimia/alk_export.h +include/alkimia/Qt6/alkimia/alkcompany.h +include/alkimia/Qt6/alkimia/alkdom.h +include/alkimia/Qt6/alkimia/alkenvironment.h +include/alkimia/Qt6/alkimia/alknewstuffengine.h +include/alkimia/Qt6/alkimia/alknewstuffentry.h +include/alkimia/Qt6/alkimia/alknewstuffstore.h +include/alkimia/Qt6/alkimia/alkonlinequote.h +include/alkimia/Qt6/alkimia/alkonlinequotesource.h +include/alkimia/Qt6/alkimia/alkonlinequotesprofile.h +include/alkimia/Qt6/alkimia/alkonlinequotesprofilemanager.h +include/alkimia/Qt6/alkimia/alkonlinequoteswidget.h +include/alkimia/Qt6/alkimia/alkvalue.h +include/alkimia/Qt6/alkimia/alkversion.h +include/alkimia/Qt6/alkimia/alkwebpage.h +include/alkimia/Qt6/alkimia/alkwebview.h +lib/cmake/LibAlkimia6-%%ALK_VER%%/FindMPIR.cmake +lib/cmake/LibAlkimia6-%%ALK_VER%%/LibAlkimia6Config.cmake +lib/cmake/LibAlkimia6-%%ALK_VER%%/LibAlkimia6ConfigVersion.cmake +lib/cmake/LibAlkimia6-%%ALK_VER%%/LibAlkimia6Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LibAlkimia6-%%ALK_VER%%/LibAlkimia6Targets.cmake +lib/libalkimia6.so +lib/libalkimia6.so.8 +lib/libalkimia6.so.%%ALK_VERSION%% +%%QT_QMLDIR%%/org/kde/alkimia6/libqmlalkimia6.so +%%QT_QMLDIR%%/org/kde/alkimia6/qmldir +libdata/pkgconfig/libalkimia6.pc +%%TOOLS%%share/applications/org.kde.onlinequoteseditor6.desktop +share/gdb/auto-load%%KDE_PREFIX%%/lib/libalkimia6.so.%%ALK_VERSION%%-gdb.py +%%TOOLS%%share/icons/hicolor/128x128/apps/onlinequoteseditor6.png +%%TOOLS%%share/icons/hicolor/16x16/apps/onlinequoteseditor6.png +%%TOOLS%%share/icons/hicolor/22x22/apps/onlinequoteseditor6.png +%%TOOLS%%share/icons/hicolor/32x32/apps/onlinequoteseditor6.png +%%TOOLS%%share/icons/hicolor/48x48/apps/onlinequoteseditor6.png +%%TOOLS%%share/icons/hicolor/64x64/apps/onlinequoteseditor6.png +%%TOOLS%%share/icons/hicolor/scalable/apps/onlinequoteseditor6.svgz share/knsrcfiles/alkimia-quotes.knsrc share/knsrcfiles/kmymoney-quotes.knsrc share/knsrcfiles/skrooge-quotes.knsrc -%%PLASMA%%share/kservices5/plasma-applet-org.wincak.foreigncurrencies2.desktop share/locale/ca/LC_MESSAGES/alkimia.mo share/locale/ca/LC_MESSAGES/onlinequoteseditor.mo share/locale/ca/LC_MESSAGES/plasma_applet_onlinequote.mo @@ -57,6 +62,10 @@ share/locale/en_GB/LC_MESSAGES/alkimia.mo share/locale/en_GB/LC_MESSAGES/onlinequoteseditor.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_onlinequote.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/eo/LC_MESSAGES/alkimia.mo +share/locale/eo/LC_MESSAGES/onlinequoteseditor.mo +share/locale/eo/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/eo/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo share/locale/es/LC_MESSAGES/alkimia.mo share/locale/es/LC_MESSAGES/onlinequoteseditor.mo share/locale/es/LC_MESSAGES/plasma_applet_onlinequote.mo @@ -66,6 +75,8 @@ share/locale/et/LC_MESSAGES/onlinequoteseditor.mo share/locale/et/LC_MESSAGES/plasma_applet_onlinequote.mo share/locale/et/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo share/locale/fi/LC_MESSAGES/alkimia.mo +share/locale/fi/LC_MESSAGES/onlinequoteseditor.mo +share/locale/fi/LC_MESSAGES/plasma_applet_onlinequote.mo share/locale/fi/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo share/locale/fr/LC_MESSAGES/alkimia.mo share/locale/fr/LC_MESSAGES/onlinequoteseditor.mo @@ -99,6 +110,10 @@ share/locale/ko/LC_MESSAGES/alkimia.mo share/locale/ko/LC_MESSAGES/onlinequoteseditor.mo share/locale/ko/LC_MESSAGES/plasma_applet_onlinequote.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo +share/locale/nb/LC_MESSAGES/alkimia.mo +share/locale/nb/LC_MESSAGES/onlinequoteseditor.mo +share/locale/nb/LC_MESSAGES/plasma_applet_onlinequote.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo share/locale/nl/LC_MESSAGES/alkimia.mo share/locale/nl/LC_MESSAGES/onlinequoteseditor.mo share/locale/nl/LC_MESSAGES/plasma_applet_onlinequote.mo @@ -151,16 +166,16 @@ share/locale/zh_TW/LC_MESSAGES/alkimia.mo share/locale/zh_TW/LC_MESSAGES/onlinequoteseditor.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_onlinequote.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo -%%TOOLS%%share/metainfo/org.kde.onlinequoteseditor5.appdata.xml -%%PLASMA%%share/metainfo/org.wincak.foreigncurrencies2.appdata.xml -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/LICENSE -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/README -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/config/config.qml -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/config/main.xml -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/icons/currency.svg -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/Currency.qml -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/Okno.qml -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/config/ConfigGeneral.qml -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/main.qml -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/metadata.desktop -%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/metadata.json +%%TOOLS%%share/metainfo/org.kde.onlinequoteseditor6.appdata.xml +%%PLASMA%%share/metainfo/org.wincak.foreigncurrencies26.appdata.xml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/LICENSE +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/README +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/config/config.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/config/main.xml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/icons/currency.svg +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/ui/Currency.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/ui/Okno.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/ui/config/ConfigGeneral.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/ui/main.qml +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/metadata.desktop +%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/metadata.json diff --git a/finance/expense/Makefile b/finance/expense/Makefile index db38c5504c3c..35877950c68e 100644 --- a/finance/expense/Makefile +++ b/finance/expense/Makefile @@ -1,6 +1,6 @@ PORTNAME= expense PORTVERSION= 0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= finance gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Expense/files/ DISTNAME= Expense-${PORTVERSION} diff --git a/finance/homebox/Makefile b/finance/homebox/Makefile index a2bb3fa058eb..ba3dbb04790c 100644 --- a/finance/homebox/Makefile +++ b/finance/homebox/Makefile @@ -1,10 +1,9 @@ PORTNAME= homebox DISTVERSIONPREFIX= v -DISTVERSION= 0.20.2 -PORTREVISION= 2 +DISTVERSION= 0.21.0 CATEGORIES= finance MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ -DISTFILES= ${PORTNAME}-${DISTVERSION}.frontend${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Inventory and organization system built for the Home User @@ -40,7 +39,7 @@ PLIST_FILES= bin/${PORTNAME} \ # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the Homebox repository to get the value of GITID. -GITID= bd604f5867defe38d66a476226546f65f5e0e223 +GITID= 27e9eb2277b90783f6d3a03d4895ce7dec6f0fe9 HOMEBOX_USER= ${PORTNAME} HOMEBOX_GROUP= ${HOMEBOX_USER} diff --git a/finance/homebox/distinfo b/finance/homebox/distinfo index e8a102eb4311..0133881d334e 100644 --- a/finance/homebox/distinfo +++ b/finance/homebox/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1751649092 -SHA256 (go/finance_homebox/sysadminsmedia-homebox-v0.20.2_GH0/homebox-0.20.2.frontend.tar.gz) = a40b4c1d24f89317f73d1dcbdb066091cf7d0f2d6d5dc6555bec2ff974886193 -SIZE (go/finance_homebox/sysadminsmedia-homebox-v0.20.2_GH0/homebox-0.20.2.frontend.tar.gz) = 937158 -SHA256 (go/finance_homebox/sysadminsmedia-homebox-v0.20.2_GH0/go.mod) = 396b62476859e771e2683d03a3acef10d15bbcea10f7db86fc6bba99529f5e13 -SIZE (go/finance_homebox/sysadminsmedia-homebox-v0.20.2_GH0/go.mod) = 10316 -SHA256 (go/finance_homebox/sysadminsmedia-homebox-v0.20.2_GH0/sysadminsmedia-homebox-v0.20.2_GH0.tar.gz) = e541fb4e807d061525afded4e574ed53f846d3390d459b9d5b5eec9c145d5330 -SIZE (go/finance_homebox/sysadminsmedia-homebox-v0.20.2_GH0/sysadminsmedia-homebox-v0.20.2_GH0.tar.gz) = 1161314 +TIMESTAMP = 1755977139 +SHA256 (go/finance_homebox/sysadminsmedia-homebox-v0.21.0_GH0/homebox-v0.21.0.frontend.tar.gz) = 50a0c8ca87e1e43b43dc9e633ff5fc3f8c412639a37f8ed2ff8d6bb5264ec536 +SIZE (go/finance_homebox/sysadminsmedia-homebox-v0.21.0_GH0/homebox-v0.21.0.frontend.tar.gz) = 963887 +SHA256 (go/finance_homebox/sysadminsmedia-homebox-v0.21.0_GH0/go.mod) = c47e2dfcd4f7cf3409121dfe84de13e7354c959fd91e50ca4529ffebe6d4cc16 +SIZE (go/finance_homebox/sysadminsmedia-homebox-v0.21.0_GH0/go.mod) = 10428 +SHA256 (go/finance_homebox/sysadminsmedia-homebox-v0.21.0_GH0/sysadminsmedia-homebox-v0.21.0_GH0.tar.gz) = 4ab0f58c93d557c1d253d09ac95dba7c37a6ce456dea4c09b56334c88a2d3edd +SIZE (go/finance_homebox/sysadminsmedia-homebox-v0.21.0_GH0/sysadminsmedia-homebox-v0.21.0_GH0.tar.gz) = 1218430 diff --git a/finance/kmymoney/Makefile b/finance/kmymoney/Makefile index d6ed929aa164..56292d983000 100644 --- a/finance/kmymoney/Makefile +++ b/finance/kmymoney/Makefile @@ -1,8 +1,7 @@ PORTNAME= kmymoney -PORTVERSION= 5.1.3 -PORTREVISION= 7 +PORTVERSION= 5.2.1 CATEGORIES= finance kde -MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= KDE personal finance manager @@ -11,70 +10,78 @@ WWW= https://kmymoney.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt -LIB_DEPENDS= libalkimia5.so:finance/alkimia \ - libKChart.so:graphics/kdiagram +LIB_DEPENDS= libalkimia6.so:finance/alkimia \ + libKChart6.so:graphics/kdiagram-qt6 \ + libmpir.so:math/mpir \ + libqt6keychain.so:security/qtkeychain@qt6 -USES= cmake compiler:c++14-lang desktop-file-utils \ - gettext-runtime:build gettext-tools kde:5 \ - pkgconfig qt:5 shared-mime-info shebangfix tar:xz -USE_QT= buildtools:build core dbus gui network printsupport \ - qmake:build sql testlib:build xml webengine widgets -USE_KDE= activities archive codecs completion config \ - configwidgets coreaddons doctools:build ecm:build i18n \ +USES= cmake compiler:c++17-lang desktop-file-utils \ + gettext-runtime:build gettext-tools kde:6 \ + pkgconfig qt:6 shared-mime-info shebangfix tar:xz +USE_KDE= activities archive codecs colorscheme completion config \ + configwidgets coreaddons crash i18n \ itemmodels itemviews jobwidgets kcmutils \ kio notifications textwidgets service sonnet \ - wallet widgetsaddons xmlgui + widgetsaddons xmlgui \ + doctools:build ecm:build USE_LDCONFIG= yes +USE_QT= base SHEBANG_FILES= kmymoney/misc/financequote.pl -CMAKE_ON= ENABLE_WEBENGINE +CMAKE_ON= BUILD_WITH_QT6 +PLIST_SUB= KMM_VERSION=${PORTVERSION} + +OPTIONS_DEFINE= ADDRESSBOOK GNUPG HOLIDAYS QUOTES +OPTIONS_DEFAULT= ADDRESSBOOK CALENDAR GNUPG HOLIDAYS KBANKING OFX QUOTES OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= CALENDAR KBANKING OFX SQLCIPHER WOOB -OPTIONS_DEFINE= GNUPG HOLIDAYS QUOTES -OPTIONS_DEFAULT= CALENDAR GNUPG HOLIDAYS KBANKING OFX QUOTES + OPTIONS_SUB= yes +ADDRESSBOOK_DESC= KDE PIM address book support +ADDRESSBOOK_USE= KDE=akonadi,contacts,identitymanagement +ADDRESSBOOK_CMAKE_BOOL= ENABLE_ADDRESSBOOK + CALENDAR_DESC= iCalendar exporter CALENDAR_LIB_DEPENDS= libical.so:devel/libical CALENDAR_CMAKE_BOOL= ENABLE_LIBICAL GNUPG_LIB_DEPENDS= libgpgmepp.so:security/gpgmepp -GNUPG_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gpgmepp \ - CMAKE_DISABLE_FIND_PACKAGE_KF5Gpgmepp +GNUPG_CMAKE_BOOL= ENABLE_GPG -HOLIDAYS_DESC= Holidays support -HOLIDAYS_USE= kde=holidays -HOLIDAYS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Holidays +HOLIDAYS_DESC= Fetch holidays from KDE PIM system +HOLIDAYS_USE= KDE=holidays +HOLIDAYS_CMAKE_BOOL= ENABLE_HOLIDAYS KBANKING_DESC= Online banking via KBanking (AqBanking) KBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ - libgwengui-qt5.so:devel/gwenhywfar-qt5 \ + libgwengui-qt6.so:devel/gwenhywfar-qt6 \ libaqbanking.so:finance/aqbanking -KBANKING_USE= qt=declarative +KBANKING_USE= QT=declarative:run KBANKING_CMAKE_BOOL= ENABLE_KBANKING OFX_DESC= OFX (Open Financial Exchange) importer OFX_LIB_DEPENDS= libofx.so:finance/libofx -OFX_CMAKE_BOOL= ENABLE_OFXIMPORTER +OFX_CMAKE_BOOL= ENABLE_LIBOFX QUOTES_DESC= Online stock and currency price quotes -QUOTES_USES= perl5 -QUOTES_USE= PERL5=run QUOTES_RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-Finance-Quote>=0:finance/p5-Finance-Quote \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-Writer>=0:textproc/p5-XML-Writer \ p5-libwww>=0:www/p5-libwww +QUOTES_USES= perl5 +QUOTES_USE= PERL5=run SQLCIPHER_DESC= KMyMoney database encryption SQLCIPHER_LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher SQLCIPHER_CMAKE_BOOL= ENABLE_SQLCIPHER WOOB_DESC= Online banking via Web Outside Of Browsers -WOOB_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob-qt>0:www/py-woob-qt@${PY_FLAVOR} -WOOB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob-qt>0:www/py-woob-qt@${PY_FLAVOR} +WOOB_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob>0:www/py-woob@${PY_FLAVOR} +WOOB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}woob>0:www/py-woob@${PY_FLAVOR} WOOB_USES= python WOOB_CMAKE_BOOL= ENABLE_WOOB diff --git a/finance/kmymoney/distinfo b/finance/kmymoney/distinfo index 9c7b9197d3ea..e0451c3f7381 100644 --- a/finance/kmymoney/distinfo +++ b/finance/kmymoney/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663263243 -SHA256 (kmymoney-5.1.3.tar.xz) = 3938b8078b7391ba32e12bb4239762fae134683a0c2ec1a75105c302ca3e5e3f -SIZE (kmymoney-5.1.3.tar.xz) = 12647372 +TIMESTAMP = 1754526272 +SHA256 (kmymoney-5.2.1.tar.xz) = feadf40b6d4c90d77e32716a858dd23769081863104d8cea62910b1ec3e4336b +SIZE (kmymoney-5.2.1.tar.xz) = 11124956 diff --git a/finance/kmymoney/files/patch-CMakeLists.txt b/finance/kmymoney/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..c975fa38c63e --- /dev/null +++ b/finance/kmymoney/files/patch-CMakeLists.txt @@ -0,0 +1,22 @@ +Adapt to API changes since kidentitymanagement 24.02.0. + +--- CMakeLists.txt.orig 2025-08-04 11:03:25 UTC ++++ CMakeLists.txt +@@ -224,7 +224,7 @@ if (DEFINED AKONADI_MIN_VERSION) + # for config-kmymoney.h.cmake + set(ADDRESSBOOK_VERSION ${${PIMPREFIX}Akonadi_VERSION}) + endif() +- find_package(${PIMPREFIX}IdentityManagement ${AKONADI_MIN_VERSION} QUIET) ++ find_package(${PIMPREFIX}IdentityManagementCore ${AKONADI_MIN_VERSION} QUIET) + endif() + + find_package(Qt${QT_MAJOR_VERSION}Keychain CONFIG REQUIRED) +@@ -318,7 +318,7 @@ cmake_dependent_option(ENABLE_ADDRESSBOOK "Enable addr + endif() + + cmake_dependent_option(ENABLE_ADDRESSBOOK "Enable addressbook support." ON +- "${PIMPREFIX}IdentityManagement_FOUND;${PIMPREFIX}Akonadi_FOUND;KF${QT_MAJOR_VERSION}Contacts_FOUND" OFF) ++ "${PIMPREFIX}IdentityManagementCore_FOUND;${PIMPREFIX}Akonadi_FOUND;KF${QT_MAJOR_VERSION}Contacts_FOUND" OFF) + + add_feature_info("Address book" ENABLE_ADDRESSBOOK "Allows fetching payee information from KDE PIM system.") + diff --git a/finance/kmymoney/files/patch-cmake_modules_FindLibOfx.cmake b/finance/kmymoney/files/patch-cmake_modules_FindLibOfx.cmake deleted file mode 100644 index 5c53c97c4d5c..000000000000 --- a/finance/kmymoney/files/patch-cmake_modules_FindLibOfx.cmake +++ /dev/null @@ -1,156 +0,0 @@ -Use CMake to find libofx instead of just relying on pkgconf - ---- cmake/modules/FindLibOfx.cmake.orig 2018-09-08 21:02:21 UTC -+++ cmake/modules/FindLibOfx.cmake -@@ -5,6 +5,7 @@ - # LIBOFX_INCLUDE_DIR - the LibOfx include directory - # LIBOFX_LIBRARIES - Link these to LibOfx - # LIBOFX_DEFINITIONS - Compiler switches required for using LibOfx -+# LIBOFX_VERSION_STRING - version of LibOfx found (since CMake 2.8.8) - - # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org> - # Copied from FindLibXslt.cmake, 2009, Guillaume DE BURE, <gdebure@yahoo.com> -@@ -12,95 +13,66 @@ - # Redistribution and use is allowed according to the terms of the BSD license. - # For details see the accompanying COPYING-CMAKE-SCRIPTS file. - -+include(FindPackageHandleStandardArgs) -+ - if(NOT LIBOFX_MIN_VERSION) - set(LIBOFX_MIN_VERSION "0.9.4") - endif(NOT LIBOFX_MIN_VERSION) - --IF (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) -- # in cache already -- SET(LIBOFX_FIND_QUIETLY TRUE) --ENDIF (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) -+# use pkg-config to get the directories and then use these values -+# in the find_path() and find_library() calls -+find_package(PkgConfig QUIET) -+pkg_check_modules(PC_LIBOFX QUIET libofx>=${LIBOFX_MIN_VERSION}) -+set(LIBOFX_DEFINITIONS ${PC_LIBOFX_CFLAGS_OTHER}) - --IF (NOT WIN32 AND NOT APPLE) -- # use pkg-config to get the directories and then use these values -- # in the FIND_PATH() and FIND_LIBRARY() calls -- FIND_PACKAGE(PkgConfig) -+find_path(LIBOFX_INCLUDE_DIR -+ NAMES libofx/libofx.h -+ HINTS ${PC_OFX_INCLUDEDIR} -+) - -- # according to https://svnweb.freebsd.org/ports/head/finance/kmymoney/files/patch-cmake_modules_FindLibOfx.cmake?view=markup -- # FreeBSD needs a little different variable name here to setup the LibOFX package infrastructure for us. -- if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") -- PKG_CHECK_MODULES(PC_OFX libofx>=${LIBOFX_MIN_VERSION}) -- else (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") -- PKG_CHECK_MODULES(LIBOFX libofx>=${LIBOFX_MIN_VERSION}) -- endif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") -+find_library(LIBOFX_LIBRARIES -+ NAMES ofx libofx -+ HINTS ${PC_OFX_LIBDIR} -+) - -- FIND_PATH(LIBOFX_INCLUDE_DIR libofx/libofx.h -- PATHS -- ${LIBOFX_INCLUDE_DIRS} -- ${PC_OFX_INCLUDE_DIRS} -- ) -+if(PC_LIBOFX_VERSION) -+ set(LIBOFX_VERSION_STRING ${PC_LIBOFX_VERSION}) -+elseif(LIBOFX_INCLUDE_DIR AND EXISTS "${LIBOFX_INCLUDE_DIR}/libofx/libofx.h") -+ file(STRINGS "${LIBOFX_INCLUDE_DIR}/libofx/libofx.h" libofx_version_str -+ REGEX "^#define[\t ]+LIBOFX_VERSION_RELEASE_STRING[\t ]+\".*\"") -+ string(REGEX REPLACE "^#define[\t ]+LIBOFX_VERSION_RELEASE_STRING[\t ]+\"([^\"]*)\".*" "\\1" -+ LIBOFX_VERSION_STRING "${libofx_version_str}") -+ unset(libofx_version_str) -+endif() - --ELSE (NOT WIN32 AND NOT APPLE) -- FIND_PATH(LIBOFX_INCLUDE_DIR libofx/libofx.h -- PATHS -- ${PC_OFX_INCLUDEDIR} -- ${PC_OFX_INCLUDE_DIRS} -- ) -- -- FIND_LIBRARY(LIBOFX_LIBRARIES NAMES ofx libofx -- PATHS -- ${PC_OFX_LIBDIR} -- ${PC_OFX_LIBRARY_DIRS} -- ) -- -- IF (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) -- SET(LIBOFX_FOUND TRUE) -- ELSE (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) -- SET(LIBOFX_FOUND FALSE) -- ENDIF (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) --ENDIF (NOT WIN32 AND NOT APPLE) -- --IF (LIBOFX_FOUND) -- IF (NOT LIBOFX_FIND_QUIETLY) -- MESSAGE(STATUS "Found LibOfx: ${LIBOFX_LIBRARY_DIRS}") -- ENDIF (NOT LIBOFX_FIND_QUIETLY) --ELSE (LIBOFX_FOUND) -- IF (LibOfx_FIND_REQUIRED) -- MESSAGE(FATAL_ERROR "Could NOT find LibOfx") -- ENDIF (LibOfx_FIND_REQUIRED) --ENDIF (LIBOFX_FOUND) -- - # since on Windows for now libofx is a static library we need to add libopensp and libiconv (just like when linking libofx) --IF (WIN32) -- SET(OPENSP_FOUND FALSE) -- FIND_PATH(OPENSP_INCLUDES ParserEventGeneratorKit.h -- $ENV{KDEROOT}/include/opensp -- ) -+if(WIN32) -+ find_path(OPENSP_INCLUDE_DIR -+ NAMES ParserEventGeneratorKit.h -+ HINTS $ENV{KDEROOT}/include/opensp $ENV{KDEROOT}/include/OpenSP -+ ) - -- FIND_LIBRARY(OPENSP_LIBRARIES -- NAMES sp133 libosp -- PATHS -- $ENV{KDEROOT}/lib -- ) -+ find_library(OPENSP_LIBRARIES -+ NAMES osp libosp sp133 -+ HINTS $ENV{KDEROOT}/lib -+ ) - -- FIND_LIBRARY(ICONV_LIBRARIES iconv) -+ find_library(ICONV_LIBRARIES iconv) - -- IF (OPENSP_INCLUDES AND OPENSP_OPENSP_LIBRARIES) -- set(OPENSP_FOUND TRUE) -- ENDIF (OPENSP_INCLUDES AND OPENSP_OPENSP_LIBRARIES) -+ find_package_handle_standard_args(OpenSP -+ REQUIRED_VARS OPENSP_LIBRARIES OPENSP_INCLUDE_DIR -+ ) -+ find_package_handle_standard_args(iconv -+ REQUIRED_VARS ICONV_LIBRARIES -+ ) - -- IF (OPENSP_FOUND) -- IF (NOT OPENSP_FIND_QUIETLY) -- MESSAGE(STATUS "Found OPENSP library: ${OPENSP_LIBRARIES}") -- ENDIF (NOT OPENSP_FIND_QUIETLY) -+ set(LIBOFX_LIBRARIES ${LIBOFX_LIBRARIES} ${OPENSP_LIBRARIES} ${ICONV_LIBRARIES}) -+endif() - -- ELSE (OPENSP_FOUND) -- IF (OPENSP_FIND_REQUIRED) -- MESSAGE(FATAL_ERROR "Could NOT find OPENSP library\nPlease install it first") -- ENDIF (OPENSP_FIND_REQUIRED) -- ENDIF (OPENSP_FOUND) -- SET(LIBOFX_LIBRARIES ${LIBOFX_LIBRARIES} ${OPENSP_LIBRARIES} ${ICONV_LIBRARIES}) --ENDIF (WIN32) -- --MARK_AS_ADVANCED(LIBOFX_INCLUDE_DIR LIBOFX_LIBRARIES ) -+find_package_handle_standard_args(LibOFX -+ REQUIRED_VARS LIBOFX_LIBRARIES LIBOFX_INCLUDE_DIR -+ VERSION_VAR LIBOFX_VERSION_STRING -+) -+ -+mark_as_advanced(LIBOFX_INCLUDE_DIR LIBOFX_LIBRARIES) - diff --git a/finance/kmymoney/files/patch-kmymoney_mymoney_CMakeLists.txt b/finance/kmymoney/files/patch-kmymoney_mymoney_CMakeLists.txt new file mode 100644 index 000000000000..811be5513ce9 --- /dev/null +++ b/finance/kmymoney/files/patch-kmymoney_mymoney_CMakeLists.txt @@ -0,0 +1,13 @@ +Adapt to API changes since kidentitymanagement 24.02.0. + +--- kmymoney/mymoney/CMakeLists.txt.orig 2025-08-04 11:03:25 UTC ++++ kmymoney/mymoney/CMakeLists.txt +@@ -137,7 +137,7 @@ if(ENABLE_ADDRESSBOOK) + ) + + if(ENABLE_ADDRESSBOOK) +-target_link_libraries(kmm_mymoney PUBLIC ${PIMPREFIX}::IdentityManagement ${PIMPREFIX}::AkonadiCore KF${QT_MAJOR_VERSION}::Contacts) ++target_link_libraries(kmm_mymoney PUBLIC ${PIMPREFIX}::IdentityManagementCore ${PIMPREFIX}::AkonadiCore KF${QT_MAJOR_VERSION}::Contacts) + endif() + + set_target_properties(kmm_mymoney PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR}) diff --git a/finance/kmymoney/files/patch-kmymoney_mymoney_mymoneycontact.cpp b/finance/kmymoney/files/patch-kmymoney_mymoney_mymoneycontact.cpp new file mode 100644 index 000000000000..2d887a91a242 --- /dev/null +++ b/finance/kmymoney/files/patch-kmymoney_mymoney_mymoneycontact.cpp @@ -0,0 +1,48 @@ +Adapt to API changes since kidentitymanagement 24.02.0. + +--- kmymoney/mymoney/mymoneycontact.cpp.orig 2025-08-04 11:03:25 UTC ++++ kmymoney/mymoney/mymoneycontact.cpp +@@ -8,8 +8,8 @@ + #include "mymoneycontact.h" + + #ifdef ENABLE_ADDRESSBOOK +-#include <KIdentityManagement/Identity> +-#include <KIdentityManagement/IdentityManager> ++#include <KIdentityManagementCore/Identity> ++#include <KIdentityManagementCore/IdentityManager> + #include <akonadi_version.h> + + #if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41) +@@ -33,8 +33,8 @@ bool MyMoneyContact::ownerExists() const + bool MyMoneyContact::ownerExists() const + { + #ifdef ENABLE_ADDRESSBOOK +- KIdentityManagement::IdentityManager im; +- KIdentityManagement::Identity id = im.defaultIdentity(); ++ KIdentityManagementCore::IdentityManager im; ++ KIdentityManagementCore::Identity id = im.defaultIdentity(); + return !id.isNull(); + #else + return false; +@@ -44,8 +44,8 @@ QString MyMoneyContact::ownerEmail() const + QString MyMoneyContact::ownerEmail() const + { + #ifdef ENABLE_ADDRESSBOOK +- KIdentityManagement::IdentityManager im; +- KIdentityManagement::Identity id = im.defaultIdentity(); ++ KIdentityManagementCore::IdentityManager im; ++ KIdentityManagementCore::Identity id = im.defaultIdentity(); + return id.primaryEmailAddress(); + #else + return QString(); +@@ -55,8 +55,8 @@ QString MyMoneyContact::ownerFullName() const + QString MyMoneyContact::ownerFullName() const + { + #ifdef ENABLE_ADDRESSBOOK +- KIdentityManagement::IdentityManager im; +- KIdentityManagement::Identity id = im.defaultIdentity(); ++ KIdentityManagementCore::IdentityManager im; ++ KIdentityManagementCore::Identity id = im.defaultIdentity(); + return id.fullName(); + #else + return QString(); diff --git a/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_gwenkdegui.cpp b/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_gwenkdegui.cpp new file mode 100644 index 000000000000..b6cde0e7663b --- /dev/null +++ b/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_gwenkdegui.cpp @@ -0,0 +1,14 @@ +We moved the devel/gwenhywfar-qt6 headers to prevent conflict with +devel/gwenhywfar-qt5. + +--- kmymoney/plugins/kbanking/gwenkdegui.cpp.orig 2025-08-04 11:03:25 UTC ++++ kmymoney/plugins/kbanking/gwenkdegui.cpp +@@ -8,7 +8,7 @@ + #include "gwenkdegui.h" + + #include <gwenhywfar/debug.h> +-#include "gwen-gui-qt5/qt5dialogbox.hpp" ++#include "gwen-gui-qt6/qt5dialogbox.hpp" + + + #include <QString> diff --git a/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_gwenkdegui.h b/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_gwenkdegui.h new file mode 100644 index 000000000000..eb0bc590799f --- /dev/null +++ b/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_gwenkdegui.h @@ -0,0 +1,16 @@ +We moved the devel/gwenhywfar-qt6 headers to prevent conflict with +devel/gwenhywfar-qt5. + +--- kmymoney/plugins/kbanking/gwenkdegui.h.orig 2025-08-04 11:03:25 UTC ++++ kmymoney/plugins/kbanking/gwenkdegui.h +@@ -10,8 +10,8 @@ + + #include <QObject> + +-#include "gwen-gui-qt5/qt5_gui.hpp" +-#include "gwen-gui-qt5/qt5_gui_dialog.hpp" ++#include "gwen-gui-qt6/qt5_gui.hpp" ++#include "gwen-gui-qt6/qt5_gui_dialog.hpp" + + /** + * @brief Gwenhywfar Gui by KDE diff --git a/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_kbanking.h b/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_kbanking.h new file mode 100644 index 000000000000..c7d7c4bb7582 --- /dev/null +++ b/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_kbanking.h @@ -0,0 +1,15 @@ +Prepend the C++14 [[deprecated]] attribute, which KMYMONEY_DEPRECATED +ultimately resolves to with Qt6 to prevent build errors. + +--- kmymoney/plugins/kbanking/kbanking.h.orig 2025-08-04 11:03:25 UTC ++++ kmymoney/plugins/kbanking/kbanking.h +@@ -156,7 +156,8 @@ class KBanking : public KMyMoneyPlugin::OnlinePluginEx + * + * @deprecated + */ +- bool updateAccount(const MyMoneyAccount& acc) KMYMONEY_DEPRECATED; ++ KMYMONEY_DEPRECATED ++ bool updateAccount(const MyMoneyAccount& acc); + + /** + * Trigger the password cache timer diff --git a/finance/kmymoney/pkg-plist b/finance/kmymoney/pkg-plist index 8da00d5ce29b..940b81ba73f4 100644 --- a/finance/kmymoney/pkg-plist +++ b/finance/kmymoney/pkg-plist @@ -1,28 +1,36 @@ bin/kmymoney +include/kmymoney/accountsmodel.h include/kmymoney/amountedit.h +include/kmymoney/amounteditcurrencyhelper.h include/kmymoney/amountvalidator.h include/kmymoney/appinterface.h include/kmymoney/bicvalidator.h -include/kmymoney/creditdebithelper.h -include/kmymoney/fancydategroupmarker.h -include/kmymoney/groupmarker.h +include/kmymoney/budgetsmodel.h +include/kmymoney/costcentermodel.h +include/kmymoney/creditdebitedit.h include/kmymoney/ibanbicitemdelegate.h include/kmymoney/ibanvalidator.h include/kmymoney/importinterface.h include/kmymoney/imymoneyprocessingcalendar.h include/kmymoney/imymoneystorageformat.h -include/kmymoney/investtransaction.h -include/kmymoney/investtransactioneditor.h +include/kmymoney/institutionsmodel.h +include/kmymoney/journalmodel.h include/kmymoney/kaccounttemplateselector.h include/kmymoney/kbicedit.h include/kmymoney/kcurrencycalculator.h include/kmymoney/kguiutils.h include/kmymoney/kibanlineedit.h +include/kmymoney/kmm_gpgfile_export.h +include/kmymoney/kmm_keychain_export.h +include/kmymoney/kmm_menuactionexchanger_export.h include/kmymoney/kmm_mymoney_export.h include/kmymoney/kmm_plugin_export.h include/kmymoney/kmm_printer_export.h +include/kmymoney/kmm_selections_export.h include/kmymoney/kmm_settings_export.h +include/kmymoney/kmm_webconnect_export.h include/kmymoney/kmm_widgets_export.h +include/kmymoney/kmm_yesno_export.h include/kmymoney/kmymoneyaccountcombo.h include/kmymoney/kmymoneyaccountcompletion.h include/kmymoney/kmymoneyaccountselector.h @@ -31,14 +39,12 @@ include/kmymoney/kmymoneycombo.h include/kmymoney/kmymoneycompletion.h include/kmymoney/kmymoneycurrencyselector.h include/kmymoney/kmymoneydateedit.h -include/kmymoney/kmymoneydateinput.h include/kmymoney/kmymoneylineedit.h include/kmymoney/kmymoneymvccombo.h include/kmymoney/kmymoneyplugin.h include/kmymoney/kmymoneyselector.h include/kmymoney/kmymoneysettings.h include/kmymoney/kmymoneysettings_addons.h -include/kmymoney/kmymoneytitlelabel.h include/kmymoney/kmymoneyutils.h include/kmymoney/kmymoneyvalidationfeedback.h include/kmymoney/mymoneyaccount.h @@ -53,17 +59,19 @@ include/kmymoney/mymoneyforecast.h include/kmymoney/mymoneyinstitution.h include/kmymoney/mymoneyinvesttransaction.h include/kmymoney/mymoneykeyvaluecontainer.h +include/kmymoney/mymoneymodel.h +include/kmymoney/mymoneymodelbase.h include/kmymoney/mymoneymoney.h include/kmymoney/mymoneyobject.h include/kmymoney/mymoneypayee.h include/kmymoney/mymoneypayeeidentifiercontainer.h include/kmymoney/mymoneyprice.h +include/kmymoney/mymoneyqifprofile.h include/kmymoney/mymoneyreport.h include/kmymoney/mymoneyschedule.h include/kmymoney/mymoneysecurity.h include/kmymoney/mymoneysplit.h include/kmymoney/mymoneystatement.h -include/kmymoney/mymoneystoragemgr.h include/kmymoney/mymoneytag.h include/kmymoney/mymoneytemplate.h include/kmymoney/mymoneytransaction.h @@ -76,6 +84,7 @@ include/kmymoney/onlinejob.h include/kmymoney/onlinejobfolder.h include/kmymoney/onlinejobmessage.h include/kmymoney/onlinejobmessagesview.h +include/kmymoney/onlinejobsmodel.h include/kmymoney/onlinejobtyped.h include/kmymoney/onlinepluginextended.h include/kmymoney/onlinetasks/interfaces/credittransfer.h @@ -84,82 +93,115 @@ include/kmymoney/onlinetasks/interfaces/ionlinetasksettings.h include/kmymoney/onlinetasks/interfaces/onlinetask.h include/kmymoney/onlinetasks/interfaces/onlinetaskconverter.h include/kmymoney/onlinetasks/interfaces/onlinetasksettingsfactory.h +include/kmymoney/parametersmodel.h include/kmymoney/payeesmodel.h include/kmymoney/popuppositioner.h -include/kmymoney/register.h -include/kmymoney/registeritem.h -include/kmymoney/scheduledtransaction.h -include/kmymoney/selectedtransaction.h -include/kmymoney/selectedtransactions.h +include/kmymoney/pricemodel.h +include/kmymoney/reconciliationmodel.h +include/kmymoney/reportsmodel.h +include/kmymoney/schedulesmodel.h +include/kmymoney/securitiesmodel.h include/kmymoney/splitadjustdialog.h include/kmymoney/statementinterface.h -include/kmymoney/stdtransaction.h -include/kmymoney/stdtransactiondownloaded.h -include/kmymoney/stdtransactioneditor.h -include/kmymoney/stdtransactionmatched.h -include/kmymoney/transaction.h -include/kmymoney/transactioneditor.h -include/kmymoney/transactioneditorcontainer.h -include/kmymoney/transactionform.h -include/kmymoney/transactionsortoption.h +include/kmymoney/tagsmodel.h include/kmymoney/viewinterface.h +lib/libkmm_base_dialogs.so +lib/libkmm_base_dialogs.so.5 +lib/libkmm_base_dialogs.so.%%KMM_VERSION%% +lib/libkmm_base_widgets.so +lib/libkmm_base_widgets.so.5 +lib/libkmm_base_widgets.so.%%KMM_VERSION%% +lib/libkmm_codec.so +lib/libkmm_codec.so.5 +lib/libkmm_codec.so.%%KMM_VERSION%% lib/libkmm_csvimportercore.so lib/libkmm_csvimportercore.so.5 -lib/libkmm_csvimportercore.so.5.1.3 +lib/libkmm_csvimportercore.so.%%KMM_VERSION%% +lib/libkmm_extended_dialogs.so +lib/libkmm_extended_dialogs.so.5 +lib/libkmm_extended_dialogs.so.%%KMM_VERSION%% +lib/libkmm_gpgfile.so +lib/libkmm_gpgfile.so.5 +lib/libkmm_gpgfile.so.%%KMM_VERSION%% lib/libkmm_icons.so lib/libkmm_icons.so.5 -lib/libkmm_icons.so.5.1.3 +lib/libkmm_icons.so.%%KMM_VERSION%% +lib/libkmm_keychain.so +lib/libkmm_keychain.so.5 +lib/libkmm_keychain.so.%%KMM_VERSION%% +lib/libkmm_menuactionexchanger.so +lib/libkmm_menuactionexchanger.so.5 +lib/libkmm_menuactionexchanger.so.%%KMM_VERSION%% lib/libkmm_menus.so lib/libkmm_menus.so.5 -lib/libkmm_menus.so.5.1.3 +lib/libkmm_menus.so.%%KMM_VERSION%% lib/libkmm_models.so lib/libkmm_models.so.5 -lib/libkmm_models.so.5.1.3 +lib/libkmm_models.so.%%KMM_VERSION%% lib/libkmm_mymoney.so lib/libkmm_mymoney.so.5 -lib/libkmm_mymoney.so.5.1.3 +lib/libkmm_mymoney.so.%%KMM_VERSION%% lib/libkmm_payeeidentifier.so lib/libkmm_payeeidentifier.so.5 -lib/libkmm_payeeidentifier.so.5.1.3 +lib/libkmm_payeeidentifier.so.%%KMM_VERSION%% lib/libkmm_plugin.so lib/libkmm_plugin.so.5 -lib/libkmm_plugin.so.5.1.3 +lib/libkmm_plugin.so.%%KMM_VERSION%% lib/libkmm_printer.so lib/libkmm_printer.so.5 -lib/libkmm_printer.so.5.1.3 +lib/libkmm_printer.so.%%KMM_VERSION%% +lib/libkmm_selections.so +lib/libkmm_selections.so.5 +lib/libkmm_selections.so.%%KMM_VERSION%% lib/libkmm_settings.so lib/libkmm_settings.so.5 -lib/libkmm_settings.so.5.1.3 +lib/libkmm_settings.so.%%KMM_VERSION%% +lib/libkmm_templates.so +lib/libkmm_templates.so.5 +lib/libkmm_templates.so.%%KMM_VERSION%% +lib/libkmm_webconnect.so +lib/libkmm_webconnect.so.5 +lib/libkmm_webconnect.so.%%KMM_VERSION%% lib/libkmm_widgets.so lib/libkmm_widgets.so.5 -lib/libkmm_widgets.so.5.1.3 -%%QT_PLUGINDIR%%/kmymoney/budgetview.so -%%QT_PLUGINDIR%%/kmymoney/checkprinting.so -%%QT_PLUGINDIR%%/kmymoney/csvexporter.so -%%QT_PLUGINDIR%%/kmymoney/csvimporter.so -%%QT_PLUGINDIR%%/kmymoney/forecastview.so -%%QT_PLUGINDIR%%/kmymoney/gncimporter.so -%%CALENDAR%%%%QT_PLUGINDIR%%/kmymoney/icalendarexporter.so -%%KBANKING%%%%QT_PLUGINDIR%%/kmymoney/kbanking.so -%%QT_PLUGINDIR%%/kmymoney/kcm_checkprinting.so -%%QT_PLUGINDIR%%/kmymoney/kcm_csvimporter.so -%%QT_PLUGINDIR%%/kmymoney/kcm_forecastview.so -%%CALENDAR%%%%QT_PLUGINDIR%%/kmymoney/kcm_icalendarexporter.so -%%QT_PLUGINDIR%%/kmymoney/kcm_qif.so -%%QT_PLUGINDIR%%/kmymoney/kcm_reportsview.so -%%QT_PLUGINDIR%%/kmymoney/kcm_xmlstorage.so -%%QT_PLUGINDIR%%/kmymoney/konlinetasks_sepa.so -%%OFX%%%%QT_PLUGINDIR%%/kmymoney/ofximporter.so -%%QT_PLUGINDIR%%/kmymoney/onlinejoboutboxview.so -%%QT_PLUGINDIR%%/kmymoney/qifexporter.so -%%QT_PLUGINDIR%%/kmymoney/qifimporter.so -%%QT_PLUGINDIR%%/kmymoney/reconciliationreport.so -%%QT_PLUGINDIR%%/kmymoney/reportsview.so -%%QT_PLUGINDIR%%/kmymoney/sqlstorage.so -%%WOOB%%%%QT_PLUGINDIR%%/kmymoney/woob.so -%%QT_PLUGINDIR%%/kmymoney/xmlstorage.so +lib/libkmm_widgets.so.%%KMM_VERSION%% +lib/libkmm_wizard.so +lib/libkmm_wizard.so.5 +lib/libkmm_wizard.so.%%KMM_VERSION%% +lib/libkmm_yesno.so +lib/libkmm_yesno.so.5 +lib/libkmm_yesno.so.%%KMM_VERSION%% +lib/libonlinetask_interfaces.so +lib/libonlinetask_interfaces.so.5 +lib/libonlinetask_interfaces.so.%%KMM_VERSION%% +%%QT_PLUGINDIR%%/kmymoney_plugins/budgetview.so +%%QT_PLUGINDIR%%/kmymoney_plugins/checkprinting.so +%%QT_PLUGINDIR%%/kmymoney_plugins/csvexporter.so +%%QT_PLUGINDIR%%/kmymoney_plugins/csvimporter.so +%%QT_PLUGINDIR%%/kmymoney_plugins/forecastview.so +%%QT_PLUGINDIR%%/kmymoney_plugins/gncimporter.so +%%CALENDAR%%%%QT_PLUGINDIR%%/kmymoney_plugins/icalendarexporter.so +%%KBANKING%%%%QT_PLUGINDIR%%/kmymoney_plugins/kbanking.so +%%QT_PLUGINDIR%%/kmymoney_plugins/kcms/kcm_checkprinting.so +%%QT_PLUGINDIR%%/kmymoney_plugins/kcms/kcm_csvimporter.so +%%QT_PLUGINDIR%%/kmymoney_plugins/kcms/kcm_forecastview.so +%%CALENDAR%%%%QT_PLUGINDIR%%/kmymoney_plugins/kcms/kcm_icalendarexporter.so +%%QT_PLUGINDIR%%/kmymoney_plugins/kcms/kcm_qif.so +%%QT_PLUGINDIR%%/kmymoney_plugins/kcms/kcm_reportsview.so +%%QT_PLUGINDIR%%/kmymoney_plugins/kcms/kcm_xmlstorage.so +%%QT_PLUGINDIR%%/kmymoney_plugins/konlinetasks_sepa.so +%%OFX%%%%QT_PLUGINDIR%%/kmymoney_plugins/ofximporter.so +%%QT_PLUGINDIR%%/kmymoney_plugins/onlinejoboutboxview.so +%%QT_PLUGINDIR%%/kmymoney_plugins/qifexporter.so +%%QT_PLUGINDIR%%/kmymoney_plugins/qifimporter.so +%%QT_PLUGINDIR%%/kmymoney_plugins/reconciliationreport.so +%%QT_PLUGINDIR%%/kmymoney_plugins/reportsview.so +%%QT_PLUGINDIR%%/kmymoney_plugins/sqlstorage.so +%%WOOB%%%%QT_PLUGINDIR%%/kmymoney_plugins/woob.so +%%QT_PLUGINDIR%%/kmymoney_plugins/xmlstorage.so %%SQLCIPHER%%%%QT_PLUGINDIR%%/sqldrivers/qsqlcipher.so share/applications/org.kde.kmymoney.desktop +share/checkprinting/check-3-part-template.html share/checkprinting/check_template.html share/checkprinting/check_template_green_linen.html %%KBANKING%%share/config.kcfg/kbanking.kcfg @@ -174,6 +216,7 @@ share/doc/HTML/ca/kmymoney/details-forecast.docbook share/doc/HTML/ca/kmymoney/details-formats.docbook share/doc/HTML/ca/kmymoney/details-impexp-csv.docbook share/doc/HTML/ca/kmymoney/details-impexp-csvexp.docbook +share/doc/HTML/ca/kmymoney/details-impexp-removed.docbook share/doc/HTML/ca/kmymoney/details-impexp-woob.docbook share/doc/HTML/ca/kmymoney/details-impexp.docbook share/doc/HTML/ca/kmymoney/details-institutions.docbook @@ -227,7 +270,6 @@ share/doc/HTML/de/kmymoney/introduction.docbook share/doc/HTML/de/kmymoney/makemostof.docbook share/doc/HTML/de/kmymoney/reference.docbook share/doc/HTML/de/kmymoney/whatsnew.docbook -share/doc/HTML/en/kmymoney/accessories-calculator.png share/doc/HTML/en/kmymoney/account_edit.png share/doc/HTML/en/kmymoney/account_options.png share/doc/HTML/en/kmymoney/account_view.png @@ -244,22 +286,31 @@ share/doc/HTML/en/kmymoney/accwiz8_3.png share/doc/HTML/en/kmymoney/accwiz8_4.png share/doc/HTML/en/kmymoney/accwiz8_5.png share/doc/HTML/en/kmymoney/accwiz9.png -share/doc/HTML/en/kmymoney/budgets_view.png share/doc/HTML/en/kmymoney/calendarview.png share/doc/HTML/en/kmymoney/categories.png -share/doc/HTML/en/kmymoney/categories_view.png share/doc/HTML/en/kmymoney/category_widget.png share/doc/HTML/en/kmymoney/categoryedit.png share/doc/HTML/en/kmymoney/cleared_state.png +share/doc/HTML/en/kmymoney/config_general_filter.png +share/doc/HTML/en/kmymoney/config_general_global.png +share/doc/HTML/en/kmymoney/config_general_support.png +share/doc/HTML/en/kmymoney/config_general_views.png +share/doc/HTML/en/kmymoney/config_home.png +share/doc/HTML/en/kmymoney/config_plugins_csvimporter.png +share/doc/HTML/en/kmymoney/config_plugins_ical.png +share/doc/HTML/en/kmymoney/config_xml_storage.png share/doc/HTML/en/kmymoney/configure_plugins.png -share/doc/HTML/en/kmymoney/confirmenter.png +share/doc/HTML/en/kmymoney/confirm_enter.png share/doc/HTML/en/kmymoney/credits.docbook share/doc/HTML/en/kmymoney/csvImporter_1.png share/doc/HTML/en/kmymoney/csvImporter_2.png share/doc/HTML/en/kmymoney/csvImporter_3.png share/doc/HTML/en/kmymoney/csvImporter_4.png share/doc/HTML/en/kmymoney/csvImporter_5.png +share/doc/HTML/en/kmymoney/csvImporter_6.png share/doc/HTML/en/kmymoney/csvexport.png +share/doc/HTML/en/kmymoney/currency_dialog1.png +share/doc/HTML/en/kmymoney/currency_editor.png share/doc/HTML/en/kmymoney/currency_newpriceentry.png share/doc/HTML/en/kmymoney/currency_priceeditor.png share/doc/HTML/en/kmymoney/date_widget.png @@ -271,7 +322,7 @@ share/doc/HTML/en/kmymoney/details-database.docbook share/doc/HTML/en/kmymoney/details-forecast.docbook share/doc/HTML/en/kmymoney/details-formats.docbook share/doc/HTML/en/kmymoney/details-impexp-csv.docbook -share/doc/HTML/en/kmymoney/details-impexp-csvexp.docbook +share/doc/HTML/en/kmymoney/details-impexp-removed.docbook share/doc/HTML/en/kmymoney/details-impexp-woob.docbook share/doc/HTML/en/kmymoney/details-impexp.docbook share/doc/HTML/en/kmymoney/details-institutions.docbook @@ -287,13 +338,16 @@ share/doc/HTML/en/kmymoney/details-settings.docbook share/doc/HTML/en/kmymoney/details-tags.docbook share/doc/HTML/en/kmymoney/details-widgets.docbook share/doc/HTML/en/kmymoney/enterschedule.png +share/doc/HTML/en/kmymoney/exchange_rate_editor.png share/doc/HTML/en/kmymoney/faq.docbook +share/doc/HTML/en/kmymoney/file-backup.png share/doc/HTML/en/kmymoney/find-account.png share/doc/HTML/en/kmymoney/find-amount.png share/doc/HTML/en/kmymoney/find-category.png share/doc/HTML/en/kmymoney/find-date.png share/doc/HTML/en/kmymoney/find-details.png share/doc/HTML/en/kmymoney/find-payee.png +share/doc/HTML/en/kmymoney/find-tag.png share/doc/HTML/en/kmymoney/find-text.png share/doc/HTML/en/kmymoney/firsttime.docbook share/doc/HTML/en/kmymoney/forecast_view.png @@ -301,50 +355,53 @@ share/doc/HTML/en/kmymoney/generate_sql.png share/doc/HTML/en/kmymoney/gnucash-import_options.png share/doc/HTML/en/kmymoney/gnucash-report.png share/doc/HTML/en/kmymoney/gnucash-select_price_source.png -share/doc/HTML/en/kmymoney/home_view.png share/doc/HTML/en/kmymoney/icon-dialog-configure.png share/doc/HTML/en/kmymoney/icon-dialog-information.png share/doc/HTML/en/kmymoney/index.cache.bz2 share/doc/HTML/en/kmymoney/index.docbook share/doc/HTML/en/kmymoney/institution_options.png share/doc/HTML/en/kmymoney/institution_view.png -share/doc/HTML/en/kmymoney/institutions_view.png share/doc/HTML/en/kmymoney/introduction.docbook share/doc/HTML/en/kmymoney/investment-currencywarning.png share/doc/HTML/en/kmymoney/investment-exchangerateeditor.png share/doc/HTML/en/kmymoney/investment-onlineupdate.png share/doc/HTML/en/kmymoney/investment-transactionform.png +share/doc/HTML/en/kmymoney/investments_new_details.png +share/doc/HTML/en/kmymoney/investments_new_type.png share/doc/HTML/en/kmymoney/investments_summarytab.png -share/doc/HTML/en/kmymoney/investments_view.png +share/doc/HTML/en/kmymoney/investments_view_equities.png +share/doc/HTML/en/kmymoney/investments_view_securities.png +share/doc/HTML/en/kmymoney/ledger_filter.png share/doc/HTML/en/kmymoney/ledger_more.png -share/doc/HTML/en/kmymoney/ledgers_view.png share/doc/HTML/en/kmymoney/ledgerview-numbered.png share/doc/HTML/en/kmymoney/list-add.png share/doc/HTML/en/kmymoney/list-remove.png -share/doc/HTML/en/kmymoney/mail-tagged.png share/doc/HTML/en/kmymoney/mainwindow_numbered.png share/doc/HTML/en/kmymoney/makemostof.docbook +share/doc/HTML/en/kmymoney/match_transaction.png share/doc/HTML/en/kmymoney/new.png share/doc/HTML/en/kmymoney/newacct.png +share/doc/HTML/en/kmymoney/newfile-1.png share/doc/HTML/en/kmymoney/newfile-2.png share/doc/HTML/en/kmymoney/newfile-3.png share/doc/HTML/en/kmymoney/newfile-4.png share/doc/HTML/en/kmymoney/newfile-5.png -share/doc/HTML/en/kmymoney/newfile-6.png -share/doc/HTML/en/kmymoney/newfile.png share/doc/HTML/en/kmymoney/newinst.png share/doc/HTML/en/kmymoney/newsched_numbered.png -share/doc/HTML/en/kmymoney/outbox_view.png share/doc/HTML/en/kmymoney/payee_history.png share/doc/HTML/en/kmymoney/payee_info.png +share/doc/HTML/en/kmymoney/payee_link-matching-ledger.png +share/doc/HTML/en/kmymoney/payee_link-matching.png share/doc/HTML/en/kmymoney/payee_match.png share/doc/HTML/en/kmymoney/payee_widget.png -share/doc/HTML/en/kmymoney/payees_view.png share/doc/HTML/en/kmymoney/payeeview.png +share/doc/HTML/en/kmymoney/plugin_config_forecast.png share/doc/HTML/en/kmymoney/qif_report.png share/doc/HTML/en/kmymoney/qifimport-export.png +share/doc/HTML/en/kmymoney/qifimport-qifprofileamount.png share/doc/HTML/en/kmymoney/qifimport-qifprofiledate.png share/doc/HTML/en/kmymoney/qifimport-qifprofileeditor.png +share/doc/HTML/en/kmymoney/qifimport-qifprofilefilter.png share/doc/HTML/en/kmymoney/qifimportverify.png share/doc/HTML/en/kmymoney/qifopen.png share/doc/HTML/en/kmymoney/reconcile-redo.png @@ -357,16 +414,21 @@ share/doc/HTML/en/kmymoney/reconcile5.png share/doc/HTML/en/kmymoney/reference.docbook share/doc/HTML/en/kmymoney/report_configuration-reporttab.png share/doc/HTML/en/kmymoney/report_configuration-rowscolumns.png -share/doc/HTML/en/kmymoney/reports_view-all.png -share/doc/HTML/en/kmymoney/reports_view.png +share/doc/HTML/en/kmymoney/reports_configuration_chart.png +share/doc/HTML/en/kmymoney/reports_configuration_general.png +share/doc/HTML/en/kmymoney/reports_configuration_plugin.png +share/doc/HTML/en/kmymoney/reports_configuration_range.png +share/doc/HTML/en/kmymoney/reports_configuration_rowscolumns.png +share/doc/HTML/en/kmymoney/reports_view_list.png share/doc/HTML/en/kmymoney/schedcaltypes.png share/doc/HTML/en/kmymoney/schedmonthday.png share/doc/HTML/en/kmymoney/schedpopup.png -share/doc/HTML/en/kmymoney/schedule_view.png share/doc/HTML/en/kmymoney/scheduleview.png share/doc/HTML/en/kmymoney/select_currency.png share/doc/HTML/en/kmymoney/select_database.png +share/doc/HTML/en/kmymoney/single_split.png share/doc/HTML/en/kmymoney/split_transaction.png +share/doc/HTML/en/kmymoney/split_unassigned.png share/doc/HTML/en/kmymoney/tag_details.png share/doc/HTML/en/kmymoney/tags.png share/doc/HTML/en/kmymoney/tipofday.png @@ -386,6 +448,7 @@ share/doc/HTML/it/kmymoney/details-forecast.docbook share/doc/HTML/it/kmymoney/details-formats.docbook share/doc/HTML/it/kmymoney/details-impexp-csv.docbook share/doc/HTML/it/kmymoney/details-impexp-csvexp.docbook +share/doc/HTML/it/kmymoney/details-impexp-removed.docbook share/doc/HTML/it/kmymoney/details-impexp-woob.docbook share/doc/HTML/it/kmymoney/details-impexp.docbook share/doc/HTML/it/kmymoney/details-institutions.docbook @@ -419,6 +482,7 @@ share/doc/HTML/nl/kmymoney/details-forecast.docbook share/doc/HTML/nl/kmymoney/details-formats.docbook share/doc/HTML/nl/kmymoney/details-impexp-csv.docbook share/doc/HTML/nl/kmymoney/details-impexp-csvexp.docbook +share/doc/HTML/nl/kmymoney/details-impexp-removed.docbook share/doc/HTML/nl/kmymoney/details-impexp-woob.docbook share/doc/HTML/nl/kmymoney/details-impexp.docbook share/doc/HTML/nl/kmymoney/details-institutions.docbook @@ -442,37 +506,6 @@ share/doc/HTML/nl/kmymoney/introduction.docbook share/doc/HTML/nl/kmymoney/makemostof.docbook share/doc/HTML/nl/kmymoney/reference.docbook share/doc/HTML/nl/kmymoney/whatsnew.docbook -share/doc/HTML/pt_BR/kmymoney/credits.docbook -share/doc/HTML/pt_BR/kmymoney/details-accounts.docbook -share/doc/HTML/pt_BR/kmymoney/details-budgets.docbook -share/doc/HTML/pt_BR/kmymoney/details-categories.docbook -share/doc/HTML/pt_BR/kmymoney/details-currencies.docbook -share/doc/HTML/pt_BR/kmymoney/details-database.docbook -share/doc/HTML/pt_BR/kmymoney/details-forecast.docbook -share/doc/HTML/pt_BR/kmymoney/details-formats.docbook -share/doc/HTML/pt_BR/kmymoney/details-impexp-csv.docbook -share/doc/HTML/pt_BR/kmymoney/details-impexp.docbook -share/doc/HTML/pt_BR/kmymoney/details-institutions.docbook -share/doc/HTML/pt_BR/kmymoney/details-investments.docbook -share/doc/HTML/pt_BR/kmymoney/details-ledgers.docbook -share/doc/HTML/pt_BR/kmymoney/details-loans.docbook -share/doc/HTML/pt_BR/kmymoney/details-payees.docbook -share/doc/HTML/pt_BR/kmymoney/details-reconciliation.docbook -share/doc/HTML/pt_BR/kmymoney/details-reports.docbook -share/doc/HTML/pt_BR/kmymoney/details-schedules.docbook -share/doc/HTML/pt_BR/kmymoney/details-search.docbook -share/doc/HTML/pt_BR/kmymoney/details-settings.docbook -share/doc/HTML/pt_BR/kmymoney/details-tags.docbook -share/doc/HTML/pt_BR/kmymoney/details-widgets.docbook -share/doc/HTML/pt_BR/kmymoney/faq.docbook -share/doc/HTML/pt_BR/kmymoney/firsttime.docbook -share/doc/HTML/pt_BR/kmymoney/index.cache.bz2 -share/doc/HTML/pt_BR/kmymoney/index.docbook -share/doc/HTML/pt_BR/kmymoney/installation.docbook -share/doc/HTML/pt_BR/kmymoney/introduction.docbook -share/doc/HTML/pt_BR/kmymoney/makemostof.docbook -share/doc/HTML/pt_BR/kmymoney/reference.docbook -share/doc/HTML/pt_BR/kmymoney/whatsnew.docbook share/doc/HTML/ru/kmymoney/credits.docbook share/doc/HTML/ru/kmymoney/details-accounts.docbook share/doc/HTML/ru/kmymoney/details-budgets.docbook @@ -483,6 +516,7 @@ share/doc/HTML/ru/kmymoney/details-forecast.docbook share/doc/HTML/ru/kmymoney/details-formats.docbook share/doc/HTML/ru/kmymoney/details-impexp-csv.docbook share/doc/HTML/ru/kmymoney/details-impexp-csvexp.docbook +share/doc/HTML/ru/kmymoney/details-impexp-woob.docbook share/doc/HTML/ru/kmymoney/details-impexp.docbook share/doc/HTML/ru/kmymoney/details-institutions.docbook share/doc/HTML/ru/kmymoney/details-investments.docbook @@ -504,39 +538,6 @@ share/doc/HTML/ru/kmymoney/introduction.docbook share/doc/HTML/ru/kmymoney/makemostof.docbook share/doc/HTML/ru/kmymoney/reference.docbook share/doc/HTML/ru/kmymoney/whatsnew.docbook -share/doc/HTML/sv/kmymoney/credits.docbook -share/doc/HTML/sv/kmymoney/details-accounts.docbook -share/doc/HTML/sv/kmymoney/details-budgets.docbook -share/doc/HTML/sv/kmymoney/details-categories.docbook -share/doc/HTML/sv/kmymoney/details-currencies.docbook -share/doc/HTML/sv/kmymoney/details-database.docbook -share/doc/HTML/sv/kmymoney/details-forecast.docbook -share/doc/HTML/sv/kmymoney/details-formats.docbook -share/doc/HTML/sv/kmymoney/details-impexp-csv.docbook -share/doc/HTML/sv/kmymoney/details-impexp-csvexp.docbook -share/doc/HTML/sv/kmymoney/details-impexp-woob.docbook -share/doc/HTML/sv/kmymoney/details-impexp.docbook -share/doc/HTML/sv/kmymoney/details-institutions.docbook -share/doc/HTML/sv/kmymoney/details-investments.docbook -share/doc/HTML/sv/kmymoney/details-ledgers.docbook -share/doc/HTML/sv/kmymoney/details-loans.docbook -share/doc/HTML/sv/kmymoney/details-payees.docbook -share/doc/HTML/sv/kmymoney/details-reconciliation.docbook -share/doc/HTML/sv/kmymoney/details-reports.docbook -share/doc/HTML/sv/kmymoney/details-schedules.docbook -share/doc/HTML/sv/kmymoney/details-search.docbook -share/doc/HTML/sv/kmymoney/details-settings.docbook -share/doc/HTML/sv/kmymoney/details-tags.docbook -share/doc/HTML/sv/kmymoney/details-widgets.docbook -share/doc/HTML/sv/kmymoney/faq.docbook -share/doc/HTML/sv/kmymoney/firsttime.docbook -share/doc/HTML/sv/kmymoney/index.cache.bz2 -share/doc/HTML/sv/kmymoney/index.docbook -share/doc/HTML/sv/kmymoney/installation.docbook -share/doc/HTML/sv/kmymoney/introduction.docbook -share/doc/HTML/sv/kmymoney/makemostof.docbook -share/doc/HTML/sv/kmymoney/reference.docbook -share/doc/HTML/sv/kmymoney/whatsnew.docbook share/doc/HTML/uk/kmymoney/credits.docbook share/doc/HTML/uk/kmymoney/details-accounts.docbook share/doc/HTML/uk/kmymoney/details-budgets.docbook @@ -547,6 +548,7 @@ share/doc/HTML/uk/kmymoney/details-forecast.docbook share/doc/HTML/uk/kmymoney/details-formats.docbook share/doc/HTML/uk/kmymoney/details-impexp-csv.docbook share/doc/HTML/uk/kmymoney/details-impexp-csvexp.docbook +share/doc/HTML/uk/kmymoney/details-impexp-removed.docbook share/doc/HTML/uk/kmymoney/details-impexp-woob.docbook share/doc/HTML/uk/kmymoney/details-impexp.docbook share/doc/HTML/uk/kmymoney/details-institutions.docbook @@ -597,1043 +599,8 @@ share/icons/hicolor/512x512/apps/kmymoney.png share/icons/hicolor/512x512/mimetypes/application-x-kmymoney.png share/icons/hicolor/64x64/apps/kmymoney.png share/icons/hicolor/64x64/mimetypes/application-x-kmymoney.png -%%KBANKING%%share/kbanking/qml/chipTan/ChipTan.qml -%%KBANKING%%share/kbanking/qml/chipTan/ChipTanFlickerField.qml -%%KBANKING%%share/kbanking/qml/chipTan/chipTan.js -%%KBANKING%%share/kbanking/qml/chipTan/positionmarker.svg share/kconf_update/kmymoney.upd -%%DATADIR%%/html/images/about_kde.png -%%DATADIR%%/html/images/arrow.png -%%DATADIR%%/html/images/backarrow.png -%%DATADIR%%/html/images/background.png -%%DATADIR%%/html/images/bc.png -%%DATADIR%%/html/images/bg-texture.png -%%DATADIR%%/html/images/bl.png -%%DATADIR%%/html/images/bottomleft.png -%%DATADIR%%/html/images/bottomright.png -%%DATADIR%%/html/images/br.png -%%DATADIR%%/html/images/center.png -%%DATADIR%%/html/images/currencyflourish.png -%%DATADIR%%/html/images/filenew.png -%%DATADIR%%/html/images/kmymoneydata.png -%%DATADIR%%/html/images/konqueror.png -%%DATADIR%%/html/images/lc.png -%%DATADIR%%/html/images/manual.png -%%DATADIR%%/html/images/messagebox_info.png -%%DATADIR%%/html/images/original-trans_logo.png -%%DATADIR%%/html/images/rc.png -%%DATADIR%%/html/images/rightborder.png -%%DATADIR%%/html/images/shadow.png -%%DATADIR%%/html/images/spacer.gif -%%DATADIR%%/html/images/spacer.png -%%DATADIR%%/html/images/tc.png -%%DATADIR%%/html/images/title-center.png -%%DATADIR%%/html/images/title-left.png -%%DATADIR%%/html/images/title-right.png -%%DATADIR%%/html/images/tl.png -%%DATADIR%%/html/images/top-shadow.png -%%DATADIR%%/html/images/topleft.png -%%DATADIR%%/html/images/topright.png -%%DATADIR%%/html/images/tr.png -%%DATADIR%%/html/images/trans_logo.png -%%DATADIR%%/html/kmymoney.css -%%DATADIR%%/html/welcome.css -%%DATADIR%%/icons/Tango/128x128/actions/account-add.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-asset.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-cash.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-checking.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-closed.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-credit-card.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-expense.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-income.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-investments.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-liability.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-loan.png -%%DATADIR%%/icons/Tango/128x128/actions/account-types-savings.png -%%DATADIR%%/icons/Tango/128x128/actions/account.png -%%DATADIR%%/icons/Tango/128x128/actions/accounts.png -%%DATADIR%%/icons/Tango/128x128/actions/budget.png -%%DATADIR%%/icons/Tango/128x128/actions/categories.png -%%DATADIR%%/icons/Tango/128x128/actions/forecast.png -%%DATADIR%%/icons/Tango/128x128/actions/institution-add.png -%%DATADIR%%/icons/Tango/128x128/actions/institution.png -%%DATADIR%%/icons/Tango/128x128/actions/investment.png -%%DATADIR%%/icons/Tango/128x128/actions/ledger.png -%%DATADIR%%/icons/Tango/128x128/actions/online-banking.png -%%DATADIR%%/icons/Tango/128x128/actions/payee.png -%%DATADIR%%/icons/Tango/128x128/actions/reconcile.png -%%DATADIR%%/icons/Tango/128x128/actions/report.png -%%DATADIR%%/icons/Tango/128x128/actions/schedule.png -%%DATADIR%%/icons/Tango/128x128/actions/transaction-find.png -%%DATADIR%%/icons/Tango/16x16/actions/account-add.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-asset.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-cash.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-checking.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-closed.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-credit-card.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-expense.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-income.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-investments.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-liability.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-loan.png -%%DATADIR%%/icons/Tango/16x16/actions/account-types-savings.png -%%DATADIR%%/icons/Tango/16x16/actions/account.png -%%DATADIR%%/icons/Tango/16x16/actions/accounts.png -%%DATADIR%%/icons/Tango/16x16/actions/backup.png -%%DATADIR%%/icons/Tango/16x16/actions/bank.png -%%DATADIR%%/icons/Tango/16x16/actions/budget.png -%%DATADIR%%/icons/Tango/16x16/actions/categories.png -%%DATADIR%%/icons/Tango/16x16/actions/close-window.png -%%DATADIR%%/icons/Tango/16x16/actions/delete.png -%%DATADIR%%/icons/Tango/16x16/actions/forecast.png -%%DATADIR%%/icons/Tango/16x16/actions/hide-categories.png -%%DATADIR%%/icons/Tango/16x16/actions/hide-reconciled.png -%%DATADIR%%/icons/Tango/16x16/actions/institution-add.png -%%DATADIR%%/icons/Tango/16x16/actions/institution.png -%%DATADIR%%/icons/Tango/16x16/actions/investment.png -%%DATADIR%%/icons/Tango/16x16/actions/ledger.png -%%DATADIR%%/icons/Tango/16x16/actions/online-banking.png -%%DATADIR%%/icons/Tango/16x16/actions/payee.png -%%DATADIR%%/icons/Tango/16x16/actions/personal-data.png -%%DATADIR%%/icons/Tango/16x16/actions/reconcile.png -%%DATADIR%%/icons/Tango/16x16/actions/report.png -%%DATADIR%%/icons/Tango/16x16/actions/schedule.png -%%DATADIR%%/icons/Tango/16x16/actions/transaction-find.png -%%DATADIR%%/icons/Tango/16x16/actions/transaction-split.png -%%DATADIR%%/icons/Tango/16x16/actions/view-info.png -%%DATADIR%%/icons/Tango/22x22/actions/account-add.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-asset.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-cash.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-checking.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-closed.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-credit-card.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-expense.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-income.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-investments.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-liability.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-loan.png -%%DATADIR%%/icons/Tango/22x22/actions/account-types-savings.png -%%DATADIR%%/icons/Tango/22x22/actions/account.png -%%DATADIR%%/icons/Tango/22x22/actions/accounts.png -%%DATADIR%%/icons/Tango/22x22/actions/attention.png -%%DATADIR%%/icons/Tango/22x22/actions/backup.png -%%DATADIR%%/icons/Tango/22x22/actions/bank.png -%%DATADIR%%/icons/Tango/22x22/actions/budget.png -%%DATADIR%%/icons/Tango/22x22/actions/categories.png -%%DATADIR%%/icons/Tango/22x22/actions/close-window.png -%%DATADIR%%/icons/Tango/22x22/actions/delete.png -%%DATADIR%%/icons/Tango/22x22/actions/forecast.png -%%DATADIR%%/icons/Tango/22x22/actions/hide-categories.png -%%DATADIR%%/icons/Tango/22x22/actions/hide-reconciled.png -%%DATADIR%%/icons/Tango/22x22/actions/institution-add.png -%%DATADIR%%/icons/Tango/22x22/actions/institution.png -%%DATADIR%%/icons/Tango/22x22/actions/investment.png -%%DATADIR%%/icons/Tango/22x22/actions/ledger.png -%%DATADIR%%/icons/Tango/22x22/actions/online-banking.png -%%DATADIR%%/icons/Tango/22x22/actions/payee.png -%%DATADIR%%/icons/Tango/22x22/actions/personal-data.png -%%DATADIR%%/icons/Tango/22x22/actions/reconcile.png -%%DATADIR%%/icons/Tango/22x22/actions/report.png -%%DATADIR%%/icons/Tango/22x22/actions/schedule.png -%%DATADIR%%/icons/Tango/22x22/actions/transaction-find.png -%%DATADIR%%/icons/Tango/22x22/actions/view-info.png -%%DATADIR%%/icons/Tango/32x32/actions/account-add.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-asset.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-cash.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-checking.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-closed.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-credit-card.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-expense.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-income.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-investments.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-liability.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-loan.png -%%DATADIR%%/icons/Tango/32x32/actions/account-types-savings.png -%%DATADIR%%/icons/Tango/32x32/actions/account.png -%%DATADIR%%/icons/Tango/32x32/actions/accounts.png -%%DATADIR%%/icons/Tango/32x32/actions/budget.png -%%DATADIR%%/icons/Tango/32x32/actions/categories.png -%%DATADIR%%/icons/Tango/32x32/actions/forecast.png -%%DATADIR%%/icons/Tango/32x32/actions/institution-add.png -%%DATADIR%%/icons/Tango/32x32/actions/institution.png -%%DATADIR%%/icons/Tango/32x32/actions/investment.png -%%DATADIR%%/icons/Tango/32x32/actions/ledger.png -%%DATADIR%%/icons/Tango/32x32/actions/online-banking.png -%%DATADIR%%/icons/Tango/32x32/actions/payee.png -%%DATADIR%%/icons/Tango/32x32/actions/reconcile.png -%%DATADIR%%/icons/Tango/32x32/actions/report.png -%%DATADIR%%/icons/Tango/32x32/actions/schedule.png -%%DATADIR%%/icons/Tango/32x32/actions/transaction-find.png -%%DATADIR%%/icons/Tango/48x48/actions/account-add.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-asset.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-cash.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-checking.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-closed.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-credit-card.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-expense.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-income.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-investments.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-liability.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-loan.png -%%DATADIR%%/icons/Tango/48x48/actions/account-types-savings.png -%%DATADIR%%/icons/Tango/48x48/actions/account.png -%%DATADIR%%/icons/Tango/48x48/actions/accounts.png -%%DATADIR%%/icons/Tango/48x48/actions/budget.png -%%DATADIR%%/icons/Tango/48x48/actions/categories.png -%%DATADIR%%/icons/Tango/48x48/actions/forecast.png -%%DATADIR%%/icons/Tango/48x48/actions/institution-add.png -%%DATADIR%%/icons/Tango/48x48/actions/institution.png -%%DATADIR%%/icons/Tango/48x48/actions/investment.png -%%DATADIR%%/icons/Tango/48x48/actions/ledger.png -%%DATADIR%%/icons/Tango/48x48/actions/online-banking.png -%%DATADIR%%/icons/Tango/48x48/actions/payee.png -%%DATADIR%%/icons/Tango/48x48/actions/reconcile.png -%%DATADIR%%/icons/Tango/48x48/actions/report.png -%%DATADIR%%/icons/Tango/48x48/actions/schedule.png -%%DATADIR%%/icons/Tango/48x48/actions/transaction-find.png -%%DATADIR%%/icons/Tango/64x64/actions/account-add.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-asset.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-cash.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-checking.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-closed.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-credit-card.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-expense.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-income.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-investments.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-liability.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-loan.png -%%DATADIR%%/icons/Tango/64x64/actions/account-types-savings.png -%%DATADIR%%/icons/Tango/64x64/actions/account.png -%%DATADIR%%/icons/Tango/64x64/actions/accounts.png -%%DATADIR%%/icons/Tango/64x64/actions/budget.png -%%DATADIR%%/icons/Tango/64x64/actions/categories.png -%%DATADIR%%/icons/Tango/64x64/actions/forecast.png -%%DATADIR%%/icons/Tango/64x64/actions/institution-add.png -%%DATADIR%%/icons/Tango/64x64/actions/institution.png -%%DATADIR%%/icons/Tango/64x64/actions/investment.png -%%DATADIR%%/icons/Tango/64x64/actions/ledger.png -%%DATADIR%%/icons/Tango/64x64/actions/online-banking.png -%%DATADIR%%/icons/Tango/64x64/actions/payee.png -%%DATADIR%%/icons/Tango/64x64/actions/reconcile.png -%%DATADIR%%/icons/Tango/64x64/actions/report.png -%%DATADIR%%/icons/Tango/64x64/actions/schedule.png -%%DATADIR%%/icons/Tango/64x64/actions/transaction-find.png -%%DATADIR%%/icons/Tango/scalable/actions/account-add.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-asset.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-cash.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-checking.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-closed.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-credit-card.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-expense.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-income.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-investments.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-liability.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-loan.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account-types-savings.svgz -%%DATADIR%%/icons/Tango/scalable/actions/account.svgz -%%DATADIR%%/icons/Tango/scalable/actions/accounts.svgz -%%DATADIR%%/icons/Tango/scalable/actions/backup.svgz -%%DATADIR%%/icons/Tango/scalable/actions/bank.svgz -%%DATADIR%%/icons/Tango/scalable/actions/budget.svgz -%%DATADIR%%/icons/Tango/scalable/actions/categories.svgz -%%DATADIR%%/icons/Tango/scalable/actions/forecast.svgz -%%DATADIR%%/icons/Tango/scalable/actions/hide-categories.svgz -%%DATADIR%%/icons/Tango/scalable/actions/hide-reconciled.svgz -%%DATADIR%%/icons/Tango/scalable/actions/institution-add.svgz -%%DATADIR%%/icons/Tango/scalable/actions/institutions.svgz -%%DATADIR%%/icons/Tango/scalable/actions/investments.svgz -%%DATADIR%%/icons/Tango/scalable/actions/ledger.svgz -%%DATADIR%%/icons/Tango/scalable/actions/online-banking.svgz -%%DATADIR%%/icons/Tango/scalable/actions/payee.svgz -%%DATADIR%%/icons/Tango/scalable/actions/personal-data.svgz -%%DATADIR%%/icons/Tango/scalable/actions/reconcile.svgz -%%DATADIR%%/icons/Tango/scalable/actions/report.svgz -%%DATADIR%%/icons/Tango/scalable/actions/schedule.svgz -%%DATADIR%%/icons/Tango/scalable/actions/transaction-find.svgz -%%DATADIR%%/icons/Tango/scalable/actions/view-info.svgz -%%DATADIR%%/icons/hicolor/16x16/actions/account-add.png -%%DATADIR%%/icons/hicolor/16x16/actions/account-open.png -%%DATADIR%%/icons/hicolor/16x16/actions/account-types-asset.png -%%DATADIR%%/icons/hicolor/16x16/actions/account-types-expense.png -%%DATADIR%%/icons/hicolor/16x16/actions/account-types-income.png -%%DATADIR%%/icons/hicolor/16x16/actions/account-types-liability.png -%%DATADIR%%/icons/hicolor/16x16/actions/account.png -%%DATADIR%%/icons/hicolor/16x16/actions/backup.png -%%DATADIR%%/icons/hicolor/16x16/actions/bank.png -%%DATADIR%%/icons/hicolor/16x16/actions/categories.png -%%DATADIR%%/icons/hicolor/16x16/actions/delete.png -%%DATADIR%%/icons/hicolor/16x16/actions/hide-categories.png -%%DATADIR%%/icons/hicolor/16x16/actions/hide-reconciled.png -%%DATADIR%%/icons/hicolor/16x16/actions/institution-add.png -%%DATADIR%%/icons/hicolor/16x16/actions/ledger.png -%%DATADIR%%/icons/hicolor/16x16/actions/pay-edit.png -%%DATADIR%%/icons/hicolor/16x16/actions/personal-data.png -%%DATADIR%%/icons/hicolor/16x16/actions/reconcile.png -%%DATADIR%%/icons/hicolor/16x16/actions/transaction-export.png -%%DATADIR%%/icons/hicolor/16x16/actions/transaction-find.png -%%DATADIR%%/icons/hicolor/16x16/actions/transaction-import.png -%%DATADIR%%/icons/hicolor/16x16/actions/transaction-split.png -%%DATADIR%%/icons/hicolor/16x16/actions/transaction.png -%%DATADIR%%/icons/hicolor/16x16/actions/unreconciled.png -%%DATADIR%%/icons/hicolor/16x16/actions/update-prices.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-add.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-open.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types-asset.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types-closed.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types-expense.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types-income.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types-liability.png -%%DATADIR%%/icons/hicolor/22x22/actions/account-types-reconciled.png -%%DATADIR%%/icons/hicolor/22x22/actions/account.png -%%DATADIR%%/icons/hicolor/22x22/actions/attention.png -%%DATADIR%%/icons/hicolor/22x22/actions/backup.png -%%DATADIR%%/icons/hicolor/22x22/actions/bank.png -%%DATADIR%%/icons/hicolor/22x22/actions/categories.png -%%DATADIR%%/icons/hicolor/22x22/actions/cleared.png -%%DATADIR%%/icons/hicolor/22x22/actions/delete.png -%%DATADIR%%/icons/hicolor/22x22/actions/hide-categories.png -%%DATADIR%%/icons/hicolor/22x22/actions/hide-reconciled.png -%%DATADIR%%/icons/hicolor/22x22/actions/institution-add.png -%%DATADIR%%/icons/hicolor/22x22/actions/ledger.png -%%DATADIR%%/icons/hicolor/22x22/actions/pay-edit.png -%%DATADIR%%/icons/hicolor/22x22/actions/personal-data.png -%%DATADIR%%/icons/hicolor/22x22/actions/reconcile.png -%%DATADIR%%/icons/hicolor/22x22/actions/report-bar.png -%%DATADIR%%/icons/hicolor/22x22/actions/report-line.png -%%DATADIR%%/icons/hicolor/22x22/actions/report-pie.png -%%DATADIR%%/icons/hicolor/22x22/actions/report-solid.png -%%DATADIR%%/icons/hicolor/22x22/actions/report-text.png -%%DATADIR%%/icons/hicolor/22x22/actions/set-as.png -%%DATADIR%%/icons/hicolor/22x22/actions/transaction-export.png -%%DATADIR%%/icons/hicolor/22x22/actions/transaction-find.png -%%DATADIR%%/icons/hicolor/22x22/actions/transaction-import.png -%%DATADIR%%/icons/hicolor/22x22/actions/transaction.png -%%DATADIR%%/icons/hicolor/22x22/actions/unreconciled.png -%%DATADIR%%/icons/hicolor/22x22/actions/update-prices.png -%%DATADIR%%/icons/hicolor/32x32/actions/account-types-asset.png -%%DATADIR%%/icons/hicolor/32x32/actions/account-types-cash.png -%%DATADIR%%/icons/hicolor/32x32/actions/account-types-checking.png -%%DATADIR%%/icons/hicolor/32x32/actions/account-types-credit-card.png -%%DATADIR%%/icons/hicolor/32x32/actions/account-types-investments.png -%%DATADIR%%/icons/hicolor/32x32/actions/account-types-liability.png -%%DATADIR%%/icons/hicolor/32x32/actions/account-types-loan.png -%%DATADIR%%/icons/hicolor/32x32/actions/account-types-reconciled.png -%%DATADIR%%/icons/hicolor/32x32/actions/account-types-savings.png -%%DATADIR%%/icons/hicolor/32x32/actions/account.png -%%DATADIR%%/icons/hicolor/32x32/actions/budget.png -%%DATADIR%%/icons/hicolor/32x32/actions/categories.png -%%DATADIR%%/icons/hicolor/32x32/actions/forecast.png -%%DATADIR%%/icons/hicolor/32x32/actions/home.png -%%DATADIR%%/icons/hicolor/32x32/actions/institution.png -%%DATADIR%%/icons/hicolor/32x32/actions/investment.png -%%DATADIR%%/icons/hicolor/32x32/actions/ledger.png -%%DATADIR%%/icons/hicolor/32x32/actions/online-banking.png -%%DATADIR%%/icons/hicolor/32x32/actions/payee.png -%%DATADIR%%/icons/hicolor/32x32/actions/report.png -%%DATADIR%%/icons/hicolor/32x32/actions/schedule.png -%%DATADIR%%/icons/hicolor/48x48/actions/account-types-asset.png -%%DATADIR%%/icons/hicolor/48x48/actions/account-types-cash.png -%%DATADIR%%/icons/hicolor/48x48/actions/account-types-checking.png -%%DATADIR%%/icons/hicolor/48x48/actions/account-types-credit-card.png -%%DATADIR%%/icons/hicolor/48x48/actions/account-types-investments.png -%%DATADIR%%/icons/hicolor/48x48/actions/account-types-liability.png -%%DATADIR%%/icons/hicolor/48x48/actions/account-types-loan.png -%%DATADIR%%/icons/hicolor/48x48/actions/account-types-savings.png -%%DATADIR%%/icons/hicolor/48x48/actions/account.png -%%DATADIR%%/icons/hicolor/48x48/actions/budget.png -%%DATADIR%%/icons/hicolor/48x48/actions/categories.png -%%DATADIR%%/icons/hicolor/48x48/actions/forecast.png -%%DATADIR%%/icons/hicolor/48x48/actions/home.png -%%DATADIR%%/icons/hicolor/48x48/actions/institution.png -%%DATADIR%%/icons/hicolor/48x48/actions/investment.png -%%DATADIR%%/icons/hicolor/48x48/actions/ledger.png -%%DATADIR%%/icons/hicolor/48x48/actions/online-banking.png -%%DATADIR%%/icons/hicolor/48x48/actions/payee.png -%%DATADIR%%/icons/hicolor/48x48/actions/report.png -%%DATADIR%%/icons/hicolor/48x48/actions/schedule.png -%%DATADIR%%/icons/hicolor/64x64/actions/account-types-asset.png -%%DATADIR%%/icons/hicolor/64x64/actions/account-types-cash.png -%%DATADIR%%/icons/hicolor/64x64/actions/account-types-checking.png -%%DATADIR%%/icons/hicolor/64x64/actions/account-types-credit-card.png -%%DATADIR%%/icons/hicolor/64x64/actions/account-types-investments.png -%%DATADIR%%/icons/hicolor/64x64/actions/account-types-liability.png -%%DATADIR%%/icons/hicolor/64x64/actions/account-types-loan.png -%%DATADIR%%/icons/hicolor/64x64/actions/account-types-savings.png -%%DATADIR%%/icons/hicolor/64x64/actions/account.png -%%DATADIR%%/icons/hicolor/64x64/actions/budget.png -%%DATADIR%%/icons/hicolor/64x64/actions/categories.png -%%DATADIR%%/icons/hicolor/64x64/actions/forecast.png -%%DATADIR%%/icons/hicolor/64x64/actions/home.png -%%DATADIR%%/icons/hicolor/64x64/actions/institution.png -%%DATADIR%%/icons/hicolor/64x64/actions/investment.png -%%DATADIR%%/icons/hicolor/64x64/actions/ledger.png -%%DATADIR%%/icons/hicolor/64x64/actions/online-banking.png -%%DATADIR%%/icons/hicolor/64x64/actions/payee.png -%%DATADIR%%/icons/hicolor/64x64/actions/report.png -%%DATADIR%%/icons/hicolor/64x64/actions/schedule.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-add.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-close.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-delete.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-asset.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-cash.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-checking.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-closed.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-credit-card.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-expense.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-income.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-investments.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-liability.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-loan.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-reconciled.png -%%DATADIR%%/icons/oxygen/128x128/actions/account-types-savings.png -%%DATADIR%%/icons/oxygen/128x128/actions/account.png -%%DATADIR%%/icons/oxygen/128x128/actions/budget.png -%%DATADIR%%/icons/oxygen/128x128/actions/categories.png -%%DATADIR%%/icons/oxygen/128x128/actions/forecast.png -%%DATADIR%%/icons/oxygen/128x128/actions/institution-add.png -%%DATADIR%%/icons/oxygen/128x128/actions/institution.png -%%DATADIR%%/icons/oxygen/128x128/actions/investment.png -%%DATADIR%%/icons/oxygen/128x128/actions/ledger.png -%%DATADIR%%/icons/oxygen/128x128/actions/office-chart-tall-pie.png -%%DATADIR%%/icons/oxygen/128x128/actions/online-banking.png -%%DATADIR%%/icons/oxygen/128x128/actions/reconcile.png -%%DATADIR%%/icons/oxygen/128x128/actions/transaction-find.png -%%DATADIR%%/icons/oxygen/128x128/actions/transaction-report.png -%%DATADIR%%/icons/oxygen/128x128/actions/transaction.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-add.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-close.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-delete.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-edit.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-reopen.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-asset.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-cash.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-checking.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-closed.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-credit-card.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-expense.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-income.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-investments.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-liability.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-loan.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-reconciled.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-types-savings.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-update-online-all.png -%%DATADIR%%/icons/oxygen/16x16/actions/account-update-online.png -%%DATADIR%%/icons/oxygen/16x16/actions/account.png -%%DATADIR%%/icons/oxygen/16x16/actions/backup.png -%%DATADIR%%/icons/oxygen/16x16/actions/bank.png -%%DATADIR%%/icons/oxygen/16x16/actions/budget-add.png -%%DATADIR%%/icons/oxygen/16x16/actions/budget-delete.png -%%DATADIR%%/icons/oxygen/16x16/actions/budget-edit.png -%%DATADIR%%/icons/oxygen/16x16/actions/budget.png -%%DATADIR%%/icons/oxygen/16x16/actions/categories.png -%%DATADIR%%/icons/oxygen/16x16/actions/category-delete.png -%%DATADIR%%/icons/oxygen/16x16/actions/category-edit.png -%%DATADIR%%/icons/oxygen/16x16/actions/forecast.png -%%DATADIR%%/icons/oxygen/16x16/actions/hide-categories.png -%%DATADIR%%/icons/oxygen/16x16/actions/hide-reconciled.png -%%DATADIR%%/icons/oxygen/16x16/actions/institution-add.png -%%DATADIR%%/icons/oxygen/16x16/actions/institution-delete.png -%%DATADIR%%/icons/oxygen/16x16/actions/institution-edit.png -%%DATADIR%%/icons/oxygen/16x16/actions/institution.png -%%DATADIR%%/icons/oxygen/16x16/actions/investment-add.png -%%DATADIR%%/icons/oxygen/16x16/actions/investment-delete.png -%%DATADIR%%/icons/oxygen/16x16/actions/investment-edit.png -%%DATADIR%%/icons/oxygen/16x16/actions/investment-update-online-all.png -%%DATADIR%%/icons/oxygen/16x16/actions/investment-update-online.png -%%DATADIR%%/icons/oxygen/16x16/actions/investment.png -%%DATADIR%%/icons/oxygen/16x16/actions/ledger.png -%%DATADIR%%/icons/oxygen/16x16/actions/office-chart-tall-pie.png -%%DATADIR%%/icons/oxygen/16x16/actions/online-banking.png -%%DATADIR%%/icons/oxygen/16x16/actions/payee-rename.png -%%DATADIR%%/icons/oxygen/16x16/actions/reconcile-finish.png -%%DATADIR%%/icons/oxygen/16x16/actions/reconcile.png -%%DATADIR%%/icons/oxygen/16x16/actions/transaction-add.png -%%DATADIR%%/icons/oxygen/16x16/actions/transaction-delete.png -%%DATADIR%%/icons/oxygen/16x16/actions/transaction-edit.png -%%DATADIR%%/icons/oxygen/16x16/actions/transaction-find.png -%%DATADIR%%/icons/oxygen/16x16/actions/transaction-report.png -%%DATADIR%%/icons/oxygen/16x16/actions/transaction-split.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-add.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-close.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-delete.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-edit.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-reopen.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-asset.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-cash.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-checking.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-closed.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-credit-card.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-expense.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-income.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-investments.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-liability.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-loan.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-reconciled.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-types-savings.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-update-online-all.png -%%DATADIR%%/icons/oxygen/22x22/actions/account-update-online.png -%%DATADIR%%/icons/oxygen/22x22/actions/account.png -%%DATADIR%%/icons/oxygen/22x22/actions/attention.png -%%DATADIR%%/icons/oxygen/22x22/actions/backup.png -%%DATADIR%%/icons/oxygen/22x22/actions/bank.png -%%DATADIR%%/icons/oxygen/22x22/actions/budget-add.png -%%DATADIR%%/icons/oxygen/22x22/actions/budget-delete.png -%%DATADIR%%/icons/oxygen/22x22/actions/budget-edit.png -%%DATADIR%%/icons/oxygen/22x22/actions/budget.png -%%DATADIR%%/icons/oxygen/22x22/actions/categories.png -%%DATADIR%%/icons/oxygen/22x22/actions/category-delete.png -%%DATADIR%%/icons/oxygen/22x22/actions/category-edit.png -%%DATADIR%%/icons/oxygen/22x22/actions/forecast.png -%%DATADIR%%/icons/oxygen/22x22/actions/hide-categories.png -%%DATADIR%%/icons/oxygen/22x22/actions/hide-reconciled.png -%%DATADIR%%/icons/oxygen/22x22/actions/institution-add.png -%%DATADIR%%/icons/oxygen/22x22/actions/institution-delete.png -%%DATADIR%%/icons/oxygen/22x22/actions/institution-edit.png -%%DATADIR%%/icons/oxygen/22x22/actions/institution.png -%%DATADIR%%/icons/oxygen/22x22/actions/investment-add.png -%%DATADIR%%/icons/oxygen/22x22/actions/investment-delete.png -%%DATADIR%%/icons/oxygen/22x22/actions/investment-update-online-all.png -%%DATADIR%%/icons/oxygen/22x22/actions/investment-update-online.png -%%DATADIR%%/icons/oxygen/22x22/actions/investment.png -%%DATADIR%%/icons/oxygen/22x22/actions/ledger.png -%%DATADIR%%/icons/oxygen/22x22/actions/office-chart-tall-pie.png -%%DATADIR%%/icons/oxygen/22x22/actions/online-banking.png -%%DATADIR%%/icons/oxygen/22x22/actions/payee-rename.png -%%DATADIR%%/icons/oxygen/22x22/actions/reconcile-finish.png -%%DATADIR%%/icons/oxygen/22x22/actions/reconcile.png -%%DATADIR%%/icons/oxygen/22x22/actions/transaction-add.png -%%DATADIR%%/icons/oxygen/22x22/actions/transaction-delete.png -%%DATADIR%%/icons/oxygen/22x22/actions/transaction-edit.png -%%DATADIR%%/icons/oxygen/22x22/actions/transaction-find.png -%%DATADIR%%/icons/oxygen/22x22/actions/transaction-report.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-add.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-close.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-delete.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-asset.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-cash.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-checking.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-closed.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-credit-card.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-expense.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-income.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-investments.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-liability.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-loan.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-reconciled.png -%%DATADIR%%/icons/oxygen/32x32/actions/account-types-savings.png -%%DATADIR%%/icons/oxygen/32x32/actions/account.png -%%DATADIR%%/icons/oxygen/32x32/actions/budget.png -%%DATADIR%%/icons/oxygen/32x32/actions/categories.png -%%DATADIR%%/icons/oxygen/32x32/actions/forecast.png -%%DATADIR%%/icons/oxygen/32x32/actions/hide-reconciled.png -%%DATADIR%%/icons/oxygen/32x32/actions/institution-add.png -%%DATADIR%%/icons/oxygen/32x32/actions/institution.png -%%DATADIR%%/icons/oxygen/32x32/actions/investment.png -%%DATADIR%%/icons/oxygen/32x32/actions/ledger.png -%%DATADIR%%/icons/oxygen/32x32/actions/office-chart-tall-pie.png -%%DATADIR%%/icons/oxygen/32x32/actions/online-banking.png -%%DATADIR%%/icons/oxygen/32x32/actions/reconcile.png -%%DATADIR%%/icons/oxygen/32x32/actions/transaction-find.png -%%DATADIR%%/icons/oxygen/32x32/actions/transaction-report.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-add.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-close.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-delete.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-asset.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-cash.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-checking.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-closed.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-credit-card.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-expense.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-income.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-investments.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-liability.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-loan.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-reconciled.png -%%DATADIR%%/icons/oxygen/48x48/actions/account-types-savings.png -%%DATADIR%%/icons/oxygen/48x48/actions/account.png -%%DATADIR%%/icons/oxygen/48x48/actions/budget.png -%%DATADIR%%/icons/oxygen/48x48/actions/categories.png -%%DATADIR%%/icons/oxygen/48x48/actions/forecast.png -%%DATADIR%%/icons/oxygen/48x48/actions/hide-reconciled.png -%%DATADIR%%/icons/oxygen/48x48/actions/institution.png -%%DATADIR%%/icons/oxygen/48x48/actions/investment.png -%%DATADIR%%/icons/oxygen/48x48/actions/ledger.png -%%DATADIR%%/icons/oxygen/48x48/actions/office-chart-tall-pie.png -%%DATADIR%%/icons/oxygen/48x48/actions/online-banking.png -%%DATADIR%%/icons/oxygen/48x48/actions/reconcile.png -%%DATADIR%%/icons/oxygen/48x48/actions/transaction-find.png -%%DATADIR%%/icons/oxygen/48x48/actions/transaction-report.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-add.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-close.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-delete.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-asset.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-cash.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-checking.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-closed.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-credit-card.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-expense.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-income.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-investments.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-liability.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-loan.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-reconciled.png -%%DATADIR%%/icons/oxygen/64x64/actions/account-types-savings.png -%%DATADIR%%/icons/oxygen/64x64/actions/account.png -%%DATADIR%%/icons/oxygen/64x64/actions/budget.png -%%DATADIR%%/icons/oxygen/64x64/actions/categories.png -%%DATADIR%%/icons/oxygen/64x64/actions/forecast.png -%%DATADIR%%/icons/oxygen/64x64/actions/institution-add.png -%%DATADIR%%/icons/oxygen/64x64/actions/institution.png -%%DATADIR%%/icons/oxygen/64x64/actions/investment.png -%%DATADIR%%/icons/oxygen/64x64/actions/ledger.png -%%DATADIR%%/icons/oxygen/64x64/actions/office-chart-tall-pie.png -%%DATADIR%%/icons/oxygen/64x64/actions/online-banking.png -%%DATADIR%%/icons/oxygen/64x64/actions/reconcile.png -%%DATADIR%%/icons/oxygen/64x64/actions/transaction-find.png -%%DATADIR%%/icons/oxygen/64x64/actions/transaction-report.png -%%DATADIR%%/icons/oxygen/scalable/actions/account-add.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-close.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-delete.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-edit.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-reopen.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-asset.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-cash.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-checking.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-closed.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-credit-card.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-expense.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-income.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-investments.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-liability.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-loan.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-reconciled.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-types-savings.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-update-online-all.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account-update-online.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/account.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/backup.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/budget-add.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/budget-delete.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/budget-edit.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/budget.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/categories.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/category-delete.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/category-edit.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/forecast.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/hide-categories.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/hide-reconciled.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/institution-add.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/institution-delete.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/institution-edit.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/institution.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/investment-add.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/investment-delete.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/investment-edit.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/investment-update-online-all.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/investment-update-online.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/investment.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/ledger.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/office-chart-tall-pie.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/online-banking.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/payee-rename.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/reconcile-finish.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/reconcile.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/transaction-add.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/transaction-delete.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/transaction-edit.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/transaction-find.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/transaction-report.svgz -%%DATADIR%%/icons/oxygen/scalable/actions/transaction.svgz %%DATADIR%%/misc/financequote.pl -%%DATADIR%%/pics/l10n/de/startlogo.png -%%DATADIR%%/pics/l10n/es/startlogo.png -%%DATADIR%%/pics/l10n/fr/startlogo.png -%%DATADIR%%/pics/l10n/hu/startlogo.png -%%DATADIR%%/pics/l10n/it/startlogo.png -%%DATADIR%%/pics/l10n/pl/startlogo.png -%%DATADIR%%/pics/l10n/pt_BR/startlogo.png -%%DATADIR%%/pics/l10n/ro/startlogo.png -%%DATADIR%%/pics/l10n/ru/startlogo.png -%%DATADIR%%/pics/l10n/sl/startlogo.png -%%DATADIR%%/pics/l10n/sv/startlogo.png -%%DATADIR%%/pics/l10n/uk/startlogo.png -%%DATADIR%%/pics/startlogo.png -%%DATADIR%%/pics/titlelabel_background.png -%%DATADIR%%/templates/C/brokerage.kmt -%%DATADIR%%/templates/C/business.kmt -%%DATADIR%%/templates/C/carloan.kmt -%%DATADIR%%/templates/C/cdmoneymkt.kmt -%%DATADIR%%/templates/C/checkbook.kmt -%%DATADIR%%/templates/C/childcare.kmt -%%DATADIR%%/templates/C/common.kmt -%%DATADIR%%/templates/C/default_categories-template.kmt -%%DATADIR%%/templates/C/eduloan.kmt -%%DATADIR%%/templates/C/fixedassets.kmt -%%DATADIR%%/templates/C/full.kmt -%%DATADIR%%/templates/C/homeloan.kmt -%%DATADIR%%/templates/C/homeown.kmt -%%DATADIR%%/templates/C/old-default_accounts.kmt -%%DATADIR%%/templates/C/otherloan.kmt -%%DATADIR%%/templates/C/renter.kmt -%%DATADIR%%/templates/C/retiremt.kmt -%%DATADIR%%/templates/C/spouseinc.kmt -%%DATADIR%%/templates/C/spouseretire.kmt -%%DATADIR%%/templates/da/car.kmt -%%DATADIR%%/templates/da/common.kmt -%%DATADIR%%/templates/da/homeloan.kmt -%%DATADIR%%/templates/da/homeown.kmt -%%DATADIR%%/templates/de_AT/auto.kmt -%%DATADIR%%/templates/de_AT/autoloan.kmt -%%DATADIR%%/templates/de_AT/brokerage.kmt -%%DATADIR%%/templates/de_AT/business.kmt -%%DATADIR%%/templates/de_AT/common.kmt -%%DATADIR%%/templates/de_AT/ekr2017.kmt -%%DATADIR%%/templates/de_AT/houseown.kmt -%%DATADIR%%/templates/de_AT/investment.kmt -%%DATADIR%%/templates/de_AT/kids.kmt -%%DATADIR%%/templates/de_CH/brokerage.kmt -%%DATADIR%%/templates/de_CH/chkmu.kmt -%%DATADIR%%/templates/de_CH/common.kmt -%%DATADIR%%/templates/de_CH/kids.kmt -%%DATADIR%%/templates/de_CH/kmu.kmt -%%DATADIR%%/templates/de_CH/otherasset.kmt -%%DATADIR%%/templates/de_CH/otherloan.kmt -%%DATADIR%%/templates/de_DE/auto.kmt -%%DATADIR%%/templates/de_DE/autoloan.kmt -%%DATADIR%%/templates/de_DE/brokerage.kmt -%%DATADIR%%/templates/de_DE/common.kmt -%%DATADIR%%/templates/de_DE/default_accounts.kmt -%%DATADIR%%/templates/de_DE/full.kmt -%%DATADIR%%/templates/de_DE/houseown.kmt -%%DATADIR%%/templates/de_DE/investment.kmt -%%DATADIR%%/templates/de_DE/kids.kmt -%%DATADIR%%/templates/de_DE/otherasset.kmt -%%DATADIR%%/templates/de_DE/otherloan.kmt -%%DATADIR%%/templates/de_DE/skr03.kmt -%%DATADIR%%/templates/de_DE/skr04.kmt -%%DATADIR%%/templates/de_DE/skr49.kmt -%%DATADIR%%/templates/de_DE/studium.kmt -%%DATADIR%%/templates/de_DE/wohnungsw.kmt -%%DATADIR%%/templates/el_GR/brokerage.kmt -%%DATADIR%%/templates/el_GR/carloan.kmt -%%DATADIR%%/templates/el_GR/common.kmt -%%DATADIR%%/templates/en_CA/automobile.kmt -%%DATADIR%%/templates/en_CA/basicaccount.kmt -%%DATADIR%%/templates/en_CA/brokerageinvestments.kmt -%%DATADIR%%/templates/en_CA/cdgicmoneymarket.kmt -%%DATADIR%%/templates/en_CA/checkbook.kmt -%%DATADIR%%/templates/en_CA/daycare.kmt -%%DATADIR%%/templates/en_CA/fixedassets.kmt -%%DATADIR%%/templates/en_CA/homeowner.kmt -%%DATADIR%%/templates/en_CA/houserent.kmt -%%DATADIR%%/templates/en_CA/income.kmt -%%DATADIR%%/templates/en_CA/incomespouse.kmt -%%DATADIR%%/templates/en_CA/retimentspouse.kmt -%%DATADIR%%/templates/en_CA/retirement.kmt -%%DATADIR%%/templates/en_CA/studyloan.kmt -%%DATADIR%%/templates/en_GB/brokerage.kmt -%%DATADIR%%/templates/en_GB/business.kmt -%%DATADIR%%/templates/en_GB/carloan.kmt -%%DATADIR%%/templates/en_GB/cdmoneymkt.kmt -%%DATADIR%%/templates/en_GB/checkbook.kmt -%%DATADIR%%/templates/en_GB/childcare.kmt -%%DATADIR%%/templates/en_GB/common.kmt -%%DATADIR%%/templates/en_GB/default_accounts.kmt -%%DATADIR%%/templates/en_GB/eduloan.kmt -%%DATADIR%%/templates/en_GB/fixedassets.kmt -%%DATADIR%%/templates/en_GB/full.kmt -%%DATADIR%%/templates/en_GB/homeloan.kmt -%%DATADIR%%/templates/en_GB/homeown.kmt -%%DATADIR%%/templates/en_GB/otherloan.kmt -%%DATADIR%%/templates/en_GB/renter.kmt -%%DATADIR%%/templates/en_GB/retiremt.kmt -%%DATADIR%%/templates/en_GB/spouseinc.kmt -%%DATADIR%%/templates/en_GB/spouseretire.kmt -%%DATADIR%%/templates/en_GB/uk-vat.kmt -%%DATADIR%%/templates/en_US/0.6-default_accounts.kmt -%%DATADIR%%/templates/en_US/0.8-default_accounts.kmt -%%DATADIR%%/templates/en_US/Base-Blank.kmt -%%DATADIR%%/templates/en_US/Base-Detailed.kmt -%%DATADIR%%/templates/en_US/Base-Simple.kmt -%%DATADIR%%/templates/en_US/House.kmt -%%DATADIR%%/templates/en_US/Pets.kmt -%%DATADIR%%/templates/en_US/Retirement.kmt -%%DATADIR%%/templates/en_US/ScheduleA_itemized-deductions.kmt -%%DATADIR%%/templates/en_US/ScheduleBandD.kmt -%%DATADIR%%/templates/en_US/ScheduleC_business.kmt -%%DATADIR%%/templates/en_US/ScheduleE_rental-property.kmt -%%DATADIR%%/templates/en_US/ScheduleF_farming.kmt -%%DATADIR%%/templates/en_US/kids.kmt -%%DATADIR%%/templates/es_AR/brokerage.kmt -%%DATADIR%%/templates/es_AR/carloan.kmt -%%DATADIR%%/templates/es_AR/cdmoneymkt.kmt -%%DATADIR%%/templates/es_AR/childcare.kmt -%%DATADIR%%/templates/es_AR/common.kmt -%%DATADIR%%/templates/es_AR/currency.kmt -%%DATADIR%%/templates/es_AR/default_accounts.kmt -%%DATADIR%%/templates/es_AR/eduloan.kmt -%%DATADIR%%/templates/es_AR/fixedassets.kmt -%%DATADIR%%/templates/es_AR/homeloan.kmt -%%DATADIR%%/templates/es_AR/homeown.kmt -%%DATADIR%%/templates/es_AR/otherloan.kmt -%%DATADIR%%/templates/es_AR/renter.kmt -%%DATADIR%%/templates/es_AR/retiremt.kmt -%%DATADIR%%/templates/es_AR/spouseinc.kmt -%%DATADIR%%/templates/es_AR/spouseretire.kmt -%%DATADIR%%/templates/es_ES/brokerage.kmt -%%DATADIR%%/templates/es_ES/carloan.kmt -%%DATADIR%%/templates/es_ES/cdmoneymkt.kmt -%%DATADIR%%/templates/es_ES/childcare.kmt -%%DATADIR%%/templates/es_ES/common.kmt -%%DATADIR%%/templates/es_ES/currency.kmt -%%DATADIR%%/templates/es_ES/default_accounts.kmt -%%DATADIR%%/templates/es_ES/eduloan.kmt -%%DATADIR%%/templates/es_ES/fixedassets.kmt -%%DATADIR%%/templates/es_ES/homeloan.kmt -%%DATADIR%%/templates/es_ES/homeown.kmt -%%DATADIR%%/templates/es_ES/otherloan.kmt -%%DATADIR%%/templates/es_ES/renter.kmt -%%DATADIR%%/templates/es_ES/retiremt.kmt -%%DATADIR%%/templates/es_ES/spouseinc.kmt -%%DATADIR%%/templates/es_ES/spouseretire.kmt -%%DATADIR%%/templates/es_MX/brokerage.kmt -%%DATADIR%%/templates/es_MX/carloan.kmt -%%DATADIR%%/templates/es_MX/cdmoneymkt.kmt -%%DATADIR%%/templates/es_MX/childcare.kmt -%%DATADIR%%/templates/es_MX/common.kmt -%%DATADIR%%/templates/es_MX/currency.kmt -%%DATADIR%%/templates/es_MX/eduloan.kmt -%%DATADIR%%/templates/es_MX/fixedassets.kmt -%%DATADIR%%/templates/es_MX/homeloan.kmt -%%DATADIR%%/templates/es_MX/homeown.kmt -%%DATADIR%%/templates/es_MX/otherloan.kmt -%%DATADIR%%/templates/es_MX/renter.kmt -%%DATADIR%%/templates/es_MX/retiremt.kmt -%%DATADIR%%/templates/es_MX/spouseinc.kmt -%%DATADIR%%/templates/es_MX/spouseretire.kmt -%%DATADIR%%/templates/fr_CA/actifsfixes.kmt -%%DATADIR%%/templates/fr_CA/automobile.kmt -%%DATADIR%%/templates/fr_CA/basecommune.kmt -%%DATADIR%%/templates/fr_CA/cdmarchemon.kmt -%%DATADIR%%/templates/fr_CA/chequier.kmt -%%DATADIR%%/templates/fr_CA/conjointretraite.kmt -%%DATADIR%%/templates/fr_CA/conjointrev.kmt -%%DATADIR%%/templates/fr_CA/courtage.kmt -%%DATADIR%%/templates/fr_CA/etudeemprunt.kmt -%%DATADIR%%/templates/fr_CA/garderie.kmt -%%DATADIR%%/templates/fr_CA/locataire.kmt -%%DATADIR%%/templates/fr_CA/proprietaire.kmt -%%DATADIR%%/templates/fr_CA/retraite.kmt -%%DATADIR%%/templates/fr_CA/revenus.kmt -%%DATADIR%%/templates/fr_CH/brokerage.kmt -%%DATADIR%%/templates/fr_CH/business.kmt -%%DATADIR%%/templates/fr_CH/carloan.kmt -%%DATADIR%%/templates/fr_CH/cdmoneymkt.kmt -%%DATADIR%%/templates/fr_CH/childcare.kmt -%%DATADIR%%/templates/fr_CH/common.kmt -%%DATADIR%%/templates/fr_CH/currency.kmt -%%DATADIR%%/templates/fr_CH/eduloan.kmt -%%DATADIR%%/templates/fr_CH/fixedassets.kmt -%%DATADIR%%/templates/fr_CH/homeloan.kmt -%%DATADIR%%/templates/fr_CH/homeown.kmt -%%DATADIR%%/templates/fr_CH/otherloan.kmt -%%DATADIR%%/templates/fr_CH/renter.kmt -%%DATADIR%%/templates/fr_CH/retiremt.kmt -%%DATADIR%%/templates/fr_CH/spouseinc.kmt -%%DATADIR%%/templates/fr_CH/spouseretire.kmt -%%DATADIR%%/templates/fr_FR/brokerage.kmt -%%DATADIR%%/templates/fr_FR/business.kmt -%%DATADIR%%/templates/fr_FR/carloan.kmt -%%DATADIR%%/templates/fr_FR/cdmoneymkt.kmt -%%DATADIR%%/templates/fr_FR/childcare.kmt -%%DATADIR%%/templates/fr_FR/common.kmt -%%DATADIR%%/templates/fr_FR/comptes_par_default.kmt -%%DATADIR%%/templates/fr_FR/currency.kmt -%%DATADIR%%/templates/fr_FR/eduloan.kmt -%%DATADIR%%/templates/fr_FR/fixedassets.kmt -%%DATADIR%%/templates/fr_FR/homeloan.kmt -%%DATADIR%%/templates/fr_FR/homeown.kmt -%%DATADIR%%/templates/fr_FR/otherloan.kmt -%%DATADIR%%/templates/fr_FR/renter.kmt -%%DATADIR%%/templates/fr_FR/retiremt.kmt -%%DATADIR%%/templates/fr_FR/spouseinc.kmt -%%DATADIR%%/templates/fr_FR/spouseretire.kmt -%%DATADIR%%/templates/gl_ES/default_accounts.kmt -%%DATADIR%%/templates/hu_HU/brokerage.kmt -%%DATADIR%%/templates/hu_HU/business.kmt -%%DATADIR%%/templates/hu_HU/carloan.kmt -%%DATADIR%%/templates/hu_HU/cdmoneymkt.kmt -%%DATADIR%%/templates/hu_HU/checkbook.kmt -%%DATADIR%%/templates/hu_HU/childcare.kmt -%%DATADIR%%/templates/hu_HU/common.kmt -%%DATADIR%%/templates/hu_HU/eduloan.kmt -%%DATADIR%%/templates/hu_HU/fixedassets.kmt -%%DATADIR%%/templates/hu_HU/homeloan.kmt -%%DATADIR%%/templates/hu_HU/homeown.kmt -%%DATADIR%%/templates/hu_HU/otherloan.kmt -%%DATADIR%%/templates/hu_HU/renter.kmt -%%DATADIR%%/templates/hu_HU/retiremt.kmt -%%DATADIR%%/templates/hu_HU/spouseinc.kmt -%%DATADIR%%/templates/hu_HU/spouseretire.kmt -%%DATADIR%%/templates/it/brokerage.kmt -%%DATADIR%%/templates/it/carloan.kmt -%%DATADIR%%/templates/it/checkbook.kmt -%%DATADIR%%/templates/it/childcare.kmt -%%DATADIR%%/templates/it/common.kmt -%%DATADIR%%/templates/it/fixedassets.kmt -%%DATADIR%%/templates/it/homeloan.kmt -%%DATADIR%%/templates/it/homeown.kmt -%%DATADIR%%/templates/it/otherloan.kmt -%%DATADIR%%/templates/it/renter.kmt -%%DATADIR%%/templates/it/retiremt.kmt -%%DATADIR%%/templates/it/spouseinc.kmt -%%DATADIR%%/templates/it/spouseretire.kmt -%%DATADIR%%/templates/ja_JP/brokerage.kmt -%%DATADIR%%/templates/ja_JP/business.kmt -%%DATADIR%%/templates/ja_JP/carloan.kmt -%%DATADIR%%/templates/ja_JP/cdmoneymkt.kmt -%%DATADIR%%/templates/ja_JP/checkbook.kmt -%%DATADIR%%/templates/ja_JP/childcare.kmt -%%DATADIR%%/templates/ja_JP/common.kmt -%%DATADIR%%/templates/ja_JP/eduloan.kmt -%%DATADIR%%/templates/ja_JP/fixedassets.kmt -%%DATADIR%%/templates/ja_JP/full.kmt -%%DATADIR%%/templates/ja_JP/homeloan.kmt -%%DATADIR%%/templates/ja_JP/homeown.kmt -%%DATADIR%%/templates/ja_JP/otherloan.kmt -%%DATADIR%%/templates/ja_JP/renter.kmt -%%DATADIR%%/templates/ja_JP/retiremt.kmt -%%DATADIR%%/templates/ja_JP/spouseinc.kmt -%%DATADIR%%/templates/ja_JP/spouseretire.kmt -%%DATADIR%%/templates/nl_NL/checkbook.kmt -%%DATADIR%%/templates/nl_NL/default_accounts.kmt -%%DATADIR%%/templates/nl_NL/full.kmt -%%DATADIR%%/templates/nl_NL/rgs_1.1.kmt -%%DATADIR%%/templates/pt_BR/brokerage.kmt -%%DATADIR%%/templates/pt_BR/carloan.kmt -%%DATADIR%%/templates/pt_BR/cdmoneymkt.kmt -%%DATADIR%%/templates/pt_BR/childcare.kmt -%%DATADIR%%/templates/pt_BR/common.kmt -%%DATADIR%%/templates/pt_BR/currency.kmt -%%DATADIR%%/templates/pt_BR/default_accounts.kmt -%%DATADIR%%/templates/pt_BR/eduloan.kmt -%%DATADIR%%/templates/pt_BR/fixedassets.kmt -%%DATADIR%%/templates/pt_BR/homeloan.kmt -%%DATADIR%%/templates/pt_BR/homeown.kmt -%%DATADIR%%/templates/pt_BR/otherloan.kmt -%%DATADIR%%/templates/pt_BR/renter.kmt -%%DATADIR%%/templates/pt_BR/retiremt.kmt -%%DATADIR%%/templates/pt_BR/spouseinc.kmt -%%DATADIR%%/templates/pt_BR/spouseretire.kmt -%%DATADIR%%/templates/pt_PT/brokerage.kmt -%%DATADIR%%/templates/pt_PT/business.kmt -%%DATADIR%%/templates/pt_PT/carloan.kmt -%%DATADIR%%/templates/pt_PT/cdmoneymkt.kmt -%%DATADIR%%/templates/pt_PT/checkbook.kmt -%%DATADIR%%/templates/pt_PT/childcare.kmt -%%DATADIR%%/templates/pt_PT/common.kmt -%%DATADIR%%/templates/pt_PT/eduloan.kmt -%%DATADIR%%/templates/pt_PT/fixedassets.kmt -%%DATADIR%%/templates/pt_PT/homeloan.kmt -%%DATADIR%%/templates/pt_PT/homeown.kmt -%%DATADIR%%/templates/pt_PT/otherloan.kmt -%%DATADIR%%/templates/pt_PT/renter.kmt -%%DATADIR%%/templates/pt_PT/retiremt.kmt -%%DATADIR%%/templates/pt_PT/spouseinc.kmt -%%DATADIR%%/templates/pt_PT/spouseretire.kmt -%%DATADIR%%/templates/ro_RO/carloan.kmt -%%DATADIR%%/templates/ro_RO/common.kmt -%%DATADIR%%/templates/ro_RO/default_categories-template.kmt -%%DATADIR%%/templates/ro_RO/homeloan.kmt -%%DATADIR%%/templates/ru_RU/auto.kmt -%%DATADIR%%/templates/ru_RU/autoloan.kmt -%%DATADIR%%/templates/ru_RU/common.kmt -%%DATADIR%%/templates/ru_RU/default_accounts.kmt -%%DATADIR%%/templates/ru_RU/homeloan.kmt -%%DATADIR%%/templates/ru_RU/homeown.kmt -%%DATADIR%%/templates/ru_RU/kids.kmt -%%DATADIR%%/templates/ru_RU/otherloan.kmt -%%DATADIR%%/templates/ru_RU/renter.kmt -%%DATADIR%%/templates/sk/brokerage.kmt -%%DATADIR%%/templates/sk/carloan.kmt -%%DATADIR%%/templates/sk/cdmoneymkt.kmt -%%DATADIR%%/templates/sk/childcare.kmt -%%DATADIR%%/templates/sk/common.kmt -%%DATADIR%%/templates/sk/currency.kmt -%%DATADIR%%/templates/sk/eduloan.kmt -%%DATADIR%%/templates/sk/fixedassets.kmt -%%DATADIR%%/templates/sk/homeloan.kmt -%%DATADIR%%/templates/sk/homeown.kmt -%%DATADIR%%/templates/sk/otherloan.kmt -%%DATADIR%%/templates/sk/renter.kmt -%%DATADIR%%/templates/sk/retiremt.kmt -%%DATADIR%%/templates/sk/spouseinc.kmt -%%DATADIR%%/templates/sk/spouseretire.kmt -%%DATADIR%%/templates/tr_TR/TEKDUZ.kmt -%%DATADIR%%/templates/tr_TR/brokerage.kmt -%%DATADIR%%/templates/tr_TR/carloan.kmt -%%DATADIR%%/templates/tr_TR/cdmoneymkt.kmt -%%DATADIR%%/templates/tr_TR/checkbook.kmt -%%DATADIR%%/templates/tr_TR/common.kmt -%%DATADIR%%/templates/tr_TR/fixedassets.kmt -%%DATADIR%%/templates/tr_TR/homeloan.kmt -%%DATADIR%%/templates/uk_UA/default_accounts.kmt -%%DATADIR%%/templates/zh_CN/brokerage.kmt -%%DATADIR%%/templates/zh_CN/business.kmt -%%DATADIR%%/templates/zh_CN/carloan.kmt -%%DATADIR%%/templates/zh_CN/cdmoneymkt.kmt -%%DATADIR%%/templates/zh_CN/checkbook.kmt -%%DATADIR%%/templates/zh_CN/childcare.kmt -%%DATADIR%%/templates/zh_CN/common.kmt -%%DATADIR%%/templates/zh_CN/default_accounts.kmt -%%DATADIR%%/templates/zh_CN/eduloan.kmt -%%DATADIR%%/templates/zh_CN/fixedassets.kmt -%%DATADIR%%/templates/zh_CN/full.kmt -%%DATADIR%%/templates/zh_CN/homeloan.kmt -%%DATADIR%%/templates/zh_CN/homeown.kmt -%%DATADIR%%/templates/zh_CN/otherloan.kmt -%%DATADIR%%/templates/zh_CN/renter.kmt -%%DATADIR%%/templates/zh_CN/retiremt.kmt -%%DATADIR%%/templates/zh_CN/spouseinc.kmt -%%DATADIR%%/templates/zh_CN/spouseretire.kmt -%%DATADIR%%/templates/zh_HK/business.kmt -%%DATADIR%%/templates/zh_TW/brokerage.kmt -%%DATADIR%%/templates/zh_TW/business.kmt -%%DATADIR%%/templates/zh_TW/carloan.kmt -%%DATADIR%%/templates/zh_TW/cdmoneymkt.kmt -%%DATADIR%%/templates/zh_TW/checkbook.kmt -%%DATADIR%%/templates/zh_TW/childcare.kmt -%%DATADIR%%/templates/zh_TW/common.kmt -%%DATADIR%%/templates/zh_TW/eduloan.kmt -%%DATADIR%%/templates/zh_TW/fixedassets.kmt -%%DATADIR%%/templates/zh_TW/homeloan.kmt -%%DATADIR%%/templates/zh_TW/homeown.kmt -%%DATADIR%%/templates/zh_TW/otherloan.kmt -%%DATADIR%%/templates/zh_TW/renter.kmt -%%DATADIR%%/templates/zh_TW/retiremt.kmt -%%DATADIR%%/templates/zh_TW/spouseinc.kmt -%%DATADIR%%/templates/zh_TW/spouseretire.kmt -%%DATADIR%%/templates/zh_TW/vehicle.kmt -%%DATADIR%%/tips -share/kservices5/kcm_checkprinting.desktop -share/kservices5/kcm_csvimporter.desktop -share/kservices5/kcm_forecastview.desktop -%%CALENDAR%%share/kservices5/kcm_icalendarexporter.desktop -share/kservices5/kcm_qifexporter.desktop -share/kservices5/kcm_qifimporter.desktop -share/kservices5/kcm_reportsview.desktop -share/kservices5/kcm_xmlstorage.desktop -share/kxmlgui5/checkprinting/checkprinting.rc -share/kxmlgui5/csvexporter/csvexporter.rc -share/kxmlgui5/csvimporter/csvimporter.rc -%%CALENDAR%%share/kxmlgui5/icalendarexporter/icalendarexporter.rc -%%KBANKING%%share/kxmlgui5/kbanking/kbanking.rc -%%OFX%%share/kxmlgui5/ofximporter/ofximporter.rc -share/kxmlgui5/qifexporter/qifexporter.rc -share/kxmlgui5/qifimporter/qifimporter.rc -share/kxmlgui5/sqlstorage/sqlstorage.rc -%%WOOB%%share/kxmlgui5/woob/woob.rc share/locale/ar/LC_MESSAGES/kmymoney.mo share/locale/ast/LC_MESSAGES/kmymoney.mo share/locale/bg/LC_MESSAGES/kmymoney.mo @@ -1656,11 +623,14 @@ share/locale/gl/LC_MESSAGES/kmymoney.mo share/locale/hu/LC_MESSAGES/kmymoney.mo share/locale/ia/LC_MESSAGES/kmymoney.mo share/locale/it/LC_MESSAGES/kmymoney.mo +share/locale/ja/LC_MESSAGES/kmymoney.mo +share/locale/ka/LC_MESSAGES/kmymoney.mo share/locale/kk/LC_MESSAGES/kmymoney.mo share/locale/ko/LC_MESSAGES/kmymoney.mo share/locale/lt/LC_MESSAGES/kmymoney.mo share/locale/mr/LC_MESSAGES/kmymoney.mo share/locale/ms/LC_MESSAGES/kmymoney.mo +share/locale/nb/LC_MESSAGES/kmymoney.mo share/locale/nds/LC_MESSAGES/kmymoney.mo share/locale/nl/LC_MESSAGES/kmymoney.mo share/locale/pl/LC_MESSAGES/kmymoney.mo diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index 3584b4433ad4..07ac4927ce9c 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -1,5 +1,5 @@ PORTNAME= prestashop -PORTVERSION= 8.2.0 +PORTVERSION= 8.2.2 CATEGORIES= finance www MASTER_SITES= https://github.com/PrestaShop/PrestaShop/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/finance/prestashop/distinfo b/finance/prestashop/distinfo index 313a3348fa69..f11ed1b77786 100644 --- a/finance/prestashop/distinfo +++ b/finance/prestashop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727680395 -SHA256 (prestashop_8.2.0.zip) = d512d05ffa30dcde9819b6a867694fa24b447ae32acaded6cce9d19472bc9cd1 -SIZE (prestashop_8.2.0.zip) = 82333023 +TIMESTAMP = 1755742193 +SHA256 (prestashop_8.2.2.zip) = 88a926b5ea322ee853035c62ae96f6bafdd76a81ff84505d9ced24f82966f983 +SIZE (prestashop_8.2.2.zip) = 82506234 |