fix dbus activation in org.kde.spectacle..desktop (#1784068)

epel9
Rex Dieter 5 years ago
parent 5dc93bcb73
commit a433cdd847

@ -0,0 +1,12 @@
diff -up spectacle-19.08.3/desktop/org.kde.spectacle.desktop.qdbus spectacle-19.08.3/desktop/org.kde.spectacle.desktop
--- spectacle-19.08.3/desktop/org.kde.spectacle.desktop.qdbus 2019-11-01 16:52:42.000000000 -0500
+++ spectacle-19.08.3/desktop/org.kde.spectacle.desktop 2019-12-16 10:18:28.114881255 -0600
@@ -132,7 +132,7 @@ Keywords[uk]=знімок;захопле
Keywords[x-test]=xxsnapshotxx;xxcapturexx;xxprintxx;xxscreenshotxx;xxsnippingxx;xxsnipxx;
Keywords[zh_CN]=snapshot;capture;print;screenshot;snipping;snip;快照;截图;抓取;屏幕截图;截屏;抓屏;
Keywords[zh_TW]=snapshot;capture;print;screenshot;snipping;snip;截圖;擷取;截圖程式
-Exec=qdbus org.kde.Spectacle / StartAgent
+Exec=qdbus-qt5 org.kde.Spectacle / StartAgent
Icon=spectacle
Type=Application
Terminal=false

@ -2,7 +2,7 @@
Name: spectacle
Summary: Screenshot capture utility
Version: 19.08.3
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
URL: https://www.kde.org/applications/graphics/spectacle/
@ -15,6 +15,9 @@ URL: https://www.kde.org/applications/graphics/spectacle/
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
## downstream patches
Patch100: spectacle-19.08.3-qdbus.patch
## upstream patches
%global majmin %(echo %{version} | cut -d. -f1,2)
@ -56,6 +59,9 @@ BuildRequires: pkgconfig(xcb-xfixes)
BuildRequires: cmake(KDEExperimentalPurpose)
# for qdbus-qt5 activation (used in .desktop)
Requires: qt5-qttools
# f26+ upgrade path
%if 0%{?fedora} > 25
Obsoletes: ksnapshot <= 15.08.3
@ -107,6 +113,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.spectacle
%changelog
* Mon Dec 16 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.3-2
- fix dbus activation in org.kde.spectacle..desktop (#1784068)
* Tue Nov 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.3-1
- 19.08.3

Loading…
Cancel
Save