diff options
Diffstat (limited to 'finance')
58 files changed, 631 insertions, 1767 deletions
diff --git a/finance/Makefile b/finance/Makefile index 636d68dbf6f0..96e5d2980fce 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -50,7 +50,6 @@ SUBDIR += ledgersmb12 SUBDIR += libbtc SUBDIR += libofx - SUBDIR += libstocks SUBDIR += linux-tradingview SUBDIR += lnd SUBDIR += moneymanagerex 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/aqbanking/Makefile b/finance/aqbanking/Makefile index dd58e8f417d5..c0844d7b6c91 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -1,8 +1,7 @@ PORTNAME= aqbanking -PORTVERSION= 6.6.0 -PORTREVISION= 1 +PORTVERSION= 6.6.1 CATEGORIES= finance -MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/531/ +MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/535/ MAINTAINER= jhale@FreeBSD.org COMMENT= Online banking interface and financial data framework diff --git a/finance/aqbanking/distinfo b/finance/aqbanking/distinfo index 331921a3e6dc..3efd998e8964 100644 --- a/finance/aqbanking/distinfo +++ b/finance/aqbanking/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735370744 -SHA256 (aqbanking-6.6.0.tar.gz) = 37634487b95bad72b1b21397bce08cb4b15e13cb253886767c98f31712e40bfb -SIZE (aqbanking-6.6.0.tar.gz) = 2724090 +TIMESTAMP = 1754204436 +SHA256 (aqbanking-6.6.1.tar.gz) = 3250fa6d893f816d29c19af35fe5fccb74c080e21753fd9e52579a792dd48567 +SIZE (aqbanking-6.6.1.tar.gz) = 2729954 diff --git a/finance/electrs/Makefile b/finance/electrs/Makefile index d83e48866056..baeb4927e961 100644 --- a/finance/electrs/Makefile +++ b/finance/electrs/Makefile @@ -1,7 +1,6 @@ PORTNAME= electrs DISTVERSIONPREFIX= v -DISTVERSION= 0.10.8 -PORTREVISION= 5 +DISTVERSION= 0.10.10 CATEGORIES= finance net-p2p MAINTAINER= yuri@FreeBSD.org @@ -29,21 +28,20 @@ CARGO_CRATES= aho-corasick-1.1.2 \ base64-0.13.1 \ bech32-0.11.0 \ bindgen-0.63.0 \ - bitcoin-0.32.5 \ + bitcoin-0.32.6 \ bitcoin-internals-0.3.0 \ bitcoin-io-0.1.2 \ bitcoin-test-data-0.2.0 \ bitcoin-units-0.1.1 \ bitcoin_hashes-0.14.0 \ - bitcoin_slices-0.9.1 \ + bitcoin_slices-0.10.0 \ bitcoincore-rpc-0.19.0 \ bitcoincore-rpc-json-0.19.0 \ bitflags-1.3.2 \ bitflags-2.4.1 \ block-buffer-0.10.4 \ - byteorder-1.5.0 \ bzip2-sys-0.1.11+1.0.8 \ - cargo_toml-0.15.0 \ + cargo_toml-0.14.1 \ cc-1.0.83 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ @@ -52,7 +50,7 @@ CARGO_CRATES= aho-corasick-1.1.2 \ configure_me-0.4.0 \ configure_me_codegen-0.4.8 \ cpufeatures-0.2.11 \ - crossbeam-channel-0.5.14 \ + crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.4 \ crossbeam-epoch-0.9.16 \ crossbeam-utils-0.8.18 \ @@ -65,43 +63,40 @@ CARGO_CRATES= aho-corasick-1.1.2 \ electrs-librocksdb-sys-0.9.0-e3+7.8.3 \ electrs-rocksdb-0.19.0-e3 \ env_logger-0.10.2 \ - errno-0.3.8 \ + errno-0.3.10 \ fastrand-2.1.1 \ fmt2io-1.0.0 \ fnv-1.0.7 \ generic-array-0.14.7 \ getrandom-0.2.11 \ + getrandom-0.3.1 \ glob-0.3.1 \ - hashbrown-0.12.3 \ hermit-abi-0.3.3 \ hex-0.4.3 \ hex-conservative-0.2.0 \ hex_lit-0.1.1 \ httpdate-1.0.3 \ humantime-2.1.0 \ - indexmap-1.9.3 \ - io-lifetimes-1.0.11 \ is-terminal-0.4.9 \ itoa-1.0.10 \ jobserver-0.1.26 \ jsonrpc-0.18.0 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - libc-0.2.162 \ + libc-0.2.171 \ libloading-0.7.4 \ libredox-0.0.1 \ libz-sys-1.1.12 \ - linux-raw-sys-0.1.4 \ linux-raw-sys-0.4.14 \ + linux-raw-sys-0.9.3 \ lock_api-0.4.11 \ - log-0.4.22 \ + log-0.4.27 \ memchr-2.6.4 \ memoffset-0.9.0 \ minimal-lexical-0.2.1 \ minreq-2.11.2 \ nix-0.27.1 \ nom-7.1.3 \ - nom8-0.2.0 \ once_cell-1.19.0 \ parking_lot-0.12.1 \ parking_lot_core-0.9.9 \ @@ -110,8 +105,9 @@ CARGO_CRATES= aho-corasick-1.1.2 \ pkg-config-0.3.28 \ ppv-lite86-0.2.17 \ proc-macro2-1.0.71 \ - procfs-0.14.2 \ - prometheus-0.13.3 \ + procfs-0.16.0 \ + procfs-core-0.16.0 \ + prometheus-0.13.4 \ protobuf-2.28.0 \ quote-1.0.33 \ rand-0.8.5 \ @@ -125,8 +121,8 @@ CARGO_CRATES= aho-corasick-1.1.2 \ regex-automata-0.3.9 \ regex-syntax-0.7.5 \ rustc-hash-1.1.0 \ - rustix-0.36.17 \ rustix-0.38.40 \ + rustix-1.0.2 \ ryu-1.0.16 \ scopeguard-1.2.0 \ secp256k1-0.29.0 \ @@ -134,23 +130,19 @@ CARGO_CRATES= aho-corasick-1.1.2 \ serde-1.0.171 \ serde_derive-1.0.171 \ serde_json-1.0.109 \ - serde_spanned-0.6.1 \ sha2-0.10.8 \ shlex-1.3.0 \ - signal-hook-0.3.17 \ + signal-hook-0.3.18 \ signal-hook-registry-1.4.1 \ smallvec-1.13.1 \ syn-1.0.109 \ syn-2.0.42 \ - tempfile-3.14.0 \ + tempfile-3.20.0 \ termcolor-1.4.1 \ thiserror-1.0.55 \ thiserror-impl-1.0.55 \ tiny_http-0.12.0 \ toml-0.5.11 \ - toml-0.7.1 \ - toml_datetime-0.6.1 \ - toml_edit-0.19.1 \ typenum-1.17.0 \ unicode-ident-1.0.12 \ unicode-segmentation-1.10.1 \ @@ -158,39 +150,32 @@ CARGO_CRATES= aho-corasick-1.1.2 \ version_check-0.9.4 \ void-1.0.2 \ wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.13.3+wasi-0.2.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.6 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ - windows-targets-0.42.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ - windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ - windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.6 \ - windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.6 \ windows_i686_gnullvm-0.52.6 \ - windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.6 \ - windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.6 \ - windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.6 \ - windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ + wit-bindgen-rt-0.33.0 \ zstd-sys-2.0.8+zstd.1.5.5 MAKE_ENV= LIBCLANG_PATH=${LLVM_PREFIX}/lib diff --git a/finance/electrs/distinfo b/finance/electrs/distinfo index 28e513d547cf..ae6716a81b24 100644 --- a/finance/electrs/distinfo +++ b/finance/electrs/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1735769639 +TIMESTAMP = 1753029873 SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 SHA256 (rust/crates/anyhow-1.0.80.crate) = 5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1 @@ -17,8 +17,8 @@ SHA256 (rust/crates/bech32-0.11.0.crate) = d965446196e3b7decd44aa7ee49e31d630118 SIZE (rust/crates/bech32-0.11.0.crate) = 67018 SHA256 (rust/crates/bindgen-0.63.0.crate) = 36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885 SIZE (rust/crates/bindgen-0.63.0.crate) = 201856 -SHA256 (rust/crates/bitcoin-0.32.5.crate) = ce6bc65742dea50536e35ad42492b234c27904a27f0abdcbce605015cb4ea026 -SIZE (rust/crates/bitcoin-0.32.5.crate) = 364430 +SHA256 (rust/crates/bitcoin-0.32.6.crate) = ad8929a18b8e33ea6b3c09297b687baaa71fb1b97353243a3f1029fad5c59c5b +SIZE (rust/crates/bitcoin-0.32.6.crate) = 368582 SHA256 (rust/crates/bitcoin-internals-0.3.0.crate) = 30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2 SIZE (rust/crates/bitcoin-internals-0.3.0.crate) = 9799 SHA256 (rust/crates/bitcoin-io-0.1.2.crate) = 340e09e8399c7bd8912f495af6aa58bea0c9214773417ffaa8f6460f93aaee56 @@ -29,8 +29,8 @@ SHA256 (rust/crates/bitcoin-units-0.1.1.crate) = cb54da0b28892f3c52203a719153403 SIZE (rust/crates/bitcoin-units-0.1.1.crate) = 31986 SHA256 (rust/crates/bitcoin_hashes-0.14.0.crate) = bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16 SIZE (rust/crates/bitcoin_hashes-0.14.0.crate) = 48535 -SHA256 (rust/crates/bitcoin_slices-0.9.1.crate) = 0d2eede678354292a3e0c066e1c113f9868c705dfa8f91346d6b6f7c294205b0 -SIZE (rust/crates/bitcoin_slices-0.9.1.crate) = 26170 +SHA256 (rust/crates/bitcoin_slices-0.10.0.crate) = 7943d4257fdfc85afe2a13d2b539a5213e97bb978329dd79b624acbce73042fb +SIZE (rust/crates/bitcoin_slices-0.10.0.crate) = 36701 SHA256 (rust/crates/bitcoincore-rpc-0.19.0.crate) = aedd23ae0fd321affb4bbbc36126c6f49a32818dc6b979395d24da8c9d4e80ee SIZE (rust/crates/bitcoincore-rpc-0.19.0.crate) = 21886 SHA256 (rust/crates/bitcoincore-rpc-json-0.19.0.crate) = d8909583c5fab98508e80ef73e5592a651c954993dc6b7739963257d19f0e71a @@ -41,12 +41,10 @@ SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63 SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b -SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444 -SHA256 (rust/crates/cargo_toml-0.15.0.crate) = 1521c5948ab432e084eabee0c9e4e965483f73156eaa0b04fc192e3f61205438 -SIZE (rust/crates/cargo_toml-0.15.0.crate) = 24712 +SHA256 (rust/crates/cargo_toml-0.14.1.crate) = 2bfbc36312494041e2cdd5f06697b7e89d4b76f42773a0b5556ac290ff22acc2 +SIZE (rust/crates/cargo_toml-0.14.1.crate) = 24634 SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 SIZE (rust/crates/cc-1.0.83.crate) = 68343 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -63,8 +61,8 @@ SHA256 (rust/crates/configure_me_codegen-0.4.8.crate) = 5e56840275667a19b0e8ab80 SIZE (rust/crates/configure_me_codegen-0.4.8.crate) = 36517 SHA256 (rust/crates/cpufeatures-0.2.11.crate) = ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0 SIZE (rust/crates/cpufeatures-0.2.11.crate) = 12727 -SHA256 (rust/crates/crossbeam-channel-0.5.14.crate) = 06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471 -SIZE (rust/crates/crossbeam-channel-0.5.14.crate) = 92728 +SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 +SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716 SHA256 (rust/crates/crossbeam-deque-0.8.4.crate) = fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751 SIZE (rust/crates/crossbeam-deque-0.8.4.crate) = 21752 SHA256 (rust/crates/crossbeam-epoch-0.9.16.crate) = 2d2fe95351b870527a5d09bf563ed3c97c0cffb87cf1c78a591bf48bb218d9aa @@ -89,8 +87,8 @@ SHA256 (rust/crates/electrs-rocksdb-0.19.0-e3.crate) = 1f33e74754aaacc3ff9ace8d3 SIZE (rust/crates/electrs-rocksdb-0.19.0-e3.crate) = 120288 SHA256 (rust/crates/env_logger-0.10.2.crate) = 4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580 SIZE (rust/crates/env_logger-0.10.2.crate) = 36402 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d +SIZE (rust/crates/errno-0.3.10.crate) = 11824 SHA256 (rust/crates/fastrand-2.1.1.crate) = e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6 SIZE (rust/crates/fastrand-2.1.1.crate) = 14983 SHA256 (rust/crates/fmt2io-1.0.0.crate) = 6b6129284da9f7e5296cc22183a63f24300e945e297705dcc0672f7df01d62c8 @@ -101,10 +99,10 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 +SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8 +SIZE (rust/crates/getrandom-0.3.1.crate) = 42449 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 -SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 -SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 @@ -117,10 +115,6 @@ SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994 SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 -SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 -SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 -SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 SHA256 (rust/crates/is-terminal-0.4.9.crate) = cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b SIZE (rust/crates/is-terminal-0.4.9.crate) = 8109 SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c @@ -133,22 +127,22 @@ SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832a SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/libc-0.2.162.crate) = 18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398 -SIZE (rust/crates/libc-0.2.162.crate) = 769354 +SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 +SIZE (rust/crates/libc-0.2.171.crate) = 785246 SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f SIZE (rust/crates/libloading-0.7.4.crate) = 27580 SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 SIZE (rust/crates/libredox-0.0.1.crate) = 4212 SHA256 (rust/crates/libz-sys-1.1.12.crate) = d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b SIZE (rust/crates/libz-sys-1.1.12.crate) = 3030648 -SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4 -SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981 SHA256 (rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 SIZE (rust/crates/linux-raw-sys-0.4.14.crate) = 1826665 +SHA256 (rust/crates/linux-raw-sys-0.9.3.crate) = fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413 +SIZE (rust/crates/linux-raw-sys-0.9.3.crate) = 2311047 SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 -SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 -SIZE (rust/crates/log-0.4.22.crate) = 44027 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 SIZE (rust/crates/memchr-2.6.4.crate) = 94439 SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c @@ -161,8 +155,6 @@ SHA256 (rust/crates/nix-0.27.1.crate) = 2eb04e9c688eff1c89d72b407f168cf79bb9e867 SIZE (rust/crates/nix-0.27.1.crate) = 286494 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/nom8-0.2.0.crate) = ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8 -SIZE (rust/crates/nom8-0.2.0.crate) = 162020 SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f @@ -179,10 +171,12 @@ SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad26 SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 SHA256 (rust/crates/proc-macro2-1.0.71.crate) = 75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8 SIZE (rust/crates/proc-macro2-1.0.71.crate) = 44407 -SHA256 (rust/crates/procfs-0.14.2.crate) = b1de8dacb0873f77e6aefc6d71e044761fcc68060290f5b1089fcdf84626bb69 -SIZE (rust/crates/procfs-0.14.2.crate) = 116068 -SHA256 (rust/crates/prometheus-0.13.3.crate) = 449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c -SIZE (rust/crates/prometheus-0.13.3.crate) = 82457 +SHA256 (rust/crates/procfs-0.16.0.crate) = 731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4 +SIZE (rust/crates/procfs-0.16.0.crate) = 60581 +SHA256 (rust/crates/procfs-core-0.16.0.crate) = 2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29 +SIZE (rust/crates/procfs-core-0.16.0.crate) = 68279 +SHA256 (rust/crates/prometheus-0.13.4.crate) = 3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1 +SIZE (rust/crates/prometheus-0.13.4.crate) = 84650 SHA256 (rust/crates/protobuf-2.28.0.crate) = 106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94 SIZE (rust/crates/protobuf-2.28.0.crate) = 167541 SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae @@ -209,10 +203,10 @@ SHA256 (rust/crates/regex-syntax-0.7.5.crate) = dbb5fb1acd8a1a18b3dd5be62d25485e SIZE (rust/crates/regex-syntax-0.7.5.crate) = 343366 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 -SHA256 (rust/crates/rustix-0.36.17.crate) = 305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed -SIZE (rust/crates/rustix-0.36.17.crate) = 290840 SHA256 (rust/crates/rustix-0.38.40.crate) = 99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0 SIZE (rust/crates/rustix-0.38.40.crate) = 377954 +SHA256 (rust/crates/rustix-1.0.2.crate) = f7178faa4b75a30e269c71e61c353ce2748cf3d76f0c44c393f4e60abf49b825 +SIZE (rust/crates/rustix-1.0.2.crate) = 411835 SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c SIZE (rust/crates/ryu-1.0.16.crate) = 47351 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 @@ -227,14 +221,12 @@ SHA256 (rust/crates/serde_derive-1.0.171.crate) = 389894603bd18c46fa56231694f8d8 SIZE (rust/crates/serde_derive-1.0.171.crate) = 55183 SHA256 (rust/crates/serde_json-1.0.109.crate) = cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9 SIZE (rust/crates/serde_json-1.0.109.crate) = 146459 -SHA256 (rust/crates/serde_spanned-0.6.1.crate) = 0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4 -SIZE (rust/crates/serde_spanned-0.6.1.crate) = 7828 SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 SIZE (rust/crates/sha2-0.10.8.crate) = 26357 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 -SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 +SHA256 (rust/crates/signal-hook-0.3.18.crate) = d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2 +SIZE (rust/crates/signal-hook-0.3.18.crate) = 50862 SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 SHA256 (rust/crates/smallvec-1.13.1.crate) = e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7 @@ -243,8 +235,8 @@ SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67 SIZE (rust/crates/syn-1.0.109.crate) = 237611 SHA256 (rust/crates/syn-2.0.42.crate) = 5b7d0a2c048d661a1a59fcd7355baa232f7ed34e0ee4df2eef3c1c1c0d3852d8 SIZE (rust/crates/syn-2.0.42.crate) = 246484 -SHA256 (rust/crates/tempfile-3.14.0.crate) = 28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c -SIZE (rust/crates/tempfile-3.14.0.crate) = 35065 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 SHA256 (rust/crates/thiserror-1.0.55.crate) = 6e3de26b0965292219b4287ff031fcba86837900fe9cd2b34ea8ad893c0953d2 @@ -255,12 +247,6 @@ SHA256 (rust/crates/tiny_http-0.12.0.crate) = 389915df6413a2e74fb181895f93338602 SIZE (rust/crates/tiny_http-0.12.0.crate) = 51330 SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 SIZE (rust/crates/toml-0.5.11.crate) = 54910 -SHA256 (rust/crates/toml-0.7.1.crate) = 772c1426ab886e7362aedf4abc9c0d1348a979517efedfc25862944d10137af0 -SIZE (rust/crates/toml-0.7.1.crate) = 46909 -SHA256 (rust/crates/toml_datetime-0.6.1.crate) = 3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622 -SIZE (rust/crates/toml_datetime-0.6.1.crate) = 10765 -SHA256 (rust/crates/toml_edit-0.19.1.crate) = 90a238ee2e6ede22fb95350acc78e21dc40da00bb66c0334bde83de4ed89424e -SIZE (rust/crates/toml_edit-0.19.1.crate) = 93645 SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 SIZE (rust/crates/typenum-1.17.0.crate) = 42849 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b @@ -275,6 +261,8 @@ SHA256 (rust/crates/void-1.0.2.crate) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacff SIZE (rust/crates/void-1.0.2.crate) = 2356 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2 +SIZE (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 136754 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 @@ -283,65 +271,49 @@ SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed63 SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 -SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 -SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 -SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 -SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 -SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 -SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f -SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 -SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 -SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 -SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 -SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 -SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 -SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 -SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c +SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357 SHA256 (rust/crates/zstd-sys-2.0.8+zstd.1.5.5.crate) = 5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c SIZE (rust/crates/zstd-sys-2.0.8+zstd.1.5.5.crate) = 736270 -SHA256 (romanz-electrs-v0.10.8_GH0.tar.gz) = 818cbccb431a69d343dbb7c732e925a118f3eafe0a45efb67610e44291e92ad1 -SIZE (romanz-electrs-v0.10.8_GH0.tar.gz) = 1379855 +SHA256 (romanz-electrs-v0.10.10_GH0.tar.gz) = 2c22b4284a6d0348c3d206232cdd61b92e808c0b07cf2c71b8fb0754965436c0 +SIZE (romanz-electrs-v0.10.10_GH0.tar.gz) = 1380035 diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 9e6a24ca9ec1..c681c84cbf79 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -1,6 +1,5 @@ PORTNAME= electrum -DISTVERSION= 4.5.8 -PORTREVISION= 3 +DISTVERSION= 4.6.1 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ @@ -14,19 +13,21 @@ WWW= https://electrum.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.3.0:www/py-aiohttp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}aiorpcX-legacy>=0.23.1:devel/py-aiorpcX-legacy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.9.2:net/py-aiohttp-socks@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.11.0,<4.0.0:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiorpcX>=0.25.0:devel/py-aiorpcX@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=20.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0:dns/py-dnspython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=2.2:dns/py-dnspython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}electrum-aionostr>=0.0.11,<0.1:devel/py-electrum-aionostr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}electrum-ecc>=0.0.4,<0.1:devel/py-electrum-ecc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>=1.21:devel/py-jsonpatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonrpclib-pelix>0:devel/py-jsonrpclib-pelix@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.12:devel/py-protobuf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}QDarkStyle>=2.7:textproc/py-QDarkStyle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.20:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}QDarkStyle>=3.2:textproc/py-QDarkStyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \ @@ -37,7 +38,8 @@ USE_PYTHON= autoplist concurrent cryptography distutils PYDISTUTILS_PKGNAME= Electrum -SHEBANG_FILES= electrum/electrum +SHEBANG_FILES= electrum/electrum \ + electrum/plugins/keepkey/keepkeylib/device-protocol/build_pb.sh SHEBANG_GLOB= *.py NO_ARCH= yes @@ -48,7 +50,7 @@ OPTIONS_SUB= yes HARDWARE_DESC= Enable Bitcoin hardware wallet support -GUI_USES= desktop-file-utils pyqt:5 +GUI_USES= desktop-file-utils pyqt:6 GUI_USE= PYQT=pyqt5 HARDWARE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bitbox02>=0.13.0:security/py-bitbox02@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}btchip-python>=0.1.32:security/py-btchip-python@${PY_FLAVOR} \ diff --git a/finance/electrum/distinfo b/finance/electrum/distinfo index a14bb672a28b..82745f13ed03 100644 --- a/finance/electrum/distinfo +++ b/finance/electrum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729687380 -SHA256 (Electrum-4.5.8.tar.gz) = dd8595a138132dee87cee76ce760a1d622fc2fd65d3b6ac7df7e53b7fb6ea7e8 -SIZE (Electrum-4.5.8.tar.gz) = 13752500 +TIMESTAMP = 1754597858 +SHA256 (Electrum-4.6.1.tar.gz) = ba07bd6ba5a974497afa27abcd0ffddeefe353a5b0ca1664d62ca5ab5300ffc0 +SIZE (Electrum-4.6.1.tar.gz) = 14938648 diff --git a/finance/electrum/files/patch-electrum_ecc__fast.py b/finance/electrum/files/patch-electrum_ecc__fast.py deleted file mode 100644 index 5936e303d9d1..000000000000 --- a/finance/electrum/files/patch-electrum_ecc__fast.py +++ /dev/null @@ -1,11 +0,0 @@ ---- electrum/ecc_fast.py.orig 2024-12-30 13:18:48 UTC -+++ electrum/ecc_fast.py -@@ -39,7 +39,7 @@ def load_library(): - def load_library(): - # note: for a mapping between bitcoin-core/secp256k1 git tags and .so.V libtool version numbers, - # see https://github.com/bitcoin-core/secp256k1/pull/1055#issuecomment-1227505189 -- tested_libversions = [2, 1, 0, ] # try latest version first -+ tested_libversions = [5, 2, 1, 0, ] # try latest version first - libnames = [] - if sys.platform == 'darwin': - for v in tested_libversions: 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/fabric/Makefile b/finance/fabric/Makefile index 1fa666ec0b10..d2397f11910e 100644 --- a/finance/fabric/Makefile +++ b/finance/fabric/Makefile @@ -1,7 +1,7 @@ PORTNAME= fabric DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= finance PKGNAMESUFFIX= -hyperledger diff --git a/finance/favagtk/Makefile b/finance/favagtk/Makefile index c37bed36d125..6b157ea70c0d 100644 --- a/finance/favagtk/Makefile +++ b/finance/favagtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= favagtk DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MAINTAINER= nivit@FreeBSD.org @@ -17,7 +17,8 @@ BUILD_DEPENDS= appstream-util:devel/appstream-glib \ git:devel/git \ WebKitWebDriver-6.0:www/webkit2-gtk@60 LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita -RUN_DEPENDS= fava:finance/fava +RUN_DEPENDS= fava:finance/fava \ + WebKitWebDriver-6.0:www/webkit2-gtk@60 USES= desktop-file-utils gettext-tools gnome meson pkgconfig python \ shared-mime-info diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile index ef0b0d33310f..90ac6cca8b8e 100644 --- a/finance/fixc/Makefile +++ b/finance/fixc/Makefile @@ -1,7 +1,7 @@ PORTNAME= fixc PORTVERSION= 1.2 DISTVERSIONPREFIX= v -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= finance MAINTAINER= blttll@gmail.com diff --git a/finance/homebox/Makefile b/finance/homebox/Makefile index 98973dd06a71..ba3dbb04790c 100644 --- a/finance/homebox/Makefile +++ b/finance/homebox/Makefile @@ -1,10 +1,9 @@ PORTNAME= homebox DISTVERSIONPREFIX= v -DISTVERSION= 0.20.2 -PORTREVISION= 1 +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/libstocks/Makefile b/finance/libstocks/Makefile deleted file mode 100644 index 0261ea36645e..000000000000 --- a/finance/libstocks/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= libstocks -PORTVERSION= 0.5.0 -PORTREVISION= 1 -CATEGORIES= finance devel -MASTER_SITES= SF - -MAINTAINER= ports@virtual-estates.net -COMMENT= C library which can be used to fetch stocks quotes -WWW= https://libstocks.sourceforge.net/ - -DEPRECATED= Abandoned upstream, last release in 2000 -EXPIRATION_DATE=2025-07-31 - -USE_LDCONFIG= yes -REINPLACE_ARGS= -i "" -MAKE_ENV= WITHOUT_PROFILE=yes SRCCONF=/dev/null -MAKE_ENV+= STAGEDIR="${STAGEDIR}" -USES= uidfix - -OPTIONS_DEFINE= DOCS - -post-patch: - ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \ - -e 's/__UNIX__/__unix__/' \ - $$(${GREP} -El '<malloc.h>|__UNIX__' \ - ${WRKSRC}/lib/*.c); \ - -do-build do-install: -.for d in lib client - cd ${WRKSRC}/$d && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} \ - ${MAKEFLAGS} -j2 -f ${FILESDIR}/Makefile.$d ${.TARGET:S/do-//} -.endfor - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/finance/libstocks/distinfo b/finance/libstocks/distinfo deleted file mode 100644 index abd808cfed53..000000000000 --- a/finance/libstocks/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libstocks-0.5.0.tar.gz) = 0d4dc756e1b43270b8afd25c9b33ecd13107802a62d63778677dc9cac0957c1c -SIZE (libstocks-0.5.0.tar.gz) = 48268 diff --git a/finance/libstocks/files/Makefile.client b/finance/libstocks/files/Makefile.client deleted file mode 100644 index 2cee8a98dcdf..000000000000 --- a/finance/libstocks/files/Makefile.client +++ /dev/null @@ -1,12 +0,0 @@ -PROG= libstocks_client -SRCS= client.c -MAN= -PREFIX?=/usr/local -BINDIR= ${STAGEDIR}${PREFIX}/bin - -CFLAGS+=-I${.CURDIR}/../lib -LDADD+= -L../lib -lstocks - -build: all - -.include <bsd.prog.mk> diff --git a/finance/libstocks/files/Makefile.lib b/finance/libstocks/files/Makefile.lib deleted file mode 100644 index 0d4159691e9a..000000000000 --- a/finance/libstocks/files/Makefile.lib +++ /dev/null @@ -1,17 +0,0 @@ -PREFIX?=/usr/local -LIBDIR= ${STAGEDIR}${PREFIX}/lib -INCSDIR=${STAGEDIR}${PREFIX}/include -INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk - -LIB= stocks -SHLIB_MAJOR=0 -SHLIB_MINOR=5 - -MK_PROFILE=no # to avoid building profiled library - -SRCS!= ${MAKE} -f ${.CURDIR}/Makefile.in -V libstocks_a_SOURCES -INCS!= ${MAKE} -f ${.CURDIR}/Makefile.in -V include_HEADERS - -build: all - -.include <bsd.lib.mk> diff --git a/finance/libstocks/files/patch-lib_http.c b/finance/libstocks/files/patch-lib_http.c deleted file mode 100644 index 994c6a391a48..000000000000 --- a/finance/libstocks/files/patch-lib_http.c +++ /dev/null @@ -1,16 +0,0 @@ ---- lib/http.c Tue Sep 5 10:42:34 2000 -+++ lib/http.c Tue Jan 8 00:09:06 2002 -@@ -21,5 +21,7 @@ - #define __HTTP_C__ - - #ifdef __UNIX__ -+#include <sys/types.h> -+ - #include <sys/socket.h> - #include <netinet/in.h> -@@ -32,5 +34,4 @@ - #endif - --#include <sys/types.h> - #include <ctype.h> - #include <string.h> diff --git a/finance/libstocks/pkg-descr b/finance/libstocks/pkg-descr deleted file mode 100644 index cc12edd74695..000000000000 --- a/finance/libstocks/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Libstocks is a C library which can be used to fetch stocks quotes. - -It is currently able to get quotes from a lot of stocks markets. The -supported markets are : - - Argentina European markets - Australia Mexico - Brasil United States - Canada Venezuela - Chili - -Unfortunatly, libstocks can get historical quotes just for the United -States market. diff --git a/finance/libstocks/pkg-plist b/finance/libstocks/pkg-plist deleted file mode 100644 index cc09b64dfe0c..000000000000 --- a/finance/libstocks/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/libstocks_client -include/stocks.h -lib/libstocks.a -lib/libstocks.so -lib/libstocks.so.0 -%%PORTDOCS%%share/doc/libstocks/README diff --git a/finance/lnd/Makefile b/finance/lnd/Makefile index fe18100dc872..111459e9290a 100644 --- a/finance/lnd/Makefile +++ b/finance/lnd/Makefile @@ -1,7 +1,7 @@ PORTNAME= lnd DISTVERSIONPREFIX= v DISTVERSION= 0.17.3-beta -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= finance MAINTAINER= yuri@FreeBSD.org diff --git a/finance/myphpmoney/Makefile b/finance/myphpmoney/Makefile index 62acc53bae8d..202389eef5ed 100644 --- a/finance/myphpmoney/Makefile +++ b/finance/myphpmoney/Makefile @@ -9,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PHP script for managing your accounts WWW= https://myphpmoney.sourceforge.net/ +DEPRECATED= Unmaintained upstream and most probably does not work with modern PHP versions +EXPIRATION_DATE= 2025-09-07 + WEBOWN?= www WEBGRP?= www APACHEDIR= ${PREFIX}/www/data diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile index 19ea3a414696..269668a956bc 100644 --- a/finance/odoo/Makefile +++ b/finance/odoo/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libsass>0:www/py-libsass@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml-html-clean>=0:devel/py-lxml-html-clean@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ diff --git a/finance/odoo16/Makefile b/finance/odoo16/Makefile index 8ff2e4740ff9..bb2f680a2d8b 100644 --- a/finance/odoo16/Makefile +++ b/finance/odoo16/Makefile @@ -1,5 +1,6 @@ PORTNAME= odoo PORTVERSION= 16.0.20250719 +PORTREVISION= 1 CATEGORIES= finance www PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 16 @@ -31,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libsass>0:www/py-libsass@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml-html-clean>=0:devel/py-lxml-html-clean@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ @@ -101,7 +102,7 @@ post-patch: ${WRKSRC}/odoo/addons/snailmail/models/snailmail_letter.py.orig \ ${WRKSRC}/odoo/addons/website_slides/models/slide_slide.py.orig \ ${WRKSRC}/odoo/addons/website_event/controllers/main.py.orig \ - ${WRKSRC}/odoo/addons/website/models/website.py \ + ${WRKSRC}/odoo/addons/website/models/website.py.orig \ ${WRKSRC}/odoo/http.py.orig \ ${WRKSRC}/odoo/tools/pdf.py.orig diff --git a/finance/odoo16/distinfo b/finance/odoo16/distinfo index 5d79ba56cd04..cb2de2ff1c8a 100644 --- a/finance/odoo16/distinfo +++ b/finance/odoo16/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752952761 -SHA256 (odoo-odoo-16.0.20250718-f50391ee61af8d986154af948c194fef8067f975_GH0.tar.gz) = 913c5062b5bdce77ca66c7470d579a80f8ea30334657177d061a3ed32773aa26 -SIZE (odoo-odoo-16.0.20250718-f50391ee61af8d986154af948c194fef8067f975_GH0.tar.gz) = 166778040 +TIMESTAMP = 1752981692 +SHA256 (odoo-odoo-16.0.20250719-f50391ee61af8d986154af948c194fef8067f975_GH0.tar.gz) = 913c5062b5bdce77ca66c7470d579a80f8ea30334657177d061a3ed32773aa26 +SIZE (odoo-odoo-16.0.20250719-f50391ee61af8d986154af948c194fef8067f975_GH0.tar.gz) = 166778040 diff --git a/finance/odoo16/files/pkg-message.in b/finance/odoo16/files/pkg-message.in index 5e270da93bc9..96922a3fd82e 100644 --- a/finance/odoo16/files/pkg-message.in +++ b/finance/odoo16/files/pkg-message.in @@ -17,7 +17,7 @@ Odoo 16 ERP was installed 3) Add odoo_enable="YES" to /etc/rc.conf. Also, can add the following lines: odoo_database="postgresql_odoo_database_name" # This is odoodb by default - odoo_datadir="/path/to/odoo/datadir" # This is /var/db/odoo by defualt + odoo_datadir="/path/to/odoo/datadir" # This is /var/lib/odoo by defualt 4) Odoo database host, user and password must be defined at %%ETCDIR%%/odoo.conf diff --git a/finance/odoo17/Makefile b/finance/odoo17/Makefile index aa1066a3febb..8f58171e5560 100644 --- a/finance/odoo17/Makefile +++ b/finance/odoo17/Makefile @@ -32,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libsass>0:www/py-libsass@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml-html-clean>=0:devel/py-lxml-html-clean@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ diff --git a/finance/odoo17/files/pkg-message.in b/finance/odoo17/files/pkg-message.in index c090ea7a6e15..07ac00911982 100644 --- a/finance/odoo17/files/pkg-message.in +++ b/finance/odoo17/files/pkg-message.in @@ -17,7 +17,7 @@ Odoo 17 ERP was installed 3) Add odoo_enable="YES" to /etc/rc.conf. Also, can add the following lines: odoo_database="postgresql_odoo_database_name" # This is odoodb by default - odoo_datadir="/path/to/odoo/datadir" # This is /var/db/odoo by defualt + odoo_datadir="/path/to/odoo/datadir" # This is /var/lib/odoo by defualt 4) Odoo database host, user and password must be defined at %%ETCDIR%%/odoo.conf 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 diff --git a/finance/py-ebaysdk/Makefile b/finance/py-ebaysdk/Makefile index 8fdc34493e16..fe938f59c0c7 100644 --- a/finance/py-ebaysdk/Makefile +++ b/finance/py-ebaysdk/Makefile @@ -1,6 +1,6 @@ PORTNAME= ebaysdk PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/timotheus/ebaysdk-python LICENSE= CDDL -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils diff --git a/finance/py-investpy/Makefile b/finance/py-investpy/Makefile index 07af3d0c4d58..9d4ec58b8ede 100644 --- a/finance/py-investpy/Makefile +++ b/finance/py-investpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= investpy PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://investpy.readthedocs.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ +PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.25.1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3:devel/py-pytz@${PY_FLAVOR} \ diff --git a/finance/py-ofxparse/Makefile b/finance/py-ofxparse/Makefile index 917d59a0f47b..817688f57530 100644 --- a/finance/py-ofxparse/Makefile +++ b/finance/py-ofxparse/Makefile @@ -1,6 +1,5 @@ PORTNAME= ofxparse -PORTVERSION= 0.20 -PORTREVISION= 4 +PORTVERSION= 0.21 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-ofxparse/distinfo b/finance/py-ofxparse/distinfo index ef30aedd2637..c7fa2f5c4c4b 100644 --- a/finance/py-ofxparse/distinfo +++ b/finance/py-ofxparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586283849 -SHA256 (ofxparse-0.20.tar.gz) = eb45db5802938ac0ab3664418ca564619cc9e7ec6d301c1063ffc16e587ec37e -SIZE (ofxparse-0.20.tar.gz) = 53178 +TIMESTAMP = 1752982851 +SHA256 (ofxparse-0.21.tar.gz) = 057ab68d31270dece4d1a47662096aa76341968aaee145ffc711cb44cbd5c4a7 +SIZE (ofxparse-0.21.tar.gz) = 53837 diff --git a/finance/py-pytrends/Makefile b/finance/py-pytrends/Makefile index 5e1fdbb7b461..0c76880efb9c 100644 --- a/finance/py-pytrends/Makefile +++ b/finance/py-pytrends/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytrends DISTVERSION= 4.9.2 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.25:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest # many tests fail, see https://github.com/GeneralMills/pytrends/issues/608 diff --git a/finance/py-quantecon/Makefile b/finance/py-quantecon/Makefile index 23797b23da62..d0f98bf61dbd 100644 --- a/finance/py-quantecon/Makefile +++ b/finance/py-quantecon/Makefile @@ -1,5 +1,5 @@ PORTNAME= quantecon -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-quantecon/distinfo b/finance/py-quantecon/distinfo index 4083e2aa27d9..f593cc2867b1 100644 --- a/finance/py-quantecon/distinfo +++ b/finance/py-quantecon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813094 -SHA256 (quantecon-0.8.1.tar.gz) = 53c68d45373441745c15f6f648008e0b04cfb34d30b94afaf667733b04242c22 -SIZE (quantecon-0.8.1.tar.gz) = 279291 +TIMESTAMP = 1753369396 +SHA256 (quantecon-0.8.2.tar.gz) = 4380922cb993d5a277ac32f94a64659fe22586e1bc5758d44921308dc656e8f9 +SIZE (quantecon-0.8.2.tar.gz) = 279319 diff --git a/finance/py-technical/Makefile b/finance/py-technical/Makefile index 0fc39aeac396..087724d8dd56 100644 --- a/finance/py-technical/Makefile +++ b/finance/py-technical/Makefile @@ -1,5 +1,5 @@ PORTNAME= technical -DISTVERSION= 1.4.4 +DISTVERSION= 1.5.2 CATEGORIES= finance python #MASTER_SITES= PYPI # no test data PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-technical/distinfo b/finance/py-technical/distinfo index 0962206a2ca0..0d9bc4ff10cd 100644 --- a/finance/py-technical/distinfo +++ b/finance/py-technical/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724387983 -SHA256 (freqtrade-technical-1.4.4_GH0.tar.gz) = 3dee140d928d7d6f782821d085324aa794955666c880378dfc0cdcfe91cdc934 -SIZE (freqtrade-technical-1.4.4_GH0.tar.gz) = 309739 +TIMESTAMP = 1753069755 +SHA256 (freqtrade-technical-1.5.2_GH0.tar.gz) = b76a220d372abfe60e6986eaab15409359c8a710499f2b2ab49f34dc2d49ffb8 +SIZE (freqtrade-technical-1.5.2_GH0.tar.gz) = 1279204 diff --git a/finance/ticker/Makefile b/finance/ticker/Makefile index 389c2fc5d7c4..0a3bb0fe17fe 100644 --- a/finance/ticker/Makefile +++ b/finance/ticker/Makefile @@ -1,7 +1,7 @@ PORTNAME= ticker DISTVERSIONPREFIX= v DISTVERSION= 5.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MAINTAINER= fuz@FreeBSD.org |