git: 6850a1fd716a - main - finance/alkimia: Update to 8.2.1

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Fri, 15 Aug 2025 02:38:46 UTC
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6850a1fd716a1a5e3f375f01cdf0b8ac3f279511

commit 6850a1fd716a1a5e3f375f01cdf0b8ac3f279511
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-08-15 00:44:57 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-08-15 02:38:38 +0000

    finance/alkimia: Update to 8.2.1
    
    Build against Qt6/KF6.
    
    Remove MPLIB options for simplicity and use math/mpir as recommended by
    upstream.
    
    Convert TEST option to cmake:testing.
---
 finance/alkimia/Makefile                           |  72 ++++++++------
 finance/alkimia/distinfo                           |   6 +-
 finance/alkimia/files/patch-CMakeLists.txt         |  33 +++----
 .../alkimia/files/patch-autotests_CMakeLists.txt   |  15 ---
 finance/alkimia/files/patch-src_libalkimia.pc.in   |  17 +---
 .../plasma_applets_ForeignCurrencies_metadata.json |  71 ++++++++++++++
 finance/alkimia/pkg-plist                          | 105 ++++++++++++---------
 7 files changed, 194 insertions(+), 125 deletions(-)

diff --git a/finance/alkimia/Makefile b/finance/alkimia/Makefile
index 6f9bb4ea7707..5de9f8c903c9 100644
--- a/finance/alkimia/Makefile
+++ b/finance/alkimia/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	alkimia
-PORTVERSION=	8.1.2
-PORTREVISION=	2
+PORTVERSION=	8.2.1
 CATEGORIES=	finance kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 
@@ -11,57 +10,72 @@ WWW=		https://community.kde.org/Alkimia/libalkimia
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
+LIB_DEPENDS=	libmpir.so:math/mpir
 RUN_DEPENDS=	p5-Date-Manip>=0:devel/p5-Date-Manip \
 		p5-Finance-Quote>=0:finance/p5-Finance-Quote \
 		p5-XML-Parser>=0:textproc/p5-XML-Parser \
 		p5-XML-Writer>=0:textproc/p5-XML-Writer \
 		p5-libwww>=0:www/p5-libwww
+TEST_DEPENDS=	appstreamcli:devel/appstream
 
-USES=		cmake compiler:c++11-lang kde:5 pathfix perl5 qt:5 \
-		shebangfix tar:xz xorg
+USES=		cmake:testing compiler:c++17-lang gettext-tools gl kde:6 \
+		pathfix perl5 qt:6 shebangfix tar:xz xorg
+USE_GL=		opengl
+USE_KDE=	attica codecs completion config coreaddons i18n iconthemes \
+		newstuff sonnet textwidgets widgetsaddons \
+		ecm:build
 USE_LDCONFIG=	yes
-USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
-		i18n iconthemes jobwidgets kio newstuff service solid sonnet \
-		textwidgets widgetsaddons windowsystem xmlgui ecm:build
 USE_PERL5=	run
-USE_QT=		concurrent core dbus declarative gui network widgets xml \
-		buildtools:build qmake:build
+USE_QT=		base declarative \
+		tools:build
 USE_XORG=	x11
 
-CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_Doxygen
-
-PLIST_SUB=	VER=${PORTVERSION:R}
 SHEBANG_FILES=	src/financequote.pl
 
-OPTIONS_SINGLE=		MPLIB
-OPTIONS_SINGLE_MPLIB=	GMP MPIR
-OPTIONS_DEFINE=		PLASMA TEST TOOLS WEBENGINE
-OPTIONS_DEFAULT=	MPIR TOOLS WEBENGINE
-OPTIONS_SUB=		yes
-MPLIB_DESC=		Multi-precision library (MPIR preferred)
+CMAKE_ARGS=	-DQT_MAJOR_VERSION:STRING="6"
+CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_Doxygen
+# The WebEngine tests need a running X11/Wayland session to succeed.
+# SETENVI strips out important environment variables like DISPLAY.
+CMAKE_TESTING_SETENV=	yes
 
-GMP_LIB_DEPENDS=	libgmp.so:math/gmp
-GMP_CMAKE_BOOL=		CMAKE_DISABLE_FIND_PACKAGE_MPIR
+# Qt needs a resonable TZ environment variable set to calculate offsets
+# properly. Date/time tests will fail if TZ is otherwise undefined.
+TEST_ENV=	TZ="UTC"
 
