Accepting request 259973 from KDE:Frameworks5

Update to 5.4.0

OBS-URL: https://build.opensuse.org/request/show/259973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2014-11-11 00:10:04 +00:00 committed by Git OBS Bridge
commit 4930cb82a2
4 changed files with 25 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71aef438f4a3663643917a129ebe446348b94e8a75ca0022d8f77497e3ac9c60
size 24148

3
kded-5.4.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b9a371c3a1e8dd52f36ff9b0fc3ea22b2cbd827b8972cb39e61d3bf788880df
size 32344

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 2 17:47:45 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
-------------------------------------------------------------------
Sat Oct 4 18:00:00 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -17,11 +17,11 @@
Name: kded
Version: 5.3.0
Version: 5.4.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.3.0
BuildRequires: extra-cmake-modules >= 1.4.0
BuildRequires: fdupes
BuildRequires: kcoreaddons-devel >= %{kf5_version}
BuildRequires: kcrash-devel >= %{kf5_version}
@ -38,11 +38,12 @@ BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
Recommends: %{name}-lang
Summary: Central daemon of KDE workspaces
License: LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -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.
Development files.
%lang_package
%prep
%setup -q
@ -79,6 +81,15 @@ Development files.
%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
%defattr(-,root,root)
%doc COPYING* README*
@ -87,11 +98,11 @@ Development files.
%{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
%dir %{_kf5_servicetypesdir}
%{_kf5_servicetypesdir}/kdedmodule.desktop
%doc %lang(en) %{_kf5_mandir}/*/kded5.*
%files devel
%defattr(-,root,root)
%{_kf5_libdir}/cmake/KDED/
%{_kf5_mandir}/man8/kded5.*
%{_kf5_dbusinterfacesdir}/org.kde.kded5.xml
%changelog