diff --git a/extra/libreoffice-still/PKGBUILD b/extra/libreoffice-still/PKGBUILD index 93b3cb022..b3f0f9e93 100644 --- a/extra/libreoffice-still/PKGBUILD +++ b/extra/libreoffice-still/PKGBUILD @@ -13,7 +13,7 @@ pkgbase=libreoffice-still pkgname=('libreoffice-still-sdk' 'libreoffice-still') _LOver=5.0.5.2 pkgver=5.0.5 -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/" @@ -319,8 +319,8 @@ package_libreoffice-still() { 'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr' 'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme' - 'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu' 'libpagemaker' - 'gst-plugins-base-libs' 'libxinerama' 'libabw' 'libmwaw' 'libe-book' 'libcups' 'gtk2') + 'desktop-file-utils' 'shared-mime-info' 'glu' 'libpagemaker' + 'libxinerama' 'libabw' 'libmwaw' 'libe-book' 'libcups' 'gtk2') optdepends=('java-runtime: adds java support' 'java-environment: required by extension-wiki-publisher and extension-nlpsolver' 'pstoedit: translates PostScript and PDF graphics into other vector formats' @@ -342,7 +342,6 @@ package_libreoffice-still() { etc/libreoffice/psprint.conf etc/profile.d/libreoffice-still.sh etc/profile.d/libreoffice-still.csh) - install=$pkgbase.install provides=('libreoffice' 'libreoffice-en-US') conflicts=('libreoffice-fresh') diff --git a/extra/libreoffice-still/libreoffice-still.install b/extra/libreoffice-still/libreoffice-still.install deleted file mode 100644 index fb59da3b1..000000000 --- a/extra/libreoffice-still/libreoffice-still.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor - update-desktop-database -q - update-mime-database usr/share/mime > /dev/null 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -}