7e61e8d818
- split brp-trim-desktopfiles that installs a brp script to trim all .desktop files without need of an extra macro OBS-URL: https://build.opensuse.org/request/show/96425 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/update-desktop-files?expand=0&rev=29
7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
# macro: %suse_update_desktop_file
|
|
# Used to add easily a category to .desktop files according to XDG
|
|
# standard.
|
|
%suse_update_desktop_file(cinrud:D:N:C:G:) \
|
|
/usr/lib/rpm/suse_update_desktop_file.sh %{**} || exit 1 \
|
|
%nil
|