mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libreoffice-still: update extra files
This commit is contained in:
parent
51b9525b26
commit
09e030e18f
9 changed files with 22 additions and 47 deletions
|
@ -1,47 +0,0 @@
|
|||
post_install() {
|
||||
|
||||
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() {
|
||||
# post_install $1
|
||||
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!"
|
||||
fi
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
update-desktop-database -q
|
||||
xdg-icon-resource forceupdate --theme hicolor
|
||||
update-mime-database usr/share/mime > /dev/null 2>&1
|
||||
}
|
22
extra/libreoffice-still/libreoffice-still-common.install
Normal file
22
extra/libreoffice-still/libreoffice-still-common.install
Normal file
|
@ -0,0 +1,22 @@
|
|||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor
|
||||
update-desktop-database -q
|
||||
update-mime-database usr/share/mime > /dev/null 2>&1
|
||||
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"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
xdg-icon-resource forceupdate --theme hicolor
|
||||
update-desktop-database -q
|
||||
update-mime-database usr/share/mime > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
xdg-icon-resource forceupdate --theme hicolor
|
||||
update-desktop-database -q
|
||||
update-mime-database usr/share/mime > /dev/null 2>&1
|
||||
}
|
Loading…
Reference in a new issue