1
0
Christophe Giboudeaux 2020-02-08 00:14:13 +00:00 committed by Git OBS Bridge
parent 661b6a2930
commit c02d75dce7
6 changed files with 43 additions and 37 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxPUACgkQWNDuZIpI
s7u4EwgAnCHWsk41cjE9MF5bPqHtrh1MR0NjQRSnRj3gNk/fDqHMMSvjDBODLaWx
2+JtgEF6aS4sXDxbG293xzZ2vxAUoqqLKaj+Wjv+/TJXWaIRRgUoQKJL61viH5TL
6lvhUiqOxJe7JIyK8AYJ9Zs+c8cQQ6n7IVq/bBG5sj63Kcd6lgj06pgYycut6NRt
H+vz+oQF6YV35Ukb6zlfScXn1yuRqBuin+fz4WRad+cbJXxPN1I07wXzpHnNQd/S
Lz2fmuKV81rZ51EsFls3xpt6tWep0HPFAAQ5Jg0kv5RdGk4082qZgnBtfdSGmirH
2gymq4h/axeEjF4TX4h3R8c1ThbUIQ==
=XU66
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420UYACgkQWNDuZIpI
s7tpEgf/eUuKj/QaJTJvahicriNeLQzEMj3jc/q/Pu46evg4dkzolnO1ABAKez7U
VJ41D0I4zB1Dl1ReBEi9zlkdebAxcsMBCWgOzECGY44OXCOVQcFyz43oMGIIJgru
ZZpw30dndZVxy2RpwdvN1BdvSFlXo7oPIfiTiRO7zanrLrFEEYwYA1gI2hOLrBLr
ogkSsTEmfEjKZdCudMmRZOFbu0kBvH8AjKFgTahIxyCpW1sgDXOG4VKEuDSEAbER
apRGKTPdRDejUK90GONc/BRnyBX9wfFAKB9zOF0KzkL0Rsj4VtfYXEUJexS3N6+a
EHLu2Epsm251r51hAI0LoC4S7eflUA==
=kTd9
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Feb 4 18:00:08 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Drop build dependencies for plugin bundles dropped in KF 5.62.
- No longer recommend -lang: supplements are in use
-------------------------------------------------------------------
Sun Feb 2 18:06:52 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:39 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- No code change since 5.66.0
-------------------------------------------------------------------
Sun Jan 5 09:15:34 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.66
%define _tar_path 5.67
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kdesignerplugin
Version: 5.66.0
Version: 5.67.0
Release: 0
Summary: Framework for integration of KDE frameworks widgets with Qt Designer
License: LGPL-2.1-or-later
@ -37,28 +37,14 @@ Source2: frameworks.keyring
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Bookmarks) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Completion) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Plotting) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5Designer) >= 5.11.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5Designer) >= 5.12.0
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
%endif
Recommends: %{name}-lang = %{version}
%description
This framework provides plugins for Qt Designer that allow it to display
@ -71,7 +57,7 @@ Summary: Build environment for kdesignerplugin, a framework for integrati
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.11.0
Requires: cmake(Qt5Core) >= 5.12.0
%description devel
This framework provides plugins for Qt Designer that allow it to display
@ -86,7 +72,7 @@ from ini-style description files. Development files.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build