summaryrefslogtreecommitdiff
path: root/meta-pkgs/ruby-gnome2/Makefile.common
diff options
context:
space:
mode:
authorobache <obache>2009-08-12 12:43:08 +0000
committerobache <obache>2009-08-12 12:43:08 +0000
commitbb55acbed0a980d29ad7d44ae5b3f4290787f7b4 (patch)
tree1cef75f911018913591e17e10f53eb0be71218e6 /meta-pkgs/ruby-gnome2/Makefile.common
parent42037f585a97e8fb278abc615097b847d842356e (diff)
downloadpkgsrc-bb55acbed0a980d29ad7d44ae5b3f4290787f7b4.tar.gz
Update ruby-gnome2 to 0.19.1.
This release is a bug fix release of 0.19.0. === Changes ==== Ruby/GTK2 * use RUBYARCHDIR [OBATA Akio] * #2814953: install missing headers [Mamoru Tasaka] ==== Ruby/GLib2 * Bug fixes: * avoid object allocation while GC [OBATA Akio, Kouhei Sutou] * use RUBYARCHDIR [OBATA Akio] * mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS. [OBATA Akio, Kouhei Sutou] ==== Ruby/ATK * use RUBYARCHDIR [OBATA Akio] ==== Ruby/Pango * use RUBYARCHDIR [OBATA Akio] * use gem version rcairo as fallback [OBATA Akio] ==== Ruby/Libart * use RUBYARCHDIR [OBATA Akio] ==== Ruby/GdkPixbuf * use gem version rcairo as fallback [OBATA Akio] ==== Ruby/GnomePrint * install rblibgnomeprintversion.h [OBATA Akio, Kouhei Sutou] ==== Ruby/GtkMozEmbeded * fix header generation error caused by missing file [OBATA Akio] ==== Ruby/VTE * support VTE 0.20 [Kouhei Sutou] ==== Ruby/PanelApplet * #2815036: re-support Ruby 1.8.6. [Mamoru Tasaka, Kouhei Sutou] ==== Ruby/Libglade2 * Debian#519786: fix GC related SEGV when a widget in glade is removed by hand. [Arnaud Cornet, Kouhei Sutou] === Thanks * OBATA Akio * Mamoru Tasaka * Arnaud Cornet
Diffstat (limited to 'meta-pkgs/ruby-gnome2/Makefile.common')
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile.common10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common
index f0692addce1..78a3dff1025 100644
--- a/meta-pkgs/ruby-gnome2/Makefile.common
+++ b/meta-pkgs/ruby-gnome2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2009/05/31 09:00:48 obache Exp $
+# $NetBSD: Makefile.common,v 1.10 2009/08/12 12:43:08 obache Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-bonobo/Makefile
@@ -27,7 +27,7 @@
# used by x11/ruby-gnome2-panelapplet/Makefile
# used by x11/ruby-gnome2-vte/Makefile
-DISTNAME= ruby-gnome2-all-0.19.0
+DISTNAME= ruby-gnome2-all-0.19.1
CATEGORIES+= ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-gnome2/}
@@ -38,9 +38,13 @@ MAINTAINER= dieter.NetBSD@pandora.be
HOMEPAGE= http://ruby-gnome2.sourceforge.jp/
LICENSE= gnu-lgpl-v2.1
-VERSION= 0.19.0
+VERSION= 0.19.1
RUBY_HAS_ARCHLIB= yes
USE_RUBY_EXTCONF= yes
+INSTALL_TARGET= install
+
+INSTALLATION_DIRS= lib/pkgconfig
+
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"