[arch-commits] CVS update of arch/build/devel/gtk-doc (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Aug 25 09:45:40 UTC 2007


    Date: Saturday, August 25, 2007 @ 05:45:40
  Author: jgc
    Path: /home/cvs-arch/arch/build/devel/gtk-doc

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: gtk-doc 1.8-3
Fix option with new makepkg, remove replace operation on xsl catalog, this should be handled from the XML catalog


----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)


Index: arch/build/devel/gtk-doc/PKGBUILD
diff -u arch/build/devel/gtk-doc/PKGBUILD:1.5 arch/build/devel/gtk-doc/PKGBUILD:1.6
--- arch/build/devel/gtk-doc/PKGBUILD:1.5	Mon Feb 26 18:44:28 2007
+++ arch/build/devel/gtk-doc/PKGBUILD	Sat Aug 25 05:45:40 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.5 2007/02/26 23:44:28 jgc Exp $
+# $Id: PKGBUILD,v 1.6 2007/08/25 09:45:40 jgc Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 
 pkgname=gtk-doc 
 pkgver=1.8
-pkgrel=2
-options=('keepdocs')
+pkgrel=3
+options=('docs')
 pkgdesc="Used to document the public API of libraries" 
 arch=(i686 x86_64)
 depends=('perl>=5.8.0-1' 'scrollkeeper') 
@@ -24,6 +24,4 @@
   ./configure --prefix=/usr 
   make || return 1 
   make DESTDIR=${startdir}/pkg install 
-  sed -i -e '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 
 }




More information about the arch-commits mailing list