plasma-workspace: 5.13.3

epel9
Martin Kyral 7 years ago
parent 10625db2d9
commit 28c27012a6

1
.gitignore vendored

@ -4,3 +4,4 @@
/plasma-workspace-5.13.0.tar.xz /plasma-workspace-5.13.0.tar.xz
/plasma-workspace-5.13.1.tar.xz /plasma-workspace-5.13.1.tar.xz
/plasma-workspace-5.13.2.tar.xz /plasma-workspace-5.13.2.tar.xz
/plasma-workspace-5.13.3.tar.xz

@ -6,7 +6,7 @@
Name: plasma-workspace Name: plasma-workspace
Summary: Plasma workspace, applications and applets Summary: Plasma workspace, applications and applets
Version: 5.13.2 Version: 5.13.3
Release: 2%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
@ -578,6 +578,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/{plasma-windowed,org.
%changelog %changelog
* Wed Jul 11 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.3-1
- 5.13.3
* Mon Jul 09 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.2-1 * Mon Jul 09 2018 Martin Kyral <martin.kyral@gmail.com> - 5.13.2-1
- 5.13.2 - 5.13.2

@ -1,2 +1,2 @@
SHA512 (breeze-fedora-0.2.tar.gz) = ff800e686b0dcb498f321bb94d3a8274c89c092f5408ef1ec3fc65333f046aea43444144ecaf166792f807014383af87b1180dc7540905fc10dc375309f8b2a8 SHA512 (breeze-fedora-0.2.tar.gz) = ff800e686b0dcb498f321bb94d3a8274c89c092f5408ef1ec3fc65333f046aea43444144ecaf166792f807014383af87b1180dc7540905fc10dc375309f8b2a8
SHA512 (plasma-workspace-5.13.2.tar.xz) = 9c1d117f89c90a96c2af00744c9392b19c5dba46f2db4a18bdcf631f44607ad9defd19b4346a5d224d480ee3606c23a25357b8996b648ddc31284cec67f29059 SHA512 (plasma-workspace-5.13.3.tar.xz) = 63a1aecd1f5cf7125e5785963f641b073fea9a71f6c552c7b297d8b175a07faece5b44db65db115b8d1c3169775713820c33a40be8f41da33885adf898a5c334

@ -102,9 +102,9 @@ diff -up plasma-workspace-5.12.5/startkde/startplasma.cmake.startkde plasma-work
exit 1 exit 1
fi fi
-qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit -qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit &
+qdbus=qdbus-qt5 +qdbus=qdbus-qt5
+$qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit +$qdbus org.kde.KSplash /KSplash org.kde.KSplash.setStage kinit &
# finally, give the session control to the session manager # finally, give the session control to the session manager
# see kdebase/ksmserver for the description of the rest of the startup sequence # see kdebase/ksmserver for the description of the rest of the startup sequence

Loading…
Cancel
Save