diff options
author | obache <obache@pkgsrc.org> | 2008-10-22 10:42:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-22 10:42:02 +0000 |
commit | baf4631b119da6f1337bd5a01bc57ac47cfba501 (patch) | |
tree | 2e70319c0a859f03e56d694c9d2c5983ae7a8744 /x11/ruby-gnome2-gtksourceview2 | |
parent | 3875d38f3293ac7ca1378fcc45b06c64df0ed844 (diff) | |
download | pkgsrc-baf4631b119da6f1337bd5a01bc57ac47cfba501.tar.gz |
Update ruby-gnome2 to 0.18.0.
== Ruby-GNOME2 0.18.0: 2008-09-30
This release fixes some memory leak bugs and has new
experimental packages.
=== Changes
Ruby/GLib:
* mkmf-gnome2.rb: add check_cairo. [Kouhei Sutou]
* fixed memory leaks. [Kouhei Sutou]
* [#2110165] Gdk::Pixbuf memory leak
* install glib-enum-types.h. [Andy Spencer]
* [#2106938] Install glib-enum-types.h
Ruby/GTK2:
* add GTK+ 2.12 related bindings. [Guillaume Cottenceau]
* fixed initialize order. [Kouhei Sutou]
* [#2113491] Incorrect initialize order (compiling with mingw)
Ruby/GooCanvas [NEW][EXPERIMENTAL]:
* added. [Kouhei Sutou]
Ruby/Pango:
* fixed memory leaks. [Kouhei Sutou]
Ruby/GtkSourceView2 [NEW][EXPERIMENTAL]:
* add. [yselkowitz]
Diffstat (limited to 'x11/ruby-gnome2-gtksourceview2')
-rw-r--r-- | x11/ruby-gnome2-gtksourceview2/DESCR | 5 | ||||
-rw-r--r-- | x11/ruby-gnome2-gtksourceview2/Makefile | 20 | ||||
-rw-r--r-- | x11/ruby-gnome2-gtksourceview2/PLIST | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/x11/ruby-gnome2-gtksourceview2/DESCR b/x11/ruby-gnome2-gtksourceview2/DESCR new file mode 100644 index 00000000000..1715e3c999b --- /dev/null +++ b/x11/ruby-gnome2-gtksourceview2/DESCR @@ -0,0 +1,5 @@ +Ruby-GNOME 2 is a set of Ruby language bindings for the various +application development libraries included with the GNOME/GTK+ +environment. + +Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x. diff --git a/x11/ruby-gnome2-gtksourceview2/Makefile b/x11/ruby-gnome2-gtksourceview2/Makefile new file mode 100644 index 00000000000..1f1ce6e8a5a --- /dev/null +++ b/x11/ruby-gnome2-gtksourceview2/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2008/10/22 10:42:03 obache Exp $ +# + +PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview2-${VERSION} +COMMENT= Ruby binding of gtksourceview2 +CATEGORIES= x11 + +PKG_DESTDIR_SUPPORT= user-destdir + +RUBY_EXTCONF_SUBDIRS= gtksourceview2 + +USE_TOOLS+= pkg-config + +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk + +do-test: + ${RUN} cd ${WRKSRC}/gtk/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb + +.include "../../x11/gtksourceview2/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/x11/ruby-gnome2-gtksourceview2/PLIST b/x11/ruby-gnome2-gtksourceview2/PLIST new file mode 100644 index 00000000000..7333447f096 --- /dev/null +++ b/x11/ruby-gnome2-gtksourceview2/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2008/10/22 10:42:03 obache Exp $ +${RUBY_VENDORLIB}/gtksourceview2.rb +${RUBY_VENDORARCHLIB}/gtksourceview2.${RUBY_DLEXT} |