libreoffice.güncelendi
This commit is contained in:
parent
d645a91167
commit
de371cf420
1 changed files with 23 additions and 24 deletions
|
@ -3,28 +3,27 @@
|
|||
# Packagers: alihan-ozturk28@hotmail.com
|
||||
# Depends on: tar apache-ant junit openldap python3 cups curl libatomic-ops gtk2 gtk3 perl-archive-zip perl-xml-parser boost expat gstreamer-plugins-base gstreamer1-plugins-base libgsf librsvg libxml2 libxslt neon nss poppler postgresql redland icu hunspell gsfonts dejavu-ttf p7zip graphite2 npapi-sdk clucene serf unixodbc
|
||||
|
||||
PKGMK_IGNORE_UNPACK="yes"
|
||||
|
||||
name=libreoffice
|
||||
version=5.2.0.4
|
||||
version=5.2.3.3
|
||||
release=1
|
||||
|
||||
source=(http://download.documentfoundation.org/libreoffice/src/${version%.*}/$name-$version.tar.xz
|
||||
http://download.documentfoundation.org/libreoffice/src/${version%.*}/$name-dictionaries-$version.tar.xz
|
||||
http://download.documentfoundation.org/libreoffice/src/${version%.*}/$name-help-$version.tar.xz
|
||||
http://download.documentfoundation.org/libreoffice/src/${version%.*}/$name-translations-$version.tar.xz)
|
||||
source=(http://download.documentfoundation.org/libreoffice/src/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
unset ACLOCAL
|
||||
export LO_PREFIX=/usr
|
||||
|
||||
#cd $SRC
|
||||
#tar -xf $name-$version.tar.xz --no-overwrite-dir
|
||||
tar -xf ../../../sources/libreoffice-5.2.3.3.tar.xz --no-overwrite-dir
|
||||
|
||||
cd $name-$version
|
||||
install -dm755 external/tarballs
|
||||
ln -sv $SRC/$name-dictionaries-$version.tar.xz external/tarballs/
|
||||
ln -sv $SRC/$name-help-$version.tar.xz external/tarballs/
|
||||
ln -sv $SRC/$name-translations-$version.tar.xz external/tarballs/
|
||||
|
||||
cd external/tarballs/
|
||||
wget http://download.documentfoundation.org/libreoffice/src/${version%.*}/$name-dictionaries-$version.tar.xz
|
||||
wget http://download.documentfoundation.org/libreoffice/src/${version%.*}/$name-help-$version.tar.xz
|
||||
wget http://download.documentfoundation.org/libreoffice/src/${version%.*}/$name-translations-$version.tar.xz
|
||||
cd ../../
|
||||
|
||||
sed -e "/gzip -f/d" \
|
||||
-e "s|.1.gz|.1|g" \
|
||||
|
@ -47,7 +46,7 @@ build() {
|
|||
./autogen.sh --prefix=$LO_PREFIX \
|
||||
--sysconfdir=/etc \
|
||||
--with-vendor="Milis" \
|
||||
--with-lang="es tr ar ru" \
|
||||
--with-lang="es tr ar ru en-GB fr" \
|
||||
--with-help \
|
||||
--with-myspell-dicts \
|
||||
--with-alloc=system \
|
||||
|
@ -86,7 +85,7 @@ build() {
|
|||
--with-ant-home=/opt/ant \
|
||||
--with-parallelism=$(getconf _NPROCESSORS_ONLN)
|
||||
|
||||
make build
|
||||
make build-nocheck
|
||||
make DESTDIR=$PKG distro-pack-install
|
||||
|
||||
install -v -m755 -d $PKG/$LO_PREFIX/share/appdata
|
||||
|
|
Loading…
Add table
Reference in a new issue