[Libreoffice-commits] core.git: sysui/desktop

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 24 09:59:38 UTC 2018


 sysui/desktop/freedesktop/freedesktop-menus.spec |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 94f72eeab2e0bda0d654244dc70bfac6f4797a1e
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Wed Oct 24 11:55:40 2018 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Wed Oct 24 11:58:23 2018 +0200

    don't try to verify .desktop files when building the menus.rpm
    
    the actual .desktop files are in the main rpm, the freedesktop-menus
    package only has symlinks pointing to it
    
    Change-Id: I0816255dd56cd2281b441836871d281e112a659a

diff --git a/sysui/desktop/freedesktop/freedesktop-menus.spec b/sysui/desktop/freedesktop/freedesktop-menus.spec
index 35f710353ee1..bdc378554065 100644
--- a/sysui/desktop/freedesktop/freedesktop-menus.spec
+++ b/sysui/desktop/freedesktop/freedesktop-menus.spec
@@ -37,6 +37,9 @@ AutoReqProv: no
 %define gnome_dir /usr
 %define gnome_mime_theme hicolor
 
+# only symlinks in the package that at the time of building point to non-existing files
+%global dont_check_desktop_files 1
+
 %description
 %productname desktop integration for desktop-environments that implement
 the menu- and mime-related specifications from http://www.freedesktop.org


More information about the Libreoffice-commits mailing list