2010-09-23 17:35:58 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2010/09/23 15:36:03 obache Exp $
|
2006-01-15 17:35:36 +01:00
|
|
|
#
|
|
|
|
|
2007-01-29 07:42:33 +01:00
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnome-${VERSION}
|
2006-01-15 17:35:36 +01:00
|
|
|
CATEGORIES= gnome x11
|
2008-06-19 17:14:44 +02:00
|
|
|
COMMENT= Ruby binding of libgnome/libgnomeui-2.x
|
2006-01-15 17:35:36 +01:00
|
|
|
|
2007-01-29 07:42:33 +01:00
|
|
|
CONFLICTS+= ruby-gnome2-gnome-[0-9]*
|
|
|
|
|
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
2008-09-17 02:21:48 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
RUBY_EXTCONF_SUBDIRS= gnome
|
2006-01-15 17:35:36 +01:00
|
|
|
|
2007-01-29 07:42:33 +01:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnomecanvas>=${VERSION}:../../graphics/ruby-gnome2-gnomecanvas
|
2006-01-15 17:35:36 +01:00
|
|
|
|
2009-10-12 05:09:30 +02:00
|
|
|
BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}{,nb*}
|
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
2008-09-17 02:21:48 +02:00
|
|
|
BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
|
|
|
|
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
|
2006-01-15 17:35:36 +01:00
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
2010-09-23 17:35:58 +02:00
|
|
|
.include "../../devel/ruby-pkg-config/tool.mk"
|
2006-01-15 17:35:36 +01:00
|
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|