SHA256
1
0
forked from pool/kig
Remaining issues were fixed (except one kdenlive change)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kig?expand=0&rev=125
This commit is contained in:
Wolfgang Bauer 2020-07-22 19:32:12 +00:00 committed by Git OBS Bridge
parent 1ef697bb88
commit ada6994c42
6 changed files with 41 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccbc8f10e79f420d8a97aa00616fc29ed771721bfe22eb74b160464ac6cc3023
size 3482876

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8DzRUACgkQ29LOiT4t
HIeVrwgAnNCZHj+AluE/5ZjnTA4itnA9L9tDohWKekxsfLK0Iz6BDBlnKqcvREG2
IMdmsAFRwBC33mJhNoINi+NucSzr/lGjdCzqudZCwBCUOO1FjLdWl8MxNn7iFcry
0KVU5uTGVqIdfNnjswKyZnHcBbP1mKLLus+Vs5M5jxgkARmNfjtUtZp5s5mVrgsE
exC1+xcEPQGvVjvLf2DEo4v9FYGp7mneXLExWoDMHuSK/p3qYVIY/oKYyBxQ513i
G4R99H+1+QuXg4phJfgTIQcTquQljyUJ1RPPM3nqiNCCVVBzuaUjx2W4PMUzlAII
YiEfStzWxUwvonZjMwi+7VOleJeWGw==
=sqU+
-----END PGP SIGNATURE-----

3
kig-20.07.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8da736fb85bc40a062dd4fc8440eac0afd69b93a36df48aa15d838ce2bf5b30
size 3489872

16
kig-20.07.80.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl8RtQUACgkQOmpNuDnq
pteU7w/+IiWftF134wkpJDrOHngmeAAO9gbVfOL6YPxkq8AvnLGGMYDFafzK2CrT
GT3cm4EFkLHo0jodG7nY/F9JFz6hdZwq2W/cVibJE5uD+nHlNrGEj8ouwdhiGjSA
STFph1r2V8tttbpMrWKQifVJcRlhClGW+d91gMVuwkms+D/ebCAzc1VTL5d434jl
/yvtZ9HVOAbHwYpsR/y/hQZ6cMXO99INXvSlERR1lZS8ZFrU6yPqVQuX5yt0Vpdz
ogf/J0LrYZ0zWtZXqZgFCSKogcpq0GfBNnNns4vF0vfGfeEcR4pcLjk7nemWDnWe
tEb5iXBAYnJ3TnQM8y7kDHRfYbbWO/K7c6vLl9iJmnq+arJe1tF2pk6JxOQpUrfY
qP7kBqxXPWjy8jdzZEVw7JLeSgg8mRxJr7Kqw4CotyiPJWDkJDuxnMOjXW0njDUV
NGTNNjaqoQxoHXYFENfToGjiA6wDvfxMjcUdIX3L7ujKepPa01WZ07JaYaIMotLD
HJKqYcZPYkwOjXVRUUd0KxTrQNMrDVl86BsVE86lopGRA+D30EbOdZogxfdKtS84
PypED/hd63qUIHBb9Hkd5mmMqDQtiqIEXlzR+egXFg1ArfIG0VFiEEkcPLrx7VmW
HEMTLocbvm5ZnraChPBEr/CclTFnUHAScSpsDHxba4oC8Awqxrw=
=/QsN
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jul 19 10:04:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.07.80
* New feature release
- Changes since 20.04.3:
* Use camelcase includes (scripted)
* scripting: remove char* hacks
* cmake: fallback to "python" as boost component
* scripting: remove support for Python < 3
* Fix blurry icons by adding UseHighDpiPixmaps flag
* cmake: switch python & boost-python search to py3 (kde#419237)
* scripting: use PyErr_NormalizeException
* scripting: update Python-Kig highlight definition
* scripting: properly enable line numbers
-------------------------------------------------------------------
Thu Jul 9 20:09:34 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,14 +21,16 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kig
Version: 20.04.3
Version: 20.07.80
Release: 0
Summary: Interactive Geometry
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://edu.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: kf5-filesystem
BuildRequires: libboost_python3-devel
BuildRequires: python3-devel
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5ConfigWidgets)
@ -47,15 +49,8 @@ BuildRequires: cmake(Qt5Test) >= 5.2.0
BuildRequires: cmake(Qt5XmlPatterns) >= 5.2.0
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if 0%{?suse_version} > 1500
BuildRequires: libboost_python3-devel
BuildRequires: python3-devel
%else
BuildRequires: libboost_python-devel
BuildRequires: python-devel
%endif
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
@ -72,7 +67,7 @@ drawing mathematical figures and including them in other documents.
%setup -q
%build
%cmake_kf5 -d build
%cmake_kf5 -d build -- -DBoost_NO_BOOST_CMAKE=ON
%cmake_build
%install