forked from pool/kwindowsystem
Update descriptions, part5
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwindowsystem?expand=0&rev=7
This commit is contained in:
parent
633237653e
commit
76706bcc9b
@ -32,7 +32,7 @@ BuildRequires: pkgconfig(xcb)
|
|||||||
BuildRequires: pkgconfig(xcb-keysyms)
|
BuildRequires: pkgconfig(xcb-keysyms)
|
||||||
BuildRequires: pkgconfig(xfixes)
|
BuildRequires: pkgconfig(xfixes)
|
||||||
BuildRequires: pkgconfig(xrender)
|
BuildRequires: pkgconfig(xrender)
|
||||||
Summary: KDE Base Libraries
|
Summary: KDE Access to window manager
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
@ -40,21 +40,25 @@ Source0: kwindowsystem-%{version}.tar.xz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%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
|
%package -n %lname
|
||||||
Summary: KDE Core Libraries
|
Summary: KDE Access to window manager
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
|
||||||
%description -n %lname
|
%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
|
%package devel
|
||||||
Summary: KDE Core Libraries: Build Environment
|
Summary: KDE Access to window manager: Build Environment
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
@ -62,8 +66,12 @@ Requires: pkgconfig(Qt5Core) >= 5.2.0
|
|||||||
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
|
Requires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
Convenience access to certain properties and features of the window manager.
|
||||||
to develop non-graphical 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.
|
||||||
|
Development files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user