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

Ray Rashif schiv at archlinux.org
Wed Dec 21 14:58:26 UTC 2011


    Date: Wednesday, December 21, 2011 @ 09:58:25
  Author: schiv
Revision: 145301

add important optdep

Modified:
  lyx/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-21 14:37:33 UTC (rev 145300)
+++ PKGBUILD	2011-12-21 14:58:25 UTC (rev 145301)
@@ -10,6 +10,7 @@
 url="http://www.lyx.org"
 depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'enchant' 'boost-libs' 'libmythes')
 makedepends=('boost')
+optdepends=('texlive-latexextra: float wrap support')
 license=('GPL')
 source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
         lyx.desktop lyxrc.dist)
@@ -18,7 +19,7 @@
 sha1sums=('225b4d853f38463e986a9b42a39cac432da56d8a'
           'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
           '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-	
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +




More information about the arch-commits mailing list