summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-09-17 00:21:48 +0000
committerobache <obache@pkgsrc.org>2008-09-17 00:21:48 +0000
commit1f8504ee8481df6a289ae54913e765744406e90f (patch)
tree24fe136e4ffd280b7c41acc7a744a9bd50514b51 /x11
parentf80cb815eedd480226b99c91e48e62a4a8f28979 (diff)
downloadpkgsrc-1f8504ee8481df6a289ae54913e765744406e90f.tar.gz
Update ruby-gnome2 to 0.17.0 release.
pkgsrc changes: * Add some additional modules: devel/ruby-gnome2-bonobo devel/ruby-gnome2-bonoboui devel/ruby-gnome2-gconf devel/ruby-gnome2-libglade graphics/ruby-gnome2-gtkglext multimedia/ruby-gnome2-gstreamer print/ruby-gnome2-gnomeprintui sysutils/ruby-gnome2-gnomevfs www/ruby-gnome2-gtkhtml2 www/ruby-gnome2-gtkmozembed x11/ruby-gnome2-gtksourceview x11/ruby-gnome2-vte * Fixed detection of rcairo. It had been broken since switched to gem. patch-a{c,h,i,j,k,l.m} (It Already in upstream trunk) * Add patches for allow to load gem rcairo. patch-a{n,o,p} * Fixed overwritten glib module when installing modules require generated header of glib module. Modify to install the header as part of glib module and use bl3.mk. * clean up dependency * Add test target for modules having unit test. * Modified patch-a{a,b,d,f,g} to acceptable by upstream. Ruby-GNOME2-0.17.0 (2008-09-07) Release notes: * This Release supports Ruby 1.8.7 and has many bug fixes and new bound functions. Main changes: * Ruby/GLib: - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1 [Kouhei Sutou] * Ruby/GTK: - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou] - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou] * Ruby/Pango: - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou] * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog for detailed information on changes and contributors. Special thanks for your contributions to: (list in no particular order) - Neil Roberts - Cesare Tirabassi - Arnaud Cornet
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile4
-rw-r--r--x11/ruby-gnome2-gnome/Makefile8
-rw-r--r--x11/ruby-gnome2-gtk/Makefile11
-rw-r--r--x11/ruby-gnome2-gtksourceview/DESCR5
-rw-r--r--x11/ruby-gnome2-gtksourceview/Makefile18
-rw-r--r--x11/ruby-gnome2-gtksourceview/PLIST3
-rw-r--r--x11/ruby-gnome2-panelapplet/Makefile9
-rw-r--r--x11/ruby-gnome2-vte/DESCR5
-rw-r--r--x11/ruby-gnome2-vte/Makefile19
-rw-r--r--x11/ruby-gnome2-vte/PLIST3
10 files changed, 76 insertions, 9 deletions
diff --git a/x11/Makefile b/x11/Makefile
index d6a82e18e8b..47c5efc7beb 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.563 2008/09/16 16:07:31 wiz Exp $
+# $NetBSD: Makefile,v 1.564 2008/09/17 00:21:48 obache Exp $
#
COMMENT= Packages to support the X window system
@@ -291,7 +291,9 @@ SUBDIR+= rox-session
SUBDIR+= rox-wallpaper
SUBDIR+= ruby-gnome2-gnome
SUBDIR+= ruby-gnome2-gtk
+SUBDIR+= ruby-gnome2-gtksourceview
SUBDIR+= ruby-gnome2-panelapplet
+SUBDIR+= ruby-gnome2-vte
SUBDIR+= ruby-gtk
SUBDIR+= ruby-tk
SUBDIR+= rxvt
diff --git a/x11/ruby-gnome2-gnome/Makefile b/x11/ruby-gnome2-gnome/Makefile
index 88cfbc5099d..a216fb7ac11 100644
--- a/x11/ruby-gnome2-gnome/Makefile
+++ b/x11/ruby-gnome2-gnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/06/19 15:14:44 taca Exp $
+# $NetBSD: Makefile,v 1.15 2008/09/17 00:21:50 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnome-${VERSION}
@@ -7,12 +7,16 @@ COMMENT= Ruby binding of libgnome/libgnomeui-2.x
CONFLICTS+= ruby-gnome2-gnome-[0-9]*
-RUBY_EXTCONF_SUBDIRS= glib gnome
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= gnome
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnomecanvas>=${VERSION}:../../graphics/ruby-gnome2-gnomecanvas
USE_TOOLS+= pkg-config
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/x11/ruby-gnome2-gtk/Makefile b/x11/ruby-gnome2-gtk/Makefile
index 8d2eedc9403..dce32b88a14 100644
--- a/x11/ruby-gnome2-gtk/Makefile
+++ b/x11/ruby-gnome2-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/06/19 15:15:06 taca Exp $
+# $NetBSD: Makefile,v 1.12 2008/09/17 00:21:50 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtk-${VERSION}
@@ -7,14 +7,19 @@ COMMENT= Ruby binding of GTK+-2.x
CONFLICTS+= ruby-gnome2-gtk-[0-9]*
-RUBY_EXTCONF_SUBDIRS= glib gtk
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= gtk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
USE_TOOLS+= pkg-config
-.include "../../devel/glib2/buildlink3.mk"
+do-test:
+ ${RUN} cd ${WRKSRC}/gtk/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
+
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../devel/ruby-gnome2-pango/buildlink3.mk"
.include "../../graphics/ruby-rcairo/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
diff --git a/x11/ruby-gnome2-gtksourceview/DESCR b/x11/ruby-gnome2-gtksourceview/DESCR
new file mode 100644
index 00000000000..b2c6d2dc984
--- /dev/null
+++ b/x11/ruby-gnome2-gtksourceview/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/GtkSourceView is a Ruby binding of gtksourceview-1.0.x.
diff --git a/x11/ruby-gnome2-gtksourceview/Makefile b/x11/ruby-gnome2-gtksourceview/Makefile
new file mode 100644
index 00000000000..9e488f0a49c
--- /dev/null
+++ b/x11/ruby-gnome2-gtksourceview/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:50 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtksourceview-${VERSION}
+COMMENT= Ruby binding of gtksourceview
+CATEGORIES= x11
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= gtksourceview
+
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
+USE_TOOLS+= pkg-config
+
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
+.include "../../x11/gtksourceview/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/x11/ruby-gnome2-gtksourceview/PLIST b/x11/ruby-gnome2-gtksourceview/PLIST
new file mode 100644
index 00000000000..80fe375f974
--- /dev/null
+++ b/x11/ruby-gnome2-gtksourceview/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2008/09/17 00:21:50 obache Exp $
+${RUBY_VENDORLIB}/gtksourceview.rb
+${RUBY_VENDORARCHLIB}/gtksourceview.${RUBY_DLEXT}
diff --git a/x11/ruby-gnome2-panelapplet/Makefile b/x11/ruby-gnome2-panelapplet/Makefile
index 0ae4379a444..558a6c9d190 100644
--- a/x11/ruby-gnome2-panelapplet/Makefile
+++ b/x11/ruby-gnome2-panelapplet/Makefile
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.15 2008/09/06 20:54:35 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2008/09/17 00:21:50 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-panelapplet-${VERSION}
COMMENT= Ruby binding of libpanel-applet-2.6.x
-PKGREVISION= 1
CATEGORIES= x11 gnome
CONFLICTS+= ruby-gnome2-panelapplet-[0-9]*
-RUBY_EXTCONF_SUBDIRS= glib panel-applet
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= panel-applet
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnome>=${VERSION}:../../x11/ruby-gnome2-gnome
USE_TOOLS+= pkg-config
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/x11/ruby-gnome2-vte/DESCR b/x11/ruby-gnome2-vte/DESCR
new file mode 100644
index 00000000000..3bf2660c61a
--- /dev/null
+++ b/x11/ruby-gnome2-vte/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/VTE is a Ruby binding of VTE.
diff --git a/x11/ruby-gnome2-vte/Makefile b/x11/ruby-gnome2-vte/Makefile
new file mode 100644
index 00000000000..a6eeca3cb22
--- /dev/null
+++ b/x11/ruby-gnome2-vte/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:50 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-vte-${VERSION}
+COMMENT= Ruby binding of vte
+CATEGORIES= x11
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= vte
+
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
+USE_TOOLS+= pkg-config
+
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
+.include "../../graphics/ruby-rcairo/buildlink3.mk"
+.include "../../x11/vte/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/x11/ruby-gnome2-vte/PLIST b/x11/ruby-gnome2-vte/PLIST
new file mode 100644
index 00000000000..38c962c5b84
--- /dev/null
+++ b/x11/ruby-gnome2-vte/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2008/09/17 00:21:50 obache Exp $
+${RUBY_VENDORLIB}/vte.rb
+${RUBY_VENDORARCHLIB}/vte.${RUBY_DLEXT}