From f76e96ab7dd6038844fd14ad68e093afbdf67c96d6e69e7be2e27d262f06f819 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 08:27:39 +0000 Subject: [PATCH 01/16] 8.0.1 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=12 --- alkimia-7.0.2.tar.xz | 3 --- alkimia-8.0.1.tar.xz | 3 +++ alkimia.changes | 6 ++++++ alkimia.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 alkimia-7.0.2.tar.xz create mode 100644 alkimia-8.0.1.tar.xz diff --git a/alkimia-7.0.2.tar.xz b/alkimia-7.0.2.tar.xz deleted file mode 100644 index 361125f..0000000 --- a/alkimia-7.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59e6b10d819479bc8dde53a8b10e6ec05e9d465c5e035528a5c0b036456a2454 -size 38420 diff --git a/alkimia-8.0.1.tar.xz b/alkimia-8.0.1.tar.xz new file mode 100644 index 0000000..e5d7d8d --- /dev/null +++ b/alkimia-8.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5601780f6ed95b5e14dd3a243ecd1afbdbdb522f0e32dec2fb86933ec363115 +size 209148 diff --git a/alkimia.changes b/alkimia.changes index 98e0d3f..b54c9a9 100644 --- a/alkimia.changes +++ b/alkimia.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 22 08:24:50 UTC 2019 - Christophe Giboudeaux + +- Update to 8.0.1: + No changelog available + ------------------------------------------------------------------- Mon Mar 25 07:22:02 UTC 2019 - Christophe Giboudeaux diff --git a/alkimia.spec b/alkimia.spec index 72ccece..8460687 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -16,9 +16,9 @@ # -%define sonum 7 +%define sonum 8 Name: alkimia -Version: 7.0.2 +Version: 8.0.1 Release: 0 Summary: Library with common classes and functionality used by finance applications License: LGPL-2.1-or-later From 6d146c59c7250f661f1c01703cdbbb949bed9fe5b5781ac57de2fff8498ce62e Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 08:43:53 +0000 Subject: [PATCH 02/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=13 --- alkimia.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/alkimia.spec b/alkimia.spec index 8460687..61b207f 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -28,9 +28,10 @@ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{ver BuildRequires: doxygen BuildRequires: extra-cmake-modules BuildRequires: gmp-devel -BuildRequires: cmake(Qt5Core) >= 5.2.0 -BuildRequires: cmake(Qt5DBus) >= 5.2.0 -BuildRequires: cmake(Qt5Test) >= 5.2.0 +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5WebKitWidgets) %description libalkimia is a library with common classes and functionality used by finance From 0e69f31c1e22f58eecc6dafd6f173d0a27dfec84ee3c2038823aae6589ce9f5c Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 08:48:45 +0000 Subject: [PATCH 03/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=14 --- alkimia.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/alkimia.spec b/alkimia.spec index 61b207f..df59440 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -28,8 +28,14 @@ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{ver BuildRequires: doxygen BuildRequires: extra-cmake-modules BuildRequires: gmp-devel +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(KF5Package) +BuildRequires: cmake(KF5Plasma) BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5WebKitWidgets) From fef256937f31aa9421622d8163cff3225b0c1be33c55d45ca159591699df4b68 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 09:03:27 +0000 Subject: [PATCH 04/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=15 --- alkimia.spec | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/alkimia.spec b/alkimia.spec index df59440..fb22c68 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -17,6 +17,7 @@ %define sonum 8 +%bcond_without lang Name: alkimia Version: 8.0.1 Release: 0 @@ -38,6 +39,7 @@ BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5WebKitWidgets) +Recommends: %{name}-lang = %{version} %description libalkimia is a library with common classes and functionality used by finance @@ -59,6 +61,8 @@ Requires: libalkimia5-%{sonum} = %{version} %description -n libalkimia5-devel The development files for libalkimia. +%lang_package + %prep %setup -q @@ -69,9 +73,25 @@ The development files for libalkimia. %install %kf5_makeinstall -C build +%if %{with lang} +%find_lang %{name} +%endif + %post -n libalkimia5-%{sonum} -p /sbin/ldconfig %postun -n libalkimia5-%{sonum} -p /sbin/ldconfig +%files +%license COPYING.LIB +%{_kf5_applicationsdir}/org.kde.onlinequoteseditor.desktop +%{_kf5_appstreamdir}/org.wincak.foreigncurrencies2.appdata.xml +%{_kf5_bindir}/onlinequoteseditor +%{_kf5_iconsdir}/hicolor/*/apps/onlinequoteseditor.* +%{_kf5_plasmadir}/plasmoids/ +%{_kf5_qmldir}/ +%{_kf5_servicesdir}/plasma-applet-org.wincak.foreigncurrencies2.desktop +%{_kf5_sharedir}/alkimia5/ +%{_kf5_sysconfdir/xdg/*.knsrc + %files -n libalkimia5-devel %license COPYING.LIB %dir %{_includedir}/alkimia/ @@ -85,4 +105,8 @@ The development files for libalkimia. %doc README.md %{_kf5_libdir}/libalkimia5.so.%{sonum}* +%if %{with lang} +%files lang -f %{name}.lang +%endif + %changelog From 9aa4a0d76b1993cac553893caccf0734cf994aa6972b468d2b06870cb38fa0a9 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 09:05:22 +0000 Subject: [PATCH 05/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=16 --- alkimia.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alkimia.spec b/alkimia.spec index fb22c68..3a56acd 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -90,7 +90,7 @@ The development files for libalkimia. %{_kf5_qmldir}/ %{_kf5_servicesdir}/plasma-applet-org.wincak.foreigncurrencies2.desktop %{_kf5_sharedir}/alkimia5/ -%{_kf5_sysconfdir/xdg/*.knsrc +%{_kf5_sysconfdir}/xdg/*.knsrc %files -n libalkimia5-devel %license COPYING.LIB From 655f03bce2e51be8e14b182e1de76ff7d8a701e0041f835733bd5b889584aa97 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 09:09:44 +0000 Subject: [PATCH 06/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=17 --- alkimia.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alkimia.spec b/alkimia.spec index 3a56acd..27d3b9d 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -82,7 +82,7 @@ The development files for libalkimia. %files %license COPYING.LIB -%{_kf5_applicationsdir}/org.kde.onlinequoteseditor.desktop +%{_kf5_applicationsdir}/org.kde.onlinequoteeditor.desktop %{_kf5_appstreamdir}/org.wincak.foreigncurrencies2.appdata.xml %{_kf5_bindir}/onlinequoteseditor %{_kf5_iconsdir}/hicolor/*/apps/onlinequoteseditor.* From 006298d04a31d118abe1fecf26cb6514ad720291c3e2fbba7eda528609c2d9d7 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 09:14:04 +0000 Subject: [PATCH 07/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=18 --- alkimia.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alkimia.spec b/alkimia.spec index 27d3b9d..2891838 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -74,7 +74,10 @@ The development files for libalkimia. %kf5_makeinstall -C build %if %{with lang} -%find_lang %{name} +%find_lang alkimia %{name}.lang +%find_lang onlinequoteseditor %{name}.lang +%find_lang plasma_applet_onlinequote %{name}.lang +%find_lang plasma_applet_org.wincak.foreigncurrencies2 %{name}.lang %endif %post -n libalkimia5-%{sonum} -p /sbin/ldconfig From b6a9c7ee9c2cad61d664334f03364bea2e2d8d767e5c685ea8d95636096f5f6d Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 09:35:36 +0000 Subject: [PATCH 08/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=19 --- alkimia.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/alkimia.spec b/alkimia.spec index 2891838..eaf96d9 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -29,6 +29,7 @@ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{ver BuildRequires: doxygen BuildRequires: extra-cmake-modules BuildRequires: gmp-devel +BuildRequires: libmpir-devel BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5KDELibs4Support) From 79f850620752f02725c2a6202b52e2d7e878fcbcb4193bd3743ebd3029da0a2d Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 09:36:22 +0000 Subject: [PATCH 09/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=20 --- alkimia.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/alkimia.spec b/alkimia.spec index eaf96d9..2891838 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -29,7 +29,6 @@ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{ver BuildRequires: doxygen BuildRequires: extra-cmake-modules BuildRequires: gmp-devel -BuildRequires: libmpir-devel BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5KDELibs4Support) From 8a4a2eb529d9b632364abfc327029be162b183eff0f44cdb9e7bcd2d7a8fd29a Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 09:36:45 +0000 Subject: [PATCH 10/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=21 --- alkimia.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alkimia.spec b/alkimia.spec index 2891838..d6bd930 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -28,7 +28,7 @@ URL: https://kmymoney.org/ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: extra-cmake-modules -BuildRequires: gmp-devel +BuildRequires: libmpir-devel BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5KDELibs4Support) From a88455c5406a437524675b7c000621b7af0e2543c4129d0c0b692a57b17f02b8 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 09:55:49 +0000 Subject: [PATCH 11/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=22 --- alkimia.changes | 2 ++ alkimia.spec | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/alkimia.changes b/alkimia.changes index b54c9a9..1296eac 100644 --- a/alkimia.changes +++ b/alkimia.changes @@ -3,6 +3,8 @@ Mon Apr 22 08:24:50 UTC 2019 - Christophe Giboudeaux - Update to 8.0.1: No changelog available +- Use the preferred MPIR instead of GMP +- Change the package group ------------------------------------------------------------------- Mon Mar 25 07:22:02 UTC 2019 - Christophe Giboudeaux diff --git a/alkimia.spec b/alkimia.spec index d6bd930..b790bab 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -23,7 +23,7 @@ Version: 8.0.1 Release: 0 Summary: Library with common classes and functionality used by finance applications License: LGPL-2.1-or-later -Group: Development/Libraries/C and C++ +Group: Productivity/Office/Finance URL: https://kmymoney.org/ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz BuildRequires: doxygen @@ -57,6 +57,7 @@ applications. Summary: Development Files for libalkimia Group: Development/Languages/C and C++ Requires: libalkimia5-%{sonum} = %{version} +Requires: libmpir-devel %description -n libalkimia5-devel The development files for libalkimia. From 42764a76855a33629274ef22b09f9df34c814e1ba549faa123169289b6ee9bc8 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 09:56:21 +0000 Subject: [PATCH 12/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=23 --- alkimia.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alkimia.changes b/alkimia.changes index 1296eac..77f41ca 100644 --- a/alkimia.changes +++ b/alkimia.changes @@ -3,7 +3,7 @@ Mon Apr 22 08:24:50 UTC 2019 - Christophe Giboudeaux - Update to 8.0.1: No changelog available -- Use the preferred MPIR instead of GMP +- Use the preferred MPIR dependency instead of GMP - Change the package group ------------------------------------------------------------------- From 3d761f2aaecc652fca860b5be5f94165ad291251c1bab553ab6dc96d8f201109 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 22 Apr 2019 11:48:37 +0000 Subject: [PATCH 13/16] revert to alkimia 7.0.2. alkimia 8 adds an unwanted dependency on qtwebkit. OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=24 --- alkimia-7.0.2.tar.xz | 3 +++ alkimia-8.0.1.tar.xz | 3 --- alkimia.changes | 8 -------- alkimia.spec | 49 +++++++------------------------------------- 4 files changed, 10 insertions(+), 53 deletions(-) create mode 100644 alkimia-7.0.2.tar.xz delete mode 100644 alkimia-8.0.1.tar.xz diff --git a/alkimia-7.0.2.tar.xz b/alkimia-7.0.2.tar.xz new file mode 100644 index 0000000..361125f --- /dev/null +++ b/alkimia-7.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e6b10d819479bc8dde53a8b10e6ec05e9d465c5e035528a5c0b036456a2454 +size 38420 diff --git a/alkimia-8.0.1.tar.xz b/alkimia-8.0.1.tar.xz deleted file mode 100644 index e5d7d8d..0000000 --- a/alkimia-8.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5601780f6ed95b5e14dd3a243ecd1afbdbdb522f0e32dec2fb86933ec363115 -size 209148 diff --git a/alkimia.changes b/alkimia.changes index 77f41ca..98e0d3f 100644 --- a/alkimia.changes +++ b/alkimia.changes @@ -1,11 +1,3 @@ -------------------------------------------------------------------- -Mon Apr 22 08:24:50 UTC 2019 - Christophe Giboudeaux - -- Update to 8.0.1: - No changelog available -- Use the preferred MPIR dependency instead of GMP -- Change the package group - ------------------------------------------------------------------- Mon Mar 25 07:22:02 UTC 2019 - Christophe Giboudeaux diff --git a/alkimia.spec b/alkimia.spec index b790bab..72ccece 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -16,30 +16,21 @@ # -%define sonum 8 -%bcond_without lang +%define sonum 7 Name: alkimia -Version: 8.0.1 +Version: 7.0.2 Release: 0 Summary: Library with common classes and functionality used by finance applications License: LGPL-2.1-or-later -Group: Productivity/Office/Finance +Group: Development/Libraries/C and C++ URL: https://kmymoney.org/ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: extra-cmake-modules -BuildRequires: libmpir-devel -BuildRequires: cmake(KF5Config) -BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5KDELibs4Support) -BuildRequires: cmake(KF5NewStuff) -BuildRequires: cmake(KF5Package) -BuildRequires: cmake(KF5Plasma) -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5Qml) -BuildRequires: cmake(Qt5Test) -BuildRequires: cmake(Qt5WebKitWidgets) -Recommends: %{name}-lang = %{version} +BuildRequires: gmp-devel +BuildRequires: cmake(Qt5Core) >= 5.2.0 +BuildRequires: cmake(Qt5DBus) >= 5.2.0 +BuildRequires: cmake(Qt5Test) >= 5.2.0 %description libalkimia is a library with common classes and functionality used by finance @@ -57,13 +48,10 @@ applications. Summary: Development Files for libalkimia Group: Development/Languages/C and C++ Requires: libalkimia5-%{sonum} = %{version} -Requires: libmpir-devel %description -n libalkimia5-devel The development files for libalkimia. -%lang_package - %prep %setup -q @@ -74,28 +62,9 @@ The development files for libalkimia. %install %kf5_makeinstall -C build -%if %{with lang} -%find_lang alkimia %{name}.lang -%find_lang onlinequoteseditor %{name}.lang -%find_lang plasma_applet_onlinequote %{name}.lang -%find_lang plasma_applet_org.wincak.foreigncurrencies2 %{name}.lang -%endif - %post -n libalkimia5-%{sonum} -p /sbin/ldconfig %postun -n libalkimia5-%{sonum} -p /sbin/ldconfig -%files -%license COPYING.LIB -%{_kf5_applicationsdir}/org.kde.onlinequoteeditor.desktop -%{_kf5_appstreamdir}/org.wincak.foreigncurrencies2.appdata.xml -%{_kf5_bindir}/onlinequoteseditor -%{_kf5_iconsdir}/hicolor/*/apps/onlinequoteseditor.* -%{_kf5_plasmadir}/plasmoids/ -%{_kf5_qmldir}/ -%{_kf5_servicesdir}/plasma-applet-org.wincak.foreigncurrencies2.desktop -%{_kf5_sharedir}/alkimia5/ -%{_kf5_sysconfdir}/xdg/*.knsrc - %files -n libalkimia5-devel %license COPYING.LIB %dir %{_includedir}/alkimia/ @@ -109,8 +78,4 @@ The development files for libalkimia. %doc README.md %{_kf5_libdir}/libalkimia5.so.%{sonum}* -%if %{with lang} -%files lang -f %{name}.lang -%endif - %changelog From 25bc877d8a1f212e982e44696af197ac3d01c075bba97bf2892fcaa52d036881 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 11 Jan 2020 09:22:48 +0000 Subject: [PATCH 14/16] Accepting request 763075 from home:rhabacker:branches:KDE:Extra update to 8.0.3 OBS-URL: https://build.opensuse.org/request/show/763075 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=25 --- alkimia-7.0.2.tar.xz | 3 --- alkimia-8.0.3.tar.xz | 3 +++ alkimia.spec | 44 +++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 44 insertions(+), 6 deletions(-) delete mode 100644 alkimia-7.0.2.tar.xz create mode 100644 alkimia-8.0.3.tar.xz diff --git a/alkimia-7.0.2.tar.xz b/alkimia-7.0.2.tar.xz deleted file mode 100644 index 361125f..0000000 --- a/alkimia-7.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59e6b10d819479bc8dde53a8b10e6ec05e9d465c5e035528a5c0b036456a2454 -size 38420 diff --git a/alkimia-8.0.3.tar.xz b/alkimia-8.0.3.tar.xz new file mode 100644 index 0000000..066db87 --- /dev/null +++ b/alkimia-8.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e57ed9279557d8e3575e7556a81b08dff4e882e9f5ad8502da63bfc98c7b33e +size 212780 diff --git a/alkimia.spec b/alkimia.spec index 72ccece..cb96f43 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -16,9 +16,10 @@ # -%define sonum 7 +%define sonum 8 +%bcond_without lang Name: alkimia -Version: 7.0.2 +Version: 8.0.3 Release: 0 Summary: Library with common classes and functionality used by finance applications License: LGPL-2.1-or-later @@ -28,9 +29,16 @@ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{ver BuildRequires: doxygen BuildRequires: extra-cmake-modules BuildRequires: gmp-devel +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(KF5Package) BuildRequires: cmake(Qt5Core) >= 5.2.0 BuildRequires: cmake(Qt5DBus) >= 5.2.0 +BuildRequires: cmake(Qt5Qml) >= 5.2.0 BuildRequires: cmake(Qt5Test) >= 5.2.0 +BuildRequires: cmake(Qt5Widgets) >= 5.2.0 %description libalkimia is a library with common classes and functionality used by finance @@ -52,19 +60,45 @@ Requires: libalkimia5-%{sonum} = %{version} %description -n libalkimia5-devel The development files for libalkimia. +%lang_package + %prep %setup -q %build -%cmake_kf5 -d build +%cmake_kf5 -d build -- -DBUILD_WITH_WEBKIT=0 -DBUILD_APPLETS=0 %make_jobs %install %kf5_makeinstall -C build +mkdir -p %{buildroot}%{_datadir}/alkimia5/misc +mv %{buildroot}/alkimia5/misc/financequote.pl %{buildroot}%{_datadir}/alkimia5/misc/financequote.pl + +%if %{with lang} +%find_lang alkimia %{name}.lang +%find_lang onlinequoteseditor %{name}.lang +%find_lang plasma_applet_onlinequote %{name}.lang +%find_lang plasma_applet_org.wincak.foreigncurrencies2 %{name}.lang +%endif %post -n libalkimia5-%{sonum} -p /sbin/ldconfig %postun -n libalkimia5-%{sonum} -p /sbin/ldconfig +%files +%license COPYING.LIB +%{_kf5_applicationsdir}/org.kde.onlinequoteseditor5.desktop +%{_kf5_bindir}/onlinequoteseditor5 +%{_kf5_iconsdir}/hicolor/*/apps/onlinequoteseditor5.* +%dir %{_kf5_qmldir}/org/ +%dir %{_kf5_qmldir}/org/kde +%dir %{_kf5_qmldir}/org/kde/alkimia +%{_kf5_qmldir}/org/kde/alkimia/libqmlalkimia.so +%{_kf5_qmldir}/org/kde/alkimia/qmldir +%{_kf5_sharedir}/alkimia5/ +%{_kf5_sysconfdir}/xdg/alkimia-quotes.knsrc +%{_kf5_sysconfdir}/xdg/kmymoney-quotes.knsrc +%{_kf5_sysconfdir}/xdg/skrooge-quotes.knsrc + %files -n libalkimia5-devel %license COPYING.LIB %dir %{_includedir}/alkimia/ @@ -78,4 +112,8 @@ The development files for libalkimia. %doc README.md %{_kf5_libdir}/libalkimia5.so.%{sonum}* +%if %{with lang} +%files lang -f %{name}.lang +%endif + %changelog From 0ea6413d676aa881c77efe0ed2d60b61025e1391548c72bc0dbf5816a49ccff8 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 11 Jan 2020 09:29:54 +0000 Subject: [PATCH 15/16] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=26 --- alkimia.changes | 5 +++++ alkimia.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/alkimia.changes b/alkimia.changes index 98e0d3f..125a6cc 100644 --- a/alkimia.changes +++ b/alkimia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 11 09:28:53 UTC 2020 - Christophe Giboudeaux + +- Update to 8.0.3. No changelog + ------------------------------------------------------------------- Mon Mar 25 07:22:02 UTC 2019 - Christophe Giboudeaux diff --git a/alkimia.spec b/alkimia.spec index cb96f43..1ad50c2 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -1,7 +1,7 @@ # # spec file for package alkimia # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From ef6c40e04e2cc8ce1f6c47b869d8365ceba14eb223963ca5e7cbba6a0de70fe1 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 11 Jan 2020 10:13:41 +0000 Subject: [PATCH 16/16] Accepting request 763100 from home:rhabacker:branches:windows:mingw - Update to 8.0.3. * Add option to disable Webkit on KF5 builds * Bug and crash fixes * Don't hardcode the QML install dir * Fix integration of "Finance::Quote" sources into kmymoney * Export class AlkWebPage as wrapper for a generic web page * Fix installing and finding financequote.pl * Add experimental support for financequote.pl * Fix installing and finding financequote.pl OBS-URL: https://build.opensuse.org/request/show/763100 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=27 --- alkimia.changes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/alkimia.changes b/alkimia.changes index 125a6cc..79ea56c 100644 --- a/alkimia.changes +++ b/alkimia.changes @@ -1,7 +1,14 @@ ------------------------------------------------------------------- Sat Jan 11 09:28:53 UTC 2020 - Christophe Giboudeaux -- Update to 8.0.3. No changelog +- Update to 8.0.3. + * Add option to disable Webkit on KF5 builds + * Bug and crash fixes + * Don't hardcode the QML install dir + * Fix integration of "Finance::Quote" sources into kmymoney + * Export class AlkWebPage as wrapper for a generic web page + * Fix installing and finding financequote.pl + * Add experimental support for financequote.pl ------------------------------------------------------------------- Mon Mar 25 07:22:02 UTC 2019 - Christophe Giboudeaux