summaryrefslogtreecommitdiffstats
path: root/office/libreoffice
diff options
context:
space:
mode:
author Sebastien BALLET2018-10-17 23:04:04 +0200
committer Willy Sudiarto Raharjo2018-10-17 23:04:04 +0200
commitdf9a0be4ab9c02d27aeccd56d6ccaee05dd49da9 (patch)
tree3cec582711ec2abf5d02188d8c91da691b2e0e84 /office/libreoffice
parentc710d4ce5ddbbfbd921ccb624f7cefe7307a4898 (diff)
downloadslackbuilds-df9a0be4ab9c02d27aeccd56d6ccaee05dd49da9.tar.gz
office/libreoffice: Remove version number in symlinks.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/libreoffice')
-rw-r--r--office/libreoffice/libreoffice.SlackBuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild
index 4cbe2840f0..b009be0ca4 100644
--- a/office/libreoffice/libreoffice.SlackBuild
+++ b/office/libreoffice/libreoffice.SlackBuild
@@ -130,6 +130,24 @@ ln -sf ../../opt/libreoffice$SRCSHORT/program/smath lomath
ln -sf ../../opt/libreoffice$SRCSHORT/program/swriter lowriter
cd -
+
+# the .desktop files installed in /opt/libreoffice<VER>/share/xdg and
+# symlinks to that files in /usr/share/applications have version number
+# in their name (ex libreoffice6.1-writer.desktop) which force user to
+# re-create/update any link/reference (ex: on KDE/XFCE desktop, in fluxbox
+# menu file, in wmalauncher configuration file,...) to that files on each
+# libreoffice version number increment.
+#
+# To avoid that, the code below deletes the "versioned" symlinks
+# and creates news without version number in their names.
+#
+cd $PKG/usr/share/applications
+ for APP in base calc draw impress math startcenter writer xsltfilter ; do
+ rm -f $PRGNAM$SRCSHORT-$APP.desktop
+ ln -sf ../../../opt/libreoffice$SRCSHORT/share/xdg/$APP.desktop $PRGNAM-$APP.desktop
+ done
+cd -
+
# Remove DejaVu and Liberation fonts - these are included in other packages
rm -f opt/libreoffice$SRCSHORT/share/fonts/truetype/{DejaVu,Liberation}*.ttf