diff --git a/kig-16.08.3.tar.xz b/kig-16.08.3.tar.xz deleted file mode 100644 index 1a51f22..0000000 --- a/kig-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26f9455e2cedf464bb804548e8f59c9601e57ad92cf30c924b476525c488c2d2 -size 1517632 diff --git a/kig-16.12.0.tar.xz b/kig-16.12.0.tar.xz new file mode 100644 index 0000000..b3910e3 --- /dev/null +++ b/kig-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8c31c88e18588577a70b058e9a23d4d316ae857d2db236c2f067d222665b83 +size 1518180 diff --git a/kig.changes b/kig.changes index 7b89c4f..2b5afd1 100644 --- a/kig.changes +++ b/kig.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Dec 13 19:44:43 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:30:00 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:30:32 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:18:21 UTC 2016 - lbeltrame@kde.org diff --git a/kig.spec b/kig.spec index afa9466..5e8e2c4 100644 --- a/kig.spec +++ b/kig.spec @@ -1,7 +1,7 @@ # # spec file for package kig # -# 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,8 +17,11 @@ Name: kig -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: Interactive Geometry License: GPL-2.0+ Group: Productivity/Scientific/Math @@ -37,6 +40,7 @@ BuildRequires: kitemmodels-devel BuildRequires: kparts-devel BuildRequires: ktexteditor-devel BuildRequires: kxmlgui-devel +BuildRequires: pkgconfig BuildRequires: python-devel BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0 @@ -54,7 +58,7 @@ figures and concepts using the computer. Serve as a WYSIWYG tool for drawing mathematical figures and including them in other documents. %prep -%setup -q +%setup -q %build %cmake_kf5 -d build @@ -69,8 +73,9 @@ drawing mathematical figures and including them in other documents. %{_kf5_bindir}/kig %{_kf5_bindir}/pykig.py %{_kf5_sharedir}/kig/ +#{_kf5_sharedir}/katepart/ %{_kf5_sharedir}/kxmlgui5/ -%{_kf5_sharedir}/appdata/ +%{_kf5_appstreamdir}/ %{_kf5_applicationsdir}/org.kde.kig.desktop %{_kf5_servicesdir}/ %{_kf5_iconsdir}/hicolor/*/*/* @@ -79,6 +84,6 @@ drawing mathematical figures and including them in other documents. %doc %{_kf5_htmldir}/en/*/ %{_kf5_plugindir}/ %{_kf5_mandir}/*/* -%_datadir/katepart/ +%{_datadir}/katepart/ %changelog