wok rev 15408

get-LibreOffice: mv java from DEPS to SUGGESTED
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:12:02 2013 +0100 (2013-11-03)
parents 97b75a3cc947
children 8369ac6203d3
files get-LibreOffice/stuff/get-LibreOffice
line diff
     1.1 --- a/get-LibreOffice/stuff/get-LibreOffice	Sat Nov 02 21:30:41 2013 +0100
     1.2 +++ b/get-LibreOffice/stuff/get-LibreOffice	Sun Nov 03 21:12:02 2013 +0100
     1.3 @@ -10,7 +10,8 @@
     1.4  WEB_SITE="http://www.libreoffice.org"
     1.5  CATEGORY="office"
     1.6  SHORT_DESC="Productivity suite."
     1.7 -DEPENDS="java6-jre cups"
     1.8 +DEPENDS="cups"
     1.9 +SUGGESTED="java6-jre"
    1.10  ROOT="$1"
    1.11  DIR="stable"
    1.12  PREFIX="LibreOffice"
    1.13 @@ -174,7 +175,7 @@
    1.14  	ln -s ${target/opt/usr\/lib\/libreoffice} $bin
    1.15  else
    1.16  	sed -i 's#/opt/#/usr/lib/libreoffice/#'  $bin
    1.17 -fi	
    1.18 +fi
    1.19  
    1.20  # Create receipt
    1.21  cat > $PACKAGE-$VERSION/receipt <<EOT
    1.22 @@ -187,6 +188,7 @@
    1.23  WEB_SITE="$WEB_SITE"
    1.24  
    1.25  DEPENDS="$DEPENDS"
    1.26 +SUGGESTED="$SUGGESTED"
    1.27  
    1.28  post_install()
    1.29  {