1
0

Accepting request 233154 from KDE:Frameworks5

Update to 4.99.0

OBS-URL: https://build.opensuse.org/request/show/233154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesignerplugin?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2014-05-14 18:26:37 +00:00 committed by Git OBS Bridge
commit 8e7f51e755
4 changed files with 24 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 4 01:41:06 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.99.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta2.php
-------------------------------------------------------------------
Sat Mar 29 19:47:29 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -17,10 +17,10 @@
Name: kdesignerplugin
Version: 4.98.0
Version: 4.99.0
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.12
BuildRequires: extra-cmake-modules >= 0.0.13
BuildRequires: fdupes
BuildRequires: kbookmarks-devel >= %{_kf5_version}
BuildRequires: kcompletion-devel >= %{_kf5_version}
@ -42,6 +42,7 @@ BuildRequires: kwindowsystem-devel >= %{_kf5_version}
BuildRequires: kxmlgui-devel >= %{_kf5_version}
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0
Recommends: %{name}-lang = %{version}
Summary: Integrating KDE frameworks widgets with Qt Designer
License: LGPL-2.1+
Group: System/GUI/KDE
@ -68,6 +69,7 @@ the widgets provided by various KDE frameworks, as well as a utility
(kgendesignerplugin) that can be used to generate other such plugins
from ini-style description files. Development files.
%lang_package
%prep
%setup -q
@ -79,21 +81,23 @@ from ini-style description files. Development files.
%kf5_makeinstall -C build
%fdupes -s %{buildroot}
%find_lang %{name}5 --with-qt --without-mo
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files lang -f %{name}5.lang
%files
%defattr(-,root,root)
%doc COPYING* README*
%{_kf5_bindir}/kgendesignerplugin
%{_kf5_mandir}/man1/kgendesignerplugin.*
%dir %{_kf5_datadir}/kf5widgets
%dir %{_kf5_datadir}/kf5widgets/pics
%{_kf5_datadir}/kf5widgets/pics/
%dir %{_qt5_plugindir}/designer
%{_qt5_plugindir}/designer/kf5widgets.so
%{_qt5_plugindir}/designer/kdewebkitwidgets.so
%{_kf5_datadir}/widgets/
%dir %{_kf5_plugindir}/designer
%{_kf5_plugindir}/designer/kf5widgets.so
%{_kf5_plugindir}/designer/kdewebkitwidgets.so
%files devel
%defattr(-,root,root)