[arch-commits] Commit in doxygen/repos (6 files)

Dan McGee dan at nymeria.archlinux.org
Tue Apr 22 16:39:27 UTC 2014


    Date: Tuesday, April 22, 2014 @ 18:39:27
  Author: dan
Revision: 211662

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  doxygen/repos/extra-i686/PKGBUILD
    (from rev 211661, doxygen/trunk/PKGBUILD)
  doxygen/repos/extra-x86_64/PKGBUILD
    (from rev 211661, doxygen/trunk/PKGBUILD)
Deleted:
  doxygen/repos/extra-i686/PKGBUILD
  doxygen/repos/extra-i686/doxygen-configure-python2.patch
  doxygen/repos/extra-x86_64/PKGBUILD
  doxygen/repos/extra-x86_64/doxygen-configure-python2.patch

----------------------------------------------+
 /PKGBUILD                                    |   78 +++++++++++++++++++++++++
 extra-i686/PKGBUILD                          |   43 -------------
 extra-i686/doxygen-configure-python2.patch   |   11 ---
 extra-x86_64/PKGBUILD                        |   43 -------------
 extra-x86_64/doxygen-configure-python2.patch |   11 ---
 5 files changed, 78 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-04-22 16:39:15 UTC (rev 211661)
+++ extra-i686/PKGBUILD	2014-04-22 16:39:27 UTC (rev 211662)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <dan at archlinux.org>
-
-pkgbase=doxygen
-pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.6
-pkgrel=1
-license=('GPL')
-arch=(i686 x86_64)
-url="http://www.doxygen.org/"
-makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
-             'texlive-latexextra' 'graphviz' 'python2')
-source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
-        doxygen-configure-python2.patch)
-md5sums=('9385dc52f0627875f8fa758e754ec674'
-         'a16ef06cd207292eda73801ea3835f1e')
-sha1sums=('204f1b3695c73efac44a521609c5360241d64045'
-          '98f9f473f906c5cd363b29c65b54bbe998c0793e')
-
-build() {
-  export PATH=$PATH:/usr/lib/qt4/bin
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  patch -Np1 < ../doxygen-configure-python2.patch
-  QTDIR=/usr/lib/qt4 ./configure --prefix /usr --with-doxywizard
-  make
-}
-
-package_doxygen() {
-  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
-  depends=('gcc-libs')
-  optdepends=('graphviz: for caller/callee graph generation'
-              'qt4: for doxywizard')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install
-}
-
-package_doxygen-docs() {
-  pkgdesc="Developer documentation for doxygen"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install_docs
-}

Copied: doxygen/repos/extra-i686/PKGBUILD (from rev 211661, doxygen/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-04-22 16:39:27 UTC (rev 211662)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.7
+pkgrel=1
+license=('GPL')
+arch=(i686 x86_64)
+url="http://www.doxygen.org/"
+makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
+             'texlive-latexextra' 'graphviz' 'python2')
+			 source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('ff0529df773301f63db82c25137b7fd8')
+sha1sums=('3728f183f390f96b4ec39d02782a7c2d91f7bfca')
+
+build() {
+  export PATH=$PATH:/usr/lib/qt4/bin
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  QTDIR=/usr/lib/qt4 ./configure --prefix /usr --with-doxywizard
+  make
+}
+
+package_doxygen() {
+  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+              'qt4: for doxywizard')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install
+}
+
+package_doxygen-docs() {
+  pkgdesc="Developer documentation for doxygen"
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install_docs
+}

Deleted: extra-i686/doxygen-configure-python2.patch
===================================================================
--- extra-i686/doxygen-configure-python2.patch	2014-04-22 16:39:15 UTC (rev 211661)
+++ extra-i686/doxygen-configure-python2.patch	2014-04-22 16:39:27 UTC (rev 211662)
@@ -1,11 +0,0 @@
---- doxygen-1.8.6/configure.orig	2013-12-25 20:54:22.171988706 +0000
-+++ doxygen-1.8.6/configure	2013-12-25 20:54:33.405247482 +0000
-@@ -560,7 +560,7 @@
- 
- printf "  Checking for python... "
- if test "$f_python" = NO; then
--  python_names="python"
-+  python_names="python2 python"
-   python_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin"
-   python_prog=NO
-   python_found=NO

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-04-22 16:39:15 UTC (rev 211661)
+++ extra-x86_64/PKGBUILD	2014-04-22 16:39:27 UTC (rev 211662)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <dan at archlinux.org>
-
-pkgbase=doxygen
-pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.6
-pkgrel=1
-license=('GPL')
-arch=(i686 x86_64)
-url="http://www.doxygen.org/"
-makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
-             'texlive-latexextra' 'graphviz' 'python2')
-source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
-        doxygen-configure-python2.patch)
-md5sums=('9385dc52f0627875f8fa758e754ec674'
-         'a16ef06cd207292eda73801ea3835f1e')
-sha1sums=('204f1b3695c73efac44a521609c5360241d64045'
-          '98f9f473f906c5cd363b29c65b54bbe998c0793e')
-
-build() {
-  export PATH=$PATH:/usr/lib/qt4/bin
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  patch -Np1 < ../doxygen-configure-python2.patch
-  QTDIR=/usr/lib/qt4 ./configure --prefix /usr --with-doxywizard
-  make
-}
-
-package_doxygen() {
-  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
-  depends=('gcc-libs')
-  optdepends=('graphviz: for caller/callee graph generation'
-              'qt4: for doxywizard')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install
-}
-
-package_doxygen-docs() {
-  pkgdesc="Developer documentation for doxygen"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install_docs
-}

Copied: doxygen/repos/extra-x86_64/PKGBUILD (from rev 211661, doxygen/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-04-22 16:39:27 UTC (rev 211662)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.7
+pkgrel=1
+license=('GPL')
+arch=(i686 x86_64)
+url="http://www.doxygen.org/"
+makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
+             'texlive-latexextra' 'graphviz' 'python2')
+			 source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('ff0529df773301f63db82c25137b7fd8')
+sha1sums=('3728f183f390f96b4ec39d02782a7c2d91f7bfca')
+
+build() {
+  export PATH=$PATH:/usr/lib/qt4/bin
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  QTDIR=/usr/lib/qt4 ./configure --prefix /usr --with-doxywizard
+  make
+}
+
+package_doxygen() {
+  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+              'qt4: for doxywizard')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install
+}
+
+package_doxygen-docs() {
+  pkgdesc="Developer documentation for doxygen"
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make INSTALL="${pkgdir}"/usr MAN1DIR=share/man/man1 install_docs
+}

Deleted: extra-x86_64/doxygen-configure-python2.patch
===================================================================
--- extra-x86_64/doxygen-configure-python2.patch	2014-04-22 16:39:15 UTC (rev 211661)
+++ extra-x86_64/doxygen-configure-python2.patch	2014-04-22 16:39:27 UTC (rev 211662)
@@ -1,11 +0,0 @@
---- doxygen-1.8.6/configure.orig	2013-12-25 20:54:22.171988706 +0000
-+++ doxygen-1.8.6/configure	2013-12-25 20:54:33.405247482 +0000
-@@ -560,7 +560,7 @@
- 
- printf "  Checking for python... "
- if test "$f_python" = NO; then
--  python_names="python"
-+  python_names="python2 python"
-   python_dirs="$bin_dirs /usr/bin /usr/local/bin /bin /sbin"
-   python_prog=NO
-   python_found=NO




More information about the arch-commits mailing list