From 1cc7db4f86b074e31ba74d2f940aad7f88ff90ced986f506135047782cdfc37a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Feb 2014 02:45:45 +0000 Subject: [PATCH] Update descriptions, part5 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=8 --- kxmlgui.spec | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/kxmlgui.spec b/kxmlgui.spec index d7690f9..b019ea1 100644 --- a/kxmlgui.spec +++ b/kxmlgui.spec @@ -42,7 +42,7 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 BuildRequires: pkgconfig(x11) -Summary: KDE Base Libraries +Summary: Framework for managing menu and toolbar actions License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org @@ -50,21 +50,23 @@ Source0: kxmlgui-%{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. +libkxmlgui provides a framework for managing menu and toolbar actions in an +abstract way. The actions are configured through a XML description and hooks +in the application code. The framework supports merging of multiple +description for example for integrating actions from plugins. %package -n %lname -Summary: KDE Core Libraries +Summary: Framework for managing menu and toolbar actions Group: System/GUI/KDE %description -n %lname -This package contains the core libraries of the K Desktop Environment. - -This package is absolutely necessary for using KDE applications. +libkxmlgui provides a framework for managing menu and toolbar actions in an +abstract way. The actions are configured through a XML description and hooks +in the application code. The framework supports merging of multiple +description for example for integrating actions from plugins. %package devel -Summary: KDE Core Libraries: Build Environment +Summary: Framework for managing menu and toolbar actions Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: attica-qt5-devel >= %{_kf5_version} @@ -82,8 +84,10 @@ Requires: pkgconfig(Qt5DBus) >= 5.2.0 Requires: pkgconfig(Qt5Xml) >= 5.2.0 %description devel -This package contains all necessary include files and libraries needed -to develop non-graphical KDE applications. +libkxmlgui provides a framework for managing menu and toolbar actions in an +abstract way. The actions are configured through a XML description and hooks +in the application code. The framework supports merging of multiple +description for example for integrating actions from plugins. Development files. %prep %setup -q