From f10179bdbeb8767490cec065818a3f5544eb7c8b Mon Sep 17 00:00:00 2001 From: david Date: Fri, 23 Aug 2019 13:30:56 +0200 Subject: [PATCH] Thunderbird: New Revision fix https://github.molgen.mpg.de/mariux64/bee-files/issues/1193 fix https://github.molgen.mpg.de/mariux64/bee-files/issues/1207 change desktop categories ``` /scratch/local2/bee-root/thunderbird/thunderbird-60.8.0-1/image/usr/share/applications/thunderbird.desktop: error: (will be fatal in the future): value "Email" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: Office;Network ``` --- thunderbird.be0 | 56 ++++++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/thunderbird.be0 b/thunderbird.be0 index dc9861852..859a1aec9 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,7 +2,7 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-60.8.0-0 +# BEE_VERSION thunderbird-60.8.0-1 SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz" @@ -41,9 +41,9 @@ mee_build () { mee_build_post() { - # create menu entry + # create menu entry - cat >${B}/thunderbird.desktop <<-EOF + cat >${B}/thunderbird.desktop <<-EOF [Desktop Entry] Version=1.0 Name=Thunderbird Mail @@ -56,11 +56,11 @@ mee_build_post() { Type=Application MimeType=message/rfc822;x-scheme-handler/mailto; StartupNotify=true - Categories=Network;Email; + Categories=Office;Network; EOF - # create molgen ldap address book.. - cat >${B}/all-molgen-ldap.js <<-EOF + # create molgen ldap address book.. + cat >${B}/all-molgen-ldap.js <${B}/molgen-default-prefs.js <${D}${LIBDIR}/mariux64/${PKGNAME}<<-EOF + cat >${D}${LIBDIR}/mariux64/${PKGNAME}<