[arch-commits] CVS update of extra/office/lyx (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Nov 10 15:13:52 UTC 2007


    Date: Saturday, November 10, 2007 @ 10:13:52
  Author: pierre
    Path: /home/cvs-extra/extra/office/lyx

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: lyx 1.4.3-2
change dependency from qt to qt3


----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


Index: extra/office/lyx/PKGBUILD
diff -u extra/office/lyx/PKGBUILD:1.12 extra/office/lyx/PKGBUILD:1.13
--- extra/office/lyx/PKGBUILD:1.12	Mon Jan  1 14:13:58 2007
+++ extra/office/lyx/PKGBUILD	Sat Nov 10 10:13:52 2007
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD,v 1.12 2007/01/01 19:13:58 jason Exp $
+# $Id: PKGBUILD,v 1.13 2007/11/10 15:13:52 pierre Exp $
 # Maintainer: Jason Chu <jason at archlinux.org>
 pkgname=lyx
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced open-source document processor."
 arch=(i686 x86_64)
 url='http://www.lyx.org'
-depends=('qt' 'tetex' 'python' 'perl' 'imagemagick' 'aspell' 'aiksaurus')
+depends=('qt3' 'tetex' 'python' 'perl' 'imagemagick' 'aspell' 'aiksaurus')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/$pkgname-$pkgver.tar.gz)
 md5sums=('6720eb43626dabbd506279f1fee6d70c')
 
 build() {
+  . /etc/profile.d/qt3.sh
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr \
     --with-qt-dir=/opt/qt \




More information about the arch-commits mailing list