From 3e7b62232ad977f9ba446ca170122e4e3f2ec8de694f009fdd330c6ba91cbbc9 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 10 Feb 2014 23:18:56 +0000 Subject: [PATCH] Update descriptions, part1 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesignerplugin?expand=0&rev=7 --- kdesignerplugin.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/kdesignerplugin.spec b/kdesignerplugin.spec index 4a9e652..064e267 100644 --- a/kdesignerplugin.spec +++ b/kdesignerplugin.spec @@ -42,7 +42,7 @@ BuildRequires: kwindowsystem-devel >= %{_kf5_version} BuildRequires: kxmlgui-devel >= %{_kf5_version} BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0 -Summary: KDE Base Libraries +Summary: Integrating KDE frameworks widgets with Qt Designer License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org @@ -50,20 +50,23 @@ Source0: kdesignerplugin-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This package contains the core libraries of the K Desktop Environment. - -This package is absolutely necessary for using KDE applications. +This framework provides plugins for Qt Designer that allow it to display +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. %package devel -Summary: KDE Core Libraries: Build Environment +Summary: Integrating KDE frameworks widgets with Qt Designer Group: Development/Libraries/KDE Requires: %{name} = %{version} Requires: extra-cmake-modules Requires: pkgconfig(Qt5Core) >= 5.2.0 %description devel -This package contains all necessary include files and libraries needed -to develop non-graphical KDE applications. +This framework provides plugins for Qt Designer that allow it to display +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. %prep %setup -q