validate baloo.file.desktop (#1367207)

epel9
Rex Dieter 9 years ago
parent cec509eae6
commit fa9826821c

@ -0,0 +1,10 @@
diff -up baloo-5.25.0/src/file/baloo_file.desktop.dt baloo-5.25.0/src/file/baloo_file.desktop
--- baloo-5.25.0/src/file/baloo_file.desktop.dt 2016-08-07 08:32:59.000000000 -0500
+++ baloo-5.25.0/src/file/baloo_file.desktop 2016-08-18 13:35:59.969108413 -0500
@@ -1,5 +1,5 @@
[Desktop Entry]
-Type=Service
+Type=Application
Exec=baloo_file
X-KDE-StartupNotify=false
X-KDE-autostart-condition=baloofilerc:Basic Settings:Enabled:true

@ -10,7 +10,7 @@
Name: kf5-%{framework}
Summary: A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality
Version: 5.25.0
Release: 1%{?dist}
Release: 2%{?dist}
# libs are LGPL, tools are GPL
# KDE e.V. may determine that future LGPL/GPL versions are accepted
@ -31,6 +31,8 @@ Source1: 97-kde-baloo-filewatch-inotify.conf
## upstreamable patches
# http://bugzilla.redhat.com/1235026
Patch1: baloo-5.14.0-baloofile_config.patch
# make 'desktop-file-validate baloo_file.desktop' pass
Patch2: baloo-5.25.0-dt_validate.patch
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf5-kconfig-devel >= %{version}
@ -202,6 +204,9 @@ fi
%changelog
* Thu Aug 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.25.0-2
- validate baloo.file.desktop (#1367207)
* Mon Aug 08 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.25.0-1
- KDE Frameworks 5.25.0

Loading…
Cancel
Save