epel9
Rex Dieter 7 years ago
parent 727267be7b
commit 481cf739fc

17
.gitignore vendored

@ -1,16 +1 @@
/baloo-5.25.0.tar.xz
/baloo-5.26.0.tar.xz
/baloo-5.27.0.tar.xz
/baloo-5.29.0.tar.xz
/baloo-5.31.0.tar.xz
/baloo-5.32.0.tar.xz
/baloo-5.33.0.tar.xz
/baloo-5.34.0.tar.xz
/baloo-5.35.0.tar.xz
/baloo-5.36.0.tar.xz
/baloo-5.37.0.tar.xz
/baloo-5.38.0.tar.xz
/baloo-5.39.0.tar.xz
/baloo-5.40.0.tar.xz
/baloo-5.41.0.tar.xz
/baloo-5.42.0.tar.xz
/baloo-5.43.0.tar.xz

@ -1,29 +0,0 @@
From d45f3107c1015bcf10ca6fd199f9e0c425dfd343 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter@gmail.com>
Date: Mon, 15 Jan 2018 10:17:05 -0600
Subject: [PATCH 3/3] validate baloo_file.desktop
Fix per,
$ desktop-file-validate /etc/xdg/autostart/baloo_file.desktop --warn-kde
/etc/xdg/autostart/baloo_file.desktop: warning: value "Service" for key "Type" in group "Desktop Entry" is a reserved value for KDE
/etc/xdg/autostart/baloo_file.desktop: error: key "Exec" is present in group "Desktop Entry", but the type is "Service" while this key is only valid for type "Application"
other DE's complain about this on login otherwise (e.g. gnome)
---
src/file/baloo_file.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/file/baloo_file.desktop b/src/file/baloo_file.desktop
index 5136828b..c2c2b901 100644
--- a/src/file/baloo_file.desktop
+++ b/src/file/baloo_file.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Type=Service
+Type=Application
Exec=baloo_file
X-KDE-StartupNotify=false
X-KDE-autostart-condition=baloofilerc:Basic Settings:Indexing-Enabled:true
--
2.14.3

@ -9,8 +9,8 @@
Name: kf5-%{framework}
Summary: A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality
Version: 5.42.0
Release: 3%{?dist}
Version: 5.43.0
Release: 1%{?dist}
# libs are LGPL, tools are GPL
# KDE e.V. may determine that future LGPL/GPL versions are accepted
@ -34,7 +34,6 @@ Source1: 97-kde-baloo-filewatch-inotify.conf
Patch100: baloo-5.14.0-baloofile_config.patch
## upstream patches
Patch3: 0003-validate-baloo_file.desktop.patch
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-kconfig-devel >= %{majmin}
@ -208,6 +207,9 @@ fi
%changelog
* Wed Feb 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.43.0-1
- 5.43.0
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.42.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (baloo-5.42.0.tar.xz) = a21b9e09f07b296049fe46a00ca22628cb7148e1619aa6575304100f3abb2622eedada6d64712bae484995c623db5d0dedb775667c127b6edd82c4558701ea08
SHA512 (baloo-5.43.0.tar.xz) = 918d615adc07ee71414eabe15cd18f3cfee264c206cbef32f6807cff2eac701a58ae7eebb087e618e9bc7741ad8409514af8361e216ff68b07b65dd0da0a802a

Loading…
Cancel
Save