This commit is contained in:
parent
73727483b6
commit
f49bc0a5ce
13
kded.spec
13
kded.spec
@ -38,6 +38,7 @@ BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||||
|
Recommends: %{name}-lang
|
||||||
Summary: Central daemon of KDE workspaces
|
Summary: Central daemon of KDE workspaces
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -64,6 +65,7 @@ KDED runs in the background and performs a number of small tasks.
|
|||||||
Some of these tasks are built in, others are started on demand.
|
Some of these tasks are built in, others are started on demand.
|
||||||
Development files.
|
Development files.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -79,6 +81,15 @@ Development files.
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc %lang(it) %{_kf5_mandir}/it
|
||||||
|
%doc %lang(nl) %{_kf5_mandir}/nl
|
||||||
|
%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
|
||||||
|
%doc %lang(ru) %{_kf5_mandir}/ru
|
||||||
|
%doc %lang(sv) %{_kf5_mandir}/sv
|
||||||
|
%doc %lang(uk) %{_kf5_mandir}/uk
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
@ -87,11 +98,11 @@ Development files.
|
|||||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
|
%{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
|
||||||
%dir %{_kf5_servicetypesdir}
|
%dir %{_kf5_servicetypesdir}
|
||||||
%{_kf5_servicetypesdir}/kdedmodule.desktop
|
%{_kf5_servicetypesdir}/kdedmodule.desktop
|
||||||
|
%doc %lang(en) %{_kf5_mandir}/kded5.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf5_libdir}/cmake/KDED/
|
%{_kf5_libdir}/cmake/KDED/
|
||||||
%{_kf5_mandir}/man8/kded5.*
|
|
||||||
%{_kf5_dbusinterfacesdir}/org.kde.kded5.xml
|
%{_kf5_dbusinterfacesdir}/org.kde.kded5.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user