e199345b42
== Ruby-GNOME2 0.90.9: 2011-06-11 NOTE: 0.90.x releases are for 1.0.0 major release. This is the last release of 0.90.x series. The next release will be 1.0.0! === Changes ==== All * Fixes * Fix a bug in version numbers. [Grant Schoep, Vincent Carmona] * Support 'bundle install' . ==== Ruby/GLib2 * Improvements * Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows. * GLib::IOChannel#write returns written byte not self. [backward incompatible] ==== Ruby/GTK2 * Fixes * fix misc/bindings.rb sample (ruby 1.9). [Vincent Carmona] * [#3305589] fix Gtk::Window#add_accel_group misses a reference to accel group. [Piotr Korzuszek, Kouhei Sutou] * Support cairo related samples in Ruby 1.9. [Jon, Kouhei Sutou] ==== Ruby/GStreamer * Improvements * add Gst::Registry.update method. [Vincent Carmona] ==== Ruby/VTE * Fixes * [#3199587] fix pc install. [OBATA Akio, Kouhei Sutou] ==== Ruby/Poppler * Fixes * [#3292118] don't run needless tests. [Mamoru Tasaka, Kouhei Sutou] ==== Ruby/GtkSourceView2 * Improvements * support Windows. [S.Kitagawa]
21 lines
593 B
Makefile
21 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/06/12 11:43:33 obache Exp $
|
|
#
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gio-${VERSION}
|
|
COMMENT= Ruby binding of gio-2.0.x
|
|
CATEGORIES= devel
|
|
|
|
CONFLICTS+= ruby[0-9][0-9]-gnome2-gio-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
RUBY_EXTCONF_SUBDIRS= gio2
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
|
|
|
|
do-test:
|
|
${RUN} cd ${WRKSRC}/gio2/test && ${SETENV} ${TEST_ENV} ${RUBY} load-test.rb
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/ruby-pkg-config/tool.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|