4cf1f2f34d
pkgsrc changes: - as a reparation of removal of gtk2 dependent gems in the next 3.4.4, make gtk2, webkit-gtk2, gtksourceview2, and vte gems independent packages and remove them from meta-pkgs/ruby-gnome - pkglint Upstream changes (from NEWS): == Ruby-GNOME 3.4.3: 2020-05-11 This is a follow-up release of 3.4.2. === Changes ==== Ruby/GLib2 * Fixes * Windows: Fixed a link errors.
21 lines
707 B
Makefile
21 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/08/22 17:02:42 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= cairo-gobject-${VERSION}
|
|
COMMENT= Ruby binding of cairo-gobject
|
|
CATEGORIES= graphics gnome
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
|
|
CONFLICTS+= ruby-gnome2-cairo-gobject-[0-9]*
|
|
SUPERSEDES+= ruby-gnome2-cairo-gobject-[0-9]*
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-glib2>=${VERSION}:../../devel/ruby-glib2
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-cairo>=1.16.2:../../graphics/ruby-cairo
|
|
|
|
.include "../../devel/ruby-glib2/buildlink3.mk"
|
|
.include "../../graphics/ruby-cairo/buildlink3.mk"
|
|
.include "../../graphics/cairo-gobject/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|