[arch-commits] CVS update of extra/office/doxygen (PKGBUILD doxygen.install)
Dan McGee
dan at archlinux.org
Wed Feb 13 02:27:11 UTC 2008
Date: Tuesday, February 12, 2008 @ 21:27:11
Author: dan
Path: /home/cvs-extra/extra/office/doxygen
Modified: PKGBUILD (1.33 -> 1.34) doxygen.install (1.1 -> 1.2)
upgpkg: doxygen 1.5.5-1
-----------------+
PKGBUILD | 10 +++++-----
doxygen.install | 10 +---------
2 files changed, 6 insertions(+), 14 deletions(-)
Index: extra/office/doxygen/PKGBUILD
diff -u extra/office/doxygen/PKGBUILD:1.33 extra/office/doxygen/PKGBUILD:1.34
--- extra/office/doxygen/PKGBUILD:1.33 Sat Nov 10 10:39:49 2007
+++ extra/office/doxygen/PKGBUILD Tue Feb 12 21:27:10 2008
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD,v 1.33 2007/11/10 15:39:49 pierre Exp $
+# $Id: PKGBUILD,v 1.34 2008/02/13 02:27:10 dan Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
pkgname=doxygen
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
license=('GPL')
arch=(i686 x86_64)
url="http://www.doxygen.org/"
-depends=('gcc')
+depends=('gcc-libs')
# qt required to build and run doxywizard, but don't want to drag it in
makedepends=('flex' 'qt3')
install=doxygen.install
source=(ftp://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('10ffe8d445dc1bf7dd69292b266906ff')
+md5sums=('95813ecd95b371d13d63844ddb9b5c46')
build() {
. /etc/profile.d/qt3.sh
Index: extra/office/doxygen/doxygen.install
diff -u extra/office/doxygen/doxygen.install:1.1 extra/office/doxygen/doxygen.install:1.2
--- extra/office/doxygen/doxygen.install:1.1 Sun Oct 28 13:24:06 2007
+++ extra/office/doxygen/doxygen.install Tue Feb 12 21:27:10 2008
@@ -1,12 +1,4 @@
post_install() {
- echo ">> Doxywizard is now included with doxygen. To use, install qt."
+ echo ">> Doxywizard is included with doxygen. To use, install qt3."
}
-post_upgrade() {
- post_install
-}
-
-op=$1
-shift
-
-$op $*
More information about the arch-commits
mailing list