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

Antonio Rojas arojas at archlinux.org
Thu Feb 16 16:56:38 UTC 2017


    Date: Thursday, February 16, 2017 @ 16:56:37
  Author: arojas
Revision: 289063

Update to 1.8.13, switch to Qt5

Modified:
  doxygen/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-16 15:36:00 UTC (rev 289062)
+++ PKGBUILD	2017-02-16 16:56:37 UTC (rev 289063)
@@ -3,16 +3,16 @@
 
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.12
+pkgver=1.8.13
 pkgrel=1
 license=('GPL')
 arch=(i686 x86_64)
 url="http://www.doxygen.org/"
-makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
+makedepends=('cmake' 'gcc-libs' 'flex' 'qt5-base' 'texlive-core' 'ghostscript'
              'texlive-latexextra' 'graphviz' 'python2')
 source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('08e0f7850c4d22cb5188da226b209a96')
-sha1sums=('eacf83859a5bd7f3f71b46f34759cefe1a05babc')
+md5sums=('0fa414975f8cd6d30e126c28327c1f7c')
+sha1sums=('a3c812346d2ebd7b2e79ed1fec3a6aa3aedd5f7b')
 
 prepare() {
   mkdir build
@@ -29,7 +29,6 @@
   cmake "../${pkgbase}-${pkgver}" \
     -DCMAKE_INSTALL_PREFIX:PATH=/usr \
     -DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
-    -DQT_QMAKE_EXECUTABLE:FILE=/usr/lib/qt4/bin/qmake \
     -DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
     -Dbuild_doc:BOOL=ON \
     -Dbuild_wizard:BOOL=ON
@@ -47,7 +46,7 @@
   pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
   depends=('gcc-libs')
   optdepends=('graphviz: for caller/callee graph generation'
-              'qt4: for doxywizard')
+              'qt5-base: for doxywizard')
 
   cd build
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list