summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-10-12 03:09:30 +0000
committerobache <obache@pkgsrc.org>2009-10-12 03:09:30 +0000
commit650f8e4646e919356ff622a02af14eaa48674208 (patch)
tree19286de00b0cdb8b56ae17241fb3fa3881085b4c /print
parent9ae0f7f2a87aeafc0296417fa83ff59b81a5ce9f (diff)
downloadpkgsrc-650f8e4646e919356ff622a02af14eaa48674208.tar.gz
Update ruby-gnome2 to 0.19.3.
== Ruby-GNOME2 0.19.3: 2009-09-24 NOTE: 0.19.x releases are development series. This release is a bug fix release of 0.19.2. === Changes ===== Ruby/GLib2 * Bug fix: * really fix 'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.' [Simon Arnaud, Kouhei Sutou] === Thanks * Simon Arnaud == Ruby-GNOME2 0.19.2: 2009-09-23 NOTE: 0.19.x releases are development series. This release is a bug fix release of 0.19.1. === Changes ==== Ruby/GLib2 * Bug fixes: * empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64. [Toshiyuki Suzumura, Kouhei Sutou] * [#2862022] fix multi thread blocking with Ruby 1.8.6-p368 or later and 1.8.7-p173 or later. [Roy Wright, Andrea Dallera, Kouhei Sutou] * [Debian #502262] work Ruby thread with GTK+. [Johan Walles, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * [#2679744] fix a typo: Gtk::Widget#set_scroll_adjustment -> Gtk::Widget#set_scroll_adjustments. [Kentaro Fukuchi, Kouhei Sutou] ==== Ruby/GtkMozEmbed * Bug fixes: * fix .pc detection. [OBATA Akio, Kouhei Sutou] === Thanks * OBATA Akio * Toshiyuki Suzumura * Roy Wright * Andrea Dallera * Johan Walles * Kentaro Fukuchi
Diffstat (limited to 'print')
-rw-r--r--print/ruby-gnome2-gnomeprint/Makefile3
-rw-r--r--print/ruby-gnome2-gnomeprint/PLIST4
-rw-r--r--print/ruby-gnome2-gnomeprintui/Makefile7
-rw-r--r--print/ruby-gnome2-gnomeprintui/PLIST4
-rw-r--r--print/ruby-gnome2-poppler/Makefile5
-rw-r--r--print/ruby-gnome2-poppler/PLIST4
6 files changed, 11 insertions, 16 deletions
diff --git a/print/ruby-gnome2-gnomeprint/Makefile b/print/ruby-gnome2-gnomeprint/Makefile
index 3c3cf112d59..108bf52ef60 100644
--- a/print/ruby-gnome2-gnomeprint/Makefile
+++ b/print/ruby-gnome2-gnomeprint/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2009/08/26 19:58:14 sno Exp $
+# $NetBSD: Makefile,v 1.9 2009/10/12 03:09:32 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprint-${VERSION}
COMMENT= Ruby binding of libgnomeprint
-PKGREVISION= 1
CATEGORIES= print
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/print/ruby-gnome2-gnomeprint/PLIST b/print/ruby-gnome2-gnomeprint/PLIST
index ca4518b080f..5aed89fff28 100644
--- a/print/ruby-gnome2-gnomeprint/PLIST
+++ b/print/ruby-gnome2-gnomeprint/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2009/08/12 12:43:10 obache Exp $
-lib/pkgconfig/libgnomeprint-2.2-ruby.pc
+@comment $NetBSD: PLIST,v 1.5 2009/10/12 03:09:32 obache Exp $
+lib/pkgconfig/ruby-gnomeprint2.pc
${RUBY_VENDORLIB}/gnomeprint2.rb
${RUBY_VENDORARCHLIB}/gnomeprint2.${RUBY_DLEXT}
${RUBY_VENDORARCHLIB}/rblibgnomeprintversion.h
diff --git a/print/ruby-gnome2-gnomeprintui/Makefile b/print/ruby-gnome2-gnomeprintui/Makefile
index 950c4358d0c..b155a3692e3 100644
--- a/print/ruby-gnome2-gnomeprintui/Makefile
+++ b/print/ruby-gnome2-gnomeprintui/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/08/26 19:58:14 sno Exp $
+# $NetBSD: Makefile,v 1.4 2009/10/12 03:09:32 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprintui-${VERSION}
COMMENT= Ruby binding of libgnomeprintui
-PKGREVISION= 1
CATEGORIES= print
PKG_DESTDIR_SUPPORT= user-destdir
@@ -14,11 +13,11 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnomeprint>=${VERSION}:../../print/ruby-gnom
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
USE_TOOLS+= pkg-config
-BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}
+BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}{,nb*}
BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
-BUILDLINK_API_DEPENDS.ruby-gnome2-gnomeprint+= ${RUBY_PKGPREFIX}-gnome2-gnomeprint>=${VERSION}
+BUILDLINK_API_DEPENDS.ruby-gnome2-gnomeprint+= ${RUBY_PKGPREFIX}-gnome2-gnomeprint>=${VERSION}{,nb*}
BUILDLINK_DEPMETHOD.ruby-gnome2-gnomeprint= build
.include "../../print/ruby-gnome2-gnomeprint/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/print/ruby-gnome2-gnomeprintui/PLIST b/print/ruby-gnome2-gnomeprintui/PLIST
index 66e1237a8b8..79b5b592f97 100644
--- a/print/ruby-gnome2-gnomeprintui/PLIST
+++ b/print/ruby-gnome2-gnomeprintui/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/08/12 12:43:10 obache Exp $
-lib/pkgconfig/libgnomeprintui-2.2-ruby.pc
+@comment $NetBSD: PLIST,v 1.3 2009/10/12 03:09:32 obache Exp $
+lib/pkgconfig/ruby-gnomeprintui2.pc
${RUBY_VENDORLIB}/gnomeprintui2.rb
${RUBY_VENDORARCHLIB}/gnomeprintui2.${RUBY_DLEXT}
diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile
index 44df1fd0581..6db93be6444 100644
--- a/print/ruby-gnome2-poppler/Makefile
+++ b/print/ruby-gnome2-poppler/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2009/08/26 19:58:14 sno Exp $
+# $NetBSD: Makefile,v 1.7 2009/10/12 03:09:32 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
COMMENT= Ruby binding of poppler-glib
-PKGREVISION= 1
CATEGORIES= print
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,8 +16,6 @@ USE_TOOLS+= pkg-config
do-test:
${RUN} cd ${WRKSRC}/poppler/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
-BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.6.0
-
.include "../../graphics/ruby-rcairo/buildlink3.mk"
BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.8.0
.include "../../print/poppler-glib/buildlink3.mk"
diff --git a/print/ruby-gnome2-poppler/PLIST b/print/ruby-gnome2-poppler/PLIST
index 268e190973d..1d39e2cc646 100644
--- a/print/ruby-gnome2-poppler/PLIST
+++ b/print/ruby-gnome2-poppler/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/08/12 12:43:10 obache Exp $
-lib/pkgconfig/poppler-ruby.pc
+@comment $NetBSD: PLIST,v 1.4 2009/10/12 03:09:32 obache Exp $
+lib/pkgconfig/ruby-poppler.pc
${RUBY_VENDORLIB}/poppler.rb
${RUBY_VENDORARCHLIB}/poppler.${RUBY_DLEXT}