wok-next annotate LibreOffice/receipt @ rev 20486

outguess: fix install path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 10:46:52 2018 +0100 (2018-03-12)
parents 0f38eda21e70
children a8e106e92cc2
rev   line source
al@19828 1 # SliTaz package receipt v2.
al@19828 2
al@19828 3 PACKAGE="LibreOffice"
al@20465 4 VERSION="6.0.2"
al@19828 5 CATEGORY="office"
al@19828 6 SHORT_DESC="Powerful office suite"
al@19828 7 MAINTAINER="al.bobylev@gmail.com"
al@19828 8 LICENSE="MPL2"
al@19828 9 WEB_SITE="https://www.libreoffice.org/"
al@19828 10 HOST_ARCH="i486 x86_64"
al@19828 11
al@19828 12 case $ARCH in
al@20465 13 i?86) lo_arch="x86" ; lo_arch2="x86" ;;
al@19828 14 x86_64) lo_arch="x86_64"; lo_arch2="x86-64";;
al@19828 15 esac
al@19828 16
al@19828 17 TARBALL="LibreOffice_${VERSION}_Linux_${lo_arch2}_deb.tar.gz"
al@19828 18 WGET_URL="http://download.documentfoundation.org/libreoffice/stable/$VERSION/deb/$lo_arch/$TARBALL"
al@19828 19
al@19828 20 SPLIT="LibreOffice-langpack-de LibreOffice-langpack-es LibreOffice-langpack-fr \
al@19828 21 LibreOffice-langpack-it LibreOffice-langpack-pt-BR LibreOffice-langpack-ru \
al@19828 22 LibreOffice LibreOffice-extra"
al@19828 23
al@19828 24 sizes() { du -chs ${1:-$fs} | awk 'END{print $1}'; }
al@19828 25
al@20465 26 compile_rules() {
al@19828 27 echo 'Checking language packages...'
al@19828 28 for i in de es fr it pt-BR ru; do
al@19828 29 TARBALL="LibreOffice_${VERSION}_Linux_${lo_arch2}_deb_langpack_$i.tar.gz"
al@19828 30 WGET_URL="$(dirname $WGET_URL)/$TARBALL"
al@19828 31 [ -e "$SRC/$TARBALL" ] || wget -O $SRC/$TARBALL $WGET_URL
al@19828 32 tar -xzf $SRC/$TARBALL
al@19828 33 done
al@19828 34 action 'Extracting LibreOffice...'
al@19828 35 # extract all deb's filesystem into $install
al@19828 36 find . -name '*.deb' -exec dpkg-deb -x '{}' $install \;
al@19828 37 sizes $install
al@19828 38
al@19828 39 # substitute desktop files symlinks by actual files (to be processed by cook)
al@19828 40 find $install/usr/share/applications/ -type l -delete # no way to remove 'broken' symlinks by `rm`
al@19828 41 find $install/opt/libreoffice${VERSION%.*}/share/xdg/ -type f | \
al@19828 42 while read i; do
al@19828 43 mv $i $install/usr/share/applications/libreoffice${VERSION%.*}-$(basename $i)
al@19828 44 done
al@19828 45 # remove useless (after processing by sdft) lines from desktop files
al@19828 46 sed -i '/^#/d; /^Actions=/d; s|X-Red-Hat-Base;||;
al@19828 47 s|X-MandrivaLinux-[^;]*;||' $install/usr/share/applications/*.desktop
al@19828 48 }
al@19828 49
al@20465 50 genpkg_rules() {
al@19828 51 case $PACKAGE in
al@19828 52 LibreOffice-langpack-*)
al@19828 53 lang=${PACKAGE#*langpack-}
al@19828 54 copy *$lang.res $lang/ $lang.zip dict-$lang/ *-$lang.xcd *_$lang.xcd
al@19828 55
al@19828 56 action 'Removing unwanted files...'
al@19828 57 find $fs -name '*.properties' | \
al@19828 58 while read i; do
al@19828 59 j=$(basename $i .properties)
al@19828 60 case $j in
al@19828 61 *de|*en_US|*es|*fr|*it|*pt_BR|*ru) ;;
al@19828 62 *) rm $i;;
al@19828 63 esac
al@19828 64 done
al@19828 65 sizes
al@19828 66
al@19828 67 case $lang in
al@19828 68 de) L='German';;
al@19828 69 es) L='Spanish';;
al@19828 70 fr) L='French';;
al@19828 71 it) L='Italian';;
al@19828 72 pt-BR) L='Portuguese Brazilian';;
al@19828 73 ru) L='Russian';;
al@19828 74 esac
al@19828 75 CAT="localization|$L langpack"
al@19828 76 DEPENDS="LibreOffice"
al@19828 77 ;;
al@19828 78 LibreOffice)
al@19828 79 copy @std *.inc
al@19828 80 remove_already_packed
al@19828 81 DEPENDS="gtk+ dbus-glib libcomerr libkrb5 xorg-libSM \
al@19828 82 xorg-libXinerama xorg-libXrandr"
al@19828 83 SUGGESTED="gst1-plugins-base mesa"
al@19828 84
al@19828 85 action 'Info: current size is...'; sizes
al@19828 86
al@19828 87 action 'Removing Java support...'
al@19828 88 # remove Java support
al@19828 89 find $fs -name '*.jar' -delete
al@19828 90 rm $fs/opt/libreoffice${VERSION%.*}/program/libofficebean.so
al@19828 91 sizes
al@19828 92
al@19828 93 action 'Removing unwanted files...'
al@19828 94 # remove kde & qt support
al@19828 95 rm $fs/opt/libreoffice${VERSION%.*}/program/libkde4be1lo.so
al@19828 96 rm $fs/opt/libreoffice${VERSION%.*}/program/libvclplug_kde4lo.so
al@19828 97
al@19828 98 # remove gstreamer0 support (libavmediagst_0_10.so)
al@19828 99 # leave gstreamer1 support (libavmediagst.so)
al@19828 100 rm $fs/opt/libreoffice${VERSION%.*}/program/libavmediagst_0_10.so
al@19828 101
al@19828 102 # remove multilingual files
al@19828 103 find $fs -name '*.properties' | \
al@19828 104 while read i; do
al@19828 105 j=$(basename $i .properties)
al@19828 106 case $j in
al@19828 107 *de|*en_US|*es|*fr|*it|*pt_BR|*ru) ;;
al@19828 108 *) rm $i;;
al@19828 109 esac
al@19828 110 done
al@19828 111
al@19828 112 # remove icon themes; leave only default tango theme (-11MB)
al@19828 113 for i in $fs/opt/libreoffice${VERSION%.*}/share/config/images*.zip; do
al@19828 114 case $(basename $i .zip) in
al@19828 115 *tango) ;;
al@19828 116 *) rm $i;;
al@19828 117 esac
al@19828 118 done
al@19828 119
al@19828 120 # remove wiki-publisher extension
al@19828 121 rm -r $fs/opt/libreoffice${VERSION%.*}/share/extensions/wiki-publisher
al@19828 122
al@19828 123 # remove unneded desktop integration
al@19828 124 rm -r $fs/usr/lib/
al@19828 125 cd $fs/usr/share/
al@20465 126 rm -r mime-info/ application-registry/ icons/locolor/ icons/gnome/
al@20465 127 rm -r icons/hicolor/scalable/
al@19828 128
al@19828 129 # remove other files
al@19828 130 rm -r $fs/opt/libreoffice${VERSION%.*}/readmes/
al@19828 131
al@19828 132 sizes
al@19828 133
al@19828 134 # action 'Compressing xml files...'
al@19828 135 # # compress xml-based files
al@19828 136 # t="$(mktemp)"
al@19828 137 # find $fs -type f \( -name '*.xml' -o -name 'xsl' \) | \
al@19828 138 # while read i; do
al@19828 139 # xmlstarlet c14n --without-comments "$i" | \
al@19828 140 # xmlstarlet --no-doc-namespace sel -B -t -c '*' > $t
al@19828 141 # cat "$t" > "$i"
al@19828 142 # done
al@19828 143 # sizes
al@19828 144 ;;
al@19828 145
al@19828 146 LibreOffice-extra)
al@19828 147 # all the rest...
al@19828 148 copy @std *.inc
al@19828 149 remove_already_packed
al@19828 150 CAT="office|extra files"
al@19828 151 ;;
al@19828 152 esac
al@19828 153 }