diff --git a/kqtquickcharts-16.08.3.tar.xz b/kqtquickcharts-16.08.3.tar.xz deleted file mode 100644 index f1b7d04..0000000 --- a/kqtquickcharts-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b77016ba79e143e141e267cfe7245844c60188a1af19e9457976ca48c05adcd -size 20516 diff --git a/kqtquickcharts-16.12.0.tar.xz b/kqtquickcharts-16.12.0.tar.xz new file mode 100644 index 0000000..daf5755 --- /dev/null +++ b/kqtquickcharts-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1105ffd9a59a99a04787177c19e4a9dbc9e11a0e5a66308ffe3c8443348049c +size 25488 diff --git a/kqtquickcharts.changes b/kqtquickcharts.changes index b066a3f..241b5b6 100644 --- a/kqtquickcharts.changes +++ b/kqtquickcharts.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Dec 13 19:51:15 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.12.0 + * KDE Applications 16.12.0 + * https://www.kde.org/announcements/announce-applications-16.12.0.php + + +------------------------------------------------------------------- +Sat Dec 3 16:37:04 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.90 + * KDE Applications 16.12.0 RC + * https://www.kde.org/announcements/announce-applications-16.12-rc.php + + +------------------------------------------------------------------- +Tue Nov 29 12:35:40 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:21:51 UTC 2016 - lbeltrame@kde.org diff --git a/kqtquickcharts.spec b/kqtquickcharts.spec index 6a0144b..f62d294 100644 --- a/kqtquickcharts.spec +++ b/kqtquickcharts.spec @@ -1,7 +1,7 @@ # # spec file for package kqtquickcharts # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,23 @@ Name: kqtquickcharts -Version: 16.08.3 +Version: 16.12.0 Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Plugin to render beautiful and interactive graphs License: LGPL-2.1+ Group: Amusements/Teaching/Other Url: http://edu.kde.org Source0: %{name}-%{version}.tar.xz -BuildRequires: libkde4-devel >= 4.10 -BuildRequires: xz +BuildRequires: extra-cmake-modules +BuildRequires: kf5-filesystem +BuildRequires: pkgconfig +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description A QtQuick plugin to render beautiful and interactive graphs. @@ -36,17 +42,17 @@ A QtQuick plugin to render beautiful and interactive graphs. %setup -q %build - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - %kde4_makeinstall -C build - %kde_post_install + %kf5_makeinstall -C build %files %defattr(-,root,root) %doc COPYING* -%dir %{_kde4_modulesdir}/imports -%{_kde4_modulesdir}/imports/org/ +%{_kf5_includedir}/kqtquickcharts_version.h +%{_libdir}/cmake/KQtQuickCharts/ +%{_kf5_qmldir}/ %changelog