Accepting request 443348 from home:luca_b:test_KA
KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443348 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kig?expand=0&rev=33
This commit is contained in:
parent
1dcd0e2850
commit
60bc7129d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26f9455e2cedf464bb804548e8f59c9601e57ad92cf30c924b476525c488c2d2
|
||||
size 1517632
|
3
kig-16.11.80.tar.xz
Normal file
3
kig-16.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4e71871b8b71dc9440ebd331009f8e8b5efb195c28ec0e52eec5b965c872f02
|
||||
size 1517880
|
@ -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
|
||||
|
||||
|
16
kig.spec
16
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
|
||||
|
Loading…
Reference in New Issue
Block a user