-MPIR_DESC=		MPIR (multiple precision arithmetic) support
-MPIR_LIB_DEPENDS=	libmpir.so:math/mpir
+PLIST_SUB=	ALK_VER=${PORTVERSION:R} \
+		ALK_VERSION=${PORTVERSION}
+
+OPTIONS_DEFINE=		PLASMA TOOLS
+OPTIONS_DEFINE_aarch64=	WEBENGINE
+OPTIONS_DEFINE_amd64=	WEBENGINE
+OPTIONS_DEFINE_armv7=	WEBENGINE
+OPTIONS_DEFINE_i386=	WEBENGINE
+OPTIONS_DEFAULT=	TOOLS
+OPTIONS_DEFAULT_aarch64=WEBENGINE
+OPTIONS_DEFAULT_amd64=	WEBENGINE
+OPTIONS_DEFAULT_armv7=	WEBENGINE
+OPTIONS_DEFAULT_i386=	WEBENGINE
+OPTIONS_SUB=		yes
 
 PLASMA_DESC=		Build Plasma applets
-PLASMA_USE=		KDE=package,plasma-framework
+PLASMA_USE=		KDE=libplasma,package
 PLASMA_CMAKE_BOOL=	BUILD_APPLETS
 
-TEST_USE=		QT=testlib
-TEST_CMAKE_BOOL=	BUILD_TESTING
-TEST_TEST_TARGET=	test
-
 TOOLS_DESC=		Build tools
+TOOLS_USE=		KDE=colorscheme,configwidgets,guiaddons,xmlgui
 TOOLS_CMAKE_BOOL=	BUILD_TOOLS
 
 WEBENGINE_DESC=		Webpage fetching and rendering
-WEBENGINE_USE=		QT=location,printsupport,webchannel,webengine
+WEBENGINE_USE=		QT=positioning,webchannel,webengine
 WEBENGINE_CMAKE_BOOL=	BUILD_WITH_WEBENGINE
 
 pre-configure:
