Ticket #8458: rb-gnome-0.14.1.patch
File rb-gnome-0.14.1.patch, 1.2 KB (added by kimuraw (kimura wataru), 19 years ago) |
---|
-
Portfile
2 2 PortSystem 1.0 3 3 PortGroup ruby 1.0 4 4 5 ruby.setup {gnome ruby-gnome2-all} 0.1 1.0extconf.rb \5 ruby.setup {gnome ruby-gnome2-all} 0.14.1 extconf.rb \ 6 6 { README gdkpixbuf/sample glib/sample gnome/sample \ 7 7 gnomecanvas/sample gstreamer/sample gtk/sample \ 8 8 gtkglext/sample gtkhtml2/sample libart/sample \ 9 9 libgda/sample libglade/sample pango/sample } \ 10 10 sourceforge:ruby-gnome2 11 revision 0 11 12 maintainers tristan@opendarwin.org 12 13 description Gnome2 libraries for ruby 13 14 long_description Gnome2 libraries for ruby including gtk2, gstreamer, \ 14 15 gconf, gnomevfs and more. 15 16 categories-append gnome 16 checksums md5 a4fe0c52f971bf01e2382479f4c5647017 checksums md5 94c7ac07571fcb4d20d8bb87caf3b4b7 17 18 platforms darwin 18 19 19 20 depends_lib-append lib:gnome-session:gnome-session \ … … 29 30 lib:libglade.2:libglade2 30 31 31 32 patchfiles patch-extconf.rb 33 post-build { 34 reinplace "s|^#!.*ruby|#!${ruby.bin}|" \ 35 ${worksrcpath}/libglade/bin/ruby-glade-create-template 36 }