forked from pool/kdesignerplugin
Update descriptions, part1
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesignerplugin?expand=0&rev=7
This commit is contained in:
parent
88a272ff9d
commit
3e7b62232a
@ -42,7 +42,7 @@ BuildRequires: kwindowsystem-devel >= %{_kf5_version}
|
|||||||
BuildRequires: kxmlgui-devel >= %{_kf5_version}
|
BuildRequires: kxmlgui-devel >= %{_kf5_version}
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Designer) >= 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+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
@ -50,20 +50,23 @@ Source0: kdesignerplugin-%{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.
|
This framework provides plugins for Qt Designer that allow it to display
|
||||||
|
the widgets provided by various KDE frameworks, as well as a utility
|
||||||
This package is absolutely necessary for using KDE applications.
|
(kgendesignerplugin) that can be used to generate other such plugins
|
||||||
|
from ini-style description files.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: KDE Core Libraries: Build Environment
|
Summary: Integrating KDE frameworks widgets with Qt Designer
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This framework provides plugins for Qt Designer that allow it to display
|
||||||
to develop non-graphical KDE applications.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user