mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libreoffice-fresh to 5.0.3-1
This commit is contained in:
parent
818177ad3c
commit
da821e2e54
4 changed files with 16 additions and 16 deletions
|
@ -9,9 +9,9 @@ buildarch=20
|
|||
|
||||
pkgbase=libreoffice-fresh
|
||||
pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
|
||||
_LOver=5.0.2.2
|
||||
pkgver=5.0.2
|
||||
pkgrel=4
|
||||
_LOver=5.0.3.2
|
||||
pkgver=5.0.3
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL3')
|
||||
url="http://www.libreoffice.org/"
|
||||
|
@ -22,7 +22,7 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 'lib
|
|||
'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
|
||||
'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 'gst-plugins-base-libs'
|
||||
'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
|
||||
'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene'
|
||||
'gperf' 'kdelibs' 'cppunit' 'beanshell2' 'vigra' 'clucene' #'gtk3'
|
||||
'junit' 'libmythes' 'libwpg' 'mesa' 'java-environment' 'postgresql-libs'
|
||||
'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen' 'libatomic_ops' 'mdds' 'glew'
|
||||
'apr' 'serf' 'chrpath' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
|
||||
|
@ -104,11 +104,11 @@ noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
|
|||
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
|
||||
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
|
||||
validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org>
|
||||
md5sums=('e3d129dd7a579b14984c9c1231e851a5'
|
||||
md5sums=('879471fa970c30bb080e11906a3bcdab'
|
||||
'SKIP'
|
||||
'61217b85dc31902fc97976d482cf064f'
|
||||
'0ba4c4939e01ed63e39b0751da54ae8f'
|
||||
'SKIP'
|
||||
'5a4f0148a5cbe4c85be7e4e8c378fe61'
|
||||
'8439f56d4696e64571bbdc8224ede59d'
|
||||
'SKIP'
|
||||
'd6eef4b4cacb2183f2bf265a5a03a354'
|
||||
'1f24ab1d39f4a51faf22244c94a6203f'
|
||||
|
@ -145,8 +145,8 @@ md5sums=('e3d129dd7a579b14984c9c1231e851a5'
|
|||
'36271d3fa0d9dec1632029b6d7aac925'
|
||||
'185d60944ea767075d27247c3162b3bc'
|
||||
'dcb5ad3e5f7139227677ea064b075422'
|
||||
'4195735a80876ae812fca5736b50192a'
|
||||
'e7e4b3e70e99e5cba8f8dfcacf3b0d87')
|
||||
'40680393752d98bcb590f1f62efa61a9'
|
||||
'f82232620f3e27d1532c49af4b36ce9a')
|
||||
|
||||
prepare() {
|
||||
cd libreoffice-$_LOver
|
||||
|
@ -207,7 +207,7 @@ build() {
|
|||
--disable-gnome-vfs\
|
||||
--disable-kde\
|
||||
--enable-kde4\
|
||||
--enable-gtk3 \
|
||||
--disable-gtk3 \
|
||||
--disable-gstreamer-0-10 \
|
||||
--disable-gconf \
|
||||
--disable-lockdown \
|
||||
|
@ -332,7 +332,7 @@ package_libreoffice-fresh() {
|
|||
'libpaper: takes care of papersize'
|
||||
'postgresql-libs: for postgresql-connector'
|
||||
'gtk2: for GTK2 integration'
|
||||
'gtk3: for GTK3 integration'
|
||||
#'gtk3: for GTK3 integration'
|
||||
'kdelibs: for KDE desktop integration')
|
||||
backup=(etc/libreoffice/sofficerc
|
||||
etc/libreoffice/bootstraprc
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
#setenv SAL_USE_VCLPLUGIN gen
|
||||
#setenv SAL_USE_VCLPLUGIN kde4
|
||||
#setenv SAL_USE_VCLPLUGIN gtk
|
||||
#setenv SAL_USE_VCLPLUGIN gtk3
|
||||
#setenv SAL_USE_VCLPLUGIN gtk3 # currently broken and not available
|
||||
|
|
|
@ -3,9 +3,9 @@ post_install() {
|
|||
update-desktop-database -q
|
||||
update-mime-database usr/share/mime > /dev/null 2>&1
|
||||
|
||||
echo "> LibreOffice now uses highly experimental gtk3 vcl by default"
|
||||
echo "> on some desktops. To use stable gtk2 vcl uncomment"
|
||||
echo "> it in /etc/profile.d/libreoffice-fresh.{sh,csh}"
|
||||
# echo "> LibreOffice now uses highly experimental gtk3 vcl by default"
|
||||
# echo "> on some desktops. To use stable gtk2 vcl uncomment"
|
||||
# echo "> it in /etc/profile.d/libreoffice-fresh.{sh,csh}"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
#export SAL_USE_VCLPLUGIN=gen
|
||||
#export SAL_USE_VCLPLUGIN=kde4
|
||||
#export SAL_USE_VCLPLUGIN=gtk
|
||||
#export SAL_USE_VCLPLUGIN=gtk3
|
||||
#export SAL_USE_VCLPLUGIN=gtk3 # currently broken and not available
|
||||
|
|
Loading…
Reference in a new issue