forked from pool/kdesignerplugin
Accepting request 526639 from KDE:Frameworks5
KDE Frameworks 5.38 OBS-URL: https://build.opensuse.org/request/show/526639 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesignerplugin?expand=0&rev=45
This commit is contained in:
commit
892f76ce58
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc691bf91e4ea15323be728bf47c3eb02905adc85a2967acd7b731bc06002785
|
||||
size 90656
|
3
kdesignerplugin-5.38.0.tar.xz
Normal file
3
kdesignerplugin-5.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6038ac44f05083e6d1e7e2d8b950b31d493f1bf587f4b89984fefae5f973b66
|
||||
size 90704
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 07:11:17 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.38.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
|
||||
- Changes since 5.37.0:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 12 09:23:23 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
@ -17,31 +17,34 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.37
|
||||
%define _tar_path 5.38
|
||||
Name: kdesignerplugin
|
||||
Version: 5.37.0
|
||||
Version: 5.38.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: kbookmarks-devel >= %{_tar_path}
|
||||
BuildRequires: kcompletion-devel >= %{_tar_path}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_tar_path}
|
||||
BuildRequires: kdbusaddons-devel >= %{_tar_path}
|
||||
BuildRequires: kdewebkit-devel >= %{_tar_path}
|
||||
BuildRequires: kdoctools-devel >= %{_tar_path}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kbookmarks-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcompletion-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdbusaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdewebkit-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdoctools-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kguiaddons-devel >= %{_tar_path}
|
||||
BuildRequires: ki18n-devel >= %{_tar_path}
|
||||
BuildRequires: kiconthemes-devel >= %{_tar_path}
|
||||
BuildRequires: kio-devel >= %{_tar_path}
|
||||
BuildRequires: kitemviews-devel >= %{_tar_path}
|
||||
BuildRequires: kplotting-devel >= %{_tar_path}
|
||||
BuildRequires: kservice-devel >= %{_tar_path}
|
||||
BuildRequires: ktextwidgets-devel >= %{_tar_path}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||
BuildRequires: kxmlgui-devel >= %{_tar_path}
|
||||
BuildRequires: kguiaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kio-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kitemviews-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kplotting-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kservice-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: ktextwidgets-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version}
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user