- Ensure the .desktop file isn't executable
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kjumpingcube?expand=0&rev=32
This commit is contained in:
parent
4f762890be
commit
59185ba935
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 18 05:17:48 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Ensure the .desktop file isn't executable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 7 10:31:17 UTC 2016 - tittiatcoke@gmail.com
|
Sat May 7 10:31:17 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -64,8 +64,10 @@ this you can gain more fields and finally win the board over.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
# .desktop files shouldn't be executable
|
||||||
|
chmod -x %{buildroot}/usr/share/applications/org.kde.kjumpingcube.desktop
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
%{_kf5_bindir}/kjumpingcube
|
%{_kf5_bindir}/kjumpingcube
|
||||||
|
Loading…
Reference in New Issue
Block a user