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

Pierre Schmitz pierre at archlinux.org
Sat Nov 10 15:39:49 UTC 2007


    Date: Saturday, November 10, 2007 @ 10:39:49
  Author: pierre
    Path: /home/cvs-extra/extra/office/doxygen

Modified: PKGBUILD (1.32 -> 1.33)

upgpkg: doxygen 1.5.4-2
change dependency from qt to qt3


----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


Index: extra/office/doxygen/PKGBUILD
diff -u extra/office/doxygen/PKGBUILD:1.32 extra/office/doxygen/PKGBUILD:1.33
--- extra/office/doxygen/PKGBUILD:1.32	Sun Oct 28 13:24:06 2007
+++ extra/office/doxygen/PKGBUILD	Sat Nov 10 10:39:49 2007
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD,v 1.32 2007/10/28 17:24:06 dan Exp $
+# $Id: PKGBUILD,v 1.33 2007/11/10 15:39:49 pierre Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=doxygen
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
 license=('GPL')
 arch=(i686 x86_64)
 url="http://www.doxygen.org/"
 depends=('gcc')
 # qt required to build and run doxywizard, but don't want to drag it in
-makedepends=('flex' 'qt')
+makedepends=('flex' 'qt3')
 install=doxygen.install
 source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
 md5sums=('10ffe8d445dc1bf7dd69292b266906ff')
 
 build() {
-  # set qtdir for those that have qt4 installed as well
-  export QTDIR=/opt/qt
+  . /etc/profile.d/qt3.sh
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix /usr --with-doxywizard
   make || return 1




More information about the arch-commits mailing list