2016-02-07 22:04:42 +01:00
|
|
|
#-*- tab-width: 4; -*-
|
2000-10-05 03:32:21 +02:00
|
|
|
# ex:ts=4
|
|
|
|
#
|
|
|
|
# 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
|
2021-05-11 06:19:59 +02:00
|
|
|
# file and add apropriate @postexec/@postunexec directives for
|
2010-11-20 16:37:08 +01:00
|
|
|
# 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
|
2019-05-08 14:54:13 +02:00
|
|
|
_USE_GNOME_ALL= intlhack intltool introspection \
|
2019-02-22 09:12:39 +01:00
|
|
|
referencehack gnomemimedata \
|
|
|
|
gnomeprefix
|
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 \
|
2021-05-01 15:29:37 +02:00
|
|
|
gtk-update-icon-cache gtk20 \
|
2021-05-01 22:59:18 +02:00
|
|
|
gtksharp20 gtksourceview2 gvfs libartlgpl2 \
|
2021-05-01 15:24:15 +02:00
|
|
|
libglade2 libgnomecanvas \
|
2021-05-01 14:30:28 +02:00
|
|
|
libgsf libidl librsvg2 libwnck \
|
2015-09-27 12:52:16 +02:00
|
|
|
libxml2 libxslt \
|
2020-12-12 15:25:16 +01:00
|
|
|
orbit2 pango pangox-compat \
|
2020-03-07 15:47:14 +01:00
|
|
|
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 \
|
2018-05-14 22:43:50 +02:00
|
|
|
gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 \
|
|
|
|
gtksourceview4 libgda5 \
|
2021-02-06 08:34:02 +01:00
|
|
|
libgda5-ui libgnomekbd libwnck3 metacity nautilus3 \
|
2014-11-19 12:49:04 +01:00
|
|
|
pygobject3 vte3
|
2010-11-20 18:41:26 +01:00
|
|
|
|
2021-05-27 01:27:50 +02:00
|
|
|
# GNOME 40 components
|
|
|
|
_USE_GNOME_ALL+=gtk40
|
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
# C++ bindings
|
2020-11-01 18:20:34 +01:00
|
|
|
_USE_GNOME_ALL+=atkmm cairomm gconfmm26 glibmm gtkmm24 \
|
2021-05-01 14:55:18 +02:00
|
|
|
gtkmm30 gtksourceviewmm3 libgdamm5 libxml++26 libsigc++20 \
|
2013-03-08 11:51:34 +01:00
|
|
|
pangomm
|
|
|
|
|
2018-09-30 13:58:29 +02:00
|
|
|
# glib-mkenums often fails with C locale
|
|
|
|
# https://gitlab.gnome.org/GNOME/glib/issues/1430
|
|
|
|
USE_LOCALE?= en_US.UTF-8
|
|
|
|
|
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
|
|
|
|
2020-01-09 14:01:45 +01:00
|
|
|
referencehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${FRAMEWORK_REINPLACE_CMD} -e \
|
2006-05-10 00:21:29 +02:00
|
|
|
"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
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
cairo_LIB_DEPENDS= libcairo.so:graphics/cairo
|
2013-03-08 11:51:34 +01:00
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
2018-01-03 14:22:31 +01:00
|
|
|
gnomemimedata_BUILD_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:misc/gnome-mime-data
|
|
|
|
gnomemimedata_RUN_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc: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
|
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_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_USE_GNOME_IMPL= glib20
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
pango_LIB_DEPENDS= libpango-1.0.so:x11-toolkits/pango
|
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_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_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_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
|
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
|
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
|
|
|
|
|
2021-05-27 01:27:50 +02:00
|
|
|
gtk40_LIB_DEPENDS= libgtk-4.so:x11-toolkits/gtk40
|
|
|
|
gtk40_USE_GNOME_IMPL= atk pango
|
|
|
|
GTK4_VERSION= 4.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_USE_GNOME_IMPL= glib20
|
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
orbit2_LIB_DEPENDS= libORBit-2.so:devel/ORBit2
|
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
|
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
|
|
|
|
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_USE_GNOME_IMPL= libxml2
|
|
|
|
|
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
|
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
|
|
|
libgnomecanvas_LIB_DEPENDS= libgnomecanvas-2.so:graphics/libgnomecanvas
|
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
|
|
|
|
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_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
|
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_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
|
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
|
2013-12-08 10:55:41 +01:00
|
|
|
vte3_USE_GNOME_IMPL= gtk30
|
|
|
|
|
2020-11-09 18:08:12 +01:00
|
|
|
# Use librsvg2-rust where lang/rust is available
|
2020-11-20 20:02:42 +01:00
|
|
|
.if ${LIBRSVG2_DEFAULT:Mrust}
|
2020-11-09 18:08:12 +01:00
|
|
|
librsvg2_BUILD_DEPENDS= librsvg2-rust>=0:graphics/librsvg2-rust
|
|
|
|
librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2-rust
|
|
|
|
librsvg2_RUN_DEPENDS= librsvg2-rust>=0:graphics/librsvg2-rust
|
|
|
|
.else
|
|
|
|
librsvg2_BUILD_DEPENDS= librsvg2>=0:graphics/librsvg2
|
2016-03-27 03:23:25 +02:00
|
|
|
librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2
|
2020-11-09 18:08:12 +01:00
|
|
|
librsvg2_RUN_DEPENDS= librsvg2>=0:graphics/librsvg2
|
|
|
|
.endif
|
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
|
2020-09-13 17:58:46 +02:00
|
|
|
nautilus3_USE_GNOME_IMPL=gnomedesktop3 libxml2
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2020-10-01 16:22:50 +02:00
|
|
|
metacity_LIB_DEPENDS= libmetacity.so:x11-wm/metacity
|
2003-04-04 08:44:22 +02:00
|
|
|
|
2018-01-03 14:22:31 +01:00
|
|
|
gnomecontrolcenter3_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-keybindings.pc:sysutils/gnome-control-center
|
|
|
|
gnomecontrolcenter3_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-keybindings.pc: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_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_USE_GNOME_IMPL=glib20 libxslt libgda5
|
|
|
|
|
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_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_USE_GNOME_IMPL=gtk30 libxml2
|
2013-03-19 16:33:24 +01:00
|
|
|
|
2018-05-14 22:43:50 +02:00
|
|
|
gtksourceview4_LIB_DEPENDS= libgtksourceview-4.so:x11-toolkits/gtksourceview4
|
|
|
|
gtksourceview4_USE_GNOME_IMPL=gtk30 libxml2
|
|
|
|
|
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_USE_GNOME_IMPL= glib20 libxml2
|
2004-05-22 22:56:52 +02:00
|
|
|
|
2017-12-13 17:11:55 +01:00
|
|
|
pygobject3_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
|
|
|
|
pygobject3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
|
2013-04-22 23:54:10 +02:00
|
|
|
pygobject3_USE_GNOME_IMPL= glib20
|
|
|
|
|
2018-01-03 14:22:31 +01:00
|
|
|
intltool_BUILD_DEPENDS= ${LOCALBASE}/bin/intltool-extract:textproc/intltool
|
2004-01-20 10:19:07 +01:00
|
|
|
|
2020-01-09 14:01:45 +01:00
|
|
|
intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${FRAMEWORK_REINPLACE_CMD} \
|
2014-09-25 17:18:27 +02:00
|
|
|
'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*'"'"'|' ; \
|
2020-01-09 14:01:45 +01:00
|
|
|
${FIND} ${WRKSRC} -name configure | ${XARGS} ${FRAMEWORK_REINPLACE_CMD} \
|
2014-09-25 17:18:27 +02:00
|
|
|
'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
|
|
|
gtkhtml4_LIB_DEPENDS= libgtkhtml-4.0.so:www/gtkhtml4
|
2014-05-01 16:23:31 +02:00
|
|
|
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_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_USE_GNOME_IMPL= glib20
|
2005-03-12 11:40:28 +01:00
|
|
|
|
2018-01-03 14:22:31 +01:00
|
|
|
gtksharp20_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc:x11-toolkits/gtk-sharp20
|
|
|
|
gtksharp20_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc:x11-toolkits/gtk-sharp20
|
2007-02-04 23:25:07 +01:00
|
|
|
gtksharp20_USE_GNOME_IMPL= gtk20
|
|
|
|
|
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
|
|
|
|
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}" \
|
2021-05-27 01:27:50 +02:00
|
|
|
GTK3_VERSION="${GTK3_VERSION}" \
|
|
|
|
GTK4_VERSION="${GTK4_VERSION}"
|
2006-05-06 11:06:16 +02:00
|
|
|
|
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
|
|
|
|
|
2018-01-03 14:22:31 +01:00
|
|
|
. if ${USE_GNOME:M${component}\:build} && defined(${component}_BUILD_DEPENDS)
|
2003-04-04 08:44:22 +02:00
|
|
|
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
2018-01-03 14:22:31 +01:00
|
|
|
. elif ${USE_GNOME:M${component}\:run} && defined(${component}_RUN_DEPENDS)
|
2008-03-24 16:59:55 +01:00
|
|
|
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
2018-01-03 14:22:31 +01:00
|
|
|
. else
|
|
|
|
. if defined(${component}_LIB_DEPENDS)
|
2009-01-10 06:22:13 +01:00
|
|
|
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
|
2018-01-03 14:22:31 +01:00
|
|
|
. else
|
2013-03-08 11:51:34 +01:00
|
|
|
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
|
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
|
|
|
|
2021-05-11 06:19:59 +02:00
|
|
|
# we put the @glib-schemas 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.
|