git » libreoffice-still.git » commit aadfa9c

upgpkg: 6.0.6-2

author Andreas Radke
2018-08-18 19:36:52 UTC
committer Andreas Radke
2018-08-18 19:36:52 UTC
parent de9624a4d6791c9d51a751f6e75b1becad152225

upgpkg: 6.0.6-2

drop kde4 libs based vcl, add missing gpgme dep; add ttf-carlito makedep tu run some more tests

PKGBUILD +9 -10
libreoffice-still.csh +0 -1
libreoffice-still.sh +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index 8526e2a..46e550c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgbase=libreoffice-still
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=6.0.6.2
 pkgver=6.0.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/"
@@ -23,12 +23,12 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 'lib
 	'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
 	'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
 	'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-	'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+	'gperf' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
 	'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 'libgl'
 	'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
-	'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' # 'glm'
+	'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 'libpagemaker'
 	'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-	'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+	'libexttextcat' 'libcmis' 'gobject-introspection'
 	'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
 	'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
 )
@@ -96,8 +96,8 @@ sha256sums=('f1666430abf616a3813e4c886b51f157366f592102ae0e874abc17f3d58c6a8e'
             'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
             'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
             '8b4815788be087940750b775690b5890c4cf9e121f11006a72ccab834f212abb'
-            '76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
-            'd24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
+            '52e90a5a3d8d5b626caa51675b601aba508463c2b9caa98d07cfa35220fc0b22'
+            '531de4133cb6ff5c841e4251fdafe69521ccd195f5933eb8c113291d3eff183a')
 
 prepare() {
 
@@ -165,7 +165,7 @@ build() {
 		--enable-dbus \
 		--enable-evolution2\
 		--enable-gio\
-		--enable-kde4\
+		--disable-kde4\
 		--enable-gtk3 \
 		--enable-introspection \
 		--disable-gstreamer-0-10 \
@@ -279,7 +279,7 @@ package_libreoffice-still() {
 		'desktop-file-utils' 'shared-mime-info' 'glu' 'libpagemaker'
 		'libxinerama' 'libabw' 'libmwaw' 'libe-book' 'libcups'
 		'liblangtag' 'libexttextcat' 'libcmis' 'liborcus' # 'libfbclient'
-		'libtommath' 'libzmf' 'libatomic_ops' 'xmlsec'
+		'libtommath' 'libzmf' 'libatomic_ops' 'xmlsec' 'gpgme'
 		'libfreehand' 'libstaroffice' 'libepubgen' 'libqxp' 'libepoxy')
 	optdepends=('java-runtime:     adds java support'
 		'java-environment: required by extension-wiki-publisher and extension-nlpsolver'
@@ -294,8 +294,7 @@ package_libreoffice-still() {
 		'postgresql-libs:  for postgresql-connector'
 		'coin-or-mp:	   required by the Calc solver'
 		'gtk2:             for GTK2 integration'
-		'gtk3:             for GTK3 integration'
-		'kdelibs:          for KDE desktop integration')
+		'gtk3:             for GTK3 integration')
 	backup=(etc/libreoffice/sofficerc
 		etc/libreoffice/bootstraprc
 		etc/libreoffice/psprint.conf
diff --git a/libreoffice-still.csh b/libreoffice-still.csh
index 5025121..71e485c 100644
--- a/libreoffice-still.csh
+++ b/libreoffice-still.csh
@@ -1,6 +1,5 @@
 # to force a certain look'n feel
 
 #setenv SAL_USE_VCLPLUGIN gen
-#setenv SAL_USE_VCLPLUGIN kde4
 #setenv SAL_USE_VCLPLUGIN gtk
 #setenv SAL_USE_VCLPLUGIN gtk3
diff --git a/libreoffice-still.sh b/libreoffice-still.sh
index 7bfdcf7..a5fec1f 100644
--- a/libreoffice-still.sh
+++ b/libreoffice-still.sh
@@ -1,6 +1,5 @@
 # to force a certain look'n feel
 
 #export SAL_USE_VCLPLUGIN=gen
-#export SAL_USE_VCLPLUGIN=kde4
 #export SAL_USE_VCLPLUGIN=gtk
 #export SAL_USE_VCLPLUGIN=gtk3