FS#591 - gtk-doc need a fix

Attached to Project: Arch Linux
Opened by arjan timmerman (blaasvis) - Sunday, 21 March 2004, 10:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To dorphell (dorphell)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.6 Widget
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

# $Id: PKGBUILD,v 1.7 2003/11/06 08:26:20 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Committer: dorphell <dorphell@gmx.net>
pkgname=gtk-doc
pkgver=1.2
pkgrel=1
pkgdesc="Used to document the public API of libraries"
depends=('jade' 'pkgconfig' 'perl' 'libxslt' 'libxml2' 'docbook-xsl' 'docbook-xml')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.2/$pkgname-$pkgver.tar.gz)

build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
sed -i 's|http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl|/usr/share/xml/docbook/html/chunk.xsl|' $startdir/pkg/usr/share/gtk-doc/data/gtk-doc.xsl
}
This task depends upon

Closed by  dorphell (dorphell)
Sunday, 21 March 2004, 17:09 GMT
Reason for closing:  Duplicate

Loading...