[arch-commits] Commit in graphviz/trunk (PKGBUILD)

Kevin Piché kevin at archlinux.org
Sun Mar 14 00:20:14 UTC 2010


    Date: Saturday, March 13, 2010 @ 19:20:13
  Author: kevin
Revision: 72310

upgpkg: graphviz 2.26.3-1
Update to latest version, fhs docs

Modified:
  graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-13 22:52:57 UTC (rev 72309)
+++ PKGBUILD	2010-03-14 00:20:13 UTC (rev 72310)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=graphviz
-pkgver=2.24.0
-pkgrel=2
+pkgver=2.26.3
+pkgrel=1
 pkgdesc="Creates acircular graph images"
 arch=('i686' 'x86_64')
 license=('CPL')
@@ -13,15 +13,27 @@
 options=('!libtool')
 source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
 install=graphviz.install
-md5sums=('806a30dbc3f8deb219216f35be0e7a40')
+md5sums=('6f45946fa622770c45609778c0a982ee')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --without-gnomeui \
+  ./configure --prefix=/usr --without-gnomeui --docdir=/usr/share/doc/gvkp \
     --disable-tcl --disable-sharp --disable-ruby --disable-python \
     --disable-lua --disable-guile --disable-perl || return 1
+
+#--bindir=/bindir --libdir=/libdir --includedir=/includedir --mandir=/mandir \
+#--infodir=/infodir \
+#--docdir=/docdir --htmldir=/htmldir --dvidir=/dvidir \
+#--pdfdir=/pdfdir --psdir=/psdir
+
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
+
   #Fix a wrong file location for x86_64
   rm -rf ${pkgdir}/usr/lib64
+
+  # Fix non-fhs doc files.
+  cd ${pkgdir}/usr/share
+  mkdir doc
+  mv graphviz/doc doc/graphviz
 }




More information about the arch-commits mailing list