[arch-commits] Commit in libreoffice/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Mon Oct 7 19:32:33 UTC 2013


    Date: Monday, October 7, 2013 @ 21:32:33
  Author: andyrtr
Revision: 196174

prepare a bugfix release moving gtk2 and gtk3 to optional deps

Modified:
  libreoffice/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-07 17:41:48 UTC (rev 196173)
+++ PKGBUILD	2013-10-07 19:32:33 UTC (rev 196174)
@@ -21,7 +21,7 @@
 	'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built)
 _LOver=4.1.2.3
 pkgver=4.1.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/"
@@ -451,7 +451,9 @@
 
 package_libreoffice-gnome() {
  pkgdesc="Plug-in for LibreOffice that enables integration into the Gnome and other gtk desktop environment."
- depends=('libreoffice-common' 'gconf' 'gtk3')
+ depends=('libreoffice-common' 'gconf')
+ optdepends=('gtk3: for gtk3 Gnome integration'
+             'gtk2: for older gtk2 desktop integration')
  groups=('libreoffice')
  
  # create directories from *list.txt file




More information about the arch-commits mailing list