2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Ofis Programı
|
2017-09-21 21:16:44 +02:00
|
|
|
|
# URL: http://www.libreoffice.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: Cihan Alkan
|
|
|
|
|
# Gerekler:hunspell python3 libwpd neon pango nspr clucene openjdk xmlsec libodfgen libwps libvisio libcdr libmspub libmwaw libe-book libabw libzmf libpagemaker libcmis cppunit libtommath graphite2 harfbuzz redland raptor hyphen mythes lpsolve libexttextcat liborcus gpgmepp beanshell libpng cairo apache-ant junit libetonyek openldap sane bluez poppler cups,curl,libatomic-ops,gperf,gtk2,gtk3,perl-archive-zip,perl-xml-parser boost expat gstreamer-plugins-base gstreamer1-plugins-base libgsf librsvg libxml2 libxslt nss postgresql icu gsfonts dejavu-ttf npapi-sdk serf unixodbc xdg-utils desktop-file-utils
|
2016-11-11 23:36:48 +01:00
|
|
|
|
|
2016-07-23 20:11:04 +02:00
|
|
|
|
name=libreoffice
|
2017-09-21 21:16:44 +02:00
|
|
|
|
version=5.4.1.2
|
2016-07-23 20:11:04 +02:00
|
|
|
|
release=1
|
|
|
|
|
|
2017-09-21 21:16:44 +02:00
|
|
|
|
source=(http://download.documentfoundation.org/libreoffice/src/5.4.1/$name-$version.tar.xz
|
|
|
|
|
http://download.documentfoundation.org/libreoffice/src/5.4.1/$name-dictionaries-$version.tar.xz
|
|
|
|
|
http://download.documentfoundation.org/libreoffice/src/5.4.1/$name-help-$version.tar.xz
|
|
|
|
|
http://download.documentfoundation.org/libreoffice/src/5.4.1/$name-translations-$version.tar.xz
|
|
|
|
|
http://kaynaklar.milislinux.org/libreofis-milis-ekler.tar.xz)
|
2016-07-23 20:11:04 +02:00
|
|
|
|
|
|
|
|
|
build() {
|
2017-09-21 21:16:44 +02:00
|
|
|
|
unset ACLOCAL
|
|
|
|
|
export LO_PREFIX=/usr
|
2016-07-23 20:11:04 +02:00
|
|
|
|
|
2017-09-21 21:16:44 +02:00
|
|
|
|
#cd $SRC
|
|
|
|
|
#tar -xf $name-$version.tar.xz --no-overwrite-dir
|
2016-07-23 20:11:04 +02:00
|
|
|
|
|
|
|
|
|
cd $name-$version
|
|
|
|
|
|
2017-09-21 21:16:44 +02:00
|
|
|
|
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/
|
2016-07-23 20:11:04 +02:00
|
|
|
|
|
|
|
|
|
|
2017-09-21 21:16:44 +02:00
|
|
|
|
sed -e "/gzip -f/d" \
|
|
|
|
|
-e "s|.1.gz|.1|g" \
|
|
|
|
|
-i bin/distro-install-desktop-integration
|
2016-07-23 20:11:04 +02:00
|
|
|
|
|
2017-09-21 21:16:44 +02:00
|
|
|
|
sed -e "/distro-install-file-lists/d" -i Makefile.in
|
2016-07-23 20:11:04 +02:00
|
|
|
|
|
|
|
|
|
|
2017-09-21 21:16:44 +02:00
|
|
|
|
chmod -v +x bin/unpack-sources
|
2016-07-23 20:11:04 +02:00
|
|
|
|
|
|
|
|
|
./autogen.sh --prefix=$LO_PREFIX \
|
|
|
|
|
--sysconfdir=/etc \
|
2017-09-21 21:16:44 +02:00
|
|
|
|
--with-vendor="Milis Linux" \
|
|
|
|
|
--with-lang="tr" \
|
2016-07-23 20:11:04 +02:00
|
|
|
|
--with-help \
|
|
|
|
|
--with-myspell-dicts \
|
|
|
|
|
--with-alloc=system \
|
2017-09-21 21:16:44 +02:00
|
|
|
|
--without-junit \
|
2016-07-23 20:11:04 +02:00
|
|
|
|
--without-system-dicts \
|
|
|
|
|
--disable-dconf \
|
2017-09-21 21:16:44 +02:00
|
|
|
|
--enable-odk \
|
|
|
|
|
--with-jdk-home="/opt/jdk" \
|
|
|
|
|
--with-ant-home="/opt/ant" \
|
2016-07-23 20:11:04 +02:00
|
|
|
|
--disable-firebird-sdbc \
|
|
|
|
|
--enable-release-build=yes \
|
|
|
|
|
--enable-python=system \
|
|
|
|
|
--with-system-apr \
|
2017-09-21 21:16:44 +02:00
|
|
|
|
--with-system-boost \
|
2016-07-23 20:11:04 +02:00
|
|
|
|
--with-system-clucene \
|
|
|
|
|
--with-system-cairo \
|
|
|
|
|
--with-system-curl \
|
|
|
|
|
--with-system-expat \
|
|
|
|
|
--with-system-icu \
|
|
|
|
|
--with-system-jpeg \
|
|
|
|
|
--with-system-lcms2 \
|
|
|
|
|
--with-system-libatomic_ops \
|
|
|
|
|
--with-system-libpng \
|
|
|
|
|
--with-system-libxml \
|
2017-09-21 21:16:44 +02:00
|
|
|
|
--with-system-libodfgen \
|
|
|
|
|
--with-system-libmwaw \
|
|
|
|
|
--with-system-libetonyek \
|
|
|
|
|
--with-system-libvisio \
|
|
|
|
|
--with-system-libcmis \
|
|
|
|
|
--with-system-libmspub \
|
|
|
|
|
--with-system-libexttextcat \
|
|
|
|
|
--with-system-orcus \
|
|
|
|
|
--with-system-liblangtag \
|
2016-07-23 20:11:04 +02:00
|
|
|
|
--with-system-neon \
|
|
|
|
|
--with-system-nss \
|
|
|
|
|
--with-system-odbc \
|
|
|
|
|
--with-system-openldap \
|
|
|
|
|
--with-system-openssl \
|
|
|
|
|
--with-system-poppler \
|
|
|
|
|
--with-system-postgresql \
|
|
|
|
|
--with-system-redland \
|
|
|
|
|
--with-system-serf \
|
|
|
|
|
--with-system-zlib \
|
2017-09-21 21:16:44 +02:00
|
|
|
|
--with-system-beanshell \
|
|
|
|
|
--with-system-cppunit\
|
|
|
|
|
--with-system-graphite\
|
|
|
|
|
--with-system-harfbuzz\
|
|
|
|
|
--with-system-glm \
|
|
|
|
|
--with-system-libwpg \
|
|
|
|
|
--with-system-libwps \
|
|
|
|
|
--with-system-libzmf \
|
|
|
|
|
--with-system-gpgmepp \
|
2016-07-23 20:11:04 +02:00
|
|
|
|
--with-parallelism=$(getconf _NPROCESSORS_ONLN)
|
2017-09-21 21:16:44 +02:00
|
|
|
|
make -i build-nocheck
|
|
|
|
|
make -i DESTDIR=$PKG distro-pack-install
|
2016-07-23 20:11:04 +02:00
|
|
|
|
|
|
|
|
|
install -v -m755 -d $PKG/$LO_PREFIX/share/appdata
|
|
|
|
|
install -v -m644 sysui/desktop/appstream-appdata/*.xml $PKG/$LO_PREFIX/share/appdata
|
|
|
|
|
|
2017-09-21 21:16:44 +02:00
|
|
|
|
# Sözlük kurulumu
|
2016-07-23 20:11:04 +02:00
|
|
|
|
chown -cR 0:0 dictionaries/
|
2017-09-21 21:16:44 +02:00
|
|
|
|
for lang in en
|
2016-07-23 20:11:04 +02:00
|
|
|
|
do
|
|
|
|
|
mkdir -pv $PKG/$LO_PREFIX/lib/libreoffice/share/extensions/dict-$lang
|
|
|
|
|
cp -R dictionaries/$lang/* $PKG/$LO_PREFIX/lib/libreoffice/share/extensions/dict-$lang
|
|
|
|
|
done
|
|
|
|
|
|
2017-09-21 21:16:44 +02:00
|
|
|
|
# Bu sembolik bağ, masaüstü menü girdileri için gereklidir
|
2016-07-23 20:11:04 +02:00
|
|
|
|
ln -sv -f $LO_PREFIX/lib/libreoffice/program/soffice \
|
|
|
|
|
$PKG/usr/bin/libreoffice
|
|
|
|
|
|
2017-09-21 21:16:44 +02:00
|
|
|
|
# Simgeler
|
2016-07-23 20:11:04 +02:00
|
|
|
|
for res in 16 32 48 128 256
|
|
|
|
|
do
|
|
|
|
|
mkdir -p $PKG/$LO_PREFIX/share/icons/hicolor/${res}x${res}/{apps,mimetypes}
|
|
|
|
|
cp sysui/desktop/icons/hicolor/${res}x${res}/apps/*.png \
|
|
|
|
|
$PKG/$LO_PREFIX/share/icons/hicolor/${res}x${res}/apps
|
|
|
|
|
cp sysui/desktop/icons/hicolor/${res}x${res}/mimetypes/*.png \
|
|
|
|
|
$PKG/$LO_PREFIX/share/icons/hicolor/${res}x${res}/mimetypes
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
rm -rf $PKG/gid*
|
2017-09-21 21:16:44 +02:00
|
|
|
|
cp -R $SRC/flat_logo.svg $PKG/usr/lib/libreoffice/program/flat_logo.svg
|
|
|
|
|
cp -R $SRC/intro.png $PKG/usr/lib/libreoffice/program/intro.png
|
|
|
|
|
cp -R $SRC/*.desktop $PKG/usr/lib/libreoffice/share/xdg/
|
|
|
|
|
mkdir -p $PKG/tmp
|
|
|
|
|
mv $SRC/libreoffice $PKG/tmp/
|
2016-07-23 20:11:04 +02:00
|
|
|
|
}
|
2017-09-21 21:16:44 +02:00
|
|
|
|
|