summaryrefslogtreecommitdiff
path: root/graphics/goocanvas
diff options
context:
space:
mode:
authorobache <obache>2009-05-10 04:59:38 +0000
committerobache <obache>2009-05-10 04:59:38 +0000
commit523f7971972daac331dbb95427d17a4ddbc9c9ed (patch)
treee0735571c6926ec7baa96e048ed29d3f87f5e896 /graphics/goocanvas
parentae46ffd8e90ef0dde8014032c6d1320187a5caa9 (diff)
downloadpkgsrc-523f7971972daac331dbb95427d17a4ddbc9c9ed.tar.gz
Update goocanvas to 0.14.
GooCanvas 0.14 (Mar 15 2009) ============== o Added support for tooltips (this means we need GTK+ 2.12). (Note that there is a GTK+ bug which will cause problems with tooltips on a large canvas. See bug #573294.) o Added "x", "y", "width" and "height" properties to items that didn't have them. o Fixed bug in goo_canvas_convert_from_item_space(). o Added "scroll-event" signal to GooCanvasItem. GooCanvas 0.13 (Nov 30 2008) ============== o New GooCanvasGrid item for drawing grids on the canvas. o Support for static items that don't move as the canvas is zoomed and scrolled (this is a bit experimental). o Font hinting is not turned off any more - this means smaller text should be more readable. Hopefully it doesn't affect text layout. o Fixed a few GooCanvasTable drawing bugs. o Fixed GooCanvasText drawing, when align is set. o Fixed GooCanvasPolyline is_item_at() code, so the fill isn't tested. o Added "animation-finished" signals to GooCanvasItem & Model.
Diffstat (limited to 'graphics/goocanvas')
-rw-r--r--graphics/goocanvas/Makefile9
-rw-r--r--graphics/goocanvas/PLIST5
-rw-r--r--graphics/goocanvas/distinfo8
3 files changed, 14 insertions, 8 deletions
diff --git a/graphics/goocanvas/Makefile b/graphics/goocanvas/Makefile
index de309c2990e..eb103ad67ce 100644
--- a/graphics/goocanvas/Makefile
+++ b/graphics/goocanvas/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2008/11/20 14:22:15 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/10 04:59:38 obache Exp $
#
-DISTNAME= goocanvas-0.12
+DISTNAME= goocanvas-0.14
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goocanvas/0.12/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goocanvas/0.14/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://live.gnome.org/GooCanvas
COMMENT= Cairo-based canvas widget for GTK+
+LICENSE= gnu-lgpl-v2.1
+
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
@@ -20,5 +22,6 @@ PKGCONFIG_OVERRIDE+= goocanvas.pc.in
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/goocanvas/PLIST b/graphics/goocanvas/PLIST
index 68395f724ae..26b5ae01d3c 100644
--- a/graphics/goocanvas/PLIST
+++ b/graphics/goocanvas/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/22 10:27:17 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/05/10 04:59:38 obache Exp $
include/goocanvas-1.0/goocanvas.h
include/goocanvas-1.0/goocanvasellipse.h
include/goocanvas-1.0/goocanvasenumtypes.h
+include/goocanvas-1.0/goocanvasgrid.h
include/goocanvas-1.0/goocanvasgroup.h
include/goocanvas-1.0/goocanvasimage.h
include/goocanvas-1.0/goocanvasitem.h
@@ -21,6 +22,8 @@ lib/pkgconfig/goocanvas.pc
share/gtk-doc/html/goocanvas/GooCanvas.html
share/gtk-doc/html/goocanvas/GooCanvasEllipse.html
share/gtk-doc/html/goocanvas/GooCanvasEllipseModel.html
+share/gtk-doc/html/goocanvas/GooCanvasGrid.html
+share/gtk-doc/html/goocanvas/GooCanvasGridModel.html
share/gtk-doc/html/goocanvas/GooCanvasGroup.html
share/gtk-doc/html/goocanvas/GooCanvasGroupModel.html
share/gtk-doc/html/goocanvas/GooCanvasImage.html
diff --git a/graphics/goocanvas/distinfo b/graphics/goocanvas/distinfo
index ac4db1b4b5f..fa9cf25ff67 100644
--- a/graphics/goocanvas/distinfo
+++ b/graphics/goocanvas/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/10/22 10:27:17 obache Exp $
+$NetBSD: distinfo,v 1.2 2009/05/10 04:59:38 obache Exp $
-SHA1 (goocanvas-0.12.tar.gz) = 424efb1bedb470b0d0be5a30c0eec9834a1e00bb
-RMD160 (goocanvas-0.12.tar.gz) = 9bbdbfebdf465b7c61c42e8ec39046e9d2591061
-Size (goocanvas-0.12.tar.gz) = 798758 bytes
+SHA1 (goocanvas-0.14.tar.gz) = ec650d703781d818ea73a74b917cce2441710a61
+RMD160 (goocanvas-0.14.tar.gz) = 77eda7e7523e1216dccd7793148ab04121defbf4
+Size (goocanvas-0.14.tar.gz) = 853898 bytes