2016-02-07 22:04:42 +01:00
|
|
|
#-*- tab-width: 4; -*-
|
2000-10-05 03:32:21 +02:00
|
|
|
# ex:ts=4
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
# $NetBSD: $
|
|
|
|
#
|
|
|
|
# Please view me with 4 column tabs!
|
2009-01-10 06:22:13 +01:00
|
|
|
|
|
|
|
# ======================= USERS =================================
|
2009-04-10 07:56:28 +02:00
|
|
|
#
|
2009-01-10 06:22:13 +01:00
|
|
|
# There are no significant user-definable settings in here.
|
|
|
|
# This file is a framework to make it easier to create GNOME ports.
|
2009-04-10 07:56:28 +02:00
|
|
|
#
|
2009-01-10 06:22:13 +01:00
|
|
|
# ======================= /USERS ================================
|
|
|
|
|
2003-04-04 08:44:22 +02:00
|
|
|
# Please make sure all changes to this file are passed through the maintainer.
|
2000-10-05 03:32:21 +02:00
|
|
|
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
|
|
|
|
|
2003-04-04 08:44:22 +02:00
|
|
|
# This section defines possible names of GNOME components and all information
|
|
|
|
# necessary for ports to use those components.
|
|
|
|
|
|
|
|
# Ports can use this as follows:
|
|
|
|
#
|
2013-10-27 15:54:08 +01:00
|
|
|
# USE_GNOME= glib20 introspection:build
|
2003-04-04 08:44:22 +02:00
|
|
|
#
|
|
|
|
# .include <bsd.port.mk>
|
|
|
|
#
|
|
|
|
# As a result proper LIB_DEPENDS/RUN_DEPENDS will be added and CONFIGURE_ENV
|
|
|
|
# and MAKE_ENV defined.
|
2004-11-07 23:24:32 +01:00
|
|
|
#
|
|
|
|
#
|
2011-07-30 11:20:22 +02:00
|
|
|
# GCONF_SCHEMAS - Set the following to list of all the gconf schema files
|
2010-11-20 16:37:08 +01:00
|
|
|
# that your port installs. These schema files and
|
|
|
|
# %gconf.xml files will be automatically added to
|
|
|
|
# the ${PLIST}. For example, if your port has
|
|
|
|
# "etc/gconf/schemas/(foo.schemas and bar.schemas)",
|
|
|
|
# add the following to your Makefile:
|
|
|
|
# "GCONF_SCHEMAS=foo.schemas bar.schemas".
|
|
|
|
#
|
|
|
|
# GLIB_SCHEMAS - Set the following to list of all gsettings schema files
|
2011-07-30 11:20:22 +02:00
|
|
|
# (*.gschema.xml) that your ports installs. The
|
|
|
|
# schema files will be automatically added to
|
|
|
|
# the ${PLIST}. For example, if your port has
|
|
|
|
# "share/glib-2.0/schemas/(foo.gschema.xml and bar.gschema.xml)",
|
2010-11-20 16:37:08 +01:00
|
|
|
# add the following to your Makefile:
|
|
|
|
# "GLIB_SCHEMAS=foo.gschema.xml bar.gschema.xml".
|
2004-11-07 23:24:32 +01:00
|
|
|
#
|
2004-11-16 08:34:58 +01:00
|
|
|
# INSTALLS_OMF - If set, bsd.gnome.mk will automatically scan pkg-plist
|
2010-11-20 16:37:08 +01:00
|
|
|
# file and add apropriate @exec/@unexec directives for
|
|
|
|
# each .omf file found to track OMF registration database.
|
2004-11-16 08:34:58 +01:00
|
|
|
#
|
2015-06-29 11:10:57 +02:00
|
|
|
# INSTALLS_ICONS - If a GTK+ port installs Freedesktop-style icons to
|
2010-11-20 16:37:08 +01:00
|
|
|
# ${LOCALBASE}/share/icons, then you should use this
|
2015-06-29 20:04:20 +02:00
|
|
|
# macro. Using this macro ensures that icons are cached
|
2015-06-29 11:10:57 +02:00
|
|
|
# and will display correctly. This macro isn't needed
|
|
|
|
# for QT based applications, which use a different method.
|
2006-04-30 02:58:13 +02:00
|
|
|
#
|
2016-02-07 20:43:56 +01:00
|
|
|
# MAINTAINER: gnome@FreeBSD.org
|
|
|
|
|
|
|
|
.if !defined(_INCLUDE_USES_GNOME_MK)
|
|
|
|
_INCLUDE_USES_GNOME_MK= yes
|
|
|
|
|
|
|
|
_USES_POST+= gnome
|
|
|
|
|
|
|
|
.if !empty(gnome_ARGS)
|
|
|
|
IGNORE= USES=gnome takes no arguments
|
|
|
|
.endif
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2004-01-13 18:36:19 +01:00
|
|
|
# non-version specific components
|
2014-09-17 09:48:22 +02:00
|
|
|
_USE_GNOME_ALL= esound intlhack intltool introspection \
|
2014-12-25 15:03:49 +01:00
|
|
|
referencehack gnomemimedata \
|
2013-09-02 12:50:00 +02:00
|
|
|
gnomeprefix
|
2004-01-13 18:36:19 +01:00
|
|
|
|
|
|
|
# GNOME 1 components
|
2014-12-25 20:07:25 +01:00
|
|
|
_USE_GNOME_ALL+= gdkpixbuf glib12 gtk12
|
2004-01-13 18:36:19 +01:00
|
|
|
|
|
|
|
# GNOME 2 components
|
2017-04-02 00:21:32 +02:00
|
|
|
_USE_GNOME_ALL+= atk cairo \
|
2014-11-19 12:49:04 +01:00
|
|
|
gdkpixbuf2 gconf2 glib20 \
|
|
|
|
gnomedocutils gnomesharp20 \
|
2017-04-01 22:15:11 +02:00
|
|
|
gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 \
|
2011-07-30 11:20:22 +02:00
|
|
|
gtksharp20 gtksourceview gtksourceview2 gvfs libartlgpl2 libbonobo \
|
2017-04-02 00:05:39 +02:00
|
|
|
libbonoboui libglade2 libgnome \
|
2015-09-05 23:01:47 +02:00
|
|
|
libgnomecanvas libgnomekbd libgnomeprint libgnomeprintui \
|
2013-05-05 22:47:42 +02:00
|
|
|
libgnomeui libgsf libgtkhtml libidl librsvg2 libwnck \
|
2015-09-27 12:52:16 +02:00
|
|
|
libxml2 libxslt \
|
2014-11-19 12:49:04 +01:00
|
|
|
orbit2 pango pangox-compat pygnome2 pygobject pygtk2 \
|
2011-07-30 11:20:22 +02:00
|
|
|
pygtksourceview vte
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2010-11-20 18:41:26 +01:00
|
|
|
# GNOME 3 components
|
2014-11-19 12:49:04 +01:00
|
|
|
_USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 \
|
2015-08-05 21:13:24 +02:00
|
|
|
gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 libgda5 \
|
2014-11-19 12:49:04 +01:00
|
|
|
libgda5-ui libwnck3 metacity nautilus3 py3gobject3 \
|
|
|
|
pygobject3 vte3
|
2010-11-20 18:41:26 +01:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
# C++ bindings
|
2014-11-19 16:52:52 +01:00
|
|
|
_USE_GNOME_ALL+=atkmm cairomm gconfmm26 glibmm gtkmm20 gtkmm24 \
|
2017-04-02 00:05:39 +02:00
|
|
|
gtkmm30 gtksourceviewmm3 libgdamm5 \
|
2013-10-27 15:54:08 +01:00
|
|
|
libgtksourceviewmm libxml++26 libsigc++12 libsigc++20 \
|
2013-03-08 11:51:34 +01:00
|
|
|
pangomm
|
|
|
|
|
2007-01-04 03:14:44 +01:00
|
|
|
GNOME_MAKEFILEIN?= Makefile.in
|
2007-10-25 01:37:25 +02:00
|
|
|
SCROLLKEEPER_DIR= /var/db/rarian
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2006-05-10 00:21:29 +02:00
|
|
|
referencehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
"s|test \"\$$\$$installfiles\" = '\$$(srcdir)/html/\*'|:|"
|
|
|
|
|
2003-04-04 08:44:22 +02:00
|
|
|
GNOME_HTML_DIR?= ${PREFIX}/share/doc
|
2006-04-30 02:58:13 +02:00
|
|
|
GCONF_CONFIG_OPTIONS?= merged
|
|
|
|
GCONF_CONFIG_DIRECTORY?=etc/gconf/gconf.xml.defaults
|
2007-08-04 13:37:24 +02:00
|
|
|
GCONF_CONFIG_SOURCE?=xml:${GCONF_CONFIG_OPTIONS}:${PREFIX}/${GCONF_CONFIG_DIRECTORY}
|
2007-10-25 01:37:25 +02:00
|
|
|
GNOME_LOCALSTATEDIR?= ${PREFIX}/share
|
2003-04-04 08:44:22 +02:00
|
|
|
gnomeprefix_CONFIGURE_ENV=GTKDOC="false"
|
2007-08-04 13:37:24 +02:00
|
|
|
gnomeprefix_CONFIGURE_ARGS=--localstatedir=${GNOME_LOCALSTATEDIR} \
|
|
|
|
--with-html-dir=${GNOME_HTML_DIR} \
|
2003-04-04 08:44:22 +02:00
|
|
|
--disable-gtk-doc \
|
2007-07-23 11:36:51 +02:00
|
|
|
--with-gconf-source=${GCONF_CONFIG_SOURCE}
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
atkmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/atkmm-1.6.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
atkmm_LIB_DEPENDS= libatkmm-1.6.so:accessibility/atkmm
|
2013-03-08 11:51:34 +01:00
|
|
|
atkmm_USE_GNOME_IMPL= glibmm atk
|
|
|
|
|
|
|
|
libxml++26_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
libxml++26_LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26
|
2013-03-08 11:51:34 +01:00
|
|
|
libxml++26_USE_GNOME_IMPL= glibmm libxml2
|
|
|
|
|
|
|
|
cairo_DETECT= ${LOCALBASE}/libdata/pkgconfig/cairo.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
cairo_LIB_DEPENDS= libcairo.so:graphics/cairo
|
2013-03-08 11:51:34 +01:00
|
|
|
|
|
|
|
cairomm_DETECT= ${LOCALBASE}/libdata/pkgconfig/cairomm-1.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
cairomm_LIB_DEPENDS= libcairomm-1.0.so:graphics/cairomm
|
2013-03-08 11:51:34 +01:00
|
|
|
cairomm_USE_GNOME_IMPL= cairo libxml++26
|
|
|
|
|
|
|
|
gconfmm26_DETECT= ${LOCALBASE}/libdata/pkgconfig/gconfmm-2.6.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gconfmm26_LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26
|
2013-03-08 11:51:34 +01:00
|
|
|
gconfmm26_USE_GNOME_IMPL= glibmm gconf2
|
|
|
|
|
|
|
|
glibmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/glibmm-2.4.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
glibmm_LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm
|
2013-03-08 11:51:34 +01:00
|
|
|
glibmm_USE_GNOME_IMPL= libsigc++20 glib20
|
|
|
|
|
2015-08-05 21:13:24 +02:00
|
|
|
gsound_DETECT= ${LOCALBASE}/libdata/pkgconfig/gsound.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gsound_BUILD_DEPENDS= gsound-play:audio/gsound
|
|
|
|
gsound_LIB_DEPENDS= libgsound.so:audio/gsound
|
|
|
|
gsound_RUN_DEPENDS= gsound-play:audio/gsound
|
2015-08-05 21:13:24 +02:00
|
|
|
gsound_USE_GNOME_IMPL= glib20
|
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
gtkmm20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gtkmm20_LIB_DEPENDS= libgtkmm-2.0.so:x11-toolkits/gtkmm20
|
2013-03-08 11:51:34 +01:00
|
|
|
gtkmm20_USE_GNOME_IMPL= libsigc++12 gtk20
|
|
|
|
|
|
|
|
gtkmm24_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gtkmm24_LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24
|
2013-03-08 11:51:34 +01:00
|
|
|
gtkmm24_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk20
|
|
|
|
|
|
|
|
gtkmm30_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtkmm-3.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gtkmm30_LIB_DEPENDS= libgtkmm-3.0.so:x11-toolkits/gtkmm30
|
2013-03-08 11:51:34 +01:00
|
|
|
gtkmm30_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk30
|
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
gtksourceviewmm3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceviewmm-3.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gtksourceviewmm3_LIB_DEPENDS= libgtksourceviewmm-3.0.so:x11-toolkits/gtksourceviewmm3
|
2014-11-19 12:49:04 +01:00
|
|
|
gtksourceviewmm3_USE_GNOME_IMPL= gtkmm30 gtksourceview3
|
2013-11-08 15:10:00 +01:00
|
|
|
|
2013-09-06 13:43:34 +02:00
|
|
|
libgdamm5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgdamm-5.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
libgdamm5_LIB_DEPENDS= libgdamm-5.0.so:databases/libgdamm5
|
2013-09-06 13:43:34 +02:00
|
|
|
libgdamm5_USE_GNOME_IMPL= libgda5 glibmm
|
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
libgtksourceviewmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceviewmm-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
libgtksourceviewmm_LIB_DEPENDS= libgtksourceviewmm-2.0.so:x11-toolkits/libgtksourceviewmm
|
2013-03-08 11:51:34 +01:00
|
|
|
libgtksourceviewmm_USE_GNOME_IMPL= gtksourceview2 gtkmm24
|
|
|
|
|
|
|
|
libsigc++12_DETECT= ${LOCALBASE}/libdata/pkgconfig/sigc++-1.2.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
libsigc++12_LIB_DEPENDS= libsigc-1.2.so:devel/libsigc++12
|
2013-03-08 11:51:34 +01:00
|
|
|
|
|
|
|
libsigc++20_DETECT= ${LOCALBASE}/libdata/pkgconfig/sigc++-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
libsigc++20_LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20
|
2013-03-08 11:51:34 +01:00
|
|
|
|
|
|
|
pangomm_DETECT= ${LOCALBASE}/libdata/pkgconfig/pangomm-1.4.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
pangomm_LIB_DEPENDS= libpangomm-1.4.so:x11-toolkits/pangomm
|
2013-03-08 11:51:34 +01:00
|
|
|
pangomm_USE_GNOME_IMPL= pango glibmm cairomm
|
|
|
|
|
2003-04-04 08:44:22 +02:00
|
|
|
ESD_CONFIG?= ${LOCALBASE}/bin/esd-config
|
2016-03-27 03:23:25 +02:00
|
|
|
esound_LIB_DEPENDS= libesd.so:audio/esound
|
2003-04-04 08:44:22 +02:00
|
|
|
esound_CONFIGURE_ENV= ESD_CONFIG="${ESD_CONFIG}"
|
|
|
|
esound_MAKE_ENV= ESD_CONFIG="${ESD_CONFIG}"
|
|
|
|
esound_DETECT= ${ESD_CONFIG}
|
|
|
|
|
2014-09-13 17:11:27 +02:00
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib-config
|
2016-03-27 03:23:25 +02:00
|
|
|
glib12_LIB_DEPENDS= libglib.so:devel/glib12
|
2003-04-04 08:44:22 +02:00
|
|
|
glib12_CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
|
|
|
glib12_MAKE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
|
|
|
glib12_DETECT= ${GLIB_CONFIG}
|
|
|
|
|
2014-09-13 17:11:27 +02:00
|
|
|
GTK_CONFIG?= ${LOCALBASE}/bin/gtk-config
|
2016-03-27 03:23:25 +02:00
|
|
|
gtk12_LIB_DEPENDS= libgtk.so:x11-toolkits/gtk12
|
2003-04-04 08:44:22 +02:00
|
|
|
gtk12_CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
gtk12_MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
gtk12_DETECT= ${GTK_CONFIG}
|
|
|
|
gtk12_USE_GNOME_IMPL= glib12
|
|
|
|
|
2006-10-14 10:35:50 +02:00
|
|
|
GDK_PIXBUF_CONFIG?= ${LOCALBASE}/bin/gdk-pixbuf-config
|
2016-03-27 03:23:25 +02:00
|
|
|
gdkpixbuf_LIB_DEPENDS= libgdk_pixbuf.so:graphics/gdk-pixbuf
|
2003-04-04 08:44:22 +02:00
|
|
|
gdkpixbuf_CONFIGURE_ENV=GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}"
|
|
|
|
gdkpixbuf_MAKE_ENV= GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}"
|
|
|
|
gdkpixbuf_DETECT= ${GDK_PIXBUF_CONFIG}
|
|
|
|
gdkpixbuf_USE_GNOME_IMPL=gtk12
|
|
|
|
|
2006-10-14 10:35:50 +02:00
|
|
|
gnomemimedata_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gnomemimedata_BUILD_DEPENDS=${gnomemimedata_DETECT}:misc/gnome-mime-data
|
|
|
|
gnomemimedata_RUN_DEPENDS=${gnomemimedata_DETECT}:misc/gnome-mime-data
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2017-03-12 09:25:22 +01:00
|
|
|
glib20_LIB_DEPENDS= libglib-2.0.so:devel/glib20 \
|
|
|
|
libintl.so:devel/gettext-runtime
|
2013-07-31 13:57:45 +02:00
|
|
|
glib20_DETECT= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc
|
2008-03-24 04:52:36 +01:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
atk_LIB_DEPENDS= libatk-1.0.so:accessibility/atk
|
2003-04-04 08:44:22 +02:00
|
|
|
atk_DETECT= ${LOCALBASE}/libdata/pkgconfig/atk.pc
|
|
|
|
atk_USE_GNOME_IMPL= glib20
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
dconf_BUILD_DEPENDS= dconf:devel/dconf
|
|
|
|
dconf_LIB_DEPENDS= libdconf.so:devel/dconf
|
|
|
|
dconf_RUN_DEPENDS= dconf:devel/dconf
|
2010-11-20 18:41:26 +01:00
|
|
|
dconf_DETECT= ${LOCALBASE}/libdata/pkgconfig/dconf.pc
|
|
|
|
dconf_USE_GNOME_IMPL= glib20
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
pango_LIB_DEPENDS= libpango-1.0.so:x11-toolkits/pango
|
2006-10-14 10:35:50 +02:00
|
|
|
pango_DETECT= ${LOCALBASE}/libdata/pkgconfig/pango.pc
|
2003-04-04 08:44:22 +02:00
|
|
|
pango_USE_GNOME_IMPL= glib20
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
pangox-compat_LIB_DEPENDS= libpangox-1.0.so:x11-toolkits/pangox-compat
|
2013-07-31 13:57:45 +02:00
|
|
|
pangox-compat_DETECT= ${LOCALBASE}/libdata/pkgconfig/pangox.pc
|
|
|
|
pangox-compat_USE_GNOME_IMPL= glib20 pango
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gdkpixbuf2_LIB_DEPENDS= libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2
|
2010-11-20 16:37:08 +01:00
|
|
|
gdkpixbuf2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc
|
|
|
|
gdkpixbuf2_USE_GNOME_IMPL=glib20
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gtk-update-icon-cache_BUILD_DEPENDS= gtk-update-icon-cache:graphics/gtk-update-icon-cache
|
|
|
|
gtk-update-icon-cache_RUN_DEPENDS= gtk-update-icon-cache:graphics/gtk-update-icon-cache
|
2011-07-30 11:20:22 +02:00
|
|
|
gtk-update-icon-cache_DETECT= ${LOCALBASE}/bin/gtk-update-icon-cache
|
|
|
|
gtk-update-icon-cache_USE_GNOME_IMPL= atk pango gdkpixbuf2
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gtk20_LIB_DEPENDS= libgtk-x11-2.0.so:x11-toolkits/gtk20
|
2006-10-14 10:35:50 +02:00
|
|
|
gtk20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk+-x11-2.0.pc
|
2015-08-05 21:13:24 +02:00
|
|
|
gtk20_USE_GNOME_IMPL= atk pango
|
2006-10-14 10:35:50 +02:00
|
|
|
GTK2_VERSION= 2.10.0
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gtk30_LIB_DEPENDS= libgtk-3.so:x11-toolkits/gtk30
|
2011-07-30 11:20:22 +02:00
|
|
|
gtk30_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk+-3.0.pc
|
2015-08-05 21:13:24 +02:00
|
|
|
gtk30_USE_GNOME_IMPL= atk pango
|
2011-07-30 11:20:22 +02:00
|
|
|
GTK3_VERSION= 3.0.0
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libidl_LIB_DEPENDS= libIDL-2.so:devel/libIDL
|
2003-04-04 08:44:22 +02:00
|
|
|
libidl_DETECT= ${LOCALBASE}/libdata/pkgconfig/libIDL-2.0.pc
|
|
|
|
libidl_USE_GNOME_IMPL= glib20
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
orbit2_LIB_DEPENDS= libORBit-2.so:devel/ORBit2
|
2003-04-04 08:44:22 +02:00
|
|
|
orbit2_DETECT= ${LOCALBASE}/libdata/pkgconfig/ORBit-2.0.pc
|
2003-09-18 08:58:18 +02:00
|
|
|
orbit2_USE_GNOME_IMPL= libidl
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libglade2_LIB_DEPENDS= libglade-2.0.so:devel/libglade2
|
2006-10-14 10:35:50 +02:00
|
|
|
libglade2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libglade-2.0.pc
|
2003-04-04 08:44:22 +02:00
|
|
|
libglade2_USE_GNOME_IMPL=libxml2 gtk20
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libxml2_BUILD_DEPENDS= xml2-config:textproc/libxml2
|
|
|
|
libxml2_LIB_DEPENDS= libxml2.so:textproc/libxml2
|
|
|
|
libxml2_RUN_DEPENDS= xml2-config:textproc/libxml2
|
2003-04-04 08:44:22 +02:00
|
|
|
libxml2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxml-2.0.pc
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libxslt_BUILD_DEPENDS= xsltproc:textproc/libxslt
|
|
|
|
libxslt_LIB_DEPENDS= libxslt.so:textproc/libxslt
|
2013-11-08 13:32:14 +01:00
|
|
|
libxslt_RUN_DEPENDS= ${libxslt_BUILD_DEPENDS}
|
2003-04-04 08:44:22 +02:00
|
|
|
libxslt_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxslt.pc
|
|
|
|
libxslt_USE_GNOME_IMPL= libxml2
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libbonobo_LIB_DEPENDS= libbonobo-2.so:devel/libbonobo
|
2003-04-04 08:44:22 +02:00
|
|
|
libbonobo_DETECT= ${LOCALBASE}/libdata/pkgconfig/libbonobo-2.0.pc
|
2003-09-18 08:58:18 +02:00
|
|
|
libbonobo_USE_GNOME_IMPL=libxml2 orbit2
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2013-11-08 13:32:14 +01:00
|
|
|
introspection_DETECT= ${LOCALBASE}/libdata/pkgconfig/gobject-introspection-1.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
introspection_BUILD_DEPENDS= g-ir-scanner:devel/gobject-introspection
|
|
|
|
introspection_LIB_DEPENDS= libgirepository-1.0.so:devel/gobject-introspection
|
|
|
|
introspection_RUN_DEPENDS= g-ir-scanner:devel/gobject-introspection
|
2013-07-31 13:57:45 +02:00
|
|
|
introspection_USE_GNOME_IMPL= glib20
|
2014-11-19 12:49:04 +01:00
|
|
|
introspection_MAKE_ENV= GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=${WRKDIR}
|
2013-07-31 13:57:45 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gconf2_LIB_DEPENDS= libgconf-2.so:devel/gconf2
|
2006-10-14 10:35:50 +02:00
|
|
|
gconf2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gconf-2.0.pc
|
2008-03-24 04:52:36 +01:00
|
|
|
gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gnomevfs2_LIB_DEPENDS= libgnomevfs-2.so:devel/gnome-vfs
|
2006-10-14 10:35:50 +02:00
|
|
|
gnomevfs2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-vfs-2.0.pc
|
2008-03-24 04:52:36 +01:00
|
|
|
gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libgnomecanvas_LIB_DEPENDS= libgnomecanvas-2.so:graphics/libgnomecanvas
|
2006-10-14 10:35:50 +02:00
|
|
|
libgnomecanvas_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomecanvas-2.0.pc
|
2009-01-10 06:22:13 +01:00
|
|
|
libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libartlgpl2_LIB_DEPENDS= libart_lgpl_2.so:graphics/libart_lgpl
|
2003-04-04 08:44:22 +02:00
|
|
|
libartlgpl2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libart-2.0.pc
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libgnomeprint_LIB_DEPENDS= libgnomeprint-2-2.so:print/libgnomeprint
|
2006-10-14 10:35:50 +02:00
|
|
|
libgnomeprint_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeprint-2.2.pc
|
2005-11-05 06:10:27 +01:00
|
|
|
libgnomeprint_USE_GNOME_IMPL= libbonobo libartlgpl2 gtk20
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libgnomeprintui_LIB_DEPENDS= libgnomeprintui-2-2.so:x11-toolkits/libgnomeprintui
|
2006-10-14 10:35:50 +02:00
|
|
|
libgnomeprintui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeprintui-2.2.pc
|
2003-04-04 08:44:22 +02:00
|
|
|
libgnomeprintui_USE_GNOME_IMPL= libgnomeprint libgnomecanvas
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libgnome_LIB_DEPENDS= libgnome-2.so:x11/libgnome
|
2006-10-14 10:35:50 +02:00
|
|
|
libgnome_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnome-2.0.pc
|
2008-03-24 04:52:36 +01:00
|
|
|
libgnome_USE_GNOME_IMPL=gnomevfs2 esound libbonobo
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libbonoboui_LIB_DEPENDS= libbonoboui-2.so:x11-toolkits/libbonoboui
|
2006-10-14 10:35:50 +02:00
|
|
|
libbonoboui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libbonoboui-2.0.pc
|
2003-04-04 08:44:22 +02:00
|
|
|
libbonoboui_USE_GNOME_IMPL= libgnomecanvas libgnome
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libgnomeui_LIB_DEPENDS= libgnomeui-2.so:x11-toolkits/libgnomeui
|
2006-10-14 10:35:50 +02:00
|
|
|
libgnomeui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeui-2.0.pc
|
2003-04-04 08:44:22 +02:00
|
|
|
libgnomeui_USE_GNOME_IMPL= libbonoboui
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libgtkhtml_LIB_DEPENDS= libgtkhtml-2.so:www/libgtkhtml
|
2006-10-14 10:35:50 +02:00
|
|
|
libgtkhtml_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc
|
2009-01-10 06:22:13 +01:00
|
|
|
libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gnomedesktop3_LIB_DEPENDS= libgnome-desktop-3.so:x11/gnome-desktop
|
2014-11-19 12:49:04 +01:00
|
|
|
gnomedesktop3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-3.0.pc
|
|
|
|
gnomedesktop3_USE_GNOME_IMPL= gtk30
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libwnck_LIB_DEPENDS= libwnck-1.so:x11-toolkits/libwnck
|
2006-10-14 10:35:50 +02:00
|
|
|
libwnck_DETECT= ${LOCALBASE}/libdata/pkgconfig/libwnck-1.0.pc
|
2003-04-04 08:44:22 +02:00
|
|
|
libwnck_USE_GNOME_IMPL= gtk20
|
2014-06-30 21:23:01 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libwnck3_LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3
|
2014-06-30 21:23:01 +02:00
|
|
|
libwnck3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libwnck-3.0.pc
|
|
|
|
libwnck3_USE_GNOME_IMPL=gtk30
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
vte_LIB_DEPENDS= libvte.so:x11-toolkits/vte
|
2006-10-14 10:35:50 +02:00
|
|
|
vte_DETECT= ${LOCALBASE}/libdata/pkgconfig/vte.pc
|
2003-04-04 08:44:22 +02:00
|
|
|
vte_USE_GNOME_IMPL= gtk20
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
vte3_LIB_DEPENDS= libvte-2.91.so:x11-toolkits/vte3
|
2014-11-19 12:49:04 +01:00
|
|
|
vte3_DETECT= ${LOCALBASE}/libdata/pkgconfig/vte-2.91.pc
|
2013-12-08 10:55:41 +01:00
|
|
|
vte3_USE_GNOME_IMPL= gtk30
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2
|
2006-10-14 10:35:50 +02:00
|
|
|
librsvg2_DETECT= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc
|
2015-08-29 18:50:57 +02:00
|
|
|
librsvg2_USE_GNOME_IMPL=libgsf gdkpixbuf2 pango
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
nautilus3_LIB_DEPENDS= libnautilus-extension.so:x11-fm/nautilus
|
2014-11-19 12:49:04 +01:00
|
|
|
nautilus3_DETECT= ${LOCALBASE}/share/gir-1.0/Nautilus-3.0.gir
|
|
|
|
nautilus3_USE_GNOME_IMPL=gnomedesktop3 gvfs libxml2
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
metacity_LIB_DEPENDS= libmetacity-private.so:x11-wm/metacity
|
2006-10-14 10:35:50 +02:00
|
|
|
metacity_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmetacity-private.pc
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
gnomecontrolcenter3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-keybindings.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gnomecontrolcenter3_BUILD_DEPENDS= ${gnomecontrolcenter3_DETECT}:sysutils/gnome-control-center
|
|
|
|
gnomecontrolcenter3_RUN_DEPENDS= ${gnomecontrolcenter3_DETECT}:sysutils/gnome-control-center
|
2014-11-19 12:49:04 +01:00
|
|
|
gnomecontrolcenter3_USE_GNOME_IMPL= gnomedesktop3
|
2003-04-13 21:49:40 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libgda5_LIB_DEPENDS= libgda-5.0.so:databases/libgda5
|
2013-09-06 13:43:34 +02:00
|
|
|
libgda5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-5.0.pc
|
|
|
|
libgda5_USE_GNOME_IMPL= glib20 libxslt
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libgda5-ui_LIB_DEPENDS= libgda-ui-5.0.so:databases/libgda5-ui
|
2013-09-06 13:43:34 +02:00
|
|
|
libgda5-ui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-ui-5.0.pc
|
|
|
|
libgda5-ui_USE_GNOME_IMPL=glib20 libxslt libgda5
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gtksourceview_LIB_DEPENDS= libgtksourceview-1.0.so:x11-toolkits/gtksourceview
|
2006-10-14 10:35:50 +02:00
|
|
|
gtksourceview_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceview-1.0.pc
|
2003-06-19 05:33:11 +02:00
|
|
|
gtksourceview_USE_GNOME_IMPL=libgnome libgnomeprintui
|
2003-06-15 23:19:09 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gtksourceview2_LIB_DEPENDS= libgtksourceview-2.0.so:x11-toolkits/gtksourceview2
|
2007-10-25 01:37:25 +02:00
|
|
|
gtksourceview2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceview-2.0.pc
|
|
|
|
gtksourceview2_USE_GNOME_IMPL=gtk20 libxml2
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gtksourceview3_LIB_DEPENDS= libgtksourceview-3.0.so:x11-toolkits/gtksourceview3
|
2014-11-19 12:49:04 +01:00
|
|
|
gtksourceview3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksoureview-3.0.pc
|
|
|
|
gtksourceview3_USE_GNOME_IMPL=gtk30 libxml2
|
2013-03-19 16:33:24 +01:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
libgsf_LIB_DEPENDS= libgsf-1.so:devel/libgsf
|
2013-11-08 13:32:14 +01:00
|
|
|
libgsf_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgsf-1.pc
|
|
|
|
libgsf_USE_GNOME_IMPL= glib20 libxml2
|
2004-05-22 22:56:52 +02:00
|
|
|
|
2011-02-10 16:06:02 +01:00
|
|
|
pygobject_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
pygobject_BUILD_DEPENDS= pygobject-codegen-2.0:devel/py-gobject
|
|
|
|
pygobject_RUN_DEPENDS= pygobject-codegen-2.0:devel/py-gobject
|
2011-02-10 16:06:02 +01:00
|
|
|
pygobject_USE_GNOME_IMPL= glib20
|
|
|
|
|
2014-05-26 09:22:01 +02:00
|
|
|
py3gobject3_DETECT= ${LOCALBASE}/share/py3gobject3/.keep
|
2016-03-27 03:23:25 +02:00
|
|
|
py3gobject3_BUILD_DEPENDS= py3?-gobject3>=0:devel/py3-gobject3
|
|
|
|
py3gobject3_RUN_DEPENDS= py3?-gobject3>=0:devel/py3-gobject3
|
2014-05-26 09:22:01 +02:00
|
|
|
py3gobject3_USE_GNOME_IMPL= glib20
|
|
|
|
|
|
|
|
pygobject3_DETECT= ${LOCALBASE}/share/pygobject3/.keep
|
2016-03-27 03:23:25 +02:00
|
|
|
pygobject3_BUILD_DEPENDS= py2?-gobject3>=0:devel/py-gobject3
|
|
|
|
pygobject3_RUN_DEPENDS= py2?-gobject3>=0:devel/py-gobject3
|
2013-04-22 23:54:10 +02:00
|
|
|
pygobject3_USE_GNOME_IMPL= glib20
|
|
|
|
|
2013-11-08 13:32:14 +01:00
|
|
|
pygtk2_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
pygtk2_BUILD_DEPENDS= ${pygtk2_DETECT}:x11-toolkits/py-gtk2
|
|
|
|
pygtk2_RUN_DEPENDS= ${pygtk2_DETECT}:x11-toolkits/py-gtk2
|
2011-07-30 11:20:22 +02:00
|
|
|
pygtk2_USE_GNOME_IMPL= libglade2 pygobject
|
2004-01-13 18:36:19 +01:00
|
|
|
|
2013-11-08 13:32:14 +01:00
|
|
|
pygnome2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
pygnome2_BUILD_DEPENDS= ${pygnome2_DETECT}:x11-toolkits/py-gnome2
|
|
|
|
pygnome2_RUN_DEPENDS= ${pygnome2_DETECT}:x11-toolkits/py-gnome2
|
2005-03-12 11:40:28 +01:00
|
|
|
pygnome2_USE_GNOME_IMPL=libgnomeui pygtk2
|
2004-01-13 18:36:19 +01:00
|
|
|
|
2013-11-08 13:32:14 +01:00
|
|
|
intltool_DETECT= ${LOCALBASE}/bin/intltool-extract
|
2016-03-27 03:23:25 +02:00
|
|
|
intltool_BUILD_DEPENDS= ${intltool_DETECT}:textproc/intltool
|
2004-01-20 10:19:07 +01:00
|
|
|
|
2014-09-25 17:18:27 +02:00
|
|
|
intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} \
|
|
|
|
's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
|
|
|
|
s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \
|
|
|
|
s|/usr/bin/iconv|${ICONV_CMD}|g ; \
|
|
|
|
s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|' ; \
|
|
|
|
${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} \
|
|
|
|
's/DATADIRNAME=lib/DATADIRNAME=share/'
|
2004-01-20 10:19:07 +01:00
|
|
|
intlhack_USE_GNOME_IMPL=intltool
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gtkhtml3_LIB_DEPENDS= libgtkhtml-3.14.so:www/gtkhtml3
|
2013-11-08 13:32:14 +01:00
|
|
|
gtkhtml3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-3.14.pc
|
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-05-10 23:19:08 +02:00
|
|
|
gtkhtml3_USE_GNOME_IMPL=libglade2
|
2014-05-01 16:23:31 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gtkhtml4_LIB_DEPENDS= libgtkhtml-4.0.so:www/gtkhtml4
|
2014-05-01 16:23:31 +02:00
|
|
|
gtkhtml4_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-4.0.pc
|
|
|
|
gtkhtml4_USE_GNOME_IMPL=gtk30 libxml2
|
2004-01-13 18:36:19 +01:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
evolutiondataserver3_LIB_DEPENDS= libedataserver-1.2.so:databases/evolution-data-server
|
2014-11-19 12:49:04 +01:00
|
|
|
evolutiondataserver3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libedataserverui-3.0.pc
|
|
|
|
evolutiondataserver3_USE_GNOME_IMPL= libxml2 gtk30
|
2004-11-07 23:24:32 +01:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
gnomemenus3_BUILD_DEPENDS= gnome-menus>=3.2.0:x11/gnome-menus
|
|
|
|
gnomemenus3_RUN_DEPENDS= gnome-menus>=3.2.0:x11/gnome-menus
|
2014-11-19 12:49:04 +01:00
|
|
|
gnomemenus3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnome-menu-3.0.pc
|
|
|
|
gnomemenus3_USE_GNOME_IMPL= glib20
|
2005-03-12 11:40:28 +01:00
|
|
|
|
2013-11-08 13:32:14 +01:00
|
|
|
gnomedocutils_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-doc-utils.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gnomedocutils_BUILD_DEPENDS= ${gnomedocutils_DETECT}:textproc/gnome-doc-utils
|
|
|
|
gnomedocutils_RUN_DEPENDS= ${gnomedocutils_DETECT}:textproc/gnome-doc-utils
|
2013-11-08 13:32:14 +01:00
|
|
|
gnomedocutils_USE_GNOME_IMPL= libxslt
|
2005-11-05 06:10:27 +01:00
|
|
|
|
2013-11-08 13:32:14 +01:00
|
|
|
gtksharp10_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gtksharp10_BUILD_DEPENDS= ${gtksharp10_DETECT}:x11-toolkits/gtk-sharp10
|
|
|
|
gtksharp10_RUN_DEPENDS= ${gtksharp10_DETECT}:x11-toolkits/gtk-sharp10
|
2007-02-04 23:25:07 +01:00
|
|
|
gtksharp10_USE_GNOME_IMPL= gtk20
|
|
|
|
|
2013-11-08 13:32:14 +01:00
|
|
|
gtksharp20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gtksharp20_BUILD_DEPENDS= ${gtksharp20_DETECT}:x11-toolkits/gtk-sharp20
|
|
|
|
gtksharp20_RUN_DEPENDS= ${gtksharp20_DETECT}:x11-toolkits/gtk-sharp20
|
2007-02-04 23:25:07 +01:00
|
|
|
gtksharp20_USE_GNOME_IMPL= gtk20
|
|
|
|
|
|
|
|
gnomesharp20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-sharp-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
gnomesharp20_BUILD_DEPENDS= ${gnomesharp20_DETECT}:x11-toolkits/gnome-sharp20
|
|
|
|
gnomesharp20_RUN_DEPENDS= ${gnomesharp20_DETECT}:x11-toolkits/gnome-sharp20
|
2014-10-02 15:29:46 +02:00
|
|
|
gnomesharp20_USE_GNOME_IMPL= gnomevfs2 gtkhtml3 gtksharp20 librsvg2 vte
|
2007-02-04 23:25:07 +01:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
libgnomekbd_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomekbd.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
libgnomekbd_LIB_DEPENDS= libgnomekbd.so:x11/libgnomekbd
|
2014-11-19 12:49:04 +01:00
|
|
|
libgnomekbd_USE_GNOME_IMPL= gtk30 libxml2
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:19:11 +01:00
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
pygtksourceview_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygtksourceview-2.0.pc
|
2016-03-27 03:23:25 +02:00
|
|
|
pygtksourceview_BUILD_DEPENDS= ${pygtksourceview_DETECT}:x11-toolkits/py-gtksourceview
|
|
|
|
pygtksourceview_RUN_DEPENDS= ${pygtksourceview_DETECT}:x11-toolkits/py-gtksourceview
|
2007-10-25 01:37:25 +02:00
|
|
|
pygtksourceview_USE_GNOME_IMPL= gtksourceview2 pygtk2
|
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
gvfs_DETECT= ${LOCALBASE}/lib/gvfs/libgvfscommon.so
|
2016-03-27 03:23:25 +02:00
|
|
|
gvfs_BUILD_DEPENDS= gvfs>=0:devel/gvfs
|
|
|
|
gvfs_RUN_DEPENDS= gvfs>=0:devel/gvfs
|
2014-11-19 12:49:04 +01:00
|
|
|
gvfs_USE_GNOME_IMPL= glib20
|
2008-03-24 04:52:36 +01:00
|
|
|
|
2011-07-30 11:20:22 +02:00
|
|
|
.if defined(INSTALLS_ICONS)
|
|
|
|
USE_GNOME+= gtk-update-icon-cache
|
|
|
|
.endif
|
|
|
|
|
2003-04-04 08:44:22 +02:00
|
|
|
# End component definition section
|
|
|
|
|
2003-04-05 08:12:02 +02:00
|
|
|
.if defined(USE_GNOME)
|
2003-04-04 08:44:22 +02:00
|
|
|
# First of all expand all USE_GNOME_IMPL recursively
|
|
|
|
. for component in ${_USE_GNOME_ALL}
|
|
|
|
. for subcomponent in ${${component}_USE_GNOME_IMPL}
|
|
|
|
${component}_USE_GNOME_IMPL+=${${subcomponent}_USE_GNOME_IMPL}
|
|
|
|
. endfor
|
|
|
|
. endfor
|
|
|
|
|
|
|
|
# Then use already expanded USE_GNOME_IMPL to expand USE_GNOME.
|
|
|
|
# Also, check to see if each component has a desktop requirement. If it does,
|
|
|
|
# and if the user's chosen desktop is not of the same version, mark the
|
* Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_*
forms are retained for compatibility but deprecated [1]
* Add sha256 to CHECKSUM_ALGORITHMS [2]
* Remove some whitespace [2]
* Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]
* Fix USE_LDCONFIG with non-default PREFIX [4]
* Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
support [5]
* Add 'make missing' to show missing dependencies [6]
* Fix DESKTOP_ENTRIES processing on 4.x [7]
PR: 92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
93601 [6], 98891 [7]
Submitted by: linimon [1], edwin [2], alex at foxybanana dot com [3],
gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
shaun [7]
2006-07-05 04:18:09 +02:00
|
|
|
# port as IGNORE.
|
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.
x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------
graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------
www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------
Approved by: portmgr (marcus)
2008-06-30 22:16:22 +02:00
|
|
|
. for component in ${USE_GNOME:C/^([^:]+).*/\1/}
|
2003-04-04 08:44:22 +02:00
|
|
|
. if ${_USE_GNOME_ALL:M${component}}==""
|
2006-10-14 10:35:50 +02:00
|
|
|
IGNORE= cannot install: Unknown component ${component}
|
2003-04-04 08:44:22 +02:00
|
|
|
. endif
|
|
|
|
_USE_GNOME+= ${${component}_USE_GNOME_IMPL} ${component}
|
|
|
|
. endfor
|
2000-10-05 03:32:21 +02:00
|
|
|
|
2006-05-06 11:06:16 +02:00
|
|
|
# Setup the GTK+ API version for pixbuf loaders, input method modules,
|
|
|
|
# and theme engines.
|
2010-11-20 16:37:08 +01:00
|
|
|
PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}" \
|
|
|
|
GTK3_VERSION="${GTK3_VERSION}"
|
2006-05-06 11:06:16 +02:00
|
|
|
|
2010-10-02 22:56:00 +02:00
|
|
|
# Set USE_CSTD for all ports that depend on glib12
|
|
|
|
.if defined(_USE_GNOME) && !empty(_USE_GNOME:Mglib12)
|
|
|
|
USE_CSTD= gnu89
|
|
|
|
.endif
|
|
|
|
|
2015-08-05 21:13:24 +02:00
|
|
|
.if defined(_USE_GNOME) && empty(_USE_GNOME:Mglib20:u) && defined(GLIB_SCHEMAS)
|
|
|
|
IGNORE= GLIB_SCHEMAS is set, but needs USE_GNOME=glib20 to work
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(_USE_GNOME) && empty(_USE_GNOME:Mgconf2:u) && defined(GCONF_SCHEMAS)
|
|
|
|
IGNORE= GCONF_SCHEMAS is set, but needs USE_GNOME=gconf2 to work
|
|
|
|
.endif
|
|
|
|
|
2003-04-04 08:44:22 +02:00
|
|
|
# Then traverse through all components, check which of them
|
|
|
|
# exist in ${_USE_GNOME} and set variables accordingly
|
2007-06-28 18:02:48 +02:00
|
|
|
.ifdef _USE_GNOME
|
2013-11-19 20:54:16 +01:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
. for component in ${_USE_GNOME:O:u}
|
|
|
|
. if defined(${component}_PATCH_DEPENDS)
|
2005-11-05 06:10:27 +01:00
|
|
|
PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS}
|
2013-03-08 11:51:34 +01:00
|
|
|
. endif
|
|
|
|
|
|
|
|
. if defined(${component}_DETECT)
|
|
|
|
. if ${USE_GNOME:M${component}\:build}!=""
|
2003-04-04 08:44:22 +02:00
|
|
|
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
2013-03-08 11:51:34 +01:00
|
|
|
. elif ${USE_GNOME:M${component}\:run}!=""
|
2008-03-24 16:59:55 +01:00
|
|
|
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
2013-03-08 11:51:34 +01:00
|
|
|
. else
|
|
|
|
. if defined(${component}_LIB_DEPENDS)
|
2009-01-10 06:22:13 +01:00
|
|
|
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
|
2013-03-08 11:51:34 +01:00
|
|
|
. else
|
|
|
|
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
2009-01-10 06:22:13 +01:00
|
|
|
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
2013-03-08 11:51:34 +01:00
|
|
|
. endif
|
|
|
|
. endif
|
2009-01-10 06:22:13 +01:00
|
|
|
. endif
|
2006-10-14 10:35:50 +02:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
. if defined(${component}_CONFIGURE_ARGS)
|
2003-04-04 08:44:22 +02:00
|
|
|
CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS}
|
2013-03-08 11:51:34 +01:00
|
|
|
. endif
|
|
|
|
|
|
|
|
. if defined(${component}_CONFIGURE_ENV)
|
2003-04-04 08:44:22 +02:00
|
|
|
CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV}
|
2013-03-08 11:51:34 +01:00
|
|
|
. endif
|
|
|
|
|
|
|
|
. if defined(${component}_MAKE_ENV)
|
2003-04-04 08:44:22 +02:00
|
|
|
MAKE_ENV+= ${${component}_MAKE_ENV}
|
2013-03-08 11:51:34 +01:00
|
|
|
. endif
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
. if !defined(CONFIGURE_TARGET) && defined(${component}_CONFIGURE_TARGET)
|
2003-04-12 03:12:57 +02:00
|
|
|
CONFIGURE_TARGET= ${${component}_CONFIGURE_TARGET}
|
2013-03-08 11:51:34 +01:00
|
|
|
. endif
|
2003-04-12 03:12:57 +02:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
. if defined(${component}_PRE_PATCH)
|
2004-01-13 18:36:19 +01:00
|
|
|
GNOME_PRE_PATCH+= ; ${${component}_PRE_PATCH}
|
2003-04-04 08:44:22 +02:00
|
|
|
. endif
|
|
|
|
. endfor
|
2000-10-10 19:07:17 +02:00
|
|
|
.endif
|
2014-04-09 11:10:38 +02:00
|
|
|
|
2014-09-01 07:43:02 +02:00
|
|
|
. if defined(GCONF_SCHEMAS)
|
2014-04-09 11:10:38 +02:00
|
|
|
MAKE_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
|
|
. endif
|
2007-06-28 18:02:48 +02:00
|
|
|
.endif
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2006-10-31 10:11:23 +01:00
|
|
|
.if defined(USE_GNOME_SUBR)
|
|
|
|
GNOME_SUBR= ${LOCALBASE}/etc/gnome.subr
|
2016-03-27 03:23:25 +02:00
|
|
|
RUN_DEPENDS+= ${GNOME_SUBR}:sysutils/gnome_subr
|
2006-10-31 10:11:23 +01:00
|
|
|
SUB_LIST+= GNOME_SUBR=${GNOME_SUBR}
|
|
|
|
.endif
|
|
|
|
|
2016-02-07 20:43:56 +01:00
|
|
|
.endif
|
|
|
|
# end of the part
|
|
|
|
|
|
|
|
.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_GNOME_POST_MK)
|
|
|
|
_INCLUDE_USES_GNOME_POST_MK= yes
|
|
|
|
|
|
|
|
.if defined(GNOME_PRE_PATCH)
|
|
|
|
_USES_patch+= 290:gnome-pre-patch
|
|
|
|
gnome-pre-patch:
|
|
|
|
@${GNOME_PRE_PATCH:C/^;//1}
|
|
|
|
.endif
|
|
|
|
|
2016-04-22 11:24:34 +02:00
|
|
|
.if defined(GCONF_SCHEMAS)
|
|
|
|
_USES_install+= 690:gnome-post-gconf-schemas
|
|
|
|
gnome-post-gconf-schemas:
|
2004-11-16 08:34:58 +01:00
|
|
|
@for i in ${GCONF_SCHEMAS}; do \
|
2015-09-26 10:43:53 +02:00
|
|
|
${ECHO_CMD} "@postunexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \
|
2004-11-16 08:34:58 +01:00
|
|
|
>> ${TMPPLIST}; \
|
|
|
|
${ECHO_CMD} "etc/gconf/schemas/$${i}" >> ${TMPPLIST}; \
|
2015-09-26 10:43:53 +02:00
|
|
|
${ECHO_CMD} "@postexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \
|
2004-11-16 08:34:58 +01:00
|
|
|
>> ${TMPPLIST}; \
|
|
|
|
done
|
2016-04-22 11:24:34 +02:00
|
|
|
.endif
|
2004-11-16 08:34:58 +01:00
|
|
|
|
2011-07-30 11:20:22 +02:00
|
|
|
# we put the @unexec behind the plist schema entry, because it compiles files
|
2010-11-20 16:37:08 +01:00
|
|
|
# in the directory. So we should remove the port file first before recompiling.
|
2016-04-22 11:24:34 +02:00
|
|
|
.if defined(GLIB_SCHEMAS)
|
|
|
|
_USES_install+= 690:gnome-post-glib-schemas
|
|
|
|
gnome-post-glib-schemas:
|
2010-11-20 16:37:08 +01:00
|
|
|
@for i in ${GLIB_SCHEMAS}; do \
|
|
|
|
${ECHO_CMD} "share/glib-2.0/schemas/$${i}" >> ${TMPPLIST}; \
|
|
|
|
done
|
2015-08-05 21:13:24 +02:00
|
|
|
@${ECHO_CMD} "@glib-schemas" >> ${TMPPLIST};
|
2010-11-20 16:37:08 +01:00
|
|
|
.endif
|
|
|
|
|
2016-04-22 11:24:34 +02:00
|
|
|
.if defined(INSTALLS_OMF)
|
|
|
|
_USES_install+= 690:gnome-post-omf
|
|
|
|
gnome-post-omf:
|
2004-11-16 08:34:58 +01:00
|
|
|
@for i in `${GREP} "\.omf$$" ${TMPPLIST}`; do \
|
2015-09-26 10:43:53 +02:00
|
|
|
${ECHO_CMD} "@postexec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \
|
2004-11-16 08:34:58 +01:00
|
|
|
>> ${TMPPLIST}; \
|
2015-09-26 10:43:53 +02:00
|
|
|
${ECHO_CMD} "@postunexec scrollkeeper-uninstall -q %D/$${i} 2>/dev/null || /usr/bin/true" \
|
2004-11-16 08:34:58 +01:00
|
|
|
>> ${TMPPLIST}; \
|
|
|
|
done
|
2016-04-22 11:24:34 +02:00
|
|
|
.endif
|
2005-11-05 06:10:27 +01:00
|
|
|
|
2016-04-22 11:24:34 +02:00
|
|
|
.if defined(INSTALLS_ICONS)
|
|
|
|
_USES_install+= 690:gnome-post-icons
|
|
|
|
gnome-post-icons:
|
2016-10-21 14:51:40 +02:00
|
|
|
@${RM} ${TMPPLIST}.icons1
|
2005-11-05 06:10:27 +01:00
|
|
|
@for i in `${GREP} "^share/icons/.*/" ${TMPPLIST} | ${CUT} -d / -f 1-3 | ${SORT} -u`; do \
|
2014-09-03 07:47:19 +02:00
|
|
|
${ECHO_CMD} "@rmtry $${i}/icon-theme.cache" \
|
2005-11-05 06:10:27 +01:00
|
|
|
>> ${TMPPLIST}.icons1; \
|
2015-09-26 10:43:53 +02:00
|
|
|
${ECHO_CMD} "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \
|
2005-11-05 06:10:27 +01:00
|
|
|
>> ${TMPPLIST}; \
|
2015-09-26 10:43:53 +02:00
|
|
|
${ECHO_CMD} "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \
|
2005-11-05 06:10:27 +01:00
|
|
|
>> ${TMPPLIST}; \
|
2013-11-08 13:32:14 +01:00
|
|
|
done
|
2005-11-05 06:10:27 +01:00
|
|
|
@if test -f ${TMPPLIST}.icons1; then \
|
|
|
|
${CAT} ${TMPPLIST}.icons1 ${TMPPLIST} > ${TMPPLIST}.icons2; \
|
2016-10-21 14:51:40 +02:00
|
|
|
${RM} ${TMPPLIST}.icons1; \
|
2005-11-05 06:10:27 +01:00
|
|
|
${MV} -f ${TMPPLIST}.icons2 ${TMPPLIST}; \
|
|
|
|
fi
|
2004-07-22 18:04:44 +02:00
|
|
|
.endif
|
|
|
|
|
2000-10-05 03:32:21 +02:00
|
|
|
.endif
|
|
|
|
# End of use part.
|