Accepting request 355092 from home:wolfi323:branches:KDE:Applications
- Fix ServiceMenus symlinks for KF5/Plasma5, they were pointing to nowhere (boo#959490) OBS-URL: https://build.opensuse.org/request/show/355092 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=22
This commit is contained in:
parent
b44da18bfa
commit
2e755ba2bc
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 20:49:50 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Fix ServiceMenus symlinks for KF5/Plasma5, they were pointing to
|
||||
nowhere (boo#959490)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 9 18:19:52 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -53,7 +53,9 @@ Kgpg is a simple GUI for gpg
|
||||
%if 0%{?suse_version} > 1310
|
||||
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
|
||||
pushd %{buildroot}%{_kde4_servicesdir}/ServiceMenus/ > /dev/null
|
||||
ln -s *.desktop %{buildroot}/%{_kf5_servicesdir}/ServiceMenus/
|
||||
for i in *.desktop; do
|
||||
ln -s %{_kde4_servicesdir}/ServiceMenus/$i %{buildroot}/%{_kf5_servicesdir}/ServiceMenus/
|
||||
done
|
||||
popd > /dev/null
|
||||
%endif
|
||||
%kde_post_install
|
||||
|
Loading…
Reference in New Issue
Block a user