Update descriptions, part4
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kjsembed?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
d34fb38b82
commit
fe4730eef4
+9
-11
@@ -32,7 +32,7 @@ BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5UiTools) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||
Summary: KDE Base Libraries
|
||||
Summary: Binding Javascript object to QObjects
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
@@ -40,21 +40,19 @@ Source0: kjsembed-%{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.
|
||||
KSJEmbed provides a method of binding JavaScript objects to QObjects,
|
||||
so you can script your applications.
|
||||
|
||||
%package -n %lname
|
||||
Summary: KDE Core Libraries
|
||||
Summary: Binding Javascript object to QObjects
|
||||
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.
|
||||
KSJEmbed provides a method of binding JavaScript objects to QObjects,
|
||||
so you can script your applications.
|
||||
|
||||
%package devel
|
||||
Summary: KDE Core Libraries: Build Environment
|
||||
Summary: Binding Javascript object to QObjects: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
@@ -62,8 +60,8 @@ Requires: ki18n-devel >= %{_kf5_version}
|
||||
Requires: kjs-devel >= %{_kf5_version}
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop non-graphical KDE applications.
|
||||
KSJEmbed provides a method of binding JavaScript objects to QObjects,
|
||||
so you can script your applications. Development files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
Reference in New Issue
Block a user