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.11.80.tar.xz b/kig-16.11.80.tar.xz new file mode 100644 index 0000000..f72cfec --- /dev/null +++ b/kig-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e71871b8b71dc9440ebd331009f8e8b5efb195c28ec0e52eec5b965c872f02 +size 1517880 diff --git a/kig.changes b/kig.changes index 7b89c4f..3d8e76f 100644 --- a/kig.changes +++ b/kig.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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..b0c059e 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.11.80 Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 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 @@ -44,6 +48,7 @@ BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} +Obsoletes: kig5 < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires @@ -54,7 +59,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 +74,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 +85,6 @@ drawing mathematical figures and including them in other documents. %doc %{_kf5_htmldir}/en/*/ %{_kf5_plugindir}/ %{_kf5_mandir}/*/* -%_datadir/katepart/ +%{_datadir}/katepart/ %changelog