mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
graphviz: update to 2.36.0.
This commit is contained in:
parent
6a6086100a
commit
8a1082a32a
2 changed files with 20 additions and 4 deletions
12
srcpkgs/graphviz/patches/cross.patch
Normal file
12
srcpkgs/graphviz/patches/cross.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- lib/gvpr/Makefile.in.orig 2014-02-08 10:35:01.782106087 +0100
|
||||||
|
+++ lib/gvpr/Makefile.in 2014-02-08 10:35:20.629222313 +0100
|
||||||
|
@@ -1063,8 +1063,7 @@ $(libgvpr_C_la_OBJECTS): gdefs.h
|
||||||
|
gvpr.3.pdf: $(srcdir)/gvpr.3
|
||||||
|
- @GROFF@ -Tps -man $(srcdir)/gvpr.3 | @PS2PDF@ - - >gvpr.3.pdf
|
||||||
|
|
||||||
|
-gdefs.h: $(top_srcdir)/lib/gvpr/gprdata mkdefs
|
||||||
|
- ./mkdefs gdefs.h < $(top_srcdir)/lib/gvpr/gprdata
|
||||||
|
+gdefs.h:
|
||||||
|
|
||||||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'graphviz'
|
# Template file for 'graphviz'
|
||||||
pkgname=graphviz
|
pkgname=graphviz
|
||||||
version=2.32.0
|
version=2.36.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="flex pkg-config"
|
hostmakedepends="libtool flex pkg-config libltdl-devel"
|
||||||
makedepends="libpng-devel>=1.6 gd-devel>=2.1 gtk+-devel librsvg-devel libltdl-devel"
|
makedepends="libpng-devel>=1.6 gd-devel>=2.1 gtk+-devel librsvg-devel libltdl-devel"
|
||||||
short_desc="Graph Visualization Software"
|
short_desc="Graph Visualization Software"
|
||||||
configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install
|
configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install
|
||||||
|
@ -15,7 +15,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.graphviz.org"
|
homepage="http://www.graphviz.org"
|
||||||
license="EPL"
|
license="EPL"
|
||||||
distfiles="http://www.graphviz.org/pub/graphviz/stable/SOURCES/$pkgname-$version.tar.gz"
|
distfiles="http://www.graphviz.org/pub/graphviz/stable/SOURCES/$pkgname-$version.tar.gz"
|
||||||
checksum=d853b2313e08a1dd0cce20d9ff8051acfa9ec418b5ba2dc65c8f4ddb07a7a77a
|
checksum=37fd66d8def158575c75c4f6dbf536839e4ee468aa59314eb472d1aecb076361
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
libtoolize -f
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# intall license.
|
# intall license.
|
||||||
|
@ -32,7 +36,7 @@ graphviz-libs_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
graphviz-devel_package() {
|
graphviz-devel_package() {
|
||||||
depends="graphviz-libs>=${version}"
|
depends="graphviz-libs>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue