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

Jason Chu jason at archlinux.org
Sat Dec 15 03:26:29 UTC 2007


    Date: Friday, December 14, 2007 @ 22:26:29
  Author: jason
    Path: /home/cvs-extra/extra/office/lyx

Modified: PKGBUILD (1.13 -> 1.14)

upgpkg: lyx 1.5.2-1


----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)


Index: extra/office/lyx/PKGBUILD
diff -u extra/office/lyx/PKGBUILD:1.13 extra/office/lyx/PKGBUILD:1.14
--- extra/office/lyx/PKGBUILD:1.13	Sat Nov 10 10:13:52 2007
+++ extra/office/lyx/PKGBUILD	Fri Dec 14 22:26:29 2007
@@ -1,23 +1,20 @@
-# $Id: PKGBUILD,v 1.13 2007/11/10 15:13:52 pierre Exp $
+# $Id: PKGBUILD,v 1.14 2007/12/15 03:26:29 jason Exp $
 # Maintainer: Jason Chu <jason at archlinux.org>
 pkgname=lyx
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="An advanced open-source document processor."
 arch=(i686 x86_64)
 url='http://www.lyx.org'
-depends=('qt3' 'tetex' 'python' 'perl' 'imagemagick' 'aspell' 'aiksaurus')
+depends=('qt' 'tetex' 'python' 'perl' 'imagemagick' 'aspell' 'aiksaurus')
+license=('GPL2')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/$pkgname-$pkgver.tar.gz)
-md5sums=('6720eb43626dabbd506279f1fee6d70c')
+md5sums=('29c694fb042769bd3c886681bb922cfc')
 
 build() {
-  . /etc/profile.d/qt3.sh
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr \
-    --with-qt-dir=/opt/qt \
-    --with-qt-includes=/opt/qt/include \
-    --with-qt-libraries=/opt/qt/lib \
-    --with-frontend=qt
+    --with-frontend=qt4
   make || return 1
   make prefix=$startdir/pkg/usr install
 }




More information about the arch-commits mailing list