[arch-commits] Commit in doxygen/trunk (PKGBUILD doxygen-configure-python2.patch)

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


    Date: Tuesday, April 22, 2014 @ 18:39:15
  Author: dan
Revision: 211661

upgpkg: doxygen 1.8.7-1

Modified:
  doxygen/trunk/PKGBUILD
Deleted:
  doxygen/trunk/doxygen-configure-python2.patch

---------------------------------+
 PKGBUILD                        |   12 ++++--------
 doxygen-configure-python2.patch |   11 -----------
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-22 16:27:21 UTC (rev 211660)
+++ PKGBUILD	2014-04-22 16:39:15 UTC (rev 211661)
@@ -3,7 +3,7 @@
 
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.6
+pkgver=1.8.7
 pkgrel=1
 license=('GPL')
 arch=(i686 x86_64)
@@ -10,17 +10,13 @@
 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')
+			 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}"
-  patch -Np1 < ../doxygen-configure-python2.patch
   QTDIR=/usr/lib/qt4 ./configure --prefix /usr --with-doxywizard
   make
 }

Deleted: doxygen-configure-python2.patch
===================================================================
--- doxygen-configure-python2.patch	2014-04-22 16:27:21 UTC (rev 211660)
+++ doxygen-configure-python2.patch	2014-04-22 16:39:15 UTC (rev 211661)
@@ -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