Merge branch 'LibreOffice' into 'master'
Update LibreOffice Viewer with new package name The document foundation released LOViewer officially to the play store, using a new package id. it seems that the previous one was for "preview" http://blog.documentfoundation.org/2015/05/28/the-document-foundation-announces-libreoffice-viewer-for-android/ They've only released an arm version, so probably the next update for arm will have VersionCode=2, maybe we can talk with them to use more meaningful numbers See merge request !803
This commit is contained in:
commit
76aa0b8360
|
@ -22,6 +22,8 @@ Coming in future releases:
|
|||
|
||||
Usability:
|
||||
- Beta status, has crashing bugs
|
||||
|
||||
This package is the preview version. To download the last release see [[org.documentfoundation.libreoffice]]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
55
metadata/org.documentfoundation.libreoffice.txt
Normal file
55
metadata/org.documentfoundation.libreoffice.txt
Normal file
|
@ -0,0 +1,55 @@
|
|||
Categories:Office
|
||||
License:MPL2
|
||||
Web Site:https://wiki.documentfoundation.org/Android
|
||||
Source Code:http://cgit.freedesktop.org/libreoffice/core/tree
|
||||
Issue Tracker:https://bugs.documentfoundation.org
|
||||
Donate:https://donate.libreoffice.org
|
||||
|
||||
Name:LibreOffice Viewer
|
||||
Summary:Document Viewer
|
||||
Description:
|
||||
LibreOffice Viewer uses the same engine as LibreOffice for Windows, Mac, and Linux. This, combined with a new front-end based on Firefox for Android, reads documents similarly to LibreOffice desktop.
|
||||
|
||||
Supported files:
|
||||
- Open Document Format (odt, ods and odp)
|
||||
- Microsoft Office 2007/2010/2013 (docx, xlsx and pptx)
|
||||
- Microsoft Office 97/2000/XP/2003 (doc, xls and ppt)
|
||||
|
||||
LibreOffice Viewer also comes with a first preview of the editing functionality, which is considered an experimental feature and not stable enough for mission critical tasks. Feedback and bug reports are very welcome, to help developers improve the quality of the application on its way to a fully-fledged editor.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://anongit.freedesktop.org/libreoffice/core
|
||||
|
||||
Build:5.0.0.0.alpha1+/ab465b9,1
|
||||
commit=ab465b9
|
||||
srclibs=LOTarballs@c7c4bd4
|
||||
ndk=r10d
|
||||
output=android/experimental/LOAndroid3/bin/LibreOfficeViewer-release-unsigned.apk
|
||||
prebuild=sed -i -e 's/\/$(OOO_VENDOR)//g' android/Bootstrap/Makefile.shared && \
|
||||
sed -i -e 's/test_fontconfig=yes/test_fontconfig=no/g' configure.ac && \
|
||||
sed -i -e 's/test_freetype=yes/test_freetype=no/g' configure.ac && \
|
||||
sed -i -e '/debug/d' android/CustomTarget_lo_android.mk
|
||||
build=ln -s ../$$LOTarballs$$ external/tarballs && \
|
||||
./autogen.sh --enable-release-build --with-vendor=F-Droid --with-android-package-name="org.documentfoundation.libreoffice" --enable-fetch-external=no --with-android-ndk=$$NDK$$ --with-android-ndk-toolchain-version=4.9 --with-android-sdk=$$SDK$$ --with-distro=LibreOfficeAndroid --with-build-platform-configure-options="--with-system-jpeg=no --with-system-libxml=no --with-x=no --disable-gconf --disable-python" && \
|
||||
make versionCode=1
|
||||
|
||||
Build:5.0.0.0.alpha1+/ab465b9,2
|
||||
commit=ab465b9
|
||||
srclibs=LOTarballs@c7c4bd4
|
||||
ndk=r10d
|
||||
output=android/experimental/LOAndroid3/bin/LibreOfficeViewer-release-unsigned.apk
|
||||
prebuild=sed -i -e 's/\/$(OOO_VENDOR)//g' android/Bootstrap/Makefile.shared && \
|
||||
sed -i -e 's/test_fontconfig=yes/test_fontconfig=no/g' configure.ac && \
|
||||
sed -i -e 's/test_freetype=yes/test_freetype=no/g' configure.ac && \
|
||||
sed -i -e '/debug/d' android/CustomTarget_lo_android.mk
|
||||
build=ln -s ../$$LOTarballs$$ external/tarballs && \
|
||||
./autogen.sh --enable-release-build --with-vendor=F-Droid --with-android-package-name="org.documentfoundation.libreoffice" --enable-fetch-external=no --with-android-ndk=$$NDK$$ --with-android-ndk-toolchain-version=4.9 --with-android-sdk=$$SDK$$ --with-distro=LibreOfficeAndroidX86 --with-build-platform-configure-options="--with-system-jpeg=no --with-system-libxml=no --with-x=no --disable-gconf --disable-python" && \
|
||||
make versionCode=2
|
||||
|
||||
Archive Policy:4 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:5.0.0.0.alpha1+/ab465b9
|
||||
Current Version Code:2
|
||||
|
Loading…
Reference in a new issue