2014-01-01 12:52:02 +01:00
|
|
|
# $NetBSD: Makefile,v 1.85 2014/01/01 11:52:43 wiz Exp $
|
2007-02-04 10:33:42 +01:00
|
|
|
#
|
|
|
|
|
2011-01-11 13:03:13 +01:00
|
|
|
DISTNAME= gnome-python-desktop-2.32.0
|
2007-02-04 10:33:42 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python/2/}
|
2014-01-01 12:52:02 +01:00
|
|
|
PKGREVISION= 33
|
2007-02-04 10:33:42 +01:00
|
|
|
CATEGORIES= sysutils gnome
|
2011-01-11 13:03:13 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python-desktop/2.32/}
|
2007-02-04 10:33:42 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-04-11 20:12:15 +02:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
2007-02-04 10:33:42 +01:00
|
|
|
COMMENT= Python modules for the GNOME desktop
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
USE_LIBTOOL= yes
|
2008-04-15 20:02:48 +02:00
|
|
|
USE_TOOLS+= pkg-config gmake
|
2007-02-04 10:33:42 +01:00
|
|
|
|
2010-07-16 02:44:29 +02:00
|
|
|
#DEPENDS+= bug-buddy>=2.16:../../net/bug-buddy
|
2007-04-11 20:12:15 +02:00
|
|
|
|
2007-02-04 10:33:42 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= gnome-python-desktop-2.0.pc.in
|
|
|
|
|
2013-11-08 13:53:03 +01:00
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
|
2012-10-04 00:14:00 +02:00
|
|
|
# The "real" value here is: 27 26
|
2012-03-28 05:55:38 +02:00
|
|
|
# but because of single-version deps of gnome bits this will only
|
|
|
|
# ever work for the python version those gnome bits were built with.
|
2012-10-04 00:14:00 +02:00
|
|
|
PYTHON_VERSIONS_REALLY_ACCEPTED=27 26
|
2012-03-28 05:55:38 +02:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= ${PYTHON_VERSION_DEFAULT:M27}
|
|
|
|
PYTHON_VERSIONS_ACCEPTED+= ${PYTHON_VERSION_DEFAULT:M26}
|
2007-02-05 18:07:30 +01:00
|
|
|
|
2012-09-20 00:59:17 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2009-01-07 15:35:12 +01:00
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../devel/libwnck/buildlink3.mk"
|
2007-09-20 23:37:35 +02:00
|
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
2009-01-07 15:35:12 +01:00
|
|
|
.include "../../graphics/py-cairo/buildlink3.mk"
|
2007-09-20 01:46:05 +02:00
|
|
|
.include "../../multimedia/gnome-media/buildlink3.mk"
|
2009-01-07 15:35:12 +01:00
|
|
|
.include "../../multimedia/totem-pl-parser/buildlink3.mk"
|
2010-07-13 15:21:21 +02:00
|
|
|
# works, but should better be in its own pkg to limit dependencies
|
|
|
|
#.include "../../sysutils/brasero/buildlink3.mk"
|
2012-03-26 14:40:26 +02:00
|
|
|
BUILDLINK_API_DEPENDS.evince+= evince>=2.32<2.33
|
2009-03-18 14:00:54 +01:00
|
|
|
.include "../../print/evince/buildlink3.mk"
|
2007-02-04 10:33:42 +01:00
|
|
|
.include "../../print/libgnomeprint/buildlink3.mk"
|
|
|
|
.include "../../print/libgnomeprintui/buildlink3.mk"
|
2010-07-06 17:56:47 +02:00
|
|
|
.include "../../security/libgnome-keyring/buildlink3.mk"
|
2009-01-07 15:35:12 +01:00
|
|
|
.include "../../sysutils/libgtop/buildlink3.mk"
|
2007-04-13 09:06:08 +02:00
|
|
|
# disabled in configure script by default
|
|
|
|
# CONFIGURE_ARGS+= --enable-metacity
|
2007-04-11 20:12:15 +02:00
|
|
|
#.include "../../wm/metacity/buildlink3.mk"
|
2009-01-07 15:35:12 +01:00
|
|
|
.include "../../x11/gnome-desktop/buildlink3.mk"
|
|
|
|
.include "../../x11/gnome-panel/buildlink3.mk"
|
|
|
|
.include "../../x11/gtksourceview/buildlink3.mk"
|
|
|
|
.include "../../x11/py-gnome2/buildlink3.mk"
|
|
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
2007-02-04 10:33:42 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|