libreoffice-bin: update to 4.1.4.
This commit is contained in:
parent
8550e88fff
commit
30313ec6e0
2 changed files with 13 additions and 25 deletions
5
srcpkgs/libreoffice-bin/REMOVE
Normal file
5
srcpkgs/libreoffice-bin/REMOVE
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
rm -f opt/libreoffice4.1/ure-link
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libreoffice-bin'
|
# Template file for 'libreoffice-bin'
|
||||||
pkgname=libreoffice-bin
|
pkgname=libreoffice-bin
|
||||||
version=4.1.1
|
version=4.1.4
|
||||||
revision=1
|
revision=1
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
homepage="http://www.libreoffice.org/"
|
homepage="http://www.libreoffice.org/"
|
||||||
|
@ -11,15 +11,15 @@ _disturi="http://download.documentfoundation.org/libreoffice/stable/${version}/d
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
_arch=x86-64
|
_arch=x86-64
|
||||||
distfiles="${_disturi}/x86_64/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
distfiles="${_disturi}/x86_64/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
||||||
checksum=9accb8f6a3be10b2a60911282f8fb5414c12a411f9737d5850e327e4a77914ec
|
checksum=199f0c572c1a4a77705b3518b3e659194870904bc54903c42b361677f80f4997
|
||||||
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
_arch=x86
|
_arch=x86
|
||||||
distfiles="${_disturi}/x86/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
distfiles="${_disturi}/x86/LibreOffice_${version}_Linux_${_arch}_deb.tar.gz"
|
||||||
checksum=2dd305f8907ee4f21b631fa028e037fe35b82d6728798104f9b6734cec8f472e
|
checksum=05fc65f52aeca01c9d38a6155943029e7e6b8ad5216765f255a8ad466033a36d
|
||||||
fi
|
fi
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
wrksrc="LibreOffice_${version}.2_Linux_${_arch}_deb"
|
wrksrc="LibreOffice_${version}.2_Linux_${_arch}_deb"
|
||||||
makedepends="libpng-devel"
|
makedepends="shared-mime-info desktop-file-utils hicolor-icon-theme"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
cd DEBS
|
cd DEBS
|
||||||
|
@ -28,34 +28,17 @@ do_install() {
|
||||||
ar x $a
|
ar x $a
|
||||||
tar xzpvf data.tar.gz -C ${DESTDIR}
|
tar xzpvf data.tar.gz -C ${DESTDIR}
|
||||||
done
|
done
|
||||||
# hack the missing shlibs!
|
|
||||||
p=/opt/libreoffice4.1/program/
|
|
||||||
d=${DESTDIR}/$p
|
|
||||||
rm -f ${d}/libpng12.so.0
|
|
||||||
ln -fs /usr/lib/libpng.so ${d}/libpng12.so.0
|
|
||||||
cd ${d}
|
|
||||||
hack_shlibs="
|
|
||||||
libjawt.so
|
|
||||||
libkdeui.so.4
|
|
||||||
libkdecore.so.4
|
|
||||||
libqt-mt.so.3
|
|
||||||
libkabc.so.1
|
|
||||||
libkio.so.4
|
|
||||||
libgnomevfs-2.so.0
|
|
||||||
libsqlite3.so
|
|
||||||
"
|
|
||||||
for a in ${hack_shlibs} ; do
|
|
||||||
ln -fs ./libpng12.so.0 ./${a}
|
|
||||||
done
|
|
||||||
# install symlinked programs to /usr
|
# install symlinked programs to /usr
|
||||||
programs="soffice scalc swriter simpress sdraw sbase"
|
programs="soffice scalc swriter simpress sdraw sbase"
|
||||||
mkdir -p ${DESTDIR}/usr/bin
|
vmkdir usr/bin
|
||||||
for a in ${programs} ; do
|
for a in ${programs} ; do
|
||||||
ln -fs ${p}/$a ${DESTDIR}/usr/bin/$a
|
ln -fs /opt/libreoffice4.1/program/$a ${DESTDIR}/usr/bin/$a
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
libreoffice-bin_package() {
|
libreoffice-bin_package() {
|
||||||
|
depends="${makedepends}"
|
||||||
|
allow_unknown_shlibs=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue