From 76706bcc9b4e664b9849a63f68858c73b211297e9247302d39689f9b03214171 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Feb 2014 02:45:43 +0000 Subject: [PATCH] Update descriptions, part5 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwindowsystem?expand=0&rev=7 --- kwindowsystem.spec | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/kwindowsystem.spec b/kwindowsystem.spec index db2bdf7..ec6172f 100644 --- a/kwindowsystem.spec +++ b/kwindowsystem.spec @@ -32,7 +32,7 @@ BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-keysyms) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xrender) -Summary: KDE Base Libraries +Summary: KDE Access to window manager License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org @@ -40,21 +40,25 @@ Source0: kwindowsystem-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This package contains the core libraries of the K Desktop Environment. +Convenience access to certain properties and features of the window manager. -This package is absolutely necessary for using KDE applications. +KWindowSystem provides information about the state of the window manager and +allows asking the window manager to change the using a more high-level +interface than the NETWinInfo/NETRootInfo low-level classes. %package -n %lname -Summary: KDE Core Libraries +Summary: KDE Access to window manager Group: System/GUI/KDE %description -n %lname -This package contains the core libraries of the K Desktop Environment. +Convenience access to certain properties and features of the window manager. -This package is absolutely necessary for using KDE applications. +KWindowSystem provides information about the state of the window manager and +allows asking the window manager to change the using a more high-level +interface than the NETWinInfo/NETRootInfo low-level classes. %package devel -Summary: KDE Core Libraries: Build Environment +Summary: KDE Access to window manager: Build Environment Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules @@ -62,8 +66,12 @@ Requires: pkgconfig(Qt5Core) >= 5.2.0 Requires: pkgconfig(Qt5Widgets) >= 5.2.0 %description devel -This package contains all necessary include files and libraries needed -to develop non-graphical KDE applications. +Convenience access to certain properties and features of the window manager. + +KWindowSystem provides information about the state of the window manager and +allows asking the window manager to change the using a more high-level +interface than the NETWinInfo/NETRootInfo low-level classes. +Development files. %prep %setup -q