[arch-commits] Commit in libreoffice-still/trunk (2 files)
Andreas Radke
andyrtr at archlinux.org
Sat Aug 16 20:53:11 UTC 2014
Date: Saturday, August 16, 2014 @ 22:53:11
Author: andyrtr
Revision: 220119
cleanup install msg, add a note about new fresh branch
Modified:
libreoffice-still/trunk/PKGBUILD
libreoffice-still/trunk/libreoffice-still-common.install
----------------------------------+
PKGBUILD | 2 +-
libreoffice-still-common.install | 33 ++++++---------------------------
2 files changed, 7 insertions(+), 28 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-16 20:23:49 UTC (rev 220118)
+++ PKGBUILD 2014-08-16 20:53:11 UTC (rev 220119)
@@ -20,7 +20,7 @@
'libreoffice-still-extension-nlpsolver')
_LOver=4.2.6.2
pkgver=4.2.6
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('LGPL3')
url="http://www.libreoffice.org/"
Modified: libreoffice-still-common.install
===================================================================
--- libreoffice-still-common.install 2014-08-16 20:23:49 UTC (rev 220118)
+++ libreoffice-still-common.install 2014-08-16 20:53:11 UTC (rev 220119)
@@ -3,23 +3,6 @@
xdg-icon-resource forceupdate --theme hicolor
update-desktop-database -q
update-mime-database usr/share/mime > /dev/null 2>&1
-
-echo " * see https://wiki.archlinux.org/index.php/LibreOffice"
-echo "-------------------------------------------------------------------"
-echo "LibreOffice has been split into several packages:"
-echo "- libreoffice-common"
-echo "- libreoffice-{base,calc,draw,impress,math,writer} - frontend applications"
-echo "- libreoffice-{gnome,kde4} - desktop integration plugins"
-echo "- libreoffice-{sdk,sdk-doc} - add-on and doc for programming using"
-echo " the LibreOffice APIs and for creating"
-echo " extensions (UNO components)."
-echo "-------------------------------------------------------------------"
-echo " * you need to install at least one libreoffice-langpack"
-echo " * you may want to pacman -Ss libreoffice-extensions"
-echo " to see what additional extensions are prepared to install"
-echo " * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
- for spell checking"
-echo " * make sure you have installed some ttf font (ttf-dejavu recommended)"
}
post_upgrade() {
@@ -27,16 +10,12 @@
xdg-icon-resource forceupdate --theme hicolor
update-desktop-database -q
update-mime-database usr/share/mime > /dev/null 2>&1
- if [ "`vercmp $2 3.4.2rc1`" -lt 0 ]; then
- # important upgrade notice
- echo "LibreOffice has been split into several packages:"
- echo "- libreoffice-common"
- echo "- libreoffice-{base,calc,draw,impress,math,writer} - frontend applications"
- echo "- libreoffice-{gnome,kde4} - desktop integration plugins"
- echo "- libreoffice-{sdk,sdk-doc} - add-on and doc for programming using"
- echo " the LibreOffice APIs and for creating"
- echo " extensions (UNO components)."
- echo "Now you need to install at least one libreoffice-langpack!"
+ if [ "`vercmp $2 4.2.5`" -lt 0 ]; then
+ echo "Arch is now shipping LibreOffice in two branches:"
+ echo "* libreoffice-still: the maintenance branch you are using right now"
+ echo "* libreoffice-fresh: the new fresh release branch offering latest feature additions"
+ echo "If you want switch to the \"fresh\" branch run"
+ echo " pacman -S libreoffice-fresh"
fi
}
More information about the arch-commits
mailing list