-	${FIND} ${WRKSRC} -type f \( -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \;
+# ${FILESDIR}/plasma_applets_ForeignCurrencies_metadata.json was generated using
+# the desktoptojson utility from devel/kf5-kcoreaddons:
+# `desktoptojson -i ${WRKSRC}/plasma/applets/ForeignCurrencies/metadata.desktop`
+# The desktoptojson utility no longer ships with KF6, as support for .desktop
+# files for this purpose was deprecated in KF 5.104.0 (2023-03-11) and removed
+# in KF6. The pre-generated JSON file avoids pulling in Qt5/KF5.
+	${CP} ${FILESDIR}/plasma_applets_ForeignCurrencies_metadata.json ${WRKSRC}/plasma/applets/ForeignCurrencies/metadata.json
 
 .include <bsd.port.mk>
diff --git a/finance/alkimia/distinfo b/finance/alkimia/distinfo
index 9d9e2e62d497..7ca5028ca37a 100644
--- a/finance/alkimia/distinfo
+++ b/finance/alkimia/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693967938
-SHA256 (alkimia-8.1.2.tar.xz) = cf846ee87b9cc630f58e0bdd23334296810ba3bcc1751fe2f4722161897ee33a
-SIZE (alkimia-8.1.2.tar.xz) = 267008
+TIMESTAMP = 1754524417
+SHA256 (alkimia-8.2.1.tar.xz) = f921410e180e0a5811e1ee2926954920c6576a72b3b65f53791faa6c85fcb689
+SIZE (alkimia-8.2.1.tar.xz) = 353984
diff --git a/finance/alkimia/files/patch-CMakeLists.txt b/finance/alkimia/files/patch-CMakeLists.txt
index 0729feffa133..1e0f1cac0500 100644
--- a/finance/alkimia/files/patch-CMakeLists.txt
+++ b/finance/alkimia/files/patch-CMakeLists.txt
@@ -1,21 +1,18 @@
-Make tests conditional
+Xmlgui is only needed for the tools.
 
---- CMakeLists.txt.orig	2022-05-05 15:16:34 UTC
+--- CMakeLists.txt.orig	2025-06-21 11:46:33 UTC
 +++ CMakeLists.txt
-@@ -75,7 +75,7 @@ if(BUILD_QT4)
-         set(QT_NETWORK_COMPONENT)
-     endif()
- 
--    find_package(Qt4 REQUIRED COMPONENTS QtCore QtGui QtDBus ${QT_NETWORK_COMPONENT} QtTest ${QT_BROWSER_COMPONENT} QtDeclarative)
-+    find_package(Qt4 REQUIRED COMPONENTS QtCore QtGui QtDBus ${QT_NETWORK_COMPONENT} ${QT_BROWSER_COMPONENT} QtDeclarative)
-     set(_kde4_uninstall_rule_created 1)
-     find_package(KDE4 REQUIRED)
-     if(NOT BUILD_WITH_QTNETWORK)
-@@ -150,7 +150,6 @@ else()
-     find_package(Qt5 REQUIRED COMPONENTS
-         Core
-         ${QT_NETWORK_COMPONENT}
--        Test
-         ${QT_BROWSER_COMPONENT}
-         Qml
+@@ -172,8 +172,12 @@ else()
+         IconThemes
+         ${PLASMA_COMPONENT}
+         TextWidgets
+-        XmlGui
      )
++    if(BUILD_TOOLS)
++        list(APPEND KF_PRIVATE_COMPONENTS
++            XmlGui
++        )
++    endif()
+     find_package(KF${QT_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS ${KF_PRIVATE_COMPONENTS} ${KF_PUBLIC_COMPONENTS})
+ 
+     macro(ecm_add_executable)
diff --git a/finance/alkimia/files/patch-autotests_CMakeLists.txt b/finance/alkimia/files/patch-autotests_CMakeLists.txt
deleted file mode 100644
index 4f658de53091..000000000000
--- a/finance/alkimia/files/patch-autotests_CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Find testlib (moved from ../CMakeLists.txt)
-
---- autotests/CMakeLists.txt.orig	2020-10-23 16:11:34 UTC
-+++ autotests/CMakeLists.txt
-@@ -1,4 +1,10 @@
- include(ECMAddTests)
-+if(BUILD_QT4)
-+    find_package(Qt4 REQUIRED COMPONENTS QtTest)
-+else()
-+    find_package(Qt5 REQUIRED COMPONENTS Test)
-+endif()
-+
- set(TEST_LIB
-     alkimia
-     alkimia-internal
diff --git a/finance/alkimia/files/patch-src_libalkimia.pc.in b/finance/alkimia/files/patch-src_libalkimia.pc.in
index 0e49e09d7e45..ef131e86a887 100644
--- a/finance/alkimia/files/patch-src_libalkimia.pc.in
+++ b/finance/alkimia/files/patch-src_libalkimia.pc.in
@@ -1,19 +1,6 @@
---- src/libalkimia.pc.in.orig	2018-03-15 19:28:26 UTC
+--- src/libalkimia.pc.in.orig	2025-06-21 11:46:33 UTC
 +++ src/libalkimia.pc.in
-@@ -3,9 +3,9 @@
- 
- # General installation directories
- prefix=@CMAKE_INSTALL_PREFIX@
--exec_prefix=@CMAKE_INSTALL_PREFIX@
--libdir=@KDE4_LIB_DIR@
--includedir=@INCLUDE_INSTALL_DIR@
-+exec_prefix=${prefix}
-+libdir=${exec_prefix}/@LIB_INSTALL_DIR@
-+includedir=${prefix}/@INCLUDE_INSTALL_DIR@
- 
- # Human-readable name
- Name: Alkimia
-@@ -13,7 +13,7 @@ Name: Alkimia
+@@ -13,7 +13,7 @@ Version: @ALKIMIA_LIB_VERSION@
  Description: A library for financial data handling
  Version: @ALKIMIA_LIB_VERSION@
  
diff --git a/finance/alkimia/files/plasma_applets_ForeignCurrencies_metadata.json b/finance/alkimia/files/plasma_applets_ForeignCurrencies_metadata.json
new file mode 100644
index 000000000000..3c213ae6bd1e
--- /dev/null
+++ b/finance/alkimia/files/plasma_applets_ForeignCurrencies_metadata.json
@@ -0,0 +1,71 @@
+{
+    "KPlugin": {
+        "Authors": [
+            {
+                "Email": "petr@bravenec.eu, wincak@seznam.cz",
+                "Name": "Petr Bravenec, wincak"
+            }
+        ],
+        "Category": "Online Services",
+        "Description": "Plasmoid showing current foreign currencies prices",
+        "Description[ca@valencia]": "Plasmoide que mostra els preus actuals de les divises estrangeres",
+        "Description[ca]": "Plasmoide que mostra els preus actuals de les divises estrangeres",
+        "Description[es]": "Plasmoide para mostrar los precios actuales de monedas extranjeras",
+        "Description[fi]": "Nykyiset valuuttakurssit esittävä sovelma",
+        "Description[fr]": "Composant graphique affichant les taux de change de devises étrangères.",
+        "Description[gl]": "Trebello que amosa os prezos actuais de divisas estranxeiras.",
+        "Description[it]": "Plasmoide che mostra i valori correnti delle valute straniere",
+        "Description[ko]": "현재 외화 환율을 보여 주는 Plasmoid",
+        "Description[nb]": "Plasmoid viser nåværende kurser for utenlandske valutaer",
+        "Description[nl]": "Plasmoid die huidige koersen van vreemde valuta toont",
+        "Description[pl]": "Plazmoid, wyświetlający obecne ceny walut obcych",
+        "Description[sl]": "Plazmoid, ki prikazuje trenutne tečajnice tujih valut",
+        "Description[sv]": "Plasmoid som visar aktuella utländska valutakurser",
+        "Description[uk]": "Плазмоїд для показу курсів іноземних валют.",
+        "Description[x-test]": "xxPlasmoid showing current foreign currencies pricesxx",
+        "Icon": "applications-internet",
+        "Id": "org.wincak.foreigncurrencies2",
+        "License": "GPLv2",
+        "Name": "Foreign Currencies",
+        "Name[ca@valencia]": "Divises estrangeres",
+        "Name[ca]": "Divises estrangeres",
+        "Name[cs]": "Cizí měny",
+        "Name[de]": "Ausländische Währungen",
+        "Name[el]": "Ξένα νομίσματα",
+        "Name[en_GB]": "Foreign Currencies",
+        "Name[eo]": "Fremdaj Valutoj",
+        "Name[es]": "Monedas extranjeras",
+        "Name[et]": "Välisvääringud",
+        "Name[eu]": "Atzerriko dibisak",
+        "Name[fi]": "Vieraat valuutat",
+        "Name[fr]": "Devises étrangères",
+        "Name[gl]": "Divisas estranxeiras",
+        "Name[hu]": "Idegen valuták",
+        "Name[ia]": "Numerarios Estranie",
+        "Name[it]": "Valute straniere",
+        "Name[ka]": "უცხოური ვალუტები",
+        "Name[ko]": "외화",
+        "Name[nb]": "Utenlandske valutaer",
+        "Name[nl]": "Vreemde valuta",
+        "Name[pl]": "Waluty obce",
+        "Name[pt]": "Moedas Estrangeiras",
+        "Name[pt_BR]": "Moedas estrangeiras",
+        "Name[ro]": "Valute",
+        "Name[ru]": "Курсы валют",
+        "Name[sk]": "Zahraničné meny",
+        "Name[sl]": "Tuje valute",
+        "Name[sv]": "Utländska valutor",
+        "Name[tr]": "Yabancı Para Birimleri",
+        "Name[uk]": "Іноземні валюти",
+        "Name[x-test]": "xxForeign Currenciesxx",
+        "Name[zh_CN]": "外币",
+        "Name[zh_TW]": "外幣",
+        "ServiceTypes": [
+            "Plasma/Applet"
+        ],
+        "Version": "1.1",
+        "Website": "https://gitlab.com/wincak/ForeignCurrencies"
+    },
+    "X-Plasma-API": "declarativeappletscript",
+    "X-Plasma-MainScript": "ui/main.qml"
+}
diff --git a/finance/alkimia/pkg-plist b/finance/alkimia/pkg-plist
index b1dc4a0c7650..14f18ca28847 100644
--- a/finance/alkimia/pkg-plist
+++ b/finance/alkimia/pkg-plist
@@ -1,38 +1,43 @@
-%%TOOLS%%bin/onlinequoteseditor5
-include/alkimia/Qt5/alkimia/alk_export.h
-include/alkimia/Qt5/alkimia/alkcompany.h
-include/alkimia/Qt5/alkimia/alkonlinequote.h
-include/alkimia/Qt5/alkimia/alkonlinequotesource.h
-include/alkimia/Qt5/alkimia/alkonlinequotesprofile.h
-include/alkimia/Qt5/alkimia/alkonlinequotesprofilemanager.h
-include/alkimia/Qt5/alkimia/alkonlinequoteswidget.h
-include/alkimia/Qt5/alkimia/alkvalue.h
-include/alkimia/Qt5/alkimia/alkversion.h
-include/alkimia/Qt5/alkimia/alkwebpage.h
-%%GMP%%lib/cmake/LibAlkimia5-%%VER%%/FindGMP.cmake
-%%MPIR%%lib/cmake/LibAlkimia5-%%VER%%/FindMPIR.cmake
-lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5Config.cmake
-lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5ConfigVersion.cmake
-lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5Targets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/LibAlkimia5-%%VER%%/LibAlkimia5Targets.cmake
-lib/libalkimia5.so
-lib/libalkimia5.so.8
-lib/libalkimia5.so.8.1.2
-%%QT_QMLDIR%%/org/kde/alkimia/libqmlalkimia.so
-%%QT_QMLDIR%%/org/kde/alkimia/qmldir
-libdata/pkgconfig/libalkimia5.pc
-%%TOOLS%%share/applications/org.kde.onlinequoteseditor5.desktop
-%%TOOLS%%share/icons/hicolor/128x128/apps/onlinequoteseditor5.png
-%%TOOLS%%share/icons/hicolor/16x16/apps/onlinequoteseditor5.png
-%%TOOLS%%share/icons/hicolor/22x22/apps/onlinequoteseditor5.png
-%%TOOLS%%share/icons/hicolor/32x32/apps/onlinequoteseditor5.png
-%%TOOLS%%share/icons/hicolor/48x48/apps/onlinequoteseditor5.png
-%%TOOLS%%share/icons/hicolor/64x64/apps/onlinequoteseditor5.png
-%%TOOLS%%share/icons/hicolor/scalable/apps/onlinequoteseditor5.svgz
+%%TOOLS%%bin/onlinequoteseditor6
+include/alkimia/Qt6/alkimia/alk_export.h
+include/alkimia/Qt6/alkimia/alkcompany.h
+include/alkimia/Qt6/alkimia/alkdom.h
+include/alkimia/Qt6/alkimia/alkenvironment.h
+include/alkimia/Qt6/alkimia/alknewstuffengine.h
+include/alkimia/Qt6/alkimia/alknewstuffentry.h
+include/alkimia/Qt6/alkimia/alknewstuffstore.h
+include/alkimia/Qt6/alkimia/alkonlinequote.h
+include/alkimia/Qt6/alkimia/alkonlinequotesource.h
+include/alkimia/Qt6/alkimia/alkonlinequotesprofile.h
+include/alkimia/Qt6/alkimia/alkonlinequotesprofilemanager.h
+include/alkimia/Qt6/alkimia/alkonlinequoteswidget.h
+include/alkimia/Qt6/alkimia/alkvalue.h
+include/alkimia/Qt6/alkimia/alkversion.h
+include/alkimia/Qt6/alkimia/alkwebpage.h
+include/alkimia/Qt6/alkimia/alkwebview.h
+lib/cmake/LibAlkimia6-%%ALK_VER%%/FindMPIR.cmake
+lib/cmake/LibAlkimia6-%%ALK_VER%%/LibAlkimia6Config.cmake
+lib/cmake/LibAlkimia6-%%ALK_VER%%/LibAlkimia6ConfigVersion.cmake
+lib/cmake/LibAlkimia6-%%ALK_VER%%/LibAlkimia6Targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/LibAlkimia6-%%ALK_VER%%/LibAlkimia6Targets.cmake
+lib/libalkimia6.so
+lib/libalkimia6.so.8
+lib/libalkimia6.so.%%ALK_VERSION%%
+%%QT_QMLDIR%%/org/kde/alkimia6/libqmlalkimia6.so
+%%QT_QMLDIR%%/org/kde/alkimia6/qmldir
+libdata/pkgconfig/libalkimia6.pc
+%%TOOLS%%share/applications/org.kde.onlinequoteseditor6.desktop
+share/gdb/auto-load%%KDE_PREFIX%%/lib/libalkimia6.so.%%ALK_VERSION%%-gdb.py
+%%TOOLS%%share/icons/hicolor/128x128/apps/onlinequoteseditor6.png
+%%TOOLS%%share/icons/hicolor/16x16/apps/onlinequoteseditor6.png
+%%TOOLS%%share/icons/hicolor/22x22/apps/onlinequoteseditor6.png
+%%TOOLS%%share/icons/hicolor/32x32/apps/onlinequoteseditor6.png
+%%TOOLS%%share/icons/hicolor/48x48/apps/onlinequoteseditor6.png
+%%TOOLS%%share/icons/hicolor/64x64/apps/onlinequoteseditor6.png
+%%TOOLS%%share/icons/hicolor/scalable/apps/onlinequoteseditor6.svgz
 share/knsrcfiles/alkimia-quotes.knsrc
 share/knsrcfiles/kmymoney-quotes.knsrc
 share/knsrcfiles/skrooge-quotes.knsrc
-%%PLASMA%%share/kservices5/plasma-applet-org.wincak.foreigncurrencies2.desktop
 share/locale/ca/LC_MESSAGES/alkimia.mo
 share/locale/ca/LC_MESSAGES/onlinequoteseditor.mo
 share/locale/ca/LC_MESSAGES/plasma_applet_onlinequote.mo
@@ -57,6 +62,10 @@ share/locale/en_GB/LC_MESSAGES/alkimia.mo
 share/locale/en_GB/LC_MESSAGES/onlinequoteseditor.mo
 share/locale/en_GB/LC_MESSAGES/plasma_applet_onlinequote.mo
 share/locale/en_GB/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
+share/locale/eo/LC_MESSAGES/alkimia.mo
+share/locale/eo/LC_MESSAGES/onlinequoteseditor.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_onlinequote.mo
+share/locale/eo/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
 share/locale/es/LC_MESSAGES/alkimia.mo
 share/locale/es/LC_MESSAGES/onlinequoteseditor.mo
 share/locale/es/LC_MESSAGES/plasma_applet_onlinequote.mo
@@ -66,6 +75,8 @@ share/locale/et/LC_MESSAGES/onlinequoteseditor.mo
 share/locale/et/LC_MESSAGES/plasma_applet_onlinequote.mo
 share/locale/et/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
 share/locale/fi/LC_MESSAGES/alkimia.mo
+share/locale/fi/LC_MESSAGES/onlinequoteseditor.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_onlinequote.mo
 share/locale/fi/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
 share/locale/fr/LC_MESSAGES/alkimia.mo
 share/locale/fr/LC_MESSAGES/onlinequoteseditor.mo
@@ -99,6 +110,10 @@ share/locale/ko/LC_MESSAGES/alkimia.mo
 share/locale/ko/LC_MESSAGES/onlinequoteseditor.mo
 share/locale/ko/LC_MESSAGES/plasma_applet_onlinequote.mo
 share/locale/ko/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
+share/locale/nb/LC_MESSAGES/alkimia.mo
+share/locale/nb/LC_MESSAGES/onlinequoteseditor.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_onlinequote.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
 share/locale/nl/LC_MESSAGES/alkimia.mo
 share/locale/nl/LC_MESSAGES/onlinequoteseditor.mo
 share/locale/nl/LC_MESSAGES/plasma_applet_onlinequote.mo
@@ -151,16 +166,16 @@ share/locale/zh_TW/LC_MESSAGES/alkimia.mo
 share/locale/zh_TW/LC_MESSAGES/onlinequoteseditor.mo
 share/locale/zh_TW/LC_MESSAGES/plasma_applet_onlinequote.mo
 share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
-%%TOOLS%%share/metainfo/org.kde.onlinequoteseditor5.appdata.xml
-%%PLASMA%%share/metainfo/org.wincak.foreigncurrencies2.appdata.xml
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/LICENSE
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/README
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/config/config.qml
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/config/main.xml
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/icons/currency.svg
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/Currency.qml
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/Okno.qml
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/config/ConfigGeneral.qml
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/contents/ui/main.qml
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/metadata.desktop
-%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies2/metadata.json
+%%TOOLS%%share/metainfo/org.kde.onlinequoteseditor6.appdata.xml
+%%PLASMA%%share/metainfo/org.wincak.foreigncurrencies26.appdata.xml
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/LICENSE
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/README
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/config/config.qml
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/config/main.xml
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/icons/currency.svg
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/ui/Currency.qml
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/ui/Okno.qml
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/ui/config/ConfigGeneral.qml
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/contents/ui/main.qml
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/metadata.desktop
+%%PLASMA%%share/plasma/plasmoids/org.wincak.foreigncurrencies26/metadata.json