diff options
465 files changed, 0 insertions, 33774 deletions
diff --git a/audio/gmpc-wikipedia/Makefile b/audio/gmpc-wikipedia/Makefile deleted file mode 100644 index fe631dfbb..000000000 --- a/audio/gmpc-wikipedia/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gmpc-wikipedia -# Date created: March 27 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gmpc-wikipedia -PORTVERSION= 0.20.0 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ - http://freebsd.unixfreunde.de/sources/ - -MAINTAINER= miwi@FreeBSD.org -COMMENT= Wikipedia info for gmpc - -LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc -RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig intltool glib20 gtk20 -USE_GETTEXT= yes - -.include <bsd.port.mk> diff --git a/audio/gmpc-wikipedia/distinfo b/audio/gmpc-wikipedia/distinfo deleted file mode 100644 index 622197728..000000000 --- a/audio/gmpc-wikipedia/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gmpc-wikipedia-0.20.0.tar.gz) = 81bea5cc7407ecf0b8ff53eeef6f579e25cbea4ee8b0c4fe376e6778fefae63d -SIZE (gmpc-wikipedia-0.20.0.tar.gz) = 311098 diff --git a/audio/gmpc-wikipedia/pkg-descr b/audio/gmpc-wikipedia/pkg-descr deleted file mode 100644 index 04cb3a661..000000000 --- a/audio/gmpc-wikipedia/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A plugin that shows the Wikipedia page of the currently playing artist. -The information is shown in a new tab of the player. - -WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_WIKIPEDIA diff --git a/audio/gmpc-wikipedia/pkg-plist b/audio/gmpc-wikipedia/pkg-plist deleted file mode 100644 index cf62c5699..000000000 --- a/audio/gmpc-wikipedia/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -lib/gmpc/plugins/wikiplugin.la -lib/gmpc/plugins/wikiplugin.so -share/gmpc/plugins/wikipedia/wikipedia.png -@dirrmtry share/gmpc/plugins/wikipedia -@dirrmtry share/gmpc/plugins -@dirrmtry share/gmpc -@dirrmtry lib/gmpc/plugins -@dirrmtry lib/gmpc diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile deleted file mode 100644 index 722d1e1b4..000000000 --- a/audio/rhythmbox/Makefile +++ /dev/null @@ -1,144 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.114 2011/04/30 20:43:13 mezz Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.12.8 -PORTREVISION= 5 -CATEGORIES= audio gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for GNOME - -BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - brasero-media.3:${PORTSDIR}/sysutils/brasero - -CONFLICTS= rhythmbox-2.[0-9]* rhythmbox-3.[0-9]* - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gtk20 nautilus2 -WANT_GNOME= yes -USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool -CONFIGURE_ARGS= --disable-vala --with-libbrasero-media \ - --without-libnautilus-burn -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= DAAP "Enable iTunes music sharing" off \ - IPOD "Enable iPod support" on \ - FAAD "Enable FAAD decoder support" off \ - NOTIFY "Enable libnotify support" on \ - VORBIS "Enable Ogg/Vorbis support" on \ - LIRC "Enable Infrared syncing support" off \ - MTP "Enable MS Media Transfer Protocol support" off \ - ITMS_PLUGIN "Enable iTunes browser plugin" on - -MAN1= rhythmbox-client.1 rhythmbox.1 - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_LIRC) -LIB_DEPENDS+= lirc_client.2:${PORTSDIR}/comms/lirc -PLIST_SUB+= LIRC="" -CONFIGURE_ARGS+=--enable-lirc -.else -CONFIGURE_ARGS+=--disable-lirc -PLIST_SUB+= LIRC="@comment " -.endif - -.if defined(WITH_MTP) -LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp -PLIST_SUB+= MTP="" -CONFIGURE_ARGS+= --with-mtp -.else -CONFIGURE_ARGS+= --without-mtp -PLIST_SUB+= MTP="@comment " -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -PLIST_SUB+= DAAP="" -.else -.if exists(${LOCALBASE}/lib/libavahi-client.a) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.endif -CONFIGURE_ARGS+= --disable-daap -PLIST_SUB+= DAAP="@comment " -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS+= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon -.else -CONFIGURE_ARGS+= --disable-libnotify -.endif - -.if exists(${LOCALBASE}/libdata/pkgconfig/gst-python-0.10.pc) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GSTREAMER+= python -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.7:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-ipod -PLIST_SUB+= IPOD="" -.else -CONFIGURE_ARGS+=--without-ipod -PLIST_SUB+= IPOD="@comment " -.endif - -.if !defined(WITHOUT_ITMS_PLUGIN) -USE_WEBPLUGINS= gecko18 -WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" - -CONFIGURE_ARGS+=--enable-browser-plugin -CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} -PLIST_SUB+= ITMS_PLUGIN="" -.else -CONFIGURE_ARGS+=--disable-browser-plugin -PLIST_SUB+= ITMS_PLUGIN="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox/distinfo b/audio/rhythmbox/distinfo deleted file mode 100644 index 333147ed9..000000000 --- a/audio/rhythmbox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/rhythmbox-0.12.8.tar.bz2) = 1752fab135808aa78a9afde78448e992020c58c07701f43c989fbabfc6352213 -SIZE (gnome2/rhythmbox-0.12.8.tar.bz2) = 5358950 diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure deleted file mode 100644 index 9e512187f..000000000 --- a/audio/rhythmbox/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-03-21 13:56:32.000000000 -0400 -+++ configure 2009-03-21 13:57:17.000000000 -0400 -@@ -20763,7 +20763,7 @@ else - fi - - --MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR:="\${libdir}/mozilla/plugins"}" -+MOZILLA_PLUGINDIR="${MOZILLA_PLUGINDIR}" - - - if test x$enable_browser_plugin = xyes; then diff --git a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h deleted file mode 100644 index 2208b3205..000000000 --- a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h +++ /dev/null @@ -1,10 +0,0 @@ ---- podcast/rb-podcast-parse.h.orig Mon Nov 28 13:51:28 2005 -+++ podcast/rb-podcast-parse.h Mon Nov 28 13:51:05 2005 -@@ -22,6 +22,7 @@ - #ifndef RB_PODCAST_PARSE_H - #define RB_PODCAST_PARSE_H - -+#include <inttypes.h> - #include <glib.h> - - typedef struct diff --git a/audio/rhythmbox/files/patch-python b/audio/rhythmbox/files/patch-python deleted file mode 100644 index 567b4ee9a..000000000 --- a/audio/rhythmbox/files/patch-python +++ /dev/null @@ -1,171 +0,0 @@ -From 4394826f36fad0ad36ea773b6d4525dfcfcd389b Mon Sep 17 00:00:00 2001 -From: Jonathan Matthew <jonathan@d14n.org> -Date: Wed, 05 May 2010 12:58:26 +0000 -Subject: python: fix a number of python initialization problems (bug #617587) - -- pygtk.require("2.8") doesn't work - it's only after a major version, - so we should pass in "2.0" instead -- init_pygobject() is deprecated, use pygobject_init (and pass in the - version we require) instead -- init_pygtk() is a macro that returns from the current function on - error, so we need to call it from a separate function for our error - handling to work -- if some aspect of python initialization failed, we were still using - the pygobject GIL macros, which were crashing ---- -diff --git a/shell/main.c b/shell/main.c -index 1f27fee..a4dd50a 100644 ---- shell/main.c -+++ shell/main.c -@@ -35,6 +35,7 @@ - #define NO_IMPORT_PYGOBJECT - #define NO_IMPORT_PYGTK - #include <pygobject.h> -+#include "rb-python-module.h" - - /* make sure it's defined somehow */ - #ifndef _XOPEN_SOURCE -@@ -327,11 +328,15 @@ main (int argc, char **argv) - - rb_profile_start ("mainloop"); - #ifdef ENABLE_PYTHON -- pyg_begin_allow_threads; --#endif -+ if (rb_python_init_successful ()) { -+ pyg_begin_allow_threads; -+ gtk_main (); -+ pyg_end_allow_threads; -+ } else { -+ gtk_main (); -+ } -+#else - gtk_main (); --#ifdef ENABLE_PYTHON -- pyg_end_allow_threads; - #endif - rb_profile_end ("mainloop"); - -diff --git a/shell/rb-python-module.c b/shell/rb-python-module.c -index 9e14731..1995a42 100644 ---- shell/rb-python-module.c -+++ shell/rb-python-module.c -@@ -84,8 +84,16 @@ extern PyMethodDef pyrb_functions[]; - /* We retreive this to check for correct class hierarchy */ - static PyTypeObject *PyRBPlugin_Type; - -+static gboolean python_init_successful; -+ - G_DEFINE_TYPE (RBPythonModule, rb_python_module, G_TYPE_TYPE_MODULE); - -+static void -+actually_init_pygtk (void) -+{ -+ init_pygtk (); -+} -+ - void - rb_python_module_init_python (void) - { -@@ -98,6 +106,7 @@ rb_python_module_init_python (void) - char *argv[] = { "rb", "rhythmdb", NULL }; - GList *paths; - -+ python_init_successful = FALSE; - if (Py_IsInitialized ()) { - g_warning ("Python Should only be initialized once, since it's in class_init"); - g_return_if_reached (); -@@ -130,7 +139,7 @@ rb_python_module_init_python (void) - - PySys_SetArgv (1, argv); - -- /* pygtk.require("2.8") */ -+ /* pygtk.require("2.0") */ - pygtk = PyImport_ImportModule ("pygtk"); - if (pygtk == NULL) { - g_warning ("Could not import pygtk"); -@@ -140,11 +149,15 @@ rb_python_module_init_python (void) - - mdict = PyModule_GetDict (pygtk); - require = PyDict_GetItemString (mdict, "require"); -- PyObject_CallObject (require, Py_BuildValue ("(S)", PyString_FromString ("2.8"))); -+ PyObject_CallObject (require, Py_BuildValue ("(S)", PyString_FromString ("2.0"))); -+ if (PyErr_Occurred ()) { -+ g_warning ("pygtk.require(2.0) failed"); -+ PyErr_Print(); -+ return; -+ } - - /* import gobject */ -- init_pygobject (); -- if (PyErr_Occurred ()) { -+ if (pygobject_init (2, 16, 0) == NULL) { - g_warning ("Could not initialize pygobject"); - PyErr_Print(); - return; -@@ -154,7 +167,7 @@ rb_python_module_init_python (void) - pyg_disable_warning_redirections (); - - /* import gtk */ -- init_pygtk (); -+ actually_init_pygtk (); - if (PyErr_Occurred ()) { - g_warning ("Could not initialize pygtk"); - PyErr_Print(); -@@ -172,7 +185,7 @@ rb_python_module_init_python (void) - - mdict = PyModule_GetDict (gtk); - pygtk_version = PyDict_GetItemString (mdict, "pygtk_version"); -- pygtk_required_version = Py_BuildValue ("(iii)", 2, 4, 0); -+ pygtk_required_version = Py_BuildValue ("(iii)", 2, 8, 0); - if (PyObject_Compare (pygtk_version, pygtk_required_version) == -1) { - g_warning("PyGTK %s required, but %s found.", - PyString_AsString (PyObject_Repr (pygtk_required_version)), -@@ -264,6 +277,8 @@ rb_python_module_init_python (void) - gettext_args = Py_BuildValue ("ss", GETTEXT_PACKAGE, GNOMELOCALEDIR); - PyObject_CallObject (install, gettext_args); - Py_DECREF (gettext_args); -+ -+ python_init_successful = TRUE; - } - - static gboolean -@@ -329,6 +344,11 @@ rb_python_module_load_with_gil (GTypeModule *module) - PyGILState_STATE state; - gboolean ret; - -+ if (python_init_successful == FALSE) { -+ g_warning ("unable to load module as python runtime could not be initialized"); -+ return FALSE; -+ } -+ - state = pyg_gil_state_ensure (); - ret = rb_python_module_load (module); - pyg_gil_state_release (state); -@@ -485,6 +505,12 @@ rb_python_module_new (const gchar *path, - return result; - } - -+gboolean -+rb_python_init_successful (void) -+{ -+ return python_init_successful; -+} -+ - /* --- these are not module methods, they are here out of convenience --- */ - - #if 0 -diff --git a/shell/rb-python-module.h b/shell/rb-python-module.h -index 5b2c152..30c1200 100644 ---- shell/rb-python-module.h -+++ shell/rb-python-module.h -@@ -60,6 +60,8 @@ GObject *rb_python_module_new_object (RBPythonModule *module); - - void rb_python_module_init_python (void); - -+gboolean rb_python_init_successful (void); -+ - void rb_python_garbage_collect (void); - - void rb_python_shutdown (void); --- -cgit v0.8.3.1 diff --git a/audio/rhythmbox/files/patch-remote_dbus_rb-client.c b/audio/rhythmbox/files/patch-remote_dbus_rb-client.c deleted file mode 100644 index c73cde0dc..000000000 --- a/audio/rhythmbox/files/patch-remote_dbus_rb-client.c +++ /dev/null @@ -1,38 +0,0 @@ ---- remote/dbus/rb-client.c.orig 2010-10-10 11:56:07.000000000 -0400 -+++ remote/dbus/rb-client.c 2010-10-10 11:57:02.000000000 -0400 -@@ -54,7 +54,7 @@ static gboolean previous = FALSE; - static gboolean notify = FALSE; - - static gboolean play = FALSE; --static gboolean pause = FALSE; -+static gboolean rbpause = FALSE; - static gboolean play_pause = FALSE; - static gboolean stop = FALSE; - -@@ -91,7 +91,7 @@ static GOptionEntry args[] = { - { "notify", 0, 0, G_OPTION_ARG_NONE, ¬ify, N_("Show notification of the playing song"), NULL }, - - { "play", 0, 0, G_OPTION_ARG_NONE, &play, N_("Resume playback if currently paused"), NULL }, -- { "pause", 0, 0, G_OPTION_ARG_NONE, &pause, N_("Pause playback if currently playing"), NULL }, -+ { "pause", 0, 0, G_OPTION_ARG_NONE, &rbpause, N_("Pause playback if currently playing"), NULL }, - { "play-pause", 0, 0, G_OPTION_ARG_NONE, &play_pause, N_("Toggle play/pause mode"), NULL }, - /* { "stop", 0, 0, G_OPTION_ARG_NONE, &stop, N_("Stop playback"), NULL }, */ - -@@ -608,7 +608,7 @@ main (int argc, char **argv) - if (next || previous || - clear_queue || - play_uri || other_stuff || -- play || pause || play_pause || stop || -+ play || rbpause || play_pause || stop || - print_playing || print_playing_format || notify || - (set_volume > -0.01) || volume_up || volume_down || print_volume || mute || unmute || (set_rating > -0.01)) - no_present = TRUE; -@@ -696,7 +696,7 @@ main (int argc, char **argv) - org_gnome_Rhythmbox_Player_get_playing (player_proxy, &is_playing, &error); - if (!annoy (&error)) { - rb_debug ("playback state: %d", is_playing); -- if (play || pause || play_pause) { -+ if (play || rbpause || play_pause) { - if (is_playing != play || play_pause) { - rb_debug ("calling playPause to change playback state"); - org_gnome_Rhythmbox_Player_play_pause (player_proxy, FALSE, &error); diff --git a/audio/rhythmbox/pkg-descr b/audio/rhythmbox/pkg-descr deleted file mode 100644 index 9c4ecf6ca..000000000 --- a/audio/rhythmbox/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Rhythmbox is an integrated music management application, originally inspired by -Apple's iTunes. It is free software, designed to work well under the GNOME -Desktop, and based on the powerful GStreamer media framework. - -WWW: http://www.gnome.org/projects/rhythmbox/ diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist deleted file mode 100644 index 77da9f69d..000000000 --- a/audio/rhythmbox/pkg-plist +++ /dev/null @@ -1,787 +0,0 @@ -bin/rhythmbox -bin/rhythmbox-client -%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.a -%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.la -%%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.so -lib/librhythmbox-core.la -lib/librhythmbox-core.so -lib/librhythmbox-core.so.0 -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/lastfm_red_small.png -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg -lib/rhythmbox/plugins/audiocd/album-info.ui -lib/rhythmbox/plugins/audiocd/audiocd-ui.xml -lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin -lib/rhythmbox/plugins/audiocd/libaudiocd.la -lib/rhythmbox/plugins/audiocd/libaudiocd.so -lib/rhythmbox/plugins/audiocd/multiple-album.ui -lib/rhythmbox/plugins/audioscrobbler/as-icon.png -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.ui -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so -lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so -%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.py -%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.py -%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.py -%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.py -%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.py -%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/context/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/context/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/context/context.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/context/img/lastfm.png -%%PYTHON%%lib/rhythmbox/plugins/context/img/spinner.gif -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/album-tmpl.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/artist-tmpl.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/loading.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html -%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/main.css -%%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.ui -%%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml -%%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.la -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so -%%DAAP%%lib/rhythmbox/plugins/daap/rb-daap-glue.h -lib/rhythmbox/plugins/fmradio/fmradio-ui.xml -lib/rhythmbox/plugins/fmradio/fmradio.rb-plugin -lib/rhythmbox/plugins/fmradio/libfmradio.la -lib/rhythmbox/plugins/fmradio/libfmradio.so -lib/rhythmbox/plugins/generic-player/generic-player-info.ui -lib/rhythmbox/plugins/generic-player/generic-player-ui.xml -lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin -lib/rhythmbox/plugins/generic-player/libgeneric-player.la -lib/rhythmbox/plugins/generic-player/libgeneric-player.so -%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-info.ui -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-init.ui -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-ui.xml -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.la -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so -lib/rhythmbox/plugins/iradio/iradio-initial.pls -lib/rhythmbox/plugins/iradio/iradio-ui.xml -lib/rhythmbox/plugins/iradio/iradio.rb-plugin -lib/rhythmbox/plugins/iradio/libiradio.la -lib/rhythmbox/plugins/iradio/libiradio.so -lib/rhythmbox/plugins/iradio/station-properties.ui -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-loading.ui -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png -%%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.la -%%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.so -%%LIRC%%lib/rhythmbox/plugins/rblirc/lirc.rb-plugin -%%LIRC%%lib/rhythmbox/plugins/rblirc/rhythmbox_lirc_default -%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-loading.ui -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png -lib/rhythmbox/plugins/mmkeys/libmmkeys.la -lib/rhythmbox/plugins/mmkeys/libmmkeys.so -lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin -%%MTP%%lib/rhythmbox/plugins/mtpdevice/libmtpdevice.la -%%MTP%%lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so -%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtp-info.ui -%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtp-ui.xml -%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtpdevice.rb-plugin -lib/rhythmbox/plugins/power-manager/libpower-manager.la -lib/rhythmbox/plugins/power-manager/libpower-manager.so -lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyc -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyo -%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.py -%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.py -%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.pyo -%%PYTHON%%lib/rhythmbox/plugins/replaygain/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/replaygain/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/replaygain/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.py -%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.pyc -%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.pyo -%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.py -%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.pyc -%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.pyo -%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain-prefs.ui -%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/sendto/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/sendto/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/sendto/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/sendto/sendto.rb-plugin -lib/rhythmbox/plugins/status-icon/libstatus-icon.la -lib/rhythmbox/plugins/status-icon/libstatus-icon.so -lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui -lib/rhythmbox/plugins/status-icon/status-icon-ui.xml -lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.pyo -%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/coherence.rb-plugin -lib/rhythmbox/plugins/visualizer/libvisualizer.la -lib/rhythmbox/plugins/visualizer/libvisualizer.so -lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h -lib/rhythmbox/plugins/visualizer/visualizer-controls.ui -lib/rhythmbox/plugins/visualizer/visualizer-ui.xml -lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin -libexec/rhythmbox-metadata -share/applications/rhythmbox.desktop -share/dbus-1/services/org.gnome.Rhythmbox.service -%%DOCSDIR%%/RBAutoPlaylistSource.html -%%DOCSDIR%%/RBBrowserSource.html -%%DOCSDIR%%/RBCellRendererPixbuf.html -%%DOCSDIR%%/RBCellRendererRating.html -%%DOCSDIR%%/RBEncoder.html -%%DOCSDIR%%/RBEntryView.html -%%DOCSDIR%%/RBHistory.html -%%DOCSDIR%%/RBImportErrorsSource.html -%%DOCSDIR%%/RBLibraryBrowser.html -%%DOCSDIR%%/RBLibrarySource.html -%%DOCSDIR%%/RBMetaData.html -%%DOCSDIR%%/RBMissingFilesSource.html -%%DOCSDIR%%/RBPlayOrder.html -%%DOCSDIR%%/RBPlayQueueSource.html -%%DOCSDIR%%/RBPlayer.html -%%DOCSDIR%%/RBPlayerGstDataTee.html -%%DOCSDIR%%/RBPlayerGstFilter.html -%%DOCSDIR%%/RBPlayerGstTee.html -%%DOCSDIR%%/RBPlaylistManager.html -%%DOCSDIR%%/RBPlaylistSource.html -%%DOCSDIR%%/RBPlugin.html -%%DOCSDIR%%/RBPropertyView.html -%%DOCSDIR%%/RBQueryCreator.html -%%DOCSDIR%%/RBRandomPlayOrder.html -%%DOCSDIR%%/RBRating.html -%%DOCSDIR%%/RBRemovableMediaManager.html -%%DOCSDIR%%/RBRemovableMediaSource.html -%%DOCSDIR%%/RBSearchEntry.html -%%DOCSDIR%%/RBShell.html -%%DOCSDIR%%/RBShellClipboard.html -%%DOCSDIR%%/RBShellPlayer.html -%%DOCSDIR%%/RBShellPreferences.html -%%DOCSDIR%%/RBSongInfo.html -%%DOCSDIR%%/RBSource.html -%%DOCSDIR%%/RBSourceHeader.html -%%DOCSDIR%%/RBSourceList.html -%%DOCSDIR%%/RBSourceListModel.html -%%DOCSDIR%%/RBSourceSearch.html -%%DOCSDIR%%/RBSourceSearchBasic.html -%%DOCSDIR%%/RBStaticPlaylistSource.html -%%DOCSDIR%%/RBStatusbar.html -%%DOCSDIR%%/RBStreamingSource.html -%%DOCSDIR%%/RBStringValueMap.html -%%DOCSDIR%%/RBURIDialog.html -%%DOCSDIR%%/RhythmDB.html -%%DOCSDIR%%/RhythmDBImportJob.html -%%DOCSDIR%%/RhythmDBPropertyModel.html -%%DOCSDIR%%/RhythmDBQueryModel.html -%%DOCSDIR%%/RhythmDBQueryResults.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/rhythmbox-RBSourceGroup.html -%%DOCSDIR%%/rhythmbox-rb-async-queue-watch.html -%%DOCSDIR%%/rhythmbox-rb-builder-helpers.html -%%DOCSDIR%%/rhythmbox-rb-debug.html -%%DOCSDIR%%/rhythmbox-rb-dialog.html -%%DOCSDIR%%/rhythmbox-rb-file-helpers.html -%%DOCSDIR%%/rhythmbox-rb-header.html -%%DOCSDIR%%/rhythmbox-rb-rating-helper.html -%%DOCSDIR%%/rhythmbox-rb-text-helpers.html -%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html -%%DOCSDIR%%/rhythmbox-rb-util.html -%%DOCSDIR%%/rhythmbox.devhelp -%%DOCSDIR%%/rhythmbox.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gnome/help/rhythmbox/C/fdl-appendix.xml -share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/C/figures/rb-notification-window.png -share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/C/figures/rb-statusbar.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/C/figures/rb-toolbar.png -share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/C/figures/rb-window-small.png -share/gnome/help/rhythmbox/C/figures/rb-window.png -share/gnome/help/rhythmbox/C/legal.xml -share/gnome/help/rhythmbox/C/rhythmbox.xml -share/gnome/help/rhythmbox/cs/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/cs/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/cs/figures/rb-notification-window.png -share/gnome/help/rhythmbox/cs/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/cs/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/cs/figures/rb-statusbar.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/cs/figures/rb-toolbar.png -share/gnome/help/rhythmbox/cs/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/cs/figures/rb-window-small.png -share/gnome/help/rhythmbox/cs/figures/rb-window.png -share/gnome/help/rhythmbox/cs/rhythmbox.xml -share/gnome/help/rhythmbox/da/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/da/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/da/figures/rb-notification-window.png -share/gnome/help/rhythmbox/da/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/da/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/da/figures/rb-statusbar.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/da/figures/rb-toolbar.png -share/gnome/help/rhythmbox/da/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/da/figures/rb-window-small.png -share/gnome/help/rhythmbox/da/figures/rb-window.png -share/gnome/help/rhythmbox/da/rhythmbox.xml -share/gnome/help/rhythmbox/de/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/de/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/de/figures/rb-notification-window.png -share/gnome/help/rhythmbox/de/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/de/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/de/figures/rb-statusbar.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/de/figures/rb-toolbar.png -share/gnome/help/rhythmbox/de/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/de/figures/rb-window-small.png -share/gnome/help/rhythmbox/de/figures/rb-window.png -share/gnome/help/rhythmbox/de/rhythmbox.xml -share/gnome/help/rhythmbox/el/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/el/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/el/figures/rb-notification-window.png -share/gnome/help/rhythmbox/el/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/el/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/el/figures/rb-statusbar.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/el/figures/rb-toolbar.png -share/gnome/help/rhythmbox/el/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/el/figures/rb-window-small.png -share/gnome/help/rhythmbox/el/figures/rb-window.png -share/gnome/help/rhythmbox/el/rhythmbox.xml -share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/es/figures/rb-notification-window.png -share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/es/figures/rb-statusbar.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/es/figures/rb-toolbar.png -share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/es/figures/rb-window-small.png -share/gnome/help/rhythmbox/es/figures/rb-window.png -share/gnome/help/rhythmbox/es/rhythmbox.xml -share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png -share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png -share/gnome/help/rhythmbox/fr/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/fr/figures/rb-window-small.png -share/gnome/help/rhythmbox/fr/figures/rb-window.png -share/gnome/help/rhythmbox/fr/rhythmbox.xml -share/gnome/help/rhythmbox/it/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/it/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/it/figures/rb-notification-window.png -share/gnome/help/rhythmbox/it/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/it/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/it/figures/rb-statusbar.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/it/figures/rb-toolbar.png -share/gnome/help/rhythmbox/it/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/it/figures/rb-window-small.png -share/gnome/help/rhythmbox/it/figures/rb-window.png -share/gnome/help/rhythmbox/it/rhythmbox.xml -share/gnome/help/rhythmbox/oc/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/oc/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/oc/figures/rb-notification-window.png -share/gnome/help/rhythmbox/oc/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/oc/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/oc/figures/rb-statusbar.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/oc/figures/rb-toolbar.png -share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/oc/figures/rb-window-small.png -share/gnome/help/rhythmbox/oc/figures/rb-window.png -share/gnome/help/rhythmbox/oc/rhythmbox.xml -share/gnome/help/rhythmbox/pt/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/pt/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/pt/figures/rb-notification-window.png -share/gnome/help/rhythmbox/pt/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/pt/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/pt/figures/rb-statusbar.png -share/gnome/help/rhythmbox/pt/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/pt/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/pt/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/pt/figures/rb-toolbar.png -share/gnome/help/rhythmbox/pt/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/pt/figures/rb-window-small.png -share/gnome/help/rhythmbox/pt/figures/rb-window.png -share/gnome/help/rhythmbox/pt/rhythmbox.xml -share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png -share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png -share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/ru/figures/rb-window-small.png -share/gnome/help/rhythmbox/ru/figures/rb-window.png -share/gnome/help/rhythmbox/ru/rhythmbox.xml -share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png -share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png -share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/sv/figures/rb-window-small.png -share/gnome/help/rhythmbox/sv/figures/rb-window.png -share/gnome/help/rhythmbox/sv/rhythmbox.xml -share/gnome/help/rhythmbox/uk/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/uk/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/uk/figures/rb-notification-window.png -share/gnome/help/rhythmbox/uk/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/uk/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/uk/figures/rb-statusbar.png -share/gnome/help/rhythmbox/uk/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/uk/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/uk/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/uk/figures/rb-toolbar.png -share/gnome/help/rhythmbox/uk/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/uk/figures/rb-window-small.png -share/gnome/help/rhythmbox/uk/figures/rb-window.png -share/gnome/help/rhythmbox/uk/rhythmbox.xml -share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png -share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png -share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml -share/icons/hicolor/16x16/apps/rhythmbox.png -share/icons/hicolor/22x22/apps/rhythmbox.png -share/icons/hicolor/24x24/apps/rhythmbox.png -share/icons/hicolor/24x24/places/music-library.png -share/icons/hicolor/32x32/apps/rhythmbox.png -share/icons/hicolor/48x48/apps/rhythmbox.png -share/icons/hicolor/scalable/apps/rhythmbox.svg -share/locale/af/LC_MESSAGES/rhythmbox.mo -share/locale/am/LC_MESSAGES/rhythmbox.mo -share/locale/ar/LC_MESSAGES/rhythmbox.mo -share/locale/as/LC_MESSAGES/rhythmbox.mo -share/locale/az/LC_MESSAGES/rhythmbox.mo -share/locale/be/LC_MESSAGES/rhythmbox.mo -share/locale/be@latin/LC_MESSAGES/rhythmbox.mo -share/locale/bg/LC_MESSAGES/rhythmbox.mo -share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo -share/locale/br/LC_MESSAGES/rhythmbox.mo -share/locale/ca/LC_MESSAGES/rhythmbox.mo -share/locale/cs/LC_MESSAGES/rhythmbox.mo -share/locale/cy/LC_MESSAGES/rhythmbox.mo -share/locale/da/LC_MESSAGES/rhythmbox.mo -share/locale/de/LC_MESSAGES/rhythmbox.mo -share/locale/dz/LC_MESSAGES/rhythmbox.mo -share/locale/el/LC_MESSAGES/rhythmbox.mo -share/locale/en_CA/LC_MESSAGES/rhythmbox.mo -share/locale/en_GB/LC_MESSAGES/rhythmbox.mo -share/locale/es/LC_MESSAGES/rhythmbox.mo -share/locale/et/LC_MESSAGES/rhythmbox.mo -share/locale/eu/LC_MESSAGES/rhythmbox.mo -share/locale/fi/LC_MESSAGES/rhythmbox.mo -share/locale/fr/LC_MESSAGES/rhythmbox.mo -share/locale/ga/LC_MESSAGES/rhythmbox.mo -share/locale/gl/LC_MESSAGES/rhythmbox.mo -share/locale/gu/LC_MESSAGES/rhythmbox.mo -share/locale/he/LC_MESSAGES/rhythmbox.mo -share/locale/hi/LC_MESSAGES/rhythmbox.mo -share/locale/hr/LC_MESSAGES/rhythmbox.mo -share/locale/hu/LC_MESSAGES/rhythmbox.mo -share/locale/id/LC_MESSAGES/rhythmbox.mo -share/locale/is/LC_MESSAGES/rhythmbox.mo -share/locale/it/LC_MESSAGES/rhythmbox.mo -share/locale/ja/LC_MESSAGES/rhythmbox.mo -share/locale/kn/LC_MESSAGES/rhythmbox.mo -share/locale/ko/LC_MESSAGES/rhythmbox.mo -share/locale/lt/LC_MESSAGES/rhythmbox.mo -share/locale/lv/LC_MESSAGES/rhythmbox.mo -share/locale/mk/LC_MESSAGES/rhythmbox.mo -share/locale/ml/LC_MESSAGES/rhythmbox.mo -share/locale/mn/LC_MESSAGES/rhythmbox.mo -share/locale/mr/LC_MESSAGES/rhythmbox.mo -share/locale/ms/LC_MESSAGES/rhythmbox.mo -share/locale/nb/LC_MESSAGES/rhythmbox.mo -share/locale/nds/LC_MESSAGES/rhythmbox.mo -share/locale/ne/LC_MESSAGES/rhythmbox.mo -share/locale/nl/LC_MESSAGES/rhythmbox.mo -share/locale/oc/LC_MESSAGES/rhythmbox.mo -share/locale/or/LC_MESSAGES/rhythmbox.mo -share/locale/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/LC_MESSAGES/rhythmbox.mo -share/locale/ps/LC_MESSAGES/rhythmbox.mo -share/locale/pt/LC_MESSAGES/rhythmbox.mo -share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo -share/locale/ro/LC_MESSAGES/rhythmbox.mo -share/locale/ru/LC_MESSAGES/rhythmbox.mo -share/locale/rw/LC_MESSAGES/rhythmbox.mo -share/locale/sk/LC_MESSAGES/rhythmbox.mo -share/locale/sl/LC_MESSAGES/rhythmbox.mo -share/locale/sr/LC_MESSAGES/rhythmbox.mo -share/locale/sr@latin/LC_MESSAGES/rhythmbox.mo -share/locale/sv/LC_MESSAGES/rhythmbox.mo -share/locale/ta/LC_MESSAGES/rhythmbox.mo -share/locale/te/LC_MESSAGES/rhythmbox.mo -share/locale/th/LC_MESSAGES/rhythmbox.mo -share/locale/tr/LC_MESSAGES/rhythmbox.mo -share/locale/uk/LC_MESSAGES/rhythmbox.mo -share/locale/vi/LC_MESSAGES/rhythmbox.mo -share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo -share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo -share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo -share/omf/rhythmbox/rhythmbox-C.omf -share/omf/rhythmbox/rhythmbox-cs.omf -share/omf/rhythmbox/rhythmbox-da.omf -share/omf/rhythmbox/rhythmbox-de.omf -share/omf/rhythmbox/rhythmbox-el.omf -share/omf/rhythmbox/rhythmbox-es.omf -share/omf/rhythmbox/rhythmbox-fr.omf -share/omf/rhythmbox/rhythmbox-it.omf -share/omf/rhythmbox/rhythmbox-oc.omf -share/omf/rhythmbox/rhythmbox-pt.omf -share/omf/rhythmbox/rhythmbox-ru.omf -share/omf/rhythmbox/rhythmbox-sv.omf -share/omf/rhythmbox/rhythmbox-uk.omf -share/omf/rhythmbox/rhythmbox-zh_CN.omf -share/rhythmbox/create-playlist.ui -share/rhythmbox/general-prefs.ui -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.png -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.png -share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/16x16/actions/internet-radio-new.png -share/rhythmbox/icons/hicolor/16x16/actions/media-eject.png -share/rhythmbox/icons/hicolor/16x16/actions/playlist-automatic-new.png -share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png -share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png -share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png -share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png -share/rhythmbox/icons/hicolor/16x16/places/music-library.png -share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png -share/rhythmbox/icons/hicolor/16x16/places/playlist.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-notplaying.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-set-star.png -share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-unset-star.png -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.png -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.png -share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/22x22/actions/internet-radio-new.png -share/rhythmbox/icons/hicolor/22x22/actions/playlist-automatic-new.png -share/rhythmbox/icons/hicolor/22x22/actions/playlist-new.png -share/rhythmbox/icons/hicolor/22x22/actions/podcast-new.png -share/rhythmbox/icons/hicolor/22x22/actions/visualization.png -share/rhythmbox/icons/hicolor/22x22/places/library-internet-radio.png -share/rhythmbox/icons/hicolor/22x22/places/library-podcast.png -share/rhythmbox/icons/hicolor/22x22/places/playlist-automatic.png -share/rhythmbox/icons/hicolor/22x22/places/playlist.png -%%PYTHON%%share/rhythmbox/icons/hicolor/24x24/places/jamendo.png -%%PYTHON%%share/rhythmbox/icons/hicolor/24x24/places/magnatune.png -share/rhythmbox/icons/hicolor/22x22/status/rhythmbox-notplaying.png -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.png -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.png -share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/32x32/actions/internet-radio-new.png -share/rhythmbox/icons/hicolor/32x32/actions/playlist-automatic-new.png -share/rhythmbox/icons/hicolor/32x32/actions/playlist-new.png -share/rhythmbox/icons/hicolor/32x32/places/library-internet-radio.png -share/rhythmbox/icons/hicolor/32x32/places/playlist-automatic.png -share/rhythmbox/icons/hicolor/32x32/places/playlist.png -share/rhythmbox/icons/hicolor/32x32/status/rhythmbox-notplaying.png -share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-duplicate.svg -share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-new.svg -share/rhythmbox/icons/hicolor/scalable/actions/internet-radio-new.svg -share/rhythmbox/icons/hicolor/scalable/actions/playlist-automatic-new.svg -share/rhythmbox/icons/hicolor/scalable/actions/playlist-new.svg -share/rhythmbox/icons/hicolor/scalable/places/library-internet-radio.svg -share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg -share/rhythmbox/icons/hicolor/scalable/places/playlist.svg -share/rhythmbox/icons/hicolor/scalable/status/rhythmbox-notplaying.svg -share/rhythmbox/library-prefs.ui -share/rhythmbox/media-player-properties.ui -share/rhythmbox/playback-prefs.ui -share/rhythmbox/playlist-save.ui -share/rhythmbox/playlists.xml -share/rhythmbox/plugins.ui -share/rhythmbox/podcast-feed-properties.ui -share/rhythmbox/podcast-prefs.ui -share/rhythmbox/podcast-properties.ui -share/rhythmbox/rhythmbox-ui.xml -share/rhythmbox/song-info-multiple.ui -share/rhythmbox/song-info.ui -share/rhythmbox/uri-new.ui -@dirrm share/rhythmbox/icons/hicolor/scalable/status -@dirrm share/rhythmbox/icons/hicolor/scalable/places -@dirrm share/rhythmbox/icons/hicolor/scalable/actions -@dirrm share/rhythmbox/icons/hicolor/scalable -@dirrm share/rhythmbox/icons/hicolor/32x32/status -@dirrm share/rhythmbox/icons/hicolor/32x32/places -@dirrm share/rhythmbox/icons/hicolor/32x32/actions -@dirrm share/rhythmbox/icons/hicolor/32x32 -%%PYTHON%%@dirrm share/rhythmbox/icons/hicolor/24x24/places -%%PYTHON%%@dirrm share/rhythmbox/icons/hicolor/24x24 -@dirrm share/rhythmbox/icons/hicolor/22x22/status -@dirrm share/rhythmbox/icons/hicolor/22x22/places -@dirrm share/rhythmbox/icons/hicolor/22x22/actions -@dirrm share/rhythmbox/icons/hicolor/22x22 -@dirrm share/rhythmbox/icons/hicolor/16x16/status -@dirrm share/rhythmbox/icons/hicolor/16x16/places -@dirrm share/rhythmbox/icons/hicolor/16x16/actions -@dirrm share/rhythmbox/icons/hicolor/16x16 -@dirrm share/rhythmbox/icons/hicolor -@dirrm share/rhythmbox/icons -@dirrm share/rhythmbox -@dirrm share/omf/rhythmbox -@dirrm share/gnome/help/rhythmbox/zh_CN/figures -@dirrm share/gnome/help/rhythmbox/zh_CN -@dirrm share/gnome/help/rhythmbox/uk/figures -@dirrm share/gnome/help/rhythmbox/uk -@dirrm share/gnome/help/rhythmbox/sv/figures -@dirrm share/gnome/help/rhythmbox/sv -@dirrm share/gnome/help/rhythmbox/ru/figures -@dirrm share/gnome/help/rhythmbox/ru -@dirrm share/gnome/help/rhythmbox/pt/figures -@dirrm share/gnome/help/rhythmbox/pt -@dirrm share/gnome/help/rhythmbox/oc/figures -@dirrm share/gnome/help/rhythmbox/oc -@dirrm share/gnome/help/rhythmbox/it/figures -@dirrm share/gnome/help/rhythmbox/it -@dirrm share/gnome/help/rhythmbox/fr/figures -@dirrm share/gnome/help/rhythmbox/fr -@dirrm share/gnome/help/rhythmbox/es/figures -@dirrm share/gnome/help/rhythmbox/es -@dirrm share/gnome/help/rhythmbox/el/figures -@dirrm share/gnome/help/rhythmbox/el -@dirrm share/gnome/help/rhythmbox/da/figures -@dirrm share/gnome/help/rhythmbox/da -@dirrm share/gnome/help/rhythmbox/de/figures -@dirrm share/gnome/help/rhythmbox/de -@dirrm share/gnome/help/rhythmbox/cs/figures -@dirrm share/gnome/help/rhythmbox/cs -@dirrm share/gnome/help/rhythmbox/C/figures -@dirrm share/gnome/help/rhythmbox/C -@dirrm share/gnome/help/rhythmbox -@dirrm %%DOCSDIR%% -@dirrm lib/rhythmbox/plugins/visualizer -%%PYTHON%%@dirrm lib/rhythmbox/plugins/upnp_coherence -@dirrm lib/rhythmbox/plugins/status-icon -%%PYTHON%%@dirrm lib/rhythmbox/plugins/sendto -%%PYTHON%%@dirrm lib/rhythmbox/plugins/replaygain -%%PYTHON%%@dirrm lib/rhythmbox/plugins/rb -%%PYTHON%%@dirrm lib/rhythmbox/plugins/python-console -@dirrm lib/rhythmbox/plugins/power-manager -%%MTP%%@dirrm lib/rhythmbox/plugins/mtpdevice -@dirrm lib/rhythmbox/plugins/mmkeys -%%PYTHON%%@dirrm lib/rhythmbox/plugins/magnatune -%%PYTHON%%@dirrm lib/rhythmbox/plugins/lyrics -%%LIRC%%@dirrm lib/rhythmbox/plugins/rblirc -%%PYTHON%%@dirrm lib/rhythmbox/plugins/jamendo -@dirrm lib/rhythmbox/plugins/iradio -%%IPOD%%@dirrm lib/rhythmbox/plugins/ipod -%%PYTHON%%@dirrm lib/rhythmbox/plugins/im-status -@dirrm lib/rhythmbox/plugins/generic-player -@dirrm lib/rhythmbox/plugins/fmradio -%%DAAP%%@dirrm lib/rhythmbox/plugins/daap -%%PYTHON%%@dirrm lib/rhythmbox/plugins/context/tmpl -%%PYTHON%%@dirrm lib/rhythmbox/plugins/context/img -%%PYTHON%%@dirrm lib/rhythmbox/plugins/context -@dirrm lib/rhythmbox/plugins/cd-recorder -@dirrm lib/rhythmbox/plugins/audioscrobbler -@dirrm lib/rhythmbox/plugins/audiocd -%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay -@dirrm lib/rhythmbox/plugins -@dirrm lib/rhythmbox -%%ITMS_PLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile deleted file mode 100644 index f5dab457f..000000000 --- a/databases/evolution-data-server/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# New ports collection makefile for: evolution-data-server -# Date created: 09 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.209 2011/06/04 22:51:27 mezz Exp $ -# - -PORTNAME= evolution-data-server -PORTVERSION= 2.32.1 -PORTREVISION= 2 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The data backends for the Evolution integrated mail/PIM suite - -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gdata.7:${PORTSDIR}/devel/libgdata \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - ical.44:${PORTSDIR}/devel/libical \ - nss3.1:${PORTSDIR}/security/nss \ - tasn1.4:${PORTSDIR}/security/libtasn1 \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring - -CONFLICTS= evolution-data-server-3.[0-9]* - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \ - libxml2 -USE_OPENLDAP= yes -USE_AUTOTOOLS= libtool -USE_BDB= 41+ -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static \ - --enable-gnome-keyring=yes \ - --with-openldap=yes \ - --with-libdb=${LOCALBASE} -CPPFLAGS= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS} -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2" - -#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off -OPTIONS= WEATHER "Enable weather calendar backend" on \ - KERBEROS "Adds Kerberos support" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -#.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING) -#CONFIGURE_ARGS+= --enable-imap4=yes -#PLIST_SUB+= IMAP4="" -#.else -PLIST_SUB+= IMAP4="@comment " -#.endif - -.if defined(WITH_WEATHER) -LIB_DEPENDS+= gweather.1:${PORTSDIR}/net/libgweather -CONFIGURE_ARGS+= --with-weather -PLIST_SUB+= WEATHER="" -.else -CONFIGURE_ARGS+= --without-weather -PLIST_SUB+= WEATHER="@comment " -.endif - -EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41." - -pre-everything:: - @if [ x"${BDB_VER}" != x"41" ]; then \ - ${ECHO_MSG} ${EDS_BDB_MSG} | ${FMT} 75 79 ; \ - fi - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \ - s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g ; \ - s|-DGTK_DISABLE_DEPRECATED||g ; \ - s|-Wl,--no-undefined||g ; \ - s|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo deleted file mode 100644 index d510805ec..000000000 --- a/databases/evolution-data-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/evolution-data-server-2.32.1.tar.bz2) = de6a724504a9d72ca550a5a157df1e27dbb951a673f281106171c2345912fc79 -SIZE (gnome2/evolution-data-server-2.32.1.tar.bz2) = 4290087 diff --git a/databases/evolution-data-server/files/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c b/databases/evolution-data-server/files/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c deleted file mode 100644 index 573eb5312..000000000 --- a/databases/evolution-data-server/files/patch-calendar_libedata-cal_e-cal-backend-intervaltree.c +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/libedata-cal/e-cal-backend-intervaltree.c.orig 2010-09-19 18:17:35.000000000 +0000 -+++ calendar/libedata-cal/e-cal-backend-intervaltree.c 2010-09-19 18:17:44.000000000 +0000 -@@ -26,7 +26,7 @@ - - #include <stdio.h> - #include <string.h> --#include <malloc.h> -+#include <stdlib.h> - - #include "e-cal-backend-intervaltree.h" - diff --git a/databases/evolution-data-server/files/patch-camel_camel-block-file.h b/databases/evolution-data-server/files/patch-camel_camel-block-file.h deleted file mode 100644 index bb155e24a..000000000 --- a/databases/evolution-data-server/files/patch-camel_camel-block-file.h +++ /dev/null @@ -1,10 +0,0 @@ ---- camel/camel-block-file.h.orig Tue May 15 01:48:42 2007 -+++ camel/camel-block-file.h Tue May 15 01:49:00 2007 -@@ -21,6 +21,7 @@ - #ifndef _CAMEL_BLOCK_FILE_H - #define _CAMEL_BLOCK_FILE_H - -+#include <sys/types.h> - #include <camel/camel-object.h> - #include <glib.h> - #include <libedataserver/e-msgport.h> diff --git a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c b/databases/evolution-data-server/files/patch-camel_camel-net-utils.c deleted file mode 100644 index 17bddca39..000000000 --- a/databases/evolution-data-server/files/patch-camel_camel-net-utils.c +++ /dev/null @@ -1,24 +0,0 @@ ---- camel/camel-net-utils.c.orig Tue Dec 21 13:38:52 2004 -+++ camel/camel-net-utils.c Tue Dec 21 13:40:34 2004 -@@ -143,12 +143,21 @@ - case EAI_SERVICE: - return NO_DATA; - break; -+#ifdef EAI_ADDRFAMILY - case EAI_ADDRFAMILY: - return NO_ADDRESS; - break; -+#endif -+#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME - case EAI_NODATA: - return NO_DATA; - break; -+#endif -+#ifdef EAI_NOFAMILY -+ case EAI_NOFAMILY: -+ return NO_ADDRESS; -+ break; -+#endif - case EAI_MEMORY: - return ENOMEM; - break; diff --git a/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in b/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in deleted file mode 100644 index 0e1321d75..000000000 --- a/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -Our gperf (2.7.2) doesn't understand --output-file. - ---- camel/providers/imapx/Makefile.in.orig 2010-04-26 14:33:56.000000000 +0200 -+++ camel/providers/imapx/Makefile.in 2010-04-26 14:35:10.000000000 +0200 -@@ -914,7 +914,7 @@ uninstall-am: uninstall-camel_providerDA - - - camel-imapx-tokenise.h: camel-imapx-tokens.txt -- @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< --output-file=$@ -+ @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@ - - -include $(top_srcdir)/git.mk - diff --git a/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt b/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt deleted file mode 100644 index 8ce6381e9..000000000 --- a/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- camel/providers/imapx/camel-imapx-tokens.txt.orig 2010-04-26 14:25:22.000000000 +0200 -+++ camel/providers/imapx/camel-imapx-tokens.txt 2010-04-26 14:25:32.000000000 +0200 -@@ -1,5 +1,3 @@ --/* This contains all of the keywords we care about. These -- can be converted to an id very efficiently */ - struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; }; - struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len); - %% diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure deleted file mode 100644 index 527384093..000000000 --- a/databases/evolution-data-server/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig 2009-12-25 20:21:00.000000000 +0100 -+++ configure 2009-12-25 20:21:01.000000000 +0100 -@@ -15968,6 +15968,14 @@ - _ACEOF - - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir" -+ ;; - *) - os_win32=no - NO_UNDEFINED='' diff --git a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in deleted file mode 100644 index 69da393ce..000000000 --- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig 2009-07-27 22:42:25.000000000 +0200 -+++ docs/reference/camel/Makefile.in 2009-07-27 22:42:50.000000000 +0200 -@@ -137,7 +137,7 @@ GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LI - GOBJECT_QUERY = @GOBJECT_QUERY@ - GREP = @GREP@ - HAVE_JW = @HAVE_JW@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(datadir)/doc - ICONV_LIBS = @ICONV_LIBS@ - IDL_INCLUDES = @IDL_INCLUDES@ - INSTALL = @INSTALL@ diff --git a/databases/evolution-data-server/pkg-descr b/databases/evolution-data-server/pkg-descr deleted file mode 100644 index 076bb0ef7..000000000 --- a/databases/evolution-data-server/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Evolution-data-server provides the various backend components for the -Evolution integrated mail/PIM suite, including the Berkeley database -backend and the libical calendar components. diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist deleted file mode 100644 index 982014ecc..000000000 --- a/databases/evolution-data-server/pkg-plist +++ /dev/null @@ -1,849 +0,0 @@ -include/evolution-data-server-%%VERSION%%/camel/camel-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-block-file.h -include/evolution-data-server-%%VERSION%%/camel/camel-certdb.h -include/evolution-data-server-%%VERSION%%/camel/camel-charset-map.h -include/evolution-data-server-%%VERSION%%/camel/camel-cipher-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-data-wrapper.h -include/evolution-data-server-%%VERSION%%/camel/camel-db.h -include/evolution-data-server-%%VERSION%%/camel/camel-debug.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-diary.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-disco-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-file-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-driver.h -include/evolution-data-server-%%VERSION%%/camel/camel-filter-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-search.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder-thread.h -include/evolution-data-server-%%VERSION%%/camel/camel-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-gpg-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-html-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-http-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-iconv.h -include/evolution-data-server-%%VERSION%%/camel/camel-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-internet-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-junk-plugin.h -include/evolution-data-server-%%VERSION%%/camel/camel-list-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-client.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock-helper.h -include/evolution-data-server-%%VERSION%%/camel/camel-lock.h -include/evolution-data-server-%%VERSION%%/camel/camel-medium.h -include/evolution-data-server-%%VERSION%%/camel/camel-mempool.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-basic.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-bestenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-canon.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-charset.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-crlf.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-enriched.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-from.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-gzip.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-html.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-linewrap.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-pgp.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-progress.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-save.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-tohtml.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-windows.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-yenc.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-message.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-parser.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-part.h -include/evolution-data-server-%%VERSION%%/camel/camel-mime-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-movemail.h -include/evolution-data-server-%%VERSION%%/camel/camel-msgport.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-encrypted.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart-signed.h -include/evolution-data-server-%%VERSION%%/camel/camel-multipart.h -include/evolution-data-server-%%VERSION%%/camel/camel-net-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-nntp-address.h -include/evolution-data-server-%%VERSION%%/camel/camel-object.h -include/evolution-data-server-%%VERSION%%/camel/camel-object-bag.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-journal.h -include/evolution-data-server-%%VERSION%%/camel/camel-offline-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-operation.h -include/evolution-data-server-%%VERSION%%/camel/camel-partition-table.h -include/evolution-data-server-%%VERSION%%/camel/camel-provider.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-anonymous.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-cram-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-digest-md5.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-gssapi.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-login.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-ntlm.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-plain.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl-popb4smtp.h -include/evolution-data-server-%%VERSION%%/camel/camel-sasl.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-private.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql-sexp.h -include/evolution-data-server-%%VERSION%%/camel/camel-search-sql.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-seekable-substream.h -include/evolution-data-server-%%VERSION%%/camel/camel-service.h -include/evolution-data-server-%%VERSION%%/camel/camel-session.h -include/evolution-data-server-%%VERSION%%/camel/camel-smime-context.h -include/evolution-data-server-%%VERSION%%/camel/camel-store-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-buffer.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-filter.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-fs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-mem.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-null.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-process.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream-vfs.h -include/evolution-data-server-%%VERSION%%/camel/camel-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-string-utils.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-raw.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream-ssl.h -include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream.h -include/evolution-data-server-%%VERSION%%/camel/camel-text-index.h -include/evolution-data-server-%%VERSION%%/camel/camel-transport.h -include/evolution-data-server-%%VERSION%%/camel/camel-trie.h -include/evolution-data-server-%%VERSION%%/camel/camel-uid-cache.h -include/evolution-data-server-%%VERSION%%/camel/camel-url-scanner.h -include/evolution-data-server-%%VERSION%%/camel/camel-url.h -include/evolution-data-server-%%VERSION%%/camel/camel-utf8.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-store.h -include/evolution-data-server-%%VERSION%%/camel/camel-vee-summary.h -include/evolution-data-server-%%VERSION%%/camel/camel-vtrash-folder.h -include/evolution-data-server-%%VERSION%%/camel/camel.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-connection.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-container.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-filter.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-item.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-message.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-proxy.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-recur-utils.h -include/evolution-data-server-%%VERSION%%/groupwise/e-gw-sendoptions.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-message.h -include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-response.h -include/evolution-data-server-%%VERSION%%/libebackend/e-data-server-module.h -include/evolution-data-server-%%VERSION%%/libebackend/e-db3-utils.h -include/evolution-data-server-%%VERSION%%/libebackend/e-dbhash.h -include/evolution-data-server-%%VERSION%%/libebackend/e-file-cache.h -include/evolution-data-server-%%VERSION%%/libebackend/e-offline-listener.h -include/evolution-data-server-%%VERSION%%/libebook/e-address-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-query.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-types.h -include/evolution-data-server-%%VERSION%%/libebook/e-book-view.h -include/evolution-data-server-%%VERSION%%/libebook/e-book.h -include/evolution-data-server-%%VERSION%%/libebook/e-contact.h -include/evolution-data-server-%%VERSION%%/libebook/e-destination.h -include/evolution-data-server-%%VERSION%%/libebook/e-name-western.h -include/evolution-data-server-%%VERSION%%/libebook/e-vcard.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-check-timezones.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-component.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-recur.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-system-timezone.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-time-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-types.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-util.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal-view.h -include/evolution-data-server-%%VERSION%%/libecal/e-cal.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-db-cache.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-summary.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-factory.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-types.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-view.h -include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-cache.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-file-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-intervaltree.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sexp.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-store.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sync.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-util.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-common.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-factory.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-types.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-view.h -include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-account.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-categories.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-util.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-debug-log.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-flag.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list-iterator.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-memory.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-proxy.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-sexp.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-group.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source-list.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-source.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-time-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-uid.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-url.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-hash-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-utils.h -include/evolution-data-server-%%VERSION%%/libedataserver/eds-version.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-category-completion.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-cell-renderer-color.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-destination-store.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-entry.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-list.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-model.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-passwords.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-combo-box.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector-dialog.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector.h -include/evolution-data-server-%%VERSION%%/libedataserverui/e-tree-model-generator.h -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.urls -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.a -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.la -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.so -%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamellocal.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelnntp.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelpop3.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsendmail.urls -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.a -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.la -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.so -lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelsmtp.urls -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgoogle.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendwebdav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.so -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.la -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.so -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la -%%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.so -lib/libcamel-%%EVO_VERSION%%.a -lib/libcamel-%%EVO_VERSION%%.la -lib/libcamel-%%EVO_VERSION%%.so -lib/libcamel-%%EVO_VERSION%%.so.19 -lib/libcamel-provider-%%EVO_VERSION%%.a -lib/libcamel-provider-%%EVO_VERSION%%.la -lib/libcamel-provider-%%EVO_VERSION%%.so -lib/libcamel-provider-%%EVO_VERSION%%.so.19 -lib/libebackend-%%EVO_VERSION%%.a -lib/libebackend-%%EVO_VERSION%%.la -lib/libebackend-%%EVO_VERSION%%.so -lib/libebackend-%%EVO_VERSION%%.so.0 -lib/libebook-%%EVO_VERSION%%.a -lib/libebook-%%EVO_VERSION%%.la -lib/libebook-%%EVO_VERSION%%.so -lib/libebook-%%EVO_VERSION%%.so.10 -lib/libecal-%%EVO_VERSION%%.a -lib/libecal-%%EVO_VERSION%%.la -lib/libecal-%%EVO_VERSION%%.so -lib/libecal-%%EVO_VERSION%%.so.8 -lib/libedata-book-%%EVO_VERSION%%.a -lib/libedata-book-%%EVO_VERSION%%.la -lib/libedata-book-%%EVO_VERSION%%.so -lib/libedata-book-%%EVO_VERSION%%.so.8 -lib/libedata-cal-%%EVO_VERSION%%.a -lib/libedata-cal-%%EVO_VERSION%%.la -lib/libedata-cal-%%EVO_VERSION%%.so -lib/libedata-cal-%%EVO_VERSION%%.so.10 -lib/libedataserver-%%EVO_VERSION%%.a -lib/libedataserver-%%EVO_VERSION%%.la -lib/libedataserver-%%EVO_VERSION%%.so -lib/libedataserver-%%EVO_VERSION%%.so.14 -lib/libedataserverui-%%EVO_VERSION%%.a -lib/libedataserverui-%%EVO_VERSION%%.la -lib/libedataserverui-%%EVO_VERSION%%.so -lib/libedataserverui-%%EVO_VERSION%%.so.11 -lib/libegroupwise-%%EVO_VERSION%%.a -lib/libegroupwise-%%EVO_VERSION%%.la -lib/libegroupwise-%%EVO_VERSION%%.so -lib/libegroupwise-%%EVO_VERSION%%.so.13 -libdata/pkgconfig/camel-%%EVO_VERSION%%.pc -libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc -libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebackend-%%EVO_VERSION%%.pc -libdata/pkgconfig/libebook-%%EVO_VERSION%%.pc -libdata/pkgconfig/libecal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-book-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedata-cal-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc -libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc -libdata/pkgconfig/libegroupwise-%%EVO_VERSION%%.pc -libexec/camel-index-control-%%EVO_VERSION%% -libexec/camel-lock-helper-%%EVO_VERSION%% -libexec/e-addressbook-factory -libexec/e-calendar-factory -share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service -share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service -share/doc/camel/Addresses.html -share/doc/camel/CamelAddress.html -share/doc/camel/CamelCertDB.html -share/doc/camel/CamelCipherContext.html -share/doc/camel/CamelDataCache.html -share/doc/camel/CamelDataWrapper.html -share/doc/camel/CamelDiscoDiary.html -share/doc/camel/CamelDiscoFolder.html -share/doc/camel/CamelDiscoStore.html -share/doc/camel/CamelFilterDriver.html -share/doc/camel/CamelFolder.html -share/doc/camel/CamelFolderSearch.html -share/doc/camel/CamelFolderSummary.html -share/doc/camel/CamelGpgContext.html -share/doc/camel/CamelHttpStream.html -share/doc/camel/CamelIndex.html -share/doc/camel/CamelInternetAddress.html -share/doc/camel/CamelKeyFile.html -share/doc/camel/CamelKeyTable.html -share/doc/camel/CamelMedium.html -share/doc/camel/CamelMimeFilter.html -share/doc/camel/CamelMimeFilterBasic.html -share/doc/camel/CamelMimeFilterBestenc.html -share/doc/camel/CamelMimeFilterCRLF.html -share/doc/camel/CamelMimeFilterCanon.html -share/doc/camel/CamelMimeFilterCharset.html -share/doc/camel/CamelMimeFilterEnriched.html -share/doc/camel/CamelMimeFilterFrom.html -share/doc/camel/CamelMimeFilterGZip.html -share/doc/camel/CamelMimeFilterHTML.html -share/doc/camel/CamelMimeFilterIndex.html -share/doc/camel/CamelMimeFilterLinewrap.html -share/doc/camel/CamelMimeFilterPgp.html -share/doc/camel/CamelMimeFilterProgress.html -share/doc/camel/CamelMimeFilterSave.html -share/doc/camel/CamelMimeFilterToHTML.html -share/doc/camel/CamelMimeFilterWindows.html -share/doc/camel/CamelMimeFilterYenc.html -share/doc/camel/CamelMimeMessage.html -share/doc/camel/CamelMimeParser.html -share/doc/camel/CamelMimePart.html -share/doc/camel/CamelMultipart.html -share/doc/camel/CamelMultipartEncrypted.html -share/doc/camel/CamelMultipartSigned.html -share/doc/camel/CamelNNTPAddress.html -share/doc/camel/CamelObject.html -share/doc/camel/CamelOfflineFolder.html -share/doc/camel/CamelOfflineJournal.html -share/doc/camel/CamelOfflineStore.html -share/doc/camel/CamelSMIMEContext.html -share/doc/camel/CamelSasl.html -share/doc/camel/CamelSaslAnonymous.html -share/doc/camel/CamelSaslCramMd5.html -share/doc/camel/CamelSaslDigestMd5.html -share/doc/camel/CamelSaslGssapi.html -share/doc/camel/CamelSaslLogin.html -share/doc/camel/CamelSaslNTLM.html -share/doc/camel/CamelSaslPOPB4SMTP.html -share/doc/camel/CamelSaslPlain.html -share/doc/camel/CamelSeekableStream.html -share/doc/camel/CamelSeekableSubstream.html -share/doc/camel/CamelService.html -share/doc/camel/CamelSession.html -share/doc/camel/CamelStore.html -share/doc/camel/CamelStoreSummary.html -share/doc/camel/CamelStream.html -share/doc/camel/CamelStreamBuffer.html -share/doc/camel/CamelStreamFilter.html -share/doc/camel/CamelStreamFs.html -share/doc/camel/CamelStreamMem.html -share/doc/camel/CamelStreamNull.html -share/doc/camel/CamelStreamProcess.html -share/doc/camel/CamelStreamVFS.html -share/doc/camel/CamelTcpStream.html -share/doc/camel/CamelTcpStreamRaw.html -share/doc/camel/CamelTextIndexName.html -share/doc/camel/CamelTransport.html -share/doc/camel/CamelVTrashFolder.html -share/doc/camel/CamelVeeFolder.html -share/doc/camel/CamelVeeStore.html -share/doc/camel/CamelVeeSummary.html -share/doc/camel/ClassTree.html -share/doc/camel/Crypto.html -share/doc/camel/Deprecated.html -share/doc/camel/Filters.html -share/doc/camel/Folders.html -share/doc/camel/Fundamentals.html -share/doc/camel/MIME.html -share/doc/camel/Search-Folders.html -share/doc/camel/Services.html -share/doc/camel/Storage.html -share/doc/camel/Stream-Filters.html -share/doc/camel/Streams.html -share/doc/camel/Utilities.html -share/doc/camel/api-index-2.22.html -share/doc/camel/api-index-2.24.html -share/doc/camel/api-index-2.26.html -share/doc/camel/api-index-2.28.html -share/doc/camel/api-index-2.30.html -share/doc/camel/api-index-2.32.html -share/doc/camel/api-index-deprecated.html -share/doc/camel/api-index-full.html -share/doc/camel/camel-CamelDB.html -share/doc/camel/camel-CamelMsgPort.html -share/doc/camel/camel-CamelTcpStreamSSL.html -share/doc/camel/camel-camel-charset-map.html -share/doc/camel/camel-camel-debug.html -share/doc/camel/camel-camel-file-utils.html -share/doc/camel/camel-camel-filter-search.html -share/doc/camel/camel-camel-folder-thread.html -share/doc/camel/camel-camel-iconv.html -share/doc/camel/camel-camel-junk-plugin.html -share/doc/camel/camel-camel-list-utils.html -share/doc/camel/camel-camel-lock-client.html -share/doc/camel/camel-camel-lock.html -share/doc/camel/camel-camel-mempool.html -share/doc/camel/camel-camel-mime-utils.html -share/doc/camel/camel-camel-movemail.html -share/doc/camel/camel-camel-net-utils.html -share/doc/camel/camel-camel-operation.html -share/doc/camel/camel-camel-provider.html -share/doc/camel/camel-camel-search-sql-sexp.html -share/doc/camel/camel-camel-search-sql.html -share/doc/camel/camel-camel-string-utils.html -share/doc/camel/camel-camel-trie.html -share/doc/camel/camel-camel-uid-cache.html -share/doc/camel/camel-camel-url-scanner.html -share/doc/camel/camel-camel-url.html -share/doc/camel/camel-camel-utf8.html -share/doc/camel/camel-camel.html -share/doc/camel/camel.devhelp -share/doc/camel/camel.devhelp2 -share/doc/camel/classes.html -share/doc/camel/home.png -share/doc/camel/index.html -share/doc/camel/index.sgml -share/doc/camel/left.png -share/doc/camel/right.png -share/doc/camel/style.css -share/doc/camel/up.png -share/doc/libebackend/api-index-2.24.html -share/doc/libebackend/api-index-2.26.html -share/doc/libebackend/api-index-2.28.html -share/doc/libebackend/api-index-2.30.html -share/doc/libebackend/api-index-deprecated.html -share/doc/libebackend/ch01.html -share/doc/libebackend/home.png -share/doc/libebackend/index.html -share/doc/libebackend/index.sgml -share/doc/libebackend/ix01.html -share/doc/libebackend/left.png -share/doc/libebackend/libebackend-EOfflineListener.html -share/doc/libebackend/libebackend-e-data-server-module.html -share/doc/libebackend/libebackend-e-db3-utils.html -share/doc/libebackend/libebackend-e-dbhash.html -share/doc/libebackend/libebackend-e-file-cache.html -share/doc/libebackend/libebackend.devhelp -share/doc/libebackend/libebackend.devhelp2 -share/doc/libebackend/right.png -share/doc/libebackend/style.css -share/doc/libebackend/up.png -share/doc/libebook/EBook.html -share/doc/libebook/EBookView.html -share/doc/libebook/EContact.html -share/doc/libebook/EDestination.html -share/doc/libebook/EVCard.html -share/doc/libebook/api-index-1.12.html -share/doc/libebook/api-index-2.22.html -share/doc/libebook/api-index-2.24.html -share/doc/libebook/api-index-2.26.html -share/doc/libebook/api-index-2.28.html -share/doc/libebook/api-index-2.30.html -share/doc/libebook/api-index-2.32.html -share/doc/libebook/api-index-deprecated.html -share/doc/libebook/api-index-full.html -share/doc/libebook/ch01.html -share/doc/libebook/home.png -share/doc/libebook/index.html -share/doc/libebook/index.sgml -share/doc/libebook/left.png -share/doc/libebook/libebook-EAddressWestern.html -share/doc/libebook/libebook-ENameWestern.html -share/doc/libebook/libebook-e-book-query.html -share/doc/libebook/libebook-e-book-types.html -share/doc/libebook/libebook.devhelp -share/doc/libebook/libebook.devhelp2 -share/doc/libebook/right.png -share/doc/libebook/style.css -share/doc/libebook/up.png -share/doc/libecal/ECal.html -share/doc/libecal/ECalComponent.html -share/doc/libecal/ECalView.html -share/doc/libecal/api-index-1.12.html -share/doc/libecal/api-index-2.22.html -share/doc/libecal/api-index-2.24.html -share/doc/libecal/api-index-2.26.html -share/doc/libecal/api-index-2.28.html -share/doc/libecal/api-index-2.30.html -share/doc/libecal/api-index-2.32.html -share/doc/libecal/api-index-deprecated.html -share/doc/libecal/api-index-full.html -share/doc/libecal/ch01.html -share/doc/libecal/home.png -share/doc/libecal/index.html -share/doc/libecal/index.sgml -share/doc/libecal/left.png -share/doc/libecal/libecal-e-cal-check-timezones.html -share/doc/libecal/libecal-e-cal-recur.html -share/doc/libecal/libecal-e-cal-system-timezone.html -share/doc/libecal/libecal-e-cal-time-util.html -share/doc/libecal/libecal-e-cal-types.html -share/doc/libecal/libecal-e-cal-util.html -share/doc/libecal/libecal.devhelp -share/doc/libecal/libecal.devhelp2 -share/doc/libecal/right.png -share/doc/libecal/style.css -share/doc/libecal/up.png -share/doc/libedata-book/EBookBackend.html -share/doc/libedata-book/EBookBackendCache.html -share/doc/libedata-book/EBookBackendFactory.html -share/doc/libedata-book/EBookBackendSExp.html -share/doc/libedata-book/EBookBackendSummary.html -share/doc/libedata-book/EBookBackendSync.html -share/doc/libedata-book/EDataBook.html -share/doc/libedata-book/EDataBookView.html -share/doc/libedata-book/api-index-1.12.html -share/doc/libedata-book/api-index-2.22.html -share/doc/libedata-book/api-index-2.24.html -share/doc/libedata-book/api-index-2.26.html -share/doc/libedata-book/api-index-2.28.html -share/doc/libedata-book/api-index-2.30.html -share/doc/libedata-book/api-index-2.32.html -share/doc/libedata-book/api-index-deprecated.html -share/doc/libedata-book/api-index-full.html -share/doc/libedata-book/ch01.html -share/doc/libedata-book/home.png -share/doc/libedata-book/index.html -share/doc/libedata-book/index.sgml -share/doc/libedata-book/left.png -share/doc/libedata-book/libedata-book-EDataBookFactory.html -share/doc/libedata-book/libedata-book-e-book-backend-db-cache.html -share/doc/libedata-book/libedata-book-ximian-vcard.html -share/doc/libedata-book/libedata-book.devhelp -share/doc/libedata-book/libedata-book.devhelp2 -share/doc/libedata-book/right.png -share/doc/libedata-book/style.css -share/doc/libedata-book/up.png -share/doc/libedata-cal/ECalBackend.html -share/doc/libedata-cal/ECalBackendCache.html -share/doc/libedata-cal/ECalBackendFactory.html -share/doc/libedata-cal/ECalBackendSExp.html -share/doc/libedata-cal/ECalBackendSync.html -share/doc/libedata-cal/EDataCal.html -share/doc/libedata-cal/api-index-1.12.html -share/doc/libedata-cal/api-index-2.22.html -share/doc/libedata-cal/api-index-2.24.html -share/doc/libedata-cal/api-index-2.26.html -share/doc/libedata-cal/api-index-2.28.html -share/doc/libedata-cal/api-index-2.30.html -share/doc/libedata-cal/api-index-2.32.html -share/doc/libedata-cal/api-index-deprecated.html -share/doc/libedata-cal/api-index-full.html -share/doc/libedata-cal/ch01.html -share/doc/libedata-cal/home.png -share/doc/libedata-cal/index.html -share/doc/libedata-cal/index.sgml -share/doc/libedata-cal/left.png -share/doc/libedata-cal/libedata-cal-ECalBackendFileStore.html -share/doc/libedata-cal/libedata-cal-ECalBackendLoaderFactory.html -share/doc/libedata-cal/libedata-cal-ECalBackendStore.html -share/doc/libedata-cal/libedata-cal-EDataCalFactory.html -share/doc/libedata-cal/libedata-cal-EDataCalView.html -share/doc/libedata-cal/libedata-cal-EIntervalTree.html -share/doc/libedata-cal/libedata-cal-e-cal-backend-util.html -share/doc/libedata-cal/libedata-cal.devhelp -share/doc/libedata-cal/libedata-cal.devhelp2 -share/doc/libedata-cal/right.png -share/doc/libedata-cal/style.css -share/doc/libedata-cal/up.png -share/doc/libedataserver/EAccount.html -share/doc/libedataserver/EAccountList.html -share/doc/libedataserver/EIterator.html -share/doc/libedataserver/EList.html -share/doc/libedataserver/EListIterator.html -share/doc/libedataserver/ESource.html -share/doc/libedataserver/ESourceGroup.html -share/doc/libedataserver/ESourceList.html -share/doc/libedataserver/api-index-1.12.html -share/doc/libedataserver/api-index-2.22.html -share/doc/libedataserver/api-index-2.24.html -share/doc/libedataserver/api-index-2.26.html -share/doc/libedataserver/api-index-2.28.html -share/doc/libedataserver/api-index-2.30.html -share/doc/libedataserver/api-index-2.32.html -share/doc/libedataserver/api-index-deprecated.html -share/doc/libedataserver/api-index-full.html -share/doc/libedataserver/ch01.html -share/doc/libedataserver/home.png -share/doc/libedataserver/index.html -share/doc/libedataserver/index.sgml -share/doc/libedataserver/left.png -share/doc/libedataserver/libedataserver-EFlag.html -share/doc/libedataserver/libedataserver-EProxy.html -share/doc/libedataserver/libedataserver-ESExp.html -share/doc/libedataserver/libedataserver-Version-Information.html -share/doc/libedataserver/libedataserver-e-categories.html -share/doc/libedataserver/libedataserver-e-debug-log.html -share/doc/libedataserver/libedataserver-e-memory.html -share/doc/libedataserver/libedataserver-e-time-utils.html -share/doc/libedataserver/libedataserver-e-uid.html -share/doc/libedataserver/libedataserver-e-url.html -share/doc/libedataserver/libedataserver-e-util.html -share/doc/libedataserver/libedataserver-e-xml-hash-utils.html -share/doc/libedataserver/libedataserver.devhelp -share/doc/libedataserver/libedataserver.devhelp2 -share/doc/libedataserver/right.png -share/doc/libedataserver/style.css -share/doc/libedataserver/up.png -share/doc/libedataserverui/ECategoriesDialog.html -share/doc/libedataserverui/EContactStore.html -share/doc/libedataserverui/EDestinationStore.html -share/doc/libedataserverui/ENameSelector.html -share/doc/libedataserverui/ENameSelectorDialog.html -share/doc/libedataserverui/ENameSelectorEntry.html -share/doc/libedataserverui/ENameSelectorList.html -share/doc/libedataserverui/ENameSelectorModel.html -share/doc/libedataserverui/ESourceComboBox.html -share/doc/libedataserverui/ESourceSelector.html -share/doc/libedataserverui/ESourceSelectorDialog.html -share/doc/libedataserverui/ETreeModelGenerator.html -share/doc/libedataserverui/api-index-1.12.html -share/doc/libedataserverui/api-index-2.22.html -share/doc/libedataserverui/api-index-2.24.html -share/doc/libedataserverui/api-index-2.26.html -share/doc/libedataserverui/api-index-2.28.html -share/doc/libedataserverui/api-index-2.30.html -share/doc/libedataserverui/api-index-2.32.html -share/doc/libedataserverui/api-index-deprecated.html -share/doc/libedataserverui/api-index-full.html -share/doc/libedataserverui/ch01.html -share/doc/libedataserverui/home.png -share/doc/libedataserverui/index.html -share/doc/libedataserverui/index.sgml -share/doc/libedataserverui/left.png -share/doc/libedataserverui/libedataserverui-ECategoryCompletion.html -share/doc/libedataserverui/libedataserverui-ECellRendererColor.html -share/doc/libedataserverui/libedataserverui-e-book-auth-util.html -share/doc/libedataserverui/libedataserverui-e-passwords.html -share/doc/libedataserverui/libedataserverui.devhelp -share/doc/libedataserverui/libedataserverui.devhelp2 -share/doc/libedataserverui/right.png -share/doc/libedataserverui/style.css -share/doc/libedataserverui/up.png -share/evolution-data-server-%%VERSION%%/evolutionperson.schema -share/evolution-data-server-%%VERSION%%/ui/e-categories-dialog.ui -share/evolution-data-server-%%VERSION%%/ui/e-name-selector-dialog.ui -%%WEATHER%%share/evolution-data-server-%%VERSION%%/weather/Locations.xml -share/locale/am/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo -share/pixmaps/evolution-data-server/category_birthday_16.png -share/pixmaps/evolution-data-server/category_business_16.png -share/pixmaps/evolution-data-server/category_favorites_16.png -share/pixmaps/evolution-data-server/category_gifts_16.png -share/pixmaps/evolution-data-server/category_goals_16.png -share/pixmaps/evolution-data-server/category_holiday-cards_16.png -share/pixmaps/evolution-data-server/category_holiday_16.png -share/pixmaps/evolution-data-server/category_hot-contacts_16.png -share/pixmaps/evolution-data-server/category_ideas_16.png -share/pixmaps/evolution-data-server/category_international_16.png -share/pixmaps/evolution-data-server/category_key-customer_16.png -share/pixmaps/evolution-data-server/category_miscellaneous_16.png -share/pixmaps/evolution-data-server/category_personal_16.png -share/pixmaps/evolution-data-server/category_phonecalls_16.png -share/pixmaps/evolution-data-server/category_status_16.png -share/pixmaps/evolution-data-server/category_strategies_16.png -share/pixmaps/evolution-data-server/category_suppliers_16.png -share/pixmaps/evolution-data-server/category_time-and-expenses_16.png -@dirrm share/pixmaps/evolution-data-server -%%WEATHER%%@dirrm share/evolution-data-server-%%VERSION%%/weather -@dirrm share/evolution-data-server-%%VERSION%%/ui -@dirrm share/evolution-data-server-%%VERSION%% -@dirrm share/doc/libedataserverui -@dirrm share/doc/libedataserver -@dirrm share/doc/libedata-cal -@dirrm share/doc/libedata-book -@dirrm share/doc/libecal -@dirrm share/doc/libebook -@dirrm share/doc/libebackend -@dirrm share/doc/camel -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions -@dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers -@dirrm lib/evolution-data-server-%%EVO_VERSION%% -@dirrm include/evolution-data-server-%%VERSION%%/libedataserverui -@dirrm include/evolution-data-server-%%VERSION%%/libedataserver -@dirrm include/evolution-data-server-%%VERSION%%/libedata-cal -@dirrm include/evolution-data-server-%%VERSION%%/libedata-book -@dirrm include/evolution-data-server-%%VERSION%%/libecal -@dirrm include/evolution-data-server-%%VERSION%%/libebook -@dirrm include/evolution-data-server-%%VERSION%%/libebackend -@dirrm include/evolution-data-server-%%VERSION%%/groupwise -@dirrm include/evolution-data-server-%%VERSION%%/camel -@dirrm include/evolution-data-server-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile deleted file mode 100644 index aef18e88b..000000000 --- a/deskutils/cairo-dock-plugins/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# New ports collection makefile for: cairo-dock-plugins -# Date created: 2010-03-19 -# Whom: Ivan Klymenko <fidaj@ukr.net> -# -# $FreeBSD$ -# - -PORTNAME= cairo-dock-plugins -DISTVERSION= 2.2.0-4 -PORTREVISION= 2 -CATEGORIES= deskutils -MASTER_SITES= http://launchpadlibrarian.net/56955156/ - -MAINTAINER= fidaj@ukr.net -COMMENT= Cairo-Dock-Plugins for Cairo-Dock - -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ - gldi.2:${PORTSDIR}/deskutils/cairo-dock - -DATADIR= ${PREFIX}/share/cairo-dock - -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig glib20 gtk20 librsvg2 libxml2 -USE_LDCONFIG= yes -USE_XORG= xrender -USE_DOS2UNIX= YES -USE_CMAKE= yes -USE_GCC= 4.5+ -MAKE_JOBS_SAFE= YES - -OPTIONS= GMENU "Common Applications menu" On \ - KEYBOARD_INDICATOR "Control the keyboard layout" Off \ - TERMINAL "Add a terminal to your dock" On \ - WEBLETS "To show an interactive web page" On \ - XFCE_INTEGRATION "For XFCE environnement" Off \ - ALSA_MIXER "For ALSA compatibility utils" Off - -.include <bsd.port.options.mk> - -.if defined(WITH_GMENU) -LIB_DEPENDS+= gnome-menu.2:${PORTSDIR}/x11/gnome-menus -CMAKE_ARGS+= -Denable_gmenu:STRING=yes -PLIST_SUB+= GMENU="" -.else -CMAKE_ARGS+= -Denable_gmenu:STRING=no -PLIST_SUB+= GMENU="@comment " -.endif - -.if defined(WITH_KEYBOARD_INDICATOR) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif \ - xklavier.12:${PORTSDIR}/x11/libxklavier -CMAKE_ARGS+= -Denable_keyboard_indicator:STRING=yes -PLIST_SUB+= KEYBOARD_INDICATOR="" -.else -CMAKE_ARGS+= -Denable_keyboard_indicator:STRING=no -PLIST_SUB+= KEYBOARD_INDICATOR="@comment " -.endif - -.if defined(WITH_TERMINAL) -LIB_DEPENDS+= vte.9:${PORTSDIR}/x11-toolkits/vte -CMAKE_ARGS+= -Denable_terminal:STRING=yes -PLIST_SUB+= TERMINAL="" -.else -CMAKE_ARGS+= -Denable_terminal:STRING=no -PLIST_SUB+= TERMINAL="@comment " -.endif - -.if defined(WITH_WEBLETS) -LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -CMAKE_ARGS+= -Denable_weblets:STRING=yes -PLIST_SUB+= WEBLETS="" -.else -CMAKE_ARGS+= -Denable_weblets:STRING=no -PLIST_SUB+= WEBLETS="@comment " -.endif - -.if defined(WITH_XFCE_INTEGRATION) -LIB_DEPENDS+= thunar-vfs-1.5:${PORTSDIR}/x11-fm/thunar \ - exif.12:${PORTSDIR}/graphics/libexif -CMAKE_ARGS+= -Denable_xfce_integration:STRING=yes -PLIST_SUB+= XFCE_INTEGRATION="" -.else -CMAKE_ARGS+= -Denable_xfce_integration:STRING=no -PLIST_SUB+= XFCE_INTEGRATION="@comment " -.endif - -.if defined(WITH_ALSA_MIXER) -LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib -CMAKE_ARGS+= -Denable_alsa_mixer:STRING=yes -PLIST_SUB+= ALSA_MIXER="" -.else -CMAKE_ARGS+= -Denable_alsa_mixer:STRING=no -PLIST_SUB+= ALSA_MIXER="@comment " -.endif - -.include <bsd.port.mk> diff --git a/deskutils/cairo-dock-plugins/distinfo b/deskutils/cairo-dock-plugins/distinfo deleted file mode 100644 index d8ec90468..000000000 --- a/deskutils/cairo-dock-plugins/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cairo-dock-plugins-2.2.0-4.tar.gz) = e8905dc6f397c89b53b6e6a15489bf4d78e19427bd95e01f7c1b3df21a564ce2 -SIZE (cairo-dock-plugins-2.2.0-4.tar.gz) = 5533523 diff --git a/deskutils/cairo-dock-plugins/files/patch-CMakeLists.txt b/deskutils/cairo-dock-plugins/files/patch-CMakeLists.txt deleted file mode 100644 index 736b8ac4f..000000000 --- a/deskutils/cairo-dock-plugins/files/patch-CMakeLists.txt +++ /dev/null @@ -1,70 +0,0 @@ ---- CMakeLists.txt.orig 2011-01-07 23:03:06.000000000 +0200 -+++ CMakeLists.txt 2011-01-07 23:42:55.000000000 +0200 -@@ -121,19 +121,6 @@ - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/Clipper/data/Clipper.conf.in ${CMAKE_CURRENT_BINARY_DIR}/Clipper/data/Clipper.conf) - add_subdirectory (Clipper) - --############# CLOCK ################# --pkg_check_modules ("LIBICAL_PACKAGE" "libical") --if ("${LIBICAL_PACKAGE_FOUND}" STREQUAL "") -- message (STATUS "Could not find libical; Clock plugin won't be built with iCal support.") --endif() --set (GETTEXT_CLOCK ${GETTEXT_PLUGINS}) --set (VERSION_CLOCK "2.1.1") --set (PACKAGE_CLOCK "cd-clock") --set (clockuserdirname "clock") --set (clockdatadir "${pluginsdatadir}/clock") --configure_file (${CMAKE_CURRENT_SOURCE_DIR}/clock/data/clock.conf.in ${CMAKE_CURRENT_BINARY_DIR}/clock/data/clock.conf) --add_subdirectory (clock) -- - ############# COMPIZ_ICON ################# - set (GETTEXT_COMPIZ_ICON ${GETTEXT_PLUGINS}) - set (VERSION_COMPIZ_ICON "1.1.5") -@@ -299,6 +286,7 @@ - endif() - - ############# KEYBOARD_INDICATOR ################# -+if (NOT "${enable_keyboard_indicator}" STREQUAL "no") - pkg_check_modules (KEYBOARD_INDICATOR_PACKAGE libxklavier) - if ("${KEYBOARD_INDICATOR_PACKAGE_FOUND}" STREQUAL "") - message (STATUS "Could not find libxklavier; Cairo-Dock won't be built with keyboard-indicator applet.") -@@ -310,6 +298,7 @@ - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/keyboard-indicator/data/keyboard-indicator.conf.in ${CMAKE_CURRENT_BINARY_DIR}/keyboard-indicator/data/keyboard-indicator.conf) - add_subdirectory ("keyboard-indicator") - endif() -+endif() - - ############# LOGOUT ################# - set (GETTEXT_LOGOUT ${GETTEXT_PLUGINS}) -@@ -546,6 +535,7 @@ - add_subdirectory (systray) - - ############# TERMINAL ################# -+if (NOT "${enable_terminal}" STREQUAL "no") - pkg_check_modules (TERMINAL_PACKAGE vte) - if ("${TERMINAL_PACKAGE_FOUND}" STREQUAL "") - message (STATUS "Could not find libvte; Cairo-Dock won't be built with terminal applet.") -@@ -557,6 +547,7 @@ - configure_file (${CMAKE_CURRENT_SOURCE_DIR}/terminal/data/terminal.conf.in ${CMAKE_CURRENT_BINARY_DIR}/terminal/data/terminal.conf) - add_subdirectory (terminal) - endif() -+endif() - - ############# TOMBOY ################# - set (GETTEXT_TOMBOY ${GETTEXT_PLUGINS}) -@@ -585,6 +576,7 @@ - add_subdirectory (weather) - - ############# WEBLETS ################# -+if (NOT "${enable_weblets}" STREQUAL "no") - pkg_check_modules (WEBKIT webkit-1.0) - if (NOT "${enable_weblets}" STREQUAL "no") - if ("${WEBKIT_FOUND}" STREQUAL "") -@@ -598,6 +590,7 @@ - add_subdirectory ("weblets") - endif() - endif() -+endif() - - ############# WIFI ################# - set (GETTEXT_WIFI ${GETTEXT_PLUGINS}) diff --git a/deskutils/cairo-dock-plugins/files/patch-shortcuts b/deskutils/cairo-dock-plugins/files/patch-shortcuts deleted file mode 100644 index 29df920ea..000000000 --- a/deskutils/cairo-dock-plugins/files/patch-shortcuts +++ /dev/null @@ -1,78 +0,0 @@ ---- shortcuts/src/applet-disk-usage.c.orig 2010-12-11 02:13:37.000000000 +0200 -+++ shortcuts/src/applet-disk-usage.c 2010-12-11 02:21:43.000000000 +0200 -@@ -18,10 +18,18 @@ - */ - - #include <string.h> --#include <mntent.h> - #include <sys/types.h> --#include <sys/statfs.h> -+#if defined(__FreeBSD__) -+#ifdef HAVE_MNTENT_H - #include <mntent.h> -+#endif -+#include <sys/param.h> -+#include <sys/ucred.h> -+#include <sys/mount.h> -+#else -+#include <mntent.h> -+#include <sys/statfs.h> -+#endif - #include <math.h> - - #include <cairo-dock.h> -@@ -160,12 +168,44 @@ - static void _cd_shortcuts_get_fs_info (const gchar *cDiskURI, GString *sInfo) - { - const gchar *cMountPath = (strncmp (cDiskURI, "file://", 7) == 0 ? cDiskURI + 7 : cDiskURI); -- struct mntent *me; -- FILE *mtab = setmntent ("/etc/mtab", "r"); -+#if defined(__FreeBSD__) -+ struct statfs *me; -+// FILE *mtab; -+#else -+ struct mntent *me; -+ FILE *mtab = setmntent ("/etc/mtab", "r"); -+#endif - char *search_path; - int match; - char *slash; - -+#if defined(__FreeBSD__) -+ int i; -+ int count = getfsstat(me, NULL, MNT_WAIT); -+// int count = getfsstat(me, NULL, MNT_NOWAIT); -+ if (count>0) -+ { -+ for (i=0; i<count; i++) -+ { -+ if (me->f_mntonname && strcmp (me->f_mntonname, cMountPath) == 0) -+ { -+ g_string_append_printf (sInfo, "Mount point : %s\nFile system : %s\nDevice : %s\nMount options : %s", -+ me->f_mntonname, -+ me->f_mntfromname, -+ me->f_fstypename, -+ me->f_charspare); -+// if (me->mnt_freq != 0) -+// g_string_append_printf (sInfo, "\nBackup frequency : %d days", me->mnt_freq); -+ break ; -+ } -+ } -+ } -+ else -+ { -+ cd_warning ("error getfsstat..."); -+ return ; -+ } -+#else - if (mtab == NULL) - { - cd_warning ("couldn't open /etc/mtab"); -@@ -189,6 +229,7 @@ - } - - endmntent (mtab); -+#endif - } - - gchar *cd_shortcuts_get_disk_info (const gchar *cDiskURI, const gchar *cDiskName) diff --git a/deskutils/cairo-dock-plugins/files/patch-tomboy-dbus b/deskutils/cairo-dock-plugins/files/patch-tomboy-dbus deleted file mode 100644 index 1892abab3..000000000 --- a/deskutils/cairo-dock-plugins/files/patch-tomboy-dbus +++ /dev/null @@ -1,11 +0,0 @@ ---- tomboy/src/tomboy-dbus.c.orig 2010-12-11 02:12:22.000000000 +0200 -+++ tomboy/src/tomboy-dbus.c 2010-12-11 02:12:30.000000000 +0200 -@@ -30,7 +30,7 @@ - - static DBusGProxy *dbus_proxy_tomboy = NULL; - --extern struct tm *localtime_r (time_t *timer, struct tm *tp); -+//extern struct tm *localtime_r (time_t *timer, struct tm *tp); - - #define g_marshal_value_peek_string(v) (char*) g_value_get_string (v) - #define g_marshal_value_peek_object(v) g_value_get_object (v) diff --git a/deskutils/cairo-dock-plugins/pkg-descr b/deskutils/cairo-dock-plugins/pkg-descr deleted file mode 100644 index 4a2f9cbb4..000000000 --- a/deskutils/cairo-dock-plugins/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Cairo-Dock-Plugins for Cairo-Dock is a light and eye-candy dock to launch your -programs easily. It uses Cairo / OpenGL to render nice graphics (many in -correlation with Compiz) with hardware acceleration. It's fully configurable -and customizable and can be a taskbar too. You can easily plug applets into it -or in a desklet mode. - -WWW: https://launchpad.net/cairo-dock diff --git a/deskutils/cairo-dock-plugins/pkg-plist b/deskutils/cairo-dock-plugins/pkg-plist deleted file mode 100644 index a43fd2f64..000000000 --- a/deskutils/cairo-dock-plugins/pkg-plist +++ /dev/null @@ -1,437 +0,0 @@ -%%ALSA_MIXER%%lib/cairo-dock/libcd-AlsaMixer.so -lib/cairo-dock/libcd-Animated-icons.so -lib/cairo-dock/libcd-Cairo-Penguin.so -lib/cairo-dock/libcd-Clipper.so -lib/cairo-dock/libcd-Dbus.so -lib/cairo-dock/libcd-Folders.so -lib/cairo-dock/libcd-rssreader.so -lib/cairo-dock/libcd-system-monitor.so -%%GMENU%%lib/cairo-dock/libcd-GMenu.so -lib/cairo-dock/libcd-Toons.so -lib/cairo-dock/libcd-Xgamma.so -lib/cairo-dock/libcd-compiz-icon.so -lib/cairo-dock/libcd-desklet-rendering.so -lib/cairo-dock/libcd-dialog-rendering.so -lib/cairo-dock/libcd-dnd2share.so -lib/cairo-dock/libcd-drop_indicator.so -lib/cairo-dock/libcd-dustbin.so -lib/cairo-dock/libcd-icon-effect.so -lib/cairo-dock/libcd-illusion.so -lib/cairo-dock/libcd_kde-integration.so -%%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.so -lib/cairo-dock/libcd-logout.so -lib/cairo-dock/libcd-mail.so -lib/cairo-dock/libcd-motion_blur.so -lib/cairo-dock/libcd-musicPlayer.so -lib/cairo-dock/libcd-netspeed.so -lib/cairo-dock/libcd-powermanager.so -lib/cairo-dock/libcd-quick-browser.so -lib/cairo-dock/libcd-rendering.so -lib/cairo-dock/libcd-shortcuts.so -lib/cairo-dock/libcd-showDesktop.so -lib/cairo-dock/libcd-show_mouse.so -lib/cairo-dock/libcd-slider.so -lib/cairo-dock/libcd-stack.so -lib/cairo-dock/libcd-switcher.so -lib/cairo-dock/libcd-systray.so -%%TERMINAL%%lib/cairo-dock/libcd-terminal.so -lib/cairo-dock/libcd-tomboy.so -lib/cairo-dock/libcd-weather.so -%%WEBLETS%%lib/cairo-dock/libcd-weblets.so -lib/cairo-dock/libcd-wifi.so -lib/cairo-dock/libcd_gnome-integration.so -%%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.so -share/locale/fr/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/it/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/ja/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/nl/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/pt/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/pt_BR/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/ru/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/sv/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/zh_CN/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/cs/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/de/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/en/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/es/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/hu/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/uk/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/zh_TW/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/ar/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/et/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/sk/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/sr/LC_MESSAGES/cairo-dock-plugins.mo -share/locale/tr/LC_MESSAGES/cairo-dock-plugins.mo -share/cairo-dock/plug-ins/dnd2share/icon.svg -share/cairo-dock/plug-ins/rendering/preview-panel.jpg -share/cairo-dock/plug-ins/rendering/readme-panel-view -share/cairo-dock/plug-ins/Folders/Folders.conf -share/cairo-dock/plug-ins/Folders/preview.jpg -share/cairo-dock/plug-ins/Folders/icon.svg -share/cairo-dock/plug-ins/logout/icon-lock.png -%%XFCE_INTEGRATION%%share/cairo-dock/plug-ins/xfce-integration/icon.png -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/AlsaMixer.conf -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/broken.svg -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/default.svg -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/emblem-mute.svg -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/icon.png -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/mute.svg -%%ALSA_MIXER%%share/cairo-dock/plug-ins/AlsaMixer/preview.jpg -share/cairo-dock/plug-ins/Animated-icons/Animated-icons.conf -share/cairo-dock/plug-ins/Animated-icons/preview.jpg -share/cairo-dock/plug-ins/Animated-icons/icon.svg -share/cairo-dock/plug-ins/Animated-icons/texture-chrome.png -share/cairo-dock/plug-ins/Animated-icons/icon-rotation.png -share/cairo-dock/plug-ins/Animated-icons/spot.png -share/cairo-dock/plug-ins/Animated-icons/halo.png -share/cairo-dock/plug-ins/Animated-icons/ray.png -share/cairo-dock/plug-ins/Animated-icons/icon-wave.png -share/cairo-dock/plug-ins/Cairo-Penguin/Cairo-Penguin.conf -share/cairo-dock/plug-ins/Cairo-Penguin/icon.png -share/cairo-dock/plug-ins/Cairo-Penguin/preview.jpg -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/theme.conf -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/readme -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/basher.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/blocker.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/boarder.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/bomber.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/bridger.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/climber.xpm -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/digger.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/drownfall.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/drownwalk.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/exit.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/faller.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/floater.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/miner.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/reader.xpm -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/slider.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/superman.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/tumble.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/waiter.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/walker.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/sitter.png -share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic/xmas-walker.png -share/cairo-dock/plug-ins/Clipper/Clipper.conf -share/cairo-dock/plug-ins/Clipper/icon.svg -share/cairo-dock/plug-ins/Clipper/preview.jpg -share/cairo-dock/plug-ins/Clipper/Clipper-actions-gnome.conf -share/cairo-dock/plug-ins/Clipper/Clipper-actions-xfce.conf -share/cairo-dock/plug-ins/Clipper/Clipper-actions-kde.conf -share/cairo-dock/plug-ins/compiz-icon/compiz -share/cairo-dock/plug-ins/compiz-icon/compiz-kill -share/cairo-dock/plug-ins/compiz-icon/compiz-icon.conf -share/cairo-dock/plug-ins/compiz-icon/default.svg -share/cairo-dock/plug-ins/compiz-icon/broken.svg -share/cairo-dock/plug-ins/compiz-icon/other.svg -share/cairo-dock/plug-ins/compiz-icon/0.svg -share/cairo-dock/plug-ins/compiz-icon/1.svg -share/cairo-dock/plug-ins/compiz-icon/2.svg -share/cairo-dock/plug-ins/compiz-icon/3.svg -share/cairo-dock/plug-ins/compiz-icon/4.svg -share/cairo-dock/plug-ins/compiz-icon/icon.png -share/cairo-dock/plug-ins/compiz-icon/preview.jpg -share/cairo-dock/plug-ins/Dbus/Dbus.conf -share/cairo-dock/plug-ins/Dbus/icon.svg -share/cairo-dock/plug-ins/desklet-rendering/icon.svg -share/cairo-dock/plug-ins/desklet-rendering/branche1.svg -share/cairo-dock/plug-ins/desklet-rendering/branche2.svg -share/cairo-dock/plug-ins/desklet-rendering/scotch.svg -share/cairo-dock/plug-ins/desklet-rendering/scotch+frame.svg -share/cairo-dock/plug-ins/desklet-rendering/frame.svg -share/cairo-dock/plug-ins/desklet-rendering/reflect.svg -share/cairo-dock/plug-ins/desklet-rendering/cd_box_cover.svg -share/cairo-dock/plug-ins/desklet-rendering/cd_box.svg -share/cairo-dock/plug-ins/desklet-rendering/starcraft2.png -share/cairo-dock/plug-ins/desklet-rendering/dark-bg.png -share/cairo-dock/plug-ins/desklet-rendering/clear-bg.svg -share/cairo-dock/plug-ins/desklet-rendering/board.png -share/cairo-dock/plug-ins/dialog-rendering/dialog-rendering.conf -share/cairo-dock/plug-ins/dialog-rendering/icon.svg -share/cairo-dock/plug-ins/dnd2share/upload2free.sh -share/cairo-dock/plug-ins/dnd2share/dnd2share.conf -share/cairo-dock/plug-ins/dnd2share/readme -share/cairo-dock/plug-ins/dnd2share/preview.jpg -%%GMENU%%share/cairo-dock/plug-ins/GMenu/GMenu.conf -%%GMENU%%share/cairo-dock/plug-ins/GMenu/icon-recent.png -%%GMENU%%share/cairo-dock/plug-ins/GMenu/icon.svg -%%GMENU%%share/cairo-dock/plug-ins/GMenu/preview.jpg -share/cairo-dock/plug-ins/drop-indicator/drop_indicator.conf -share/cairo-dock/plug-ins/drop-indicator/icon.svg -share/cairo-dock/plug-ins/drop-indicator/preview.jpg -share/cairo-dock/plug-ins/drop-indicator/default-drop-indicator.svg -share/cairo-dock/plug-ins/drop-indicator/default-hover-indicator.svg -share/cairo-dock/plug-ins/dustbin/dustbin.conf -share/cairo-dock/plug-ins/dustbin/preview.jpg -share/cairo-dock/plug-ins/dustbin/icon.png -share/cairo-dock/plug-ins/dustbin/themes/default/trashcan_full.svg -share/cairo-dock/plug-ins/dustbin/themes/default/trashcan_empty.svg -share/cairo-dock/plug-ins/gnome-integration/icon.png -share/cairo-dock/plug-ins/icon-effect/icon-effect.conf -share/cairo-dock/plug-ins/icon-effect/icon.png -share/cairo-dock/plug-ins/icon-effect/icon-firework.png -share/cairo-dock/plug-ins/icon-effect/preview.jpg -share/cairo-dock/plug-ins/icon-effect/star.png -share/cairo-dock/plug-ins/icon-effect/snow.png -share/cairo-dock/plug-ins/icon-effect/rain.png -share/cairo-dock/plug-ins/icon-effect/icon-fire.svg -share/cairo-dock/plug-ins/icon-effect/icon-storm.png -share/cairo-dock/plug-ins/illusion/illusion.conf -share/cairo-dock/plug-ins/illusion/icon.svg -share/cairo-dock/plug-ins/illusion/preview.jpg -share/cairo-dock/plug-ins/illusion/icon-black-hole.svg -share/cairo-dock/plug-ins/illusion/icon-break.svg -share/cairo-dock/plug-ins/illusion/icon-evaporate.svg -share/cairo-dock/plug-ins/illusion/icon-explode.svg -share/cairo-dock/plug-ins/illusion/icon-fade-out.svg -share/cairo-dock/plug-ins/kde-integration/icon.png -%%KEYBOARD_INDICATOR%%share/cairo-dock/plug-ins/keyboard-indicator/keyboard-indicator.conf -%%KEYBOARD_INDICATOR%%share/cairo-dock/plug-ins/keyboard-indicator/icon.png -%%KEYBOARD_INDICATOR%%share/cairo-dock/plug-ins/keyboard-indicator/preview.jpg -share/cairo-dock/plug-ins/logout/logout.conf -share/cairo-dock/plug-ins/logout/icon.svg -share/cairo-dock/plug-ins/logout/icon-scheduling.png -share/cairo-dock/plug-ins/mail/preview.jpg -share/cairo-dock/plug-ins/mail/cd_mail_icon.png -share/cairo-dock/plug-ins/mail/cd_mail_newmail.svg -share/cairo-dock/plug-ins/mail/cd_mail_nomail.svg -share/cairo-dock/plug-ins/mail/mail.conf -share/cairo-dock/plug-ins/mail/themes/Default/has_mail.svg -share/cairo-dock/plug-ins/mail/themes/Default/new_mail_sound.wav -share/cairo-dock/plug-ins/mail/themes/Default/no_mail.svg -share/cairo-dock/plug-ins/motion-blur/motion_blur.conf -share/cairo-dock/plug-ins/motion-blur/icon.png -share/cairo-dock/plug-ins/musicPlayer/musicPlayer.conf -share/cairo-dock/plug-ins/musicPlayer/broken.svg -share/cairo-dock/plug-ins/musicPlayer/pause.svg -share/cairo-dock/plug-ins/musicPlayer/play.svg -share/cairo-dock/plug-ins/musicPlayer/preview.jpg -share/cairo-dock/plug-ins/musicPlayer/stop.svg -share/cairo-dock/plug-ins/musicPlayer/default.svg -share/cairo-dock/plug-ins/musicPlayer/broken.jpg -share/cairo-dock/plug-ins/musicPlayer/pause.jpg -share/cairo-dock/plug-ins/musicPlayer/play.jpg -share/cairo-dock/plug-ins/musicPlayer/stop.jpg -share/cairo-dock/plug-ins/musicPlayer/default.jpg -share/cairo-dock/plug-ins/musicPlayer/0.svg -share/cairo-dock/plug-ins/musicPlayer/1.svg -share/cairo-dock/plug-ins/musicPlayer/2.svg -share/cairo-dock/plug-ins/musicPlayer/3.svg -share/cairo-dock/plug-ins/musicPlayer/icon.png -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/readme -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/preview -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/frame.svg -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/reflect.svg -share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple/theme.conf -share/cairo-dock/plug-ins/netspeed/netspeed.conf -share/cairo-dock/plug-ins/netspeed/default.png -share/cairo-dock/plug-ins/netspeed/icon.png -share/cairo-dock/plug-ins/netspeed/preview.jpg -share/cairo-dock/plug-ins/netspeed/ok.png -share/cairo-dock/plug-ins/netspeed/unknown.png -share/cairo-dock/plug-ins/netspeed/bad.png -share/cairo-dock/plug-ins/netspeed/netspeed -share/cairo-dock/plug-ins/powermanager/sector.svg -share/cairo-dock/plug-ins/powermanager/default-battery.svg -share/cairo-dock/plug-ins/powermanager/default-charge.svg -share/cairo-dock/plug-ins/powermanager/powermanager.conf -share/cairo-dock/plug-ins/powermanager/icon.png -share/cairo-dock/plug-ins/powermanager/charge.svg -share/cairo-dock/plug-ins/powermanager/preview.jpg -share/cairo-dock/plug-ins/quick_browser/quick-browser.conf -share/cairo-dock/plug-ins/quick_browser/icon.svg -share/cairo-dock/plug-ins/quick_browser/preview.jpg -share/cairo-dock/plug-ins/rendering/rendering.conf -share/cairo-dock/plug-ins/rendering/icon.svg -share/cairo-dock/plug-ins/rendering/preview-caroussel.jpg -share/cairo-dock/plug-ins/rendering/preview-parabolic.jpg -share/cairo-dock/plug-ins/rendering/preview-3D-plane.jpg -share/cairo-dock/plug-ins/rendering/preview-rainbow.jpg -share/cairo-dock/plug-ins/rendering/preview-diapo-simple.jpg -share/cairo-dock/plug-ins/rendering/preview-curve.jpg -share/cairo-dock/plug-ins/rendering/readme-3D-plane-view -share/cairo-dock/plug-ins/rendering/readme-caroussel-view -share/cairo-dock/plug-ins/rendering/readme-curve-view -share/cairo-dock/plug-ins/rendering/readme-diapo-simple-view -share/cairo-dock/plug-ins/rendering/readme-parabolic-view -share/cairo-dock/plug-ins/rendering/readme-rainbow-view -share/cairo-dock/plug-ins/RSSreader/icon.svg -share/cairo-dock/plug-ins/RSSreader/preview.jpg -share/cairo-dock/plug-ins/RSSreader/RSSreader.conf -share/cairo-dock/plug-ins/shortcuts/shortcuts.conf -share/cairo-dock/plug-ins/shortcuts/icon.png -share/cairo-dock/plug-ins/shortcuts/preview.jpg -share/cairo-dock/plug-ins/showDesktop/showDesktop.conf -share/cairo-dock/plug-ins/showDesktop/icon.png -share/cairo-dock/plug-ins/showDesktop/icon-active.png -share/cairo-dock/plug-ins/show_mouse/show_mouse.conf -share/cairo-dock/plug-ins/show_mouse/icon.png -share/cairo-dock/plug-ins/show_mouse/preview.jpg -share/cairo-dock/plug-ins/slider/slider.conf -share/cairo-dock/plug-ins/slider/icon.png -share/cairo-dock/plug-ins/slider/preview.jpg -share/cairo-dock/plug-ins/stack/stack.conf -share/cairo-dock/plug-ins/stack/icon.png -share/cairo-dock/plug-ins/stack/preview.jpg -share/cairo-dock/plug-ins/stack/text-icon.svg -share/cairo-dock/plug-ins/stack/url-icon.svg -share/cairo-dock/plug-ins/switcher/broken.svg -share/cairo-dock/plug-ins/switcher/default.svg -share/cairo-dock/plug-ins/switcher/preview.jpg -share/cairo-dock/plug-ins/switcher/workspaces.svg -share/cairo-dock/plug-ins/switcher/switcher.conf -share/cairo-dock/plug-ins/System-monitor/nvidia-config -share/cairo-dock/plug-ins/System-monitor/System-Monitor.conf -share/cairo-dock/plug-ins/System-monitor/icon.png -share/cairo-dock/plug-ins/System-monitor/preview.jpg -share/cairo-dock/plug-ins/System-monitor/button-cpu.png -share/cairo-dock/plug-ins/System-monitor/button-ram.png -share/cairo-dock/plug-ins/systray/systray.conf -share/cairo-dock/plug-ins/systray/icon.png -share/cairo-dock/plug-ins/systray/preview.jpg -%%TERMINAL%%share/cairo-dock/plug-ins/terminal/icon.png -%%TERMINAL%%share/cairo-dock/plug-ins/terminal/preview.jpg -%%TERMINAL%%share/cairo-dock/plug-ins/terminal/terminal.conf -share/cairo-dock/plug-ins/tomboy/default.svg -share/cairo-dock/plug-ins/tomboy/close.svg -share/cairo-dock/plug-ins/tomboy/broken.svg -share/cairo-dock/plug-ins/tomboy/note.svg -share/cairo-dock/plug-ins/tomboy/tomboy.conf -share/cairo-dock/plug-ins/tomboy/icon.png -share/cairo-dock/plug-ins/tomboy/preview.jpg -share/cairo-dock/plug-ins/Toons/Toons.conf -share/cairo-dock/plug-ins/Toons/icon.png -share/cairo-dock/plug-ins/Toons/preview.jpg -share/cairo-dock/plug-ins/Toons/themes/Classic/theme.conf -share/cairo-dock/plug-ins/Toons/themes/Classic/readme -share/cairo-dock/plug-ins/Toons/themes/Classic/toon.svg -share/cairo-dock/plug-ins/Toons/themes/Classic/pupil.svg -share/cairo-dock/plug-ins/Toons/themes/Classic/eyelid.svg -share/cairo-dock/plug-ins/weather/weather.conf -share/cairo-dock/plug-ins/weather/broken.png -share/cairo-dock/plug-ins/weather/icon.png -share/cairo-dock/plug-ins/weather/preview.jpg -share/cairo-dock/plug-ins/weather/themes/Classic/0.png -share/cairo-dock/plug-ins/weather/themes/Classic/1.png -share/cairo-dock/plug-ins/weather/themes/Classic/2.png -share/cairo-dock/plug-ins/weather/themes/Classic/3.png -share/cairo-dock/plug-ins/weather/themes/Classic/4.png -share/cairo-dock/plug-ins/weather/themes/Classic/5.png -share/cairo-dock/plug-ins/weather/themes/Classic/6.png -share/cairo-dock/plug-ins/weather/themes/Classic/7.png -share/cairo-dock/plug-ins/weather/themes/Classic/8.png -share/cairo-dock/plug-ins/weather/themes/Classic/9.png -share/cairo-dock/plug-ins/weather/themes/Classic/10.png -share/cairo-dock/plug-ins/weather/themes/Classic/11.png -share/cairo-dock/plug-ins/weather/themes/Classic/12.png -share/cairo-dock/plug-ins/weather/themes/Classic/13.png -share/cairo-dock/plug-ins/weather/themes/Classic/14.png -share/cairo-dock/plug-ins/weather/themes/Classic/15.png -share/cairo-dock/plug-ins/weather/themes/Classic/16.png -share/cairo-dock/plug-ins/weather/themes/Classic/17.png -share/cairo-dock/plug-ins/weather/themes/Classic/18.png -share/cairo-dock/plug-ins/weather/themes/Classic/19.png -share/cairo-dock/plug-ins/weather/themes/Classic/20.png -share/cairo-dock/plug-ins/weather/themes/Classic/21.png -share/cairo-dock/plug-ins/weather/themes/Classic/22.png -share/cairo-dock/plug-ins/weather/themes/Classic/23.png -share/cairo-dock/plug-ins/weather/themes/Classic/24.png -share/cairo-dock/plug-ins/weather/themes/Classic/25.png -share/cairo-dock/plug-ins/weather/themes/Classic/26.png -share/cairo-dock/plug-ins/weather/themes/Classic/27.png -share/cairo-dock/plug-ins/weather/themes/Classic/28.png -share/cairo-dock/plug-ins/weather/themes/Classic/29.png -share/cairo-dock/plug-ins/weather/themes/Classic/30.png -share/cairo-dock/plug-ins/weather/themes/Classic/31.png -share/cairo-dock/plug-ins/weather/themes/Classic/32.png -share/cairo-dock/plug-ins/weather/themes/Classic/33.png -share/cairo-dock/plug-ins/weather/themes/Classic/34.png -share/cairo-dock/plug-ins/weather/themes/Classic/35.png -share/cairo-dock/plug-ins/weather/themes/Classic/36.png -share/cairo-dock/plug-ins/weather/themes/Classic/37.png -share/cairo-dock/plug-ins/weather/themes/Classic/38.png -share/cairo-dock/plug-ins/weather/themes/Classic/39.png -share/cairo-dock/plug-ins/weather/themes/Classic/40.png -share/cairo-dock/plug-ins/weather/themes/Classic/41.png -share/cairo-dock/plug-ins/weather/themes/Classic/42.png -share/cairo-dock/plug-ins/weather/themes/Classic/43.png -share/cairo-dock/plug-ins/weather/themes/Classic/44.png -share/cairo-dock/plug-ins/weather/themes/Classic/45.png -share/cairo-dock/plug-ins/weather/themes/Classic/46.png -share/cairo-dock/plug-ins/weather/themes/Classic/47.png -share/cairo-dock/plug-ins/weather/themes/Classic/na.png -share/cairo-dock/plug-ins/weather/themes/Classic/preview -share/cairo-dock/plug-ins/weather/themes/Classic/readme -%%WEBLETS%%share/cairo-dock/plug-ins/weblets/icon.png -%%WEBLETS%%share/cairo-dock/plug-ins/weblets/preview.jpg -%%WEBLETS%%share/cairo-dock/plug-ins/weblets/weblets.conf -share/cairo-dock/plug-ins/wifi/wifi -share/cairo-dock/plug-ins/wifi/wifi.conf -share/cairo-dock/plug-ins/wifi/link-0.svg -share/cairo-dock/plug-ins/wifi/link-1.svg -share/cairo-dock/plug-ins/wifi/link-2.svg -share/cairo-dock/plug-ins/wifi/link-3.svg -share/cairo-dock/plug-ins/wifi/link-4.svg -share/cairo-dock/plug-ins/wifi/link-5.svg -share/cairo-dock/plug-ins/wifi/icon.png -share/cairo-dock/plug-ins/wifi/preview.jpg -share/cairo-dock/plug-ins/Xgamma/Xgamma.conf -share/cairo-dock/plug-ins/Xgamma/icon.png -share/cairo-dock/plug-ins/Xgamma/preview.jpg -%%ALSA_MIXER%%@dirrm share/cairo-dock/plug-ins/AlsaMixer -@dirrm share/cairo-dock/plug-ins/Animated-icons -@dirrm share/cairo-dock/plug-ins/Cairo-Penguin/themes/Classic -@dirrm share/cairo-dock/plug-ins/Cairo-Penguin/themes -@dirrm share/cairo-dock/plug-ins/Cairo-Penguin -@dirrm share/cairo-dock/plug-ins/Clipper -@dirrm share/cairo-dock/plug-ins/Dbus -@dirrm share/cairo-dock/plug-ins/Folders -%%GMENU%%@dirrm share/cairo-dock/plug-ins/GMenu -@dirrm share/cairo-dock/plug-ins/System-monitor -@dirrm share/cairo-dock/plug-ins/Toons/themes/Classic -@dirrm share/cairo-dock/plug-ins/Toons/themes -@dirrm share/cairo-dock/plug-ins/Toons -@dirrm share/cairo-dock/plug-ins/Xgamma -@dirrm share/cairo-dock/plug-ins/compiz-icon -@dirrm share/cairo-dock/plug-ins/desklet-rendering -@dirrm share/cairo-dock/plug-ins/dialog-rendering -@dirrm share/cairo-dock/plug-ins/dnd2share -@dirrm share/cairo-dock/plug-ins/drop-indicator -@dirrm share/cairo-dock/plug-ins/dustbin/themes/default -@dirrm share/cairo-dock/plug-ins/dustbin/themes -@dirrm share/cairo-dock/plug-ins/dustbin -@dirrm share/cairo-dock/plug-ins/gnome-integration -@dirrm share/cairo-dock/plug-ins/icon-effect -@dirrm share/cairo-dock/plug-ins/illusion -@dirrm share/cairo-dock/plug-ins/kde-integration -%%KEYBOARD_INDICATOR%%@dirrm share/cairo-dock/plug-ins/keyboard-indicator -@dirrm share/cairo-dock/plug-ins/logout -@dirrm share/cairo-dock/plug-ins/mail/themes/Default -@dirrm share/cairo-dock/plug-ins/mail/themes -@dirrm share/cairo-dock/plug-ins/mail -@dirrm share/cairo-dock/plug-ins/motion-blur -@dirrm share/cairo-dock/plug-ins/musicPlayer/themes/cd_box_simple -@dirrm share/cairo-dock/plug-ins/musicPlayer/themes -@dirrm share/cairo-dock/plug-ins/musicPlayer -@dirrm share/cairo-dock/plug-ins/netspeed -@dirrm share/cairo-dock/plug-ins/powermanager -@dirrm share/cairo-dock/plug-ins/quick_browser -@dirrm share/cairo-dock/plug-ins/RSSreader -@dirrm share/cairo-dock/plug-ins/rendering -@dirrm share/cairo-dock/plug-ins/shortcuts -@dirrm share/cairo-dock/plug-ins/showDesktop -@dirrm share/cairo-dock/plug-ins/show_mouse -@dirrm share/cairo-dock/plug-ins/slider -@dirrm share/cairo-dock/plug-ins/stack -@dirrm share/cairo-dock/plug-ins/switcher -@dirrm share/cairo-dock/plug-ins/systray -%%TERMINAL%%@dirrm share/cairo-dock/plug-ins/terminal -@dirrm share/cairo-dock/plug-ins/tomboy -@dirrm share/cairo-dock/plug-ins/weather/themes/Classic -@dirrm share/cairo-dock/plug-ins/weather/themes -@dirrm share/cairo-dock/plug-ins/weather -%%WEBLETS%%@dirrm share/cairo-dock/plug-ins/weblets -@dirrm share/cairo-dock/plug-ins/wifi -%%XFCE_INTEGRATION%%@dirrm share/cairo-dock/plug-ins/xfce-integration -@dirrm share/cairo-dock/plug-ins -@dirrm lib/cairo-dock diff --git a/deskutils/google-gadgets/Makefile b/deskutils/google-gadgets/Makefile deleted file mode 100644 index 3d806f8e1..000000000 --- a/deskutils/google-gadgets/Makefile +++ /dev/null @@ -1,149 +0,0 @@ -# New ports collection makefile for: google-gadgets -# Date created: 2008-06-08 -# Whom: Ashish Shukla <wahjava@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= google-gadgets -PORTVERSION= 0.11.2 -PORTREVISION= 5 -CATEGORIES= deskutils -MASTER_SITES= http://google-gadgets-for-linux.googlecode.com/files/ -DISTNAME= ${PORTNAME}-for-linux-${PORTVERSION} - -MAINTAINER= ashish@FreeBSD.org -COMMENT= Google Desktop Gadgets - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \ - ${LOCALBASE}/libdata/pkgconfig/libcurl.pc:${PORTSDIR}/ftp/curl \ - ${LOCALBASE}/libdata/pkgconfig/libxml-2.0.pc:${PORTSDIR}/textproc/libxml2 \ - ${LOCALBASE}/libdata/pkgconfig/cairo.pc:${PORTSDIR}/graphics/cairo \ - ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:${PORTSDIR}/graphics/librsvg2 \ - ${LOCALBASE}/libdata/pkgconfig/libstartup-notification-1.0.pc:${PORTSDIR}/x11/startup-notification \ - zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - dbus-1.3:${PORTSDIR}/devel/dbus \ - curl.6:${PORTSDIR}/ftp/curl \ - rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info - -USE_BZIP2= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_GCC= 4.2+ -USE_GSTREAMER= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -Wno-deprecated-declarations" LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-werror --enable-ltdl-install=no --with-browser-plugins-dir=${LOCALBASE}/lib/browser_plugins -USE_AUTOTOOLS= libtool:env autoconf:env automake:env aclocal:env libltdl -WANT_GNOME= yes -USE_GNOME= gnomehack -INSTALLS_ICONS= yes - -OPTIONS= DEBUGGING "Enable debug output on runtime" on\ - GTK "Build GTK Host" on\ - QT "Build Qt Host" on\ - GTKWEBKIT "Build with GTK Webkit support" on\ - MOZILLA "Build with Mozilla support" on - -.include <bsd.port.options.mk> - -.if defined(WITH_QT) -USE_QT_VER= 4 -QT_COMPONENTS= webkit opengl gui corelib script network moc_build -.endif - -.if defined(WITH_GTKWEBKIT) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 -LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -.endif - -.if defined(WITH_MOZILLA) -USE_GECKO= libxul -.endif - -.if defined(WITHOUT_GTKWEBKIT) && defined(WITHOUT_MOZILLA) && defined(WITH_GTK) -IGNORE= gtk host requires GTK Webkit or/and Mozilla support to be enabled. Please, rerun 'make config' -.elif defined(WITH_GTKWEBKIT) && defined(WITHOUT_GTK) -.undef WITHOUT_GTK -WITH_GTK=yes - -pre-everything:: - @${ECHO_MSG} "==> GTK Webkit or/and Mozilla support is enabled." - @${ECHO_MSG} "==> Enabling GTK support. If this is not desired," - @${ECHO_MSG} "==> please rerun 'make config'." -.endif - -.include <bsd.port.pre.mk> - -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -Wno-deprecated-declarations" - -.if ${OSVERSION} < 700000 -IGNORE= needs 7.X or higher -.endif - -.if defined(WITH_DEBUGGING) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITHOUT_GTK) -PLIST_SUB+= GTK="@comment " -CONFIGURE_ARGS+= --disable-gtk-host \ - --disable-libggadget-gtk \ - --disable-gtkmoz-browser-element \ - --disable-gtk-system-framework \ - --disable-webkit-script-runtime \ - --disable-gtkwebkit-browser-element \ - --disable-soup-xml-http-request -.elif defined(WITH_GTK) -USE_GNOME= gtk20 -PLIST_SUB+= GTK="" -CONFIGURE_ARGS+= --enable-gtk-host -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libsoup-2.4.pc:${PORTSDIR}/devel/libsoup -LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup -RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -CONFIGURE_ARGS+= --with-ssl-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt - -.endif - -.if defined(WITHOUT_GTKWEBKIT) -PLIST_SUB+= GTKWEBKIT="@comment " -CONFIGURE_ARGS+= --disable-webkit-script-runtime --disable-gtkwebkit-browser-element -.elif defined(WITH_GTKWEBKIT) -PLIST_SUB+= GTKWEBKIT="" -.endif - -.if defined(WITHOUT_MOZILLA) -PLIST_SUB+= MOZILLA="@comment " -CONFIGURE_ARGS+= --disable-smjs-script-runtime --disable-gtkmoz-browser-element -.elif defined(WITH_MOZILLA) -PLIST_SUB+= MOZILLA="" -.endif - -.if defined(WITHOUT_QT) -PLIST_SUB+= QT="@comment " -CONFIGURE_ARGS+= --disable-qt-host --disable-libggadget-qt --disable-qt-system-framework\ - --disable-qtwebkit-browser-element --disable-qt-script-runtime --disable-qt-xml-http-request -.else -PLIST_SUB+= QT="" -CONFIGURE_ARGS+= --enable-qt-host -.endif - -.if defined(WITHOUT_QT) && defined(WITHOUT_GTK) -IGNORE= requires GTK or/and Qt host to be enabled. Please, rerun 'make config' -.endif - -post-patch: - @${FIND} ${WRKSRC} -type f -name Makefile.am -exec ${GREP} -l pkgconfig {} \; | ${XARGS} ${REINPLACE_CMD} -e 's|^\(pkgconfigdir[[:space:]]*=\).*|\1 $$(prefix)/libdata/pkgconfig|' - -pre-configure: - @cd ${WRKSRC} && ${SH} autotools/bootstrap.sh && ${CP} ${AUTOMAKE_DIR}/mkinstalldirs libltdl/ - @cd ${WRKSRC} && ${CHMOD} +x autotools/install-sh - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/deskutils/google-gadgets/distinfo b/deskutils/google-gadgets/distinfo deleted file mode 100644 index afded8055..000000000 --- a/deskutils/google-gadgets/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (google-gadgets-for-linux-0.11.2.tar.bz2) = 2f129ae6c294876b3bc29bdf66c0f02e2c1000f97aadb3540d296560a14f343f -SIZE (google-gadgets-for-linux-0.11.2.tar.bz2) = 2539750 diff --git a/deskutils/google-gadgets/files/patch-configure.ac b/deskutils/google-gadgets/files/patch-configure.ac deleted file mode 100644 index 3398f0c32..000000000 --- a/deskutils/google-gadgets/files/patch-configure.ac +++ /dev/null @@ -1,36 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-configure.ac,v 1.5 2009/12/29 11:09:51 miwi Exp $ - ---- configure.ac.orig -+++ configure.ac -@@ -501,6 +501,13 @@ - GGL_PLATFORM="\"linux\"" - build_linux_system_framework=yes - ;; -+ *freebsd* ) -+ ggl_host_type=freebsd -+ PREDEFINED_MACROS="$PREDEFINED_MACROS -DGGL_HOST_LINUX=1" -+ build_linux_system_framework=yes -+ GGL_PLATFORM_SHORT=\"freebsd\" -+ GGL_PLATFORM=\"freebsd\" -+ ;; - *solaris* ) - ggl_host_type=solaris - PREDEFINED_MACROS="$PREDEFINED_MACROS -DGGL_HOST_SOLARIS=1" -@@ -526,6 +533,7 @@ - AM_CONDITIONAL([GGL_HOST_MACOSX], [test x$ggl_host_type = xmacosx]) - AM_CONDITIONAL([GGL_HOST_LINUX], [test x$ggl_host_type = xlinux]) - AM_CONDITIONAL([GGL_HOST_SOLARIS], [test x$ggl_host_type = xsolaris]) -+AM_CONDITIONAL([GGL_HOST_FREEBSD], [test x$ggl_host_type = xfreebsd]) - - AC_SUBST(PREDEFINED_MACROS) - AC_SUBST(DEFAULT_COMPILE_FLAGS) -@@ -651,7 +659,7 @@ - has_qtwebkit=no - has_qtscript=no - if test x$build_libggadget_qt = xyes; then -- if test x$ggl_host_type = xlinux; then -+ if test x$ggl_host_type = xlinux -o x$ggl_host_type = xfreebsd; then - PKG_CHECK_MODULES(QT4, [QtGui >= 4.3 QtCore >= 4.3 QtNetwork >= 4.3], - [has_qt4=yes - MOC=`$PKG_CONFIG --variable=moc_location QtCore`], diff --git a/deskutils/google-gadgets/files/patch-extensions_gst__audio__framework_gst__audio__framework.cc b/deskutils/google-gadgets/files/patch-extensions_gst__audio__framework_gst__audio__framework.cc deleted file mode 100644 index 5c804f74e..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gst__audio__framework_gst__audio__framework.cc +++ /dev/null @@ -1,77 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gst__audio__framework_gst__audio__framework.cc,v 1.1 2008/06/09 00:52:55 ahze Exp $ - ---- extensions/gst_audio_framework/gst_audio_framework.cc.orig -+++ extensions/gst_audio_framework/gst_audio_framework.cc -@@ -91,7 +91,7 @@ - } - - // Use fakesink as video-sink to discard the video output. -- g_object_set(G_OBJECT(playbin_), "video-sink", videosink, NULL); -+ g_object_set(G_OBJECT(playbin_), "video-sink", videosink, (gchar*)0); - - // Create new audio sink with panorama support if possible. - GstElement *audiosink = NULL; -@@ -114,7 +114,7 @@ - // panorama support. - if (panorama_) { - GstElement *audiobin = gst_bin_new("audiobin"); -- gst_bin_add_many(GST_BIN(audiobin), panorama_, audiosink, NULL); -+ gst_bin_add_many(GST_BIN(audiobin), panorama_, audiosink, (GstElement*)0); - gst_element_link(panorama_, audiosink); - GstPad *sinkpad = gst_element_get_pad(panorama_, "sink"); - gst_element_add_pad(audiobin, gst_ghost_pad_new("sink", sinkpad)); -@@ -123,7 +123,7 @@ - } - - // Set audio-sink to our new audiosink. -- g_object_set(G_OBJECT(playbin_), "audio-sink", audiosink, NULL); -+ g_object_set(G_OBJECT(playbin_), "audio-sink", audiosink, (gchar*)0); - - // Watch the message bus. - // The host using this class must use a g_main_loop to capture the -@@ -153,7 +153,7 @@ - virtual int GetBalance() const { - if (playbin_ && panorama_) { - gfloat balance; -- g_object_get(G_OBJECT(panorama_), "panorama", &balance, NULL); -+ g_object_get(G_OBJECT(panorama_), "panorama", &balance, (gchar*)0); - int gg_balance = static_cast<int>(((balance + 1) / 2) * - (kMaxBalance - kMinBalance) + - kMinBalance); -@@ -177,7 +177,7 @@ - } - gfloat gst_balance = - (gfloat(balance - kMinBalance) / (kMaxBalance - kMinBalance)) * 2 - 1; -- g_object_set(G_OBJECT(panorama_), "panorama", gst_balance, NULL); -+ g_object_set(G_OBJECT(panorama_), "panorama", gst_balance, (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); -@@ -237,7 +237,7 @@ - // FIXME: - // Playbin won't produce ERROR whether it's a bad uri or the file's - // format is not supported. We must check here. -- g_object_set(G_OBJECT(playbin_), "uri", src, NULL); -+ g_object_set(G_OBJECT(playbin_), "uri", src, (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); -@@ -253,7 +253,7 @@ - virtual int GetVolume() const { - if (playbin_) { - double volume; -- g_object_get(G_OBJECT(playbin_), "volume", &volume, NULL); -+ g_object_get(G_OBJECT(playbin_), "volume", &volume, (gchar*)0); - int gg_volume = static_cast<int>((volume / kMaxGstVolume) * - (kMaxVolume - kMinVolume) + - kMinVolume); -@@ -275,7 +275,7 @@ - (gdouble(volume - kMinVolume) / (kMaxVolume - kMinVolume)) * - kMaxGstVolume; - -- g_object_set(G_OBJECT(playbin_), "volume", gst_volume, NULL); -+ g_object_set(G_OBJECT(playbin_), "volume", gst_volume, (gchar*)0); - } else { - DLOG("Playbin was not initialized correctly."); - } diff --git a/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gadget__videosink.cc b/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gadget__videosink.cc deleted file mode 100644 index 9af2a7ccd..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gadget__videosink.cc +++ /dev/null @@ -1,50 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gadget__videosink.cc,v 1.1 2008/10/19 14:59:03 miwi Exp $ - ---- extensions/gst_video_element/gadget_videosink.cc.orig -+++ extensions/gst_video_element/gadget_videosink.cc -@@ -459,10 +459,10 @@ - nom = gst_value_get_fraction_numerator(videosink->par_); - den = gst_value_get_fraction_denominator(videosink->par_); - gst_structure_set(structure, "pixel-aspect-ratio", -- GST_TYPE_FRACTION, nom, den, NULL); -+ GST_TYPE_FRACTION, nom, den, (gchar*)0); - } else { - gst_structure_set(structure, "pixel-aspect-ratio", -- GST_TYPE_FRACTION, 1, 1, NULL); -+ GST_TYPE_FRACTION, 1, 1, (gchar*)0); - } - } - -@@ -672,18 +672,18 @@ - desired_caps = gst_caps_copy(caps); - desired_struct = gst_caps_get_structure(desired_caps, 0); - -- gst_structure_set (desired_struct, "width", G_TYPE_INT, result.w, NULL); -- gst_structure_set (desired_struct, "height", G_TYPE_INT, result.h, NULL); -+ gst_structure_set (desired_struct, "width", G_TYPE_INT, result.w, (gchar*)0); -+ gst_structure_set (desired_struct, "height", G_TYPE_INT, result.h, (gchar*)0); - - // PAR property overrides the default one. - if (videosink->par_) { - nom = gst_value_get_fraction_numerator(videosink->par_); - den = gst_value_get_fraction_denominator(videosink->par_); - gst_structure_set(desired_struct, "pixel-aspect-ratio", -- GST_TYPE_FRACTION, nom, den, NULL); -+ GST_TYPE_FRACTION, nom, den, (gchar*)0); - } else { - gst_structure_set(desired_struct, "pixel-aspect-ratio", -- GST_TYPE_FRACTION, 1, 1, NULL); -+ GST_TYPE_FRACTION, 1, 1, (gchar*)0); - } - - // see if peer accepts our new suggestion, if there is no peer, this -@@ -895,7 +895,7 @@ - nom = gst_value_get_fraction_numerator(par_); - den = gst_value_get_fraction_denominator(par_); - gst_caps_set_simple(caps_, const_cast<gchar*>("pixel-aspect-ratio"), -- GST_TYPE_FRACTION, 1, 1, NULL); -+ GST_TYPE_FRACTION, 1, 1, (gchar*)0); - } - - // This function converts the image format if necessary, puts the image into diff --git a/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gst__video__element.cc b/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gst__video__element.cc deleted file mode 100644 index 96dfaf456..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gst__video__element.cc +++ /dev/null @@ -1,123 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gst__video__element_gst__video__element.cc,v 1.2 2008/11/23 22:51:45 miwi Exp $ - ---- extensions/gst_video_element/gst_video_element.cc.orig -+++ extensions/gst_video_element/gst_video_element.cc -@@ -125,7 +125,7 @@ - return; - } else { - g_object_get(G_OBJECT(videosink_), -- "receive-image-handler", &receive_image_handler_, NULL); -+ "receive-image-handler", &receive_image_handler_, (gchar*)0); - if (!receive_image_handler_) { - gst_object_unref(GST_OBJECT(playbin_)); - gst_object_unref(GST_OBJECT(videosink_)); -@@ -135,7 +135,7 @@ - } - - // Set videosink to receive video output. -- g_object_set(G_OBJECT(playbin_), "video-sink", videosink_, NULL); -+ g_object_set(G_OBJECT(playbin_), "video-sink", videosink_, (gchar*)0); - - // Create new audio sink with panorama support if possible. - GstElement *audiosink = NULL; -@@ -161,15 +161,15 @@ - GstElement *audiobin = gst_bin_new("audiobin"); - GstPad *sinkpad; - if (volume_ && panorama_) { -- gst_bin_add_many(GST_BIN(audiobin), volume_, panorama_, audiosink, NULL); -- gst_element_link_many(volume_, panorama_, audiosink, NULL); -+ gst_bin_add_many(GST_BIN(audiobin), volume_, panorama_, audiosink, (gchar*)0); -+ gst_element_link_many(volume_, panorama_, audiosink, (gchar*)0); - sinkpad = gst_element_get_pad(volume_, "sink"); - } else if (volume_) { -- gst_bin_add_many(GST_BIN(audiobin), volume_, audiosink, NULL); -+ gst_bin_add_many(GST_BIN(audiobin), volume_, audiosink, (gchar*)0); - gst_element_link(volume_, audiosink); - sinkpad = gst_element_get_pad(volume_, "sink"); - } else { -- gst_bin_add_many(GST_BIN(audiobin), panorama_, audiosink, NULL); -+ gst_bin_add_many(GST_BIN(audiobin), panorama_, audiosink, (gchar*)0); - gst_element_link(panorama_, audiosink); - sinkpad = gst_element_get_pad(panorama_, "sink"); - } -@@ -179,7 +179,7 @@ - } - - // Set audio-sink to our new audiosink. -- g_object_set(G_OBJECT(playbin_), "audio-sink", audiosink, NULL); -+ g_object_set(G_OBJECT(playbin_), "audio-sink", audiosink, (gchar*)0); - - // Watch the message bus. - // The host using this class must use a g_main_loop to capture the -@@ -357,14 +357,14 @@ - - src_ = src; - media_changed_ = true; -- g_object_set(G_OBJECT(playbin_), "uri", src_.c_str(), NULL); -+ g_object_set(G_OBJECT(playbin_), "uri", src_.c_str(), (gchar*)0); - } - } - - int GstVideoElement::GetVolume() const { - if (playbin_) { - double volume; -- g_object_get(G_OBJECT(playbin_), "volume", &volume, NULL); -+ g_object_get(G_OBJECT(playbin_), "volume", &volume, (gchar*)0); - int gg_volume = static_cast<int>((volume / kMaxGstVolume) * - (kMaxVolume - kMinVolume) + kMinVolume); - return Clamp(gg_volume, kMinVolume, kMaxVolume); -@@ -381,7 +381,7 @@ - } - gdouble gg_volume = ((gdouble(volume - kMinVolume) / - (kMaxVolume - kMinVolume)) * kMaxGstVolume); -- g_object_set(G_OBJECT(playbin_), "volume", gg_volume, NULL); -+ g_object_set(G_OBJECT(playbin_), "volume", gg_volume, (gchar*)0); - } else { - DLOG("Playbin was not initialized correctly."); - } -@@ -403,7 +403,7 @@ - int GstVideoElement::GetBalance() const { - if (playbin_ && panorama_) { - gfloat balance; -- g_object_get(G_OBJECT(panorama_), "panorama", &balance, NULL); -+ g_object_get(G_OBJECT(panorama_), "panorama", &balance, (gchar*)0); - int gg_balance = static_cast<int>(((balance + 1) / 2) * - (kMaxBalance - kMinBalance) + - kMinBalance); -@@ -426,7 +426,7 @@ - } - gfloat gg_balance = (gfloat(balance - kMinBalance) / - (kMaxBalance - kMinBalance)) * 2 - 1; -- g_object_set(G_OBJECT(panorama_), "panorama", gg_balance, NULL); -+ g_object_set(G_OBJECT(panorama_), "panorama", gg_balance, (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); -@@ -438,7 +438,7 @@ - bool GstVideoElement::IsMute() const { - if (playbin_ && volume_) { - gboolean mute; -- g_object_get(G_OBJECT(volume_), "mute", &mute, NULL); -+ g_object_get(G_OBJECT(volume_), "mute", &mute, (gchar*)0); - return static_cast<bool>(mute); - } else { - if (!playbin_) -@@ -451,7 +451,7 @@ - - void GstVideoElement::SetMute(bool mute) { - if (playbin_ && volume_) { -- g_object_set(G_OBJECT(volume_), "mute", static_cast<gboolean>(mute), NULL); -+ g_object_set(G_OBJECT(volume_), "mute", static_cast<gboolean>(mute), (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); -@@ -464,7 +464,7 @@ - if (playbin_ && videosink_) { - g_object_set(G_OBJECT(videosink_), - "geometry-width", static_cast<int>(width), -- "geometry-height", static_cast<int>(height), NULL); -+ "geometry-height", static_cast<int>(height), (gchar*)0); - } else { - if (!playbin_) - DLOG("Playbin was not initialized correctly."); diff --git a/deskutils/google-gadgets/files/patch-extensions_gtk__system__framework_gtk__system__framework.cc b/deskutils/google-gadgets/files/patch-extensions_gtk__system__framework_gtk__system__framework.cc deleted file mode 100644 index a47712b00..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gtk__system__framework_gtk__system__framework.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gtk__system__framework_gtk__system__framework.cc,v 1.2 2009/01/15 12:11:25 miwi Exp $ - ---- extensions/gtk_system_framework/gtk_system_framework.cc.orig -+++ extensions/gtk_system_framework/gtk_system_framework.cc -@@ -137,7 +137,7 @@ - whole_title.c_str(), NULL, action, - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_OK, GTK_RESPONSE_OK, -- NULL); -+ (gint*)0); - gtk_window_set_position(GTK_WINDOW(dialog), GTK_WIN_POS_CENTER); - - if (action == GTK_FILE_CHOOSER_ACTION_SAVE) { diff --git a/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_Makefile.am b/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_Makefile.am deleted file mode 100644 index 701f34ec7..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_Makefile.am,v 1.2 2009/01/15 12:11:25 miwi Exp $ - ---- extensions/gtkmoz_browser_element/Makefile.am.orig -+++ extensions/gtkmoz_browser_element/Makefile.am -@@ -63,8 +63,7 @@ - - gtkmoz_browser_child_LDADD = $(GTK2_LIBS) \ - $(GTKMOZEMBED_LIBS) \ -- $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la \ -- -ldl -+ $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la - - gtkmoz_browser_child_LDFLAGS = $(GTKMOZEMBED_LDFLAGS) - diff --git a/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_browser__element.cc b/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_browser__element.cc deleted file mode 100644 index 747438cdb..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_browser__element.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gtkmoz__browser__element_browser__element.cc,v 1.3 2009/03/08 12:53:52 beat Exp $ - ---- extensions/gtkmoz_browser_element/browser_element.cc.orig -+++ extensions/gtkmoz_browser_element/browser_element.cc -@@ -164,7 +164,7 @@ - std::string up_fd_str = StringPrintf("%d", up_fds[1]); - for (size_t i = 0; kBrowserChildNames[i]; ++i) { - execl(kBrowserChildNames[i], kBrowserChildNames[i], -- down_fd_str.c_str(), up_fd_str.c_str(), NULL); -+ down_fd_str.c_str(), up_fd_str.c_str(), (char*)0); - } - LOG("Failed to execute browser child"); - _exit(-1); diff --git a/deskutils/google-gadgets/files/patch-extensions_gtkwebkit__browser__element_browser__element.cc b/deskutils/google-gadgets/files/patch-extensions_gtkwebkit__browser__element_browser__element.cc deleted file mode 100644 index b12321525..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_gtkwebkit__browser__element_browser__element.cc +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_gtkwebkit__browser__element_browser__element.cc,v 1.1 2010/01/09 19:30:45 pav Exp $ - ---- extensions/gtkwebkit_browser_element/browser_element.cc.orig -+++ extensions/gtkwebkit_browser_element/browser_element.cc -@@ -540,7 +540,7 @@ - Impl *impl) { - if (!impl->owner_) return; - gint width = 0; -- g_object_get(features, "width", &width, NULL); -+ g_object_get(features, "width", &width, (const gchar*)0); - ScopedLogContext log_context(impl->owner_->GetView()->GetGadget()); - DLOG("WebViewWindowWidthNotify(Impl=%p, width=%d)", impl, width); - } -@@ -550,7 +550,7 @@ - Impl *impl) { - if (!impl->owner_) return; - gint height = 0; -- g_object_get(features, "height", &height, NULL); -+ g_object_get(features, "height", &height, (const gchar*)0); - ScopedLogContext log_context(impl->owner_->GetView()->GetGadget()); - DLOG("WebViewWindowHeightNotify(Impl=%p, width=%d)", impl, height); - } diff --git a/deskutils/google-gadgets/files/patch-extensions_linux__system__framework_file__system.cc b/deskutils/google-gadgets/files/patch-extensions_linux__system__framework_file__system.cc deleted file mode 100644 index cfb78e594..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_linux__system__framework_file__system.cc +++ /dev/null @@ -1,27 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_linux__system__framework_file__system.cc,v 1.2 2008/10/19 14:59:03 miwi Exp $ - ---- extensions/linux_system_framework/file_system.cc.orig -+++ extensions/linux_system_framework/file_system.cc -@@ -463,8 +463,8 @@ - if (stat(path, &stat_value)) - return Date(0); - -- return Date(stat_value.st_mtim.tv_sec * 1000 -- + stat_value.st_mtim.tv_nsec / 1000000); -+ return Date(statbuf.st_mtimespec.tv_sec * 1000 -+ + statbuf.st_mtimespec.tv_nsec / 1000000); - } - - static Date GetDateLastAccessed(const char *path) { -@@ -476,8 +476,8 @@ - if (stat(path, &stat_value)) - return Date(0); - -- return Date(stat_value.st_atim.tv_sec * 1000 -- + stat_value.st_atim.tv_nsec / 1000000); -+ return Date(statbuf.st_atimespec.tv_sec * 1000 -+ + statbuf.st_atimespec.tv_nsec / 1000000); - } - - class Drive : public DriveInterface { diff --git a/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_Makefile.am b/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_Makefile.am deleted file mode 100644 index df06e8234..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_Makefile.am,v 1.1 2008/11/23 22:51:45 miwi Exp $ - ---- extensions/smjs_script_runtime/Makefile.am.orig -+++ extensions/smjs_script_runtime/Makefile.am -@@ -72,8 +72,7 @@ - smjs_script_runtime_la_LIBADD = \ - $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la \ - libggadget-smjs.la \ -- $(LIBMOZJS_LIBS) \ -- -ldl -+ $(LIBMOZJS_LIBS) - - smjs_script_runtime_la_LDFLAGS = \ - -avoid-version \ diff --git a/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_tests_Makefile.am b/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_tests_Makefile.am deleted file mode 100644 index 4ce89a660..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_tests_Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_smjs__script__runtime_tests_Makefile.am,v 1.1 2008/11/23 22:51:45 miwi Exp $ - ---- extensions/smjs_script_runtime/tests/Makefile.am.orig -+++ extensions/smjs_script_runtime/tests/Makefile.am -@@ -30,8 +30,7 @@ - $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la \ - $(top_builddir)/ggadget/js/libggadget-js@GGL_EPOCH@.la \ - $(top_builddir)/third_party/editline/libeditline.la \ -- $(LIBMOZJS_LIBS) \ -- -ldl -+ $(LIBMOZJS_LIBS) - - check_PROGRAMS = cross_context_test \ - dom_test_shell \ diff --git a/deskutils/google-gadgets/files/patch-extensions_soup__xml__http__request_soup__xml__http__request.cc b/deskutils/google-gadgets/files/patch-extensions_soup__xml__http__request_soup__xml__http__request.cc deleted file mode 100644 index 9051e3f02..000000000 --- a/deskutils/google-gadgets/files/patch-extensions_soup__xml__http__request_soup__xml__http__request.cc +++ /dev/null @@ -1,32 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-extensions_soup__xml__http__request_soup__xml__http__request.cc,v 1.1 2010/01/09 19:30:45 pav Exp $ - ---- extensions/soup_xml_http_request/soup_xml_http_request.cc.orig -+++ extensions/soup_xml_http_request/soup_xml_http_request.cc -@@ -1004,7 +1004,7 @@ - it != sessions_.end(); ++it) { - g_object_set(G_OBJECT(it->second), - SOUP_SESSION_USER_AGENT, default_user_agent_.c_str(), -- NULL); -+ (const gchar*)0); - } - } - } -@@ -1016,7 +1016,7 @@ - #ifdef HAVE_LIBSOUP_GNOME - SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_PROXY_RESOLVER_GNOME, - #endif -- NULL); -+ (const char*)0); - - if (session) { - #ifdef SOUP_XHR_VERBOSE -@@ -1031,7 +1031,7 @@ - #ifdef GGL_DEFAULT_SSL_CA_FILE - SOUP_SESSION_SSL_CA_FILE, GGL_DEFAULT_SSL_CA_FILE, - #endif -- NULL); -+ (const gchar*)0); - - g_signal_connect(G_OBJECT(session), "authenticate", - G_CALLBACK(AuthenticateCallback), this); diff --git a/deskutils/google-gadgets/files/patch-gadgets_designer_designer__script__utils.cc b/deskutils/google-gadgets/files/patch-gadgets_designer_designer__script__utils.cc deleted file mode 100644 index 1f72a3afc..000000000 --- a/deskutils/google-gadgets/files/patch-gadgets_designer_designer__script__utils.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-gadgets_designer_designer__script__utils.cc,v 1.1 2008/10/19 14:59:03 miwi Exp $ - ---- gadgets/designer/designer_script_utils.cc.orig -+++ gadgets/designer/designer_script_utils.cc -@@ -231,7 +231,7 @@ - if ((pid = fork()) == 0) { - if (fork() != 0) - _exit(0); -- execlp(command, command, file, NULL); -+ execlp(command, command, file, (char*)0); - DLOG("Failed to exec command: %s", command); - _exit(-1); - } diff --git a/deskutils/google-gadgets/files/patch-ggadget_gtk_utilities.cc b/deskutils/google-gadgets/files/patch-ggadget_gtk_utilities.cc deleted file mode 100644 index 22b385665..000000000 --- a/deskutils/google-gadgets/files/patch-ggadget_gtk_utilities.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ggadget/gtk/utilities.cc.orig 2008-12-03 18:01:36.000000000 +1000 -+++ ggadget/gtk/utilities.cc 2009-01-07 00:52:52.000000000 +1000 -@@ -83,7 +83,7 @@ - "%s", message); - gtk_dialog_add_buttons(GTK_DIALOG(dialog), GTK_STOCK_NO, GTK_RESPONSE_NO, - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, -- GTK_STOCK_YES, GTK_RESPONSE_YES, NULL); -+ GTK_STOCK_YES, GTK_RESPONSE_YES, (const gchar*)0); - gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_YES); - } else { - dialog = gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL, diff --git a/deskutils/google-gadgets/files/patch-ggadget_npapi_Makefile.am b/deskutils/google-gadgets/files/patch-ggadget_npapi_Makefile.am deleted file mode 100644 index a802e097e..000000000 --- a/deskutils/google-gadgets/files/patch-ggadget_npapi_Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD: ports/deskutils/google-gadgets/files/patch-ggadget_npapi_Makefile.am,v 1.1 2008/11/23 22:51:45 miwi Exp $ - ---- ggadget/npapi/Makefile.am.orig -+++ ggadget/npapi/Makefile.am -@@ -44,8 +44,7 @@ - - libggadget_npapi@GGL_EPOCH@_la_LIBADD = \ - $(top_builddir)/ggadget/libggadget@GGL_EPOCH@.la \ -- $(X_LIBS) \ -- -ldl -+ $(X_LIBS) - - libggadget_npapi@GGL_EPOCH@_la_LDFLAGS = \ - -version-info $(LIBGGADGET_VERSION) \ diff --git a/deskutils/google-gadgets/pkg-descr b/deskutils/google-gadgets/pkg-descr deleted file mode 100644 index 414555d6f..000000000 --- a/deskutils/google-gadgets/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Google Gadgets for Linux provides a platform for running desktop -gadgets under Linux, catering to the unique needs of Linux users. - -WWW: http://code.google.com/p/google-gadgets-for-linux/ diff --git a/deskutils/google-gadgets/pkg-plist b/deskutils/google-gadgets/pkg-plist deleted file mode 100644 index e220c9d4b..000000000 --- a/deskutils/google-gadgets/pkg-plist +++ /dev/null @@ -1,289 +0,0 @@ -%%GTK%%bin/ggl-gtk -%%QT%%bin/ggl-qt -include/google-gadgets/ggadget/anchor_element.h -include/google-gadgets/ggadget/audioclip_interface.h -include/google-gadgets/ggadget/backoff.h -include/google-gadgets/ggadget/basic_element.h -include/google-gadgets/ggadget/button_element.h -include/google-gadgets/ggadget/canvas_interface.h -include/google-gadgets/ggadget/canvas_utils.h -include/google-gadgets/ggadget/checkbox_element.h -include/google-gadgets/ggadget/clip_region.h -include/google-gadgets/ggadget/color.h -include/google-gadgets/ggadget/combobox_element.h -include/google-gadgets/ggadget/common.h -include/google-gadgets/ggadget/content_item.h -include/google-gadgets/ggadget/contentarea_element.h -include/google-gadgets/ggadget/copy_element.h -include/google-gadgets/ggadget/dbus/dbus_proxy.h -include/google-gadgets/ggadget/dbus/dbus_result_receiver.h -include/google-gadgets/ggadget/decorated_view_host.h -include/google-gadgets/ggadget/details_view_data.h -include/google-gadgets/ggadget/details_view_decorator.h -include/google-gadgets/ggadget/digest_utils.h -include/google-gadgets/ggadget/dir_file_manager.h -include/google-gadgets/ggadget/display_window.h -include/google-gadgets/ggadget/div_element.h -include/google-gadgets/ggadget/docked_main_view_decorator.h -include/google-gadgets/ggadget/edit_element_base.h -include/google-gadgets/ggadget/element_factory.h -include/google-gadgets/ggadget/elements.h -include/google-gadgets/ggadget/encryptor_interface.h -include/google-gadgets/ggadget/event.h -include/google-gadgets/ggadget/extension_manager.h -include/google-gadgets/ggadget/file_manager_factory.h -include/google-gadgets/ggadget/file_manager_interface.h -include/google-gadgets/ggadget/file_manager_wrapper.h -include/google-gadgets/ggadget/file_system_interface.h -include/google-gadgets/ggadget/floating_main_view_decorator.h -include/google-gadgets/ggadget/font_interface.h -include/google-gadgets/ggadget/framed_view_decorator_base.h -include/google-gadgets/ggadget/framework_interface.h -include/google-gadgets/ggadget/gadget.h -include/google-gadgets/ggadget/gadget_consts.h -include/google-gadgets/ggadget/gadget_manager_interface.h -include/google-gadgets/ggadget/graphics_interface.h -%%GTK%%include/google-gadgets/ggadget/gtk/cairo_graphics.h -%%GTK%%include/google-gadgets/ggadget/gtk/hotkey.h -%%GTK%%include/google-gadgets/ggadget/gtk/key_convert.h -%%GTK%%include/google-gadgets/ggadget/gtk/main_loop.h -%%GTK%%include/google-gadgets/ggadget/gtk/menu_builder.h -%%GTK%%include/google-gadgets/ggadget/gtk/npapi_plugin_element.h -%%GTK%%include/google-gadgets/ggadget/gtk/single_view_host.h -%%GTK%%include/google-gadgets/ggadget/gtk/tooltip.h -%%GTK%%include/google-gadgets/ggadget/gtk/utilities.h -%%GTK%%include/google-gadgets/ggadget/gtk/view_widget_binder.h -include/google-gadgets/ggadget/host_interface.h -include/google-gadgets/ggadget/host_utils.h -include/google-gadgets/ggadget/image_cache.h -include/google-gadgets/ggadget/image_interface.h -include/google-gadgets/ggadget/img_element.h -include/google-gadgets/ggadget/item_element.h -include/google-gadgets/ggadget/js/js_utils.h -include/google-gadgets/ggadget/js/jscript_massager.h -include/google-gadgets/ggadget/label_element.h -include/google-gadgets/ggadget/light_map.h -include/google-gadgets/ggadget/listbox_element.h -include/google-gadgets/ggadget/locales.h -include/google-gadgets/ggadget/localized_file_manager.h -include/google-gadgets/ggadget/logger.h -include/google-gadgets/ggadget/main_loop_interface.h -include/google-gadgets/ggadget/main_view_decorator_base.h -include/google-gadgets/ggadget/math_utils.h -include/google-gadgets/ggadget/memory_options.h -include/google-gadgets/ggadget/menu_interface.h -include/google-gadgets/ggadget/messages.h -include/google-gadgets/ggadget/module.h -include/google-gadgets/ggadget/npapi/npapi_plugin.h -include/google-gadgets/ggadget/object_element.h -include/google-gadgets/ggadget/object_videoplayer.h -include/google-gadgets/ggadget/options_interface.h -include/google-gadgets/ggadget/permissions.h -include/google-gadgets/ggadget/popout_main_view_decorator.h -include/google-gadgets/ggadget/progressbar_element.h -%%QT%%include/google-gadgets/ggadget/qt/qt_graphics.h -%%QT%%include/google-gadgets/ggadget/qt/qt_main_loop.h -%%QT%%include/google-gadgets/ggadget/qt/qt_menu.h -%%QT%%include/google-gadgets/ggadget/qt/qt_view_host.h -%%QT%%include/google-gadgets/ggadget/qt/qt_view_widget.h -%%QT%%include/google-gadgets/ggadget/qt/utilities.h -include/google-gadgets/ggadget/registerable_interface.h -include/google-gadgets/ggadget/run_once.h -include/google-gadgets/ggadget/scoped_ptr.h -include/google-gadgets/ggadget/script_context_interface.h -include/google-gadgets/ggadget/script_runtime_interface.h -include/google-gadgets/ggadget/script_runtime_manager.h -include/google-gadgets/ggadget/scriptable_array.h -include/google-gadgets/ggadget/scriptable_binary_data.h -include/google-gadgets/ggadget/scriptable_enumerator.h -include/google-gadgets/ggadget/scriptable_event.h -include/google-gadgets/ggadget/scriptable_file_system.h -include/google-gadgets/ggadget/scriptable_framework.h -include/google-gadgets/ggadget/scriptable_function.h -include/google-gadgets/ggadget/scriptable_helper.h -include/google-gadgets/ggadget/scriptable_holder.h -include/google-gadgets/ggadget/scriptable_image.h -include/google-gadgets/ggadget/scriptable_interface.h -include/google-gadgets/ggadget/scriptable_map.h -include/google-gadgets/ggadget/scriptable_menu.h -include/google-gadgets/ggadget/scriptable_options.h -include/google-gadgets/ggadget/scriptable_view.h -include/google-gadgets/ggadget/scrollbar_element.h -include/google-gadgets/ggadget/scrolling_element.h -include/google-gadgets/ggadget/sidebar.h -include/google-gadgets/ggadget/signals.h -include/google-gadgets/ggadget/slot.h -include/google-gadgets/ggadget/small_object.h -include/google-gadgets/ggadget/string_utils.h -include/google-gadgets/ggadget/system_utils.h -include/google-gadgets/ggadget/text_frame.h -include/google-gadgets/ggadget/texture.h -include/google-gadgets/ggadget/unicode_utils.h -include/google-gadgets/ggadget/usage_collector_interface.h -include/google-gadgets/ggadget/uuid.h -include/google-gadgets/ggadget/variant.h -include/google-gadgets/ggadget/video_element_base.h -include/google-gadgets/ggadget/view.h -include/google-gadgets/ggadget/view_decorator_base.h -include/google-gadgets/ggadget/view_element.h -include/google-gadgets/ggadget/view_host_interface.h -include/google-gadgets/ggadget/view_interface.h -include/google-gadgets/ggadget/xdg/desktop_entry.h -include/google-gadgets/ggadget/xdg/utilities.h -include/google-gadgets/ggadget/xml_dom.h -include/google-gadgets/ggadget/xml_dom_interface.h -include/google-gadgets/ggadget/xml_http_request_interface.h -include/google-gadgets/ggadget/xml_http_request_utils.h -include/google-gadgets/ggadget/xml_parser_interface.h -include/google-gadgets/ggadget/xml_utils.h -include/google-gadgets/ggadget/zip_file_manager.h -%%GTK%%%%MOZILLA%%lib/google-gadgets/gtkmoz-browser-child -lib/google-gadgets/include/ggadget/sysdeps.h -lib/google-gadgets/modules/analytics-usage-collector.a -lib/google-gadgets/modules/analytics-usage-collector.la -lib/google-gadgets/modules/analytics-usage-collector.so -lib/google-gadgets/modules/curl-xml-http-request.a -lib/google-gadgets/modules/curl-xml-http-request.la -lib/google-gadgets/modules/curl-xml-http-request.so -lib/google-gadgets/modules/dbus-script-class.a -lib/google-gadgets/modules/dbus-script-class.la -lib/google-gadgets/modules/dbus-script-class.so -lib/google-gadgets/modules/default-framework.a -lib/google-gadgets/modules/default-framework.la -lib/google-gadgets/modules/default-framework.so -lib/google-gadgets/modules/default-options.a -lib/google-gadgets/modules/default-options.la -lib/google-gadgets/modules/default-options.so -lib/google-gadgets/modules/google-gadget-manager.a -lib/google-gadgets/modules/google-gadget-manager.la -lib/google-gadgets/modules/google-gadget-manager.so -lib/google-gadgets/modules/gst-audio-framework.a -lib/google-gadgets/modules/gst-audio-framework.la -lib/google-gadgets/modules/gst-audio-framework.so -lib/google-gadgets/modules/gst-video-element.a -lib/google-gadgets/modules/gst-video-element.la -lib/google-gadgets/modules/gst-video-element.so -%%GTK%%lib/google-gadgets/modules/gtk-edit-element.a -%%GTK%%lib/google-gadgets/modules/gtk-edit-element.la -%%GTK%%lib/google-gadgets/modules/gtk-edit-element.so -%%GTK%%lib/google-gadgets/modules/gtk-flash-element.a -%%GTK%%lib/google-gadgets/modules/gtk-flash-element.la -%%GTK%%lib/google-gadgets/modules/gtk-flash-element.so -%%GTK%%lib/google-gadgets/modules/gtk-system-framework.a -%%GTK%%lib/google-gadgets/modules/gtk-system-framework.la -%%GTK%%lib/google-gadgets/modules/gtk-system-framework.so -%%GTK%%%%MOZILLA%%lib/google-gadgets/modules/gtkmoz-browser-element.a -%%GTK%%%%MOZILLA%%lib/google-gadgets/modules/gtkmoz-browser-element.la -%%GTK%%%%MOZILLA%%lib/google-gadgets/modules/gtkmoz-browser-element.so -%%GTKWEBKIT%%lib/google-gadgets/modules/gtkwebkit-browser-element.a -%%GTKWEBKIT%%lib/google-gadgets/modules/gtkwebkit-browser-element.la -%%GTKWEBKIT%%lib/google-gadgets/modules/gtkwebkit-browser-element.so -lib/google-gadgets/modules/html-flash-element.a -lib/google-gadgets/modules/html-flash-element.la -lib/google-gadgets/modules/html-flash-element.so -lib/google-gadgets/modules/libxml2-xml-parser.a -lib/google-gadgets/modules/libxml2-xml-parser.la -lib/google-gadgets/modules/libxml2-xml-parser.so -%%QT%%lib/google-gadgets/modules/qt-edit-element.a -%%QT%%lib/google-gadgets/modules/qt-edit-element.la -%%QT%%lib/google-gadgets/modules/qt-edit-element.so -%%QT%%lib/google-gadgets/modules/qt-script-runtime.a -%%QT%%lib/google-gadgets/modules/qt-script-runtime.la -%%QT%%lib/google-gadgets/modules/qt-script-runtime.so -%%QT%%lib/google-gadgets/modules/qt-system-framework.a -%%QT%%lib/google-gadgets/modules/qt-system-framework.la -%%QT%%lib/google-gadgets/modules/qt-system-framework.so -%%QT%%lib/google-gadgets/modules/qt-xml-http-request.a -%%QT%%lib/google-gadgets/modules/qt-xml-http-request.la -%%QT%%lib/google-gadgets/modules/qt-xml-http-request.so -%%QT%%lib/google-gadgets/modules/qtwebkit-browser-element.a -%%QT%%lib/google-gadgets/modules/qtwebkit-browser-element.la -%%QT%%lib/google-gadgets/modules/qtwebkit-browser-element.so -%%MOZILLA%%lib/google-gadgets/modules/smjs-script-runtime.a -%%MOZILLA%%lib/google-gadgets/modules/smjs-script-runtime.la -%%MOZILLA%%lib/google-gadgets/modules/smjs-script-runtime.so -%%GTK%%lib/google-gadgets/modules/soup-xml-http-request.a -%%GTK%%lib/google-gadgets/modules/soup-xml-http-request.la -%%GTK%%lib/google-gadgets/modules/soup-xml-http-request.so -%%GTKWEBKIT%%lib/google-gadgets/modules/webkit-script-runtime.a -%%GTKWEBKIT%%lib/google-gadgets/modules/webkit-script-runtime.la -%%GTKWEBKIT%%lib/google-gadgets/modules/webkit-script-runtime.so -lib/libggadget-1.0.a -lib/libggadget-1.0.la -lib/libggadget-1.0.so -lib/libggadget-1.0.so.0 -lib/libggadget-dbus-1.0.a -lib/libggadget-dbus-1.0.la -lib/libggadget-dbus-1.0.so -lib/libggadget-dbus-1.0.so.0 -%%GTK%%lib/libggadget-gtk-1.0.a -%%GTK%%lib/libggadget-gtk-1.0.la -%%GTK%%lib/libggadget-gtk-1.0.so -%%GTK%%lib/libggadget-gtk-1.0.so.0 -lib/libggadget-js-1.0.a -lib/libggadget-js-1.0.la -lib/libggadget-js-1.0.so -lib/libggadget-js-1.0.so.0 -lib/libggadget-npapi-1.0.a -lib/libggadget-npapi-1.0.la -lib/libggadget-npapi-1.0.so -lib/libggadget-npapi-1.0.so.0 -%%QT%%lib/libggadget-qt-1.0.a -%%QT%%lib/libggadget-qt-1.0.la -%%QT%%lib/libggadget-qt-1.0.so -%%QT%%lib/libggadget-qt-1.0.so.0 -%%GTKWEBKIT%%lib/libggadget-webkitjs-1.0.a -%%GTKWEBKIT%%lib/libggadget-webkitjs-1.0.la -%%GTKWEBKIT%%lib/libggadget-webkitjs-1.0.so -%%GTKWEBKIT%%lib/libggadget-webkitjs-1.0.so.0 -lib/libggadget-xdg-1.0.a -lib/libggadget-xdg-1.0.la -lib/libggadget-xdg-1.0.so -lib/libggadget-xdg-1.0.so.0 -libdata/pkgconfig/libggadget-1.0.pc -libdata/pkgconfig/libggadget-dbus-1.0.pc -%%GTK%%libdata/pkgconfig/libggadget-gtk-1.0.pc -libdata/pkgconfig/libggadget-js-1.0.pc -libdata/pkgconfig/libggadget-npapi-1.0.pc -%%QT%%libdata/pkgconfig/libggadget-qt-1.0.pc -libdata/pkgconfig/libggadget-xdg-1.0.pc -%%GTK%%share/applications/ggl-designer.desktop -%%GTK%%share/applications/ggl-gtk.desktop -%%QT%%share/applications/ggl-qt.desktop -%%DATADIR%%/analog-clock.gg -%%DATADIR%%/designer.gg -%%DATADIR%%/digital-alarm-clock.gg -%%DATADIR%%/google-gadget-browser.gg -%%DATADIR%%/igoogle.gg -%%DATADIR%%/photos.gg -%%DATADIR%%/resources.gg -%%DATADIR%%/rss.gg -share/icons/hicolor/128x128/apps/google-gadgets.png -share/icons/hicolor/128x128/mimetypes/application-x-google-gadget.png -share/icons/hicolor/192x192/apps/google-gadgets.png -share/icons/hicolor/192x192/mimetypes/application-x-google-gadget.png -share/icons/hicolor/32x32/apps/google-gadgets.png -share/icons/hicolor/32x32/mimetypes/application-x-google-gadget.png -share/icons/hicolor/48x48/apps/google-gadgets.png -share/icons/hicolor/48x48/mimetypes/application-x-google-gadget.png -share/icons/hicolor/64x64/apps/google-gadgets.png -share/icons/hicolor/64x64/mimetypes/application-x-google-gadget.png -share/mime/packages/00-google-gadgets.xml -share/pixmaps/google-gadgets.png -@dirrm %%DATADIR%% -@dirrm lib/google-gadgets/modules -@dirrm lib/google-gadgets/include/ggadget -@dirrm lib/google-gadgets/include -@dirrm lib/google-gadgets -@dirrm include/google-gadgets/ggadget/xdg -%%QT%%@dirrm include/google-gadgets/ggadget/qt -@dirrm include/google-gadgets/ggadget/npapi -@dirrm include/google-gadgets/ggadget/js -%%GTK%%@dirrm include/google-gadgets/ggadget/gtk -@dirrm include/google-gadgets/ggadget/dbus -@dirrm include/google-gadgets/ggadget -@dirrm include/google-gadgets -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile deleted file mode 100644 index ef17da731..000000000 --- a/deskutils/xfce4-tumbler/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: tumbler -# Date created: 2010-12-03 -# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= tumbler -PORTVERSION= 0.1.21 -PORTREVISION= 1 -CATEGORIES= deskutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} -PKGNAMEPREFIX= xfce4- -DIST_SUBDIR= xfce4 - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Thumbnail service for Xfce desktop - -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_GNOME= glib20 gnomehack intltool intlhack pkgconfig -USE_LDCONFIG= yes -USE_XFCE= configenv - -CONFIGURE_ARGS= --enable-xdg-cache \ - --disable-gtk-doc-html - -OPTIONS= NLS "Enable Native Language Support" on \ - APIDOCS "Install api documentation" off \ - PIXBUF "Enable gdk-pixbuf plugin thumbnailer" on \ - FONTS "Enable fonts plugin thumbnailer" on \ - JPEG "Enable JPEG and EXIF plugin thumbnailer" on \ - FFMPEG "Enable FFMPEG plugin thumbnailer" off \ - POPPLER "Enable PDF/PS plugin thumbnailer" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if defined(WITHOUT_APIDOCS) -CONFIGURE_ARGS+=--without-html-dir -PLIST_SUB+= APIDOCS="@comment " -.else -CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html -PLIST_SUB+= APIDOCS="" -.endif - -.if !defined(WITHOUT_PIXBUF) -USE_GNOME+= gdkpixbuf2 -CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer -PLIST_SUB+= PIXBUF="" -.else -CONFIGURE_ARGS+=--disable-pixbuf-thumbnailer -PLIST_SUB+= PIXBUF="@comment " -.endif - -.if !defined(WITHOUT_FONTS) -CONFIGURE_ARGS+=--enable-font-thumbnailer -PLIST_SUB+= FONTS="" -.else -CONFIGURE_ARGS+=--disable-font-thumbnailer -PLIST_SUB+= FONTS="@comment " -.endif - -.if !defined(WITHOUT_JPEG) -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ - exif.12:${PORTSDIR}/graphics/exif -CONFIGURE_ARGS+=--enable-jpeg-thumbnailer -PLIST_SUB+= JPEG="" -.else -CONFIGURE_ARGS+=--disable-jpeg-thumbnailer -PLIST_SUB+= JPEG="@comment " -.endif - -.if !defined(WITHOUT_FFMPEG) -LIB_DEPENDS+= ffmpegthumbnailer.4:${PORTSDIR}/multimedia/ffmpegthumbnailer -CONFIGURE_ARGS+=--enable-ffmpeg-thumbnailer -PLIST_SUB+= FFMPEG="" -.else -CONFIGURE_ARGS+=--disable-ffmpeg-thumbnailer -PLIST_SUB+= FFMPEG="@comment " -.endif - -.if !defined(WITHOUT_POPPLER) -LIB_DEPENDS+= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk -CONFIGURE_ARGS+=--enable-poppler-thumbnailer -PLIST_SUB+= POPPLER="" -.else -CONFIGURE_ARGS+=--disable-poppler-thumbnailer -PLIST_SUB+= POPPLER="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/deskutils/xfce4-tumbler/distinfo b/deskutils/xfce4-tumbler/distinfo deleted file mode 100644 index a8e15f83b..000000000 --- a/deskutils/xfce4-tumbler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xfce4/tumbler-0.1.21.tar.bz2) = 348ac093e3be000d064c94d0856e3da3b6df0c8a98f87695ff548a77edf602a6 -SIZE (xfce4/tumbler-0.1.21.tar.bz2) = 451812 diff --git a/deskutils/xfce4-tumbler/pkg-descr b/deskutils/xfce4-tumbler/pkg-descr deleted file mode 100644 index 7c9a3ae58..000000000 --- a/deskutils/xfce4-tumbler/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Tumbler, is thumbnail service implementing the thumbnail management D-BUS -specification. - -WWW: http://git.xfce.org/apps/tumbler/ diff --git a/deskutils/xfce4-tumbler/pkg-plist b/deskutils/xfce4-tumbler/pkg-plist deleted file mode 100644 index 68d2478da..000000000 --- a/deskutils/xfce4-tumbler/pkg-plist +++ /dev/null @@ -1,121 +0,0 @@ -include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h -include/tumbler-1/tumbler/tumbler-cache-plugin.h -include/tumbler-1/tumbler/tumbler-cache.h -include/tumbler-1/tumbler/tumbler-config.h -include/tumbler-1/tumbler/tumbler-enum-types.h -include/tumbler-1/tumbler/tumbler-error.h -include/tumbler-1/tumbler/tumbler-file-info.h -include/tumbler-1/tumbler/tumbler-glib-extensions.h -include/tumbler-1/tumbler/tumbler-marshal.h -include/tumbler-1/tumbler/tumbler-provider-factory.h -include/tumbler-1/tumbler/tumbler-provider-plugin.h -include/tumbler-1/tumbler/tumbler-thumbnail-flavor.h -include/tumbler-1/tumbler/tumbler-thumbnail.h -include/tumbler-1/tumbler/tumbler-thumbnailer-provider.h -include/tumbler-1/tumbler/tumbler-thumbnailer.h -include/tumbler-1/tumbler/tumbler-util.h -include/tumbler-1/tumbler/tumbler.h -lib/libtumbler-1.a -lib/libtumbler-1.la -lib/libtumbler-1.so -lib/libtumbler-1.so.0 -lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so -lib/tumbler-1/plugins/cache/tumbler-xdg-cache.a -lib/tumbler-1/plugins/cache/tumbler-xdg-cache.la -lib/tumbler-1/plugins/cache/tumbler-xdg-cache.so -%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.a -%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la -%%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.so -%%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.a -%%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.la -%%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.so -%%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.a -%%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la -%%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so -%%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.a -%%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la -%%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so -%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.a -%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la -%%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.so -lib/tumbler-1/tumblerd -libdata/pkgconfig/tumbler-1.pc -share/dbus-1/services/org.xfce.Tumbler.Cache1.service -share/dbus-1/services/org.xfce.Tumbler.Manager1.service -share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerAbstractThumbnailer.html -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerCache.html -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerThumbnail.html -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerThumbnailerProvider.html -%%APIDOCS%%share/gtk-doc/html/tumbler/api-index-full.html -%%APIDOCS%%share/gtk-doc/html/tumbler/extension-api.html -%%APIDOCS%%share/gtk-doc/html/tumbler/extension-tutorial.html -%%APIDOCS%%share/gtk-doc/html/tumbler/home.png -%%APIDOCS%%share/gtk-doc/html/tumbler/index.html -%%APIDOCS%%share/gtk-doc/html/tumbler/index.sgml -%%APIDOCS%%share/gtk-doc/html/tumbler/left.png -%%APIDOCS%%share/gtk-doc/html/tumbler/miscellaneous.html -%%APIDOCS%%share/gtk-doc/html/tumbler/object-tree.html -%%APIDOCS%%share/gtk-doc/html/tumbler/pt01.html -%%APIDOCS%%share/gtk-doc/html/tumbler/right.png -%%APIDOCS%%share/gtk-doc/html/tumbler/style.css -%%APIDOCS%%share/gtk-doc/html/tumbler/thumbnails.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-Error-Domain-and-Types.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-Various-Enumeration-Types.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-Version-Information-and-Compatibility-Checks.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-file-info.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-provider-factory.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-provider-plugin.html -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler.devhelp -%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler.devhelp2 -%%APIDOCS%%share/gtk-doc/html/tumbler/up.png -%%NLS%%share/locale/ar/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ast/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/bn/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ca/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/cs/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/da/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/de/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/el/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/eu/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/fi/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/fr/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/gl/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/he/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/hu/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/id/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/it/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ja/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/kk/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/lv/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/nb/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/pa/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/pl/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/pt/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ro/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ru/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/si/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/sv/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/tr/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/ug/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/uk/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/tumbler.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/tumbler.mo -%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ug -%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/si -%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/kk -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast -%%APIDOCS%%@dirrm share/gtk-doc/html/tumbler -%%APIDOCS%%@dirrmtry share/gtk-doc/html -%%APIDOCS%%@dirrmtry share/gtk-doc -@dirrm lib/tumbler-1/plugins/cache -@dirrm lib/tumbler-1/plugins -@dirrm lib/tumbler-1 -@dirrm include/tumbler-1/tumbler -@dirrm include/tumbler-1 diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile deleted file mode 100644 index d4d475436..000000000 --- a/devel/gir-repository/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gir-repository -# Date created: 14 Aug 2009 -# Whom: Pawel Worach <pawel.worach@gmail.com> -# -# $FreeBSD$ -# $MCom: ports/devel/gir-repository/Makefile,v 1.23 2011/01/07 20:44:21 kwm Exp $ -# - -MASTER_SITES= # Empty -DISTFILES= # None -PATCHDIR= # None - -CATEGORIES= devel gnome - -COMMENT= Introspection information for various libraries - -NO_BUILD= yes - -RUN_DEPENDS= ${GIRDIR}/${babl_GIR}.gir:${PORTSDIR}/${babl_CATEGORY}/gir-repository-babl \ - ${GIRDIR}/${libnotify_GIR}.gir:${PORTSDIR}/${libnotify_CATEGORY}/gir-repository-libnotify \ - ${GIRDIR}/${vte_GIR}.gir:${PORTSDIR}/${vte_CATEGORY}/gir-repository-vte \ - ${GIRDIR}/${goocanvas_GIR}.gir:${PORTSDIR}/${goocanvas_CATEGORY}/gir-repository-goocanvas - -do-install: # empty - -.include "${.CURDIR}/../../devel/gir-repository/bsd.gir.mk" diff --git a/devel/gir-repository/bsd.gir.mk b/devel/gir-repository/bsd.gir.mk deleted file mode 100644 index d887b1e6e..000000000 --- a/devel/gir-repository/bsd.gir.mk +++ /dev/null @@ -1,124 +0,0 @@ -PORTNAME= gir-repository -PORTVERSION= 0.6.5 -PORTREVISION?= 5 - -MAINTAINER= gnome@FreeBSD.org - -GIRDIR= ${LOCALBASE}/share/gir-1.0 - -babl_CATEGORY= x11 -babl_GIR= Babl-0.1 - -libnotify_CATEGORY= devel -libnotify_GIR= Notify-0.4 - -vte_CATEGORY= x11-toolkits -vte_GIR= Vte-1.0 - -goocanvas_CATEGORY= graphics -goocanvas_GIR= GooCanvas-0.10 - -.if defined(PKGNAMESUFFIX) - -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -COMMENT?= Introspection information for ${GIR_NAME} - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig - -GIR_NAME= ${PKGNAMESUFFIX:S/-//g} -DEP_NAMES= ${GIR_NAME} - -GIRDIR_REL= ${GIRDIR:S,^${LOCALBASE}/,,} -TYPELIBDIR_REL= lib/girepository-1.0 - -PLIST= ${NONEXISTENT} - -# This list is used to enable/disable gir modules in the configure script. -# So all girs should be here even if we don't use them. -_USE_GIR_ALL= dbus atk pango pangoxft poppler gtk gconf soup babl nautilusextension \ - gnomekeyring webkit notify gnio clutter clutter_gtk clutter_cairo \ - gstreamer gstbufferlist_h gstreamer_plugins_base gtksourceview vte \ - goocanvas gssdp gupnp avahi unique gmenu wnck - -.if ${GIR_NAME} == "babl" -LIB_DEPENDS+= babl-0.1.0:${PORTSDIR}/x11/babl -GIR_FILES= Babl-0.1 -.endif - -.if ${GIR_NAME} == "libnotify" -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -USE_GNOME+= gtk20 -GIR_FILES= Notify-0.4 -DEP_NAMES= notify -CLEAR_DEPS+= Gtk-2.0 -.endif - -.if ${GIR_NAME} == "vte" -USE_GNOME+= vte -GIR_FILES= Vte-1.0 -CLEAR_DEPS+= Gtk-2.0 -.endif - -.if ${GIR_NAME} == "goocanvas" -LIB_DEPENDS+= goocanvas.3:${PORTSDIR}/graphics/goocanvas -USE_GNOME+= gtk20 -GIR_FILES= GooCanvas-0.10 -CLEAR_DEPS+= Gtk-2.0 -.endif - -. for component in ${USE_GIR:C/^([^:]+).*/\1/} -CLEAR_DEPS+= ${${component}_GIR} -BUILD_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} -RUN_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} -. endfor - -pre-patch: -# disable all components -.for component in ${_USE_GIR_ALL} - @${REINPLACE_CMD} -e 's|have_${component}=true|have_${component}=false|g' \ - ${WRKSRC}/configure -.endfor -.if defined(DEP_NAMES) -# enable components -.for component in ${DEP_NAMES} - @${REINPLACE_CMD} -e 's|have_${component}=false|have_${component}=true|g' \ - ${WRKSRC}/configure -.endfor -.endif - -post-configure: -.if defined(CLEAR_DEPS) -# clear Makefile targets -. for dep in ${CLEAR_DEPS} - @${REINPLACE_CMD} -e 's|${dep}.gir||g' \ - ${WRKSRC}/gir/Makefile -. endfor -.endif - -.if !target(post-install-script) -post-install-script: -# build plist -.for gir in ${GIR_FILES} - @${ECHO} ${TYPELIBDIR_REL}/${gir}.typelib >> ${TMPPLIST} - @${ECHO} ${GIRDIR_REL}/${gir}.gir >> ${TMPPLIST} -.endfor -.for lib in ${LIB_FILES} - @${ECHO} lib/libgirepo-${lib}-custom.a >> ${TMPPLIST} - @${ECHO} lib/libgirepo-${lib}-custom.la >> ${TMPPLIST} - @${ECHO} lib/libgirepo-${lib}-custom.so >> ${TMPPLIST} -.endfor - @${ECHO_CMD} "@unexec rmdir %D/${TYPELIBDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${GIRDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} -.endif - -.endif - -.include <bsd.port.mk> diff --git a/devel/gir-repository/distinfo b/devel/gir-repository/distinfo deleted file mode 100644 index ef4f06bd7..000000000 --- a/devel/gir-repository/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gir-repository-0.6.5.tar.bz2) = cbeadc6c701f376134c9fe288fe0d95a725d9fa398daaeeb6621c35e8bafcae1 -SIZE (gnome2/gir-repository-0.6.5.tar.bz2) = 264148 diff --git a/devel/gir-repository/files/patch-gir_Makefile.in b/devel/gir-repository/files/patch-gir_Makefile.in deleted file mode 100644 index 8932e4d3f..000000000 --- a/devel/gir-repository/files/patch-gir_Makefile.in +++ /dev/null @@ -1,95 +0,0 @@ ---- gir/Makefile.in.orig 2010-11-02 16:00:41.000000000 +0100 -+++ gir/Makefile.in 2010-11-02 16:02:11.000000000 +0100 -@@ -86,7 +86,7 @@ host_triplet = @host@ - @BUILD_GSSDP_TRUE@am__append_33 = GSSDP-1.0.gir - @BUILD_GUPNP_TRUE@am__append_34 = GUPnP-1.0.gir - @BUILD_AVAHI_TRUE@am__append_35 = Avahi-0.6.gir --@BUILD_BABL_TRUE@am__append_36 = Babl-0.0.gir -+@BUILD_BABL_TRUE@am__append_36 = Babl-0.1.gir - @BUILD_UNIQUE_TRUE@am__append_37 = Unique-1.0.gir - @BUILD_NAUTILUS_TRUE@am__append_38 = Nautilus-1.0.gir - @BUILD_WNCK_TRUE@am__append_39 = Wnck-1.0.gir -@@ -413,7 +413,7 @@ libgirepo_DBus_custom_la_SOURCES = \ - - @BUILD_GCONF_TRUE@GCONF_INCLUDEDIR = `pkg-config --variable=includedir gconf-2.0`/gconf/2 - @BUILD_SOUP_TRUE@SOUP_INCLUDEDIR = `pkg-config --variable=includedir libsoup-2.4`/libsoup-2.4 --@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -re 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') -+@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -Ee 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') - @BUILD_GNOMEKEYRING_TRUE@GNOMEKEYRING_INCLUDEDIR = `pkg-config --variable=includedir gnome-keyring-1`/gnome-keyring-1 - - # pango -@@ -549,7 +549,7 @@ libgirepo_Clutter_custom_la_SOURCES = \ - @BUILD_GSSDP_TRUE@GSSDP_INCLUDEDIR = `pkg-config --variable=includedir gssdp-1.0`/gssdp-1.0 - @BUILD_GUPNP_TRUE@GUPNP_INCLUDEDIR = `pkg-config --variable=includedir gupnp-1.0`/gupnp-1.0 - @BUILD_AVAHI_TRUE@AVAHI_INCLUDEDIR = `pkg-config --variable=includedir avahi-gobject`/avahi-gobject --@BUILD_BABL_TRUE@BABL_INCLUDEDIR = `pkg-config --variable=includedir babl`/babl-0.0 -+@BUILD_BABL_TRUE@BABL_INCLUDEDIR = `pkg-config --variable=includedir babl`/babl-0.1 - @BUILD_UNIQUE_TRUE@UNIQUE_INCLUDEDIR = `pkg-config --variable=includedir unique-1.0`/unique-1.0/unique - @BUILD_NAUTILUS_TRUE@NAUTILUS_INCLUDEDIR = `pkg-config --variable=includedir libnautilus-extension`/nautilus/libnautilus-extension - @BUILD_WNCK_TRUE@WNCK_INCLUDEDIR = `pkg-config --variable=includedir libwnck-1.0`/libwnck-1.0/libwnck -@@ -1083,7 +1083,7 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_PANGOXFT_TRUE@@BUILD_PANGO_TRUE@ --pkg freetype2 \ - @BUILD_PANGOXFT_TRUE@@BUILD_PANGO_TRUE@ --pkg pangox \ - @BUILD_PANGOXFT_TRUE@@BUILD_PANGO_TRUE@ $(PANGO_INCLUDEDIR)/pango/pangox.h --@BUILD_POPPLER_TRUE@Poppler-0.8.gir: Gdk-2.0.gir Pango-1.0.gir $(INTROSPECTION_SCANNER) -+@BUILD_POPPLER_TRUE@Poppler-0.8.gir: Gdk-2.0.gir $(INTROSPECTION_SCANNER) - @BUILD_POPPLER_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Poppler --nsversion=0.8 \ - @BUILD_POPPLER_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ - @BUILD_POPPLER_TRUE@ --include=GObject-2.0 \ -@@ -1228,7 +1228,8 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_VTE_TRUE@ --pkg gtk+-2.0 \ - @BUILD_VTE_TRUE@ --pkg vte \ - @BUILD_VTE_TRUE@ --output $@ \ --@BUILD_VTE_TRUE@ $(VTE_INCLUDEDIR)/vte/*.h -+@BUILD_VTE_TRUE@ -DVTE_COMPILATION \ -+@BUILD_VTE_TRUE@ $(VTE_INCLUDEDIR)/vte-0.0/vte/*.h - @BUILD_CLUTTER_TRUE@ClutterJson-0.8.gir: $(INTROSPECTION_SCANNER) - @BUILD_CLUTTER_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace ClutterJson --nsversion=0.8 \ - @BUILD_CLUTTER_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ -@@ -1384,16 +1385,16 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTFFT_INCLUDEDIR)/gst/fft/*h - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstInterfaces-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) csh -c "$(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstinterfaces-0.10 \ --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool=\"$(LIBTOOL)\" \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-interfaces-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ --@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h" - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstNetbuffer-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstNetbuffer --nsversion=0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ -@@ -1479,6 +1480,7 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=GstBase-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstvideo-0.10 \ -+@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstbasevideo-0.10 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ - @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ -@@ -1529,14 +1531,15 @@ uninstall-am: uninstall-dist_girDATA uni - @BUILD_AVAHI_TRUE@ --output $@ \ - @BUILD_AVAHI_TRUE@ --pkg avahi-gobject \ - @BUILD_AVAHI_TRUE@ $(AVAHI_INCLUDEDIR)/*.h --@BUILD_BABL_TRUE@Babl-0.0.gir: $(INTROSPECTION_SCANNER) --@BUILD_BABL_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=0.0 \ -+@BUILD_BABL_TRUE@Babl-0.1.gir: $(INTROSPECTION_SCANNER) -+@BUILD_BABL_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=0.1 \ - @BUILD_BABL_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ - @BUILD_BABL_TRUE@ --include=GObject-2.0 \ --@BUILD_BABL_TRUE@ --library=babl-0.0 \ -+@BUILD_BABL_TRUE@ --library=babl-0.1 \ - @BUILD_BABL_TRUE@ --libtool="$(LIBTOOL)" \ - @BUILD_BABL_TRUE@ --output $@ \ - @BUILD_BABL_TRUE@ --pkg babl \ -+@BUILD_BABL_TRUE@ -DBABL_INSIDE_BABL_H \ - @BUILD_BABL_TRUE@ $(BABL_INCLUDEDIR)/babl/*.h - @BUILD_UNIQUE_TRUE@Unique-1.0.gir: Gtk-2.0.gir $(INTROSPECTION_SCANNER) - @BUILD_UNIQUE_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace Unique --nsversion=1.0 \ diff --git a/devel/gir-repository/pkg-descr b/devel/gir-repository/pkg-descr deleted file mode 100644 index 8371c3027..000000000 --- a/devel/gir-repository/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a repository of GIR interface description files. diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile deleted file mode 100644 index c49d759eb..000000000 --- a/devel/libnotify/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libnotify -# Date created: 2005-08-06 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# -# $FreeBSD$ -# $MCom: ports/devel/libnotify/Makefile,v 1.21 2011/06/11 19:51:15 mezz Exp $ -# - -PORTNAME= libnotify -PORTVERSION= 0.7.3 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for desktop notifications - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack glib20 gdkpixbuf2 ltverhack -USE_GETTEXT= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo deleted file mode 100644 index cdc49f2c6..000000000 --- a/devel/libnotify/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libnotify-0.7.3.tar.bz2) = 322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88 -SIZE (libnotify-0.7.3.tar.bz2) = 305203 diff --git a/devel/libnotify/files/patch-Makefile b/devel/libnotify/files/patch-Makefile deleted file mode 100644 index 8305c3d1a..000000000 --- a/devel/libnotify/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2011-06-07 22:09:51.000000000 +0200 -+++ Makefile.in 2011-06-07 22:10:05.000000000 +0200 -@@ -281,7 +281,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} --SUBDIRS = libnotify docs tools tests -+SUBDIRS = libnotify docs tools - pcdata_DATA = libnotify.pc - pcdatadir = $(prefix)/libdata/pkgconfig - EXTRA_DIST = \ diff --git a/devel/libnotify/files/patch-configure b/devel/libnotify/files/patch-configure deleted file mode 100644 index 6aca4e53d..000000000 --- a/devel/libnotify/files/patch-configure +++ /dev/null @@ -1,130 +0,0 @@ ---- configure.orig 2011-06-07 22:08:06.000000000 +0200 -+++ configure 2011-06-07 22:08:10.000000000 +0200 -@@ -646,8 +646,6 @@ - INTROSPECTION_COMPILER - INTROSPECTION_SCANNER - GLIB_GENMARSHAL --TESTS_LIBS --TESTS_CFLAGS - PACKAGE_LIBS - PACKAGE_CFLAGS - PKG_CONFIG_LIBDIR -@@ -804,8 +802,6 @@ - PKG_CONFIG_LIBDIR - PACKAGE_CFLAGS - PACKAGE_LIBS --TESTS_CFLAGS --TESTS_LIBS - XMLTO - XMLTO_FLAGS' - -@@ -1473,9 +1469,6 @@ - C compiler flags for PACKAGE, overriding pkg-config - PACKAGE_LIBS - linker flags for PACKAGE, overriding pkg-config -- TESTS_CFLAGS -- C compiler flags for TESTS, overriding pkg-config -- TESTS_LIBS linker flags for TESTS, overriding pkg-config - XMLTO Define/override the `xmlto' location. - XMLTO_FLAGS Define/override `xmlto' options, like `--skip-validation'. - -@@ -11656,99 +11643,6 @@ - - fi - --tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION" -- --pkg_failed=no --{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TESTS" >&5 --$as_echo_n "checking for TESTS... " >&6; } -- --if test -n "$TESTS_CFLAGS"; then -- pkg_cv_TESTS_CFLAGS="$TESTS_CFLAGS" -- elif test -n "$PKG_CONFIG"; then -- if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$tests_modules\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "$tests_modules") 2>&5 -- ac_status=$? -- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -- test $ac_status = 0; }; then -- pkg_cv_TESTS_CFLAGS=`$PKG_CONFIG --cflags "$tests_modules" 2>/dev/null` --else -- pkg_failed=yes --fi -- else -- pkg_failed=untried --fi --if test -n "$TESTS_LIBS"; then -- pkg_cv_TESTS_LIBS="$TESTS_LIBS" -- elif test -n "$PKG_CONFIG"; then -- if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$tests_modules\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "$tests_modules") 2>&5 -- ac_status=$? -- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -- test $ac_status = 0; }; then -- pkg_cv_TESTS_LIBS=`$PKG_CONFIG --libs "$tests_modules" 2>/dev/null` --else -- pkg_failed=yes --fi -- else -- pkg_failed=untried --fi -- -- -- --if test $pkg_failed = yes; then -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } -- --if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -- _pkg_short_errors_supported=yes --else -- _pkg_short_errors_supported=no --fi -- if test $_pkg_short_errors_supported = yes; then -- TESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$tests_modules" 2>&1` -- else -- TESTS_PKG_ERRORS=`$PKG_CONFIG --print-errors "$tests_modules" 2>&1` -- fi -- # Put the nasty error message in config.log where it belongs -- echo "$TESTS_PKG_ERRORS" >&5 -- -- as_fn_error $? "Package requirements ($tests_modules) were not met: -- --$TESTS_PKG_ERRORS -- --Consider adjusting the PKG_CONFIG_PATH environment variable if you --installed software in a non-standard prefix. -- --Alternatively, you may set the environment variables TESTS_CFLAGS --and TESTS_LIBS to avoid the need to call pkg-config. --See the pkg-config man page for more details." "$LINENO" 5 -- --elif test $pkg_failed = untried; then -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } -- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 --$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} --as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it --is in your PATH or set the PKG_CONFIG environment variable to the full --path to pkg-config. -- --Alternatively, you may set the environment variables TESTS_CFLAGS --and TESTS_LIBS to avoid the need to call pkg-config. --See the pkg-config man page for more details. -- --To get pkg-config, see <http://pkg-config.freedesktop.org/>. --See \`config.log' for more details" "$LINENO" 5; } -- --else -- TESTS_CFLAGS=$pkg_cv_TESTS_CFLAGS -- TESTS_LIBS=$pkg_cv_TESTS_LIBS -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 --$as_echo "yes" >&6; } -- --fi -- - GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0` - - diff --git a/devel/libnotify/pkg-descr b/devel/libnotify/pkg-descr deleted file mode 100644 index 15579caee..000000000 --- a/devel/libnotify/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Desktop Notifications framework provides a standard way of doing passive -pop-up notifications on the desktop. These are designed to notify the -user of something without interrupting their work with a dialog box that they -must close. Passive popups can automatically disappear after a short period -of time. - -This port contains the library and a small command line client. -See deskutils/notification-daemon for the daemon. - -WWW: http://www.galago-project.org/specs/notification/index.php diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist deleted file mode 100644 index 2a6d2352a..000000000 --- a/devel/libnotify/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/notify-send -include/libnotify/notification.h -include/libnotify/notify-enum-types.h -include/libnotify/notify-features.h -include/libnotify/notify.h -lib/girepository-1.0/Notify-0.7.typelib -lib/libnotify.a -lib/libnotify.la -lib/libnotify.so -lib/libnotify.so.4 -libdata/pkgconfig/libnotify.pc -share/gir-1.0/Notify-0.7.gir -share/gtk-doc/html/libnotify/NotifyNotification.html -share/gtk-doc/html/libnotify/ch01.html -share/gtk-doc/html/libnotify/home.png -share/gtk-doc/html/libnotify/index.html -share/gtk-doc/html/libnotify/index.sgml -share/gtk-doc/html/libnotify/left.png -share/gtk-doc/html/libnotify/libnotify-notify.html -share/gtk-doc/html/libnotify/libnotify.devhelp -share/gtk-doc/html/libnotify/libnotify.devhelp2 -share/gtk-doc/html/libnotify/right.png -share/gtk-doc/html/libnotify/style.css -share/gtk-doc/html/libnotify/up.png -@dirrm share/gtk-doc/html/libnotify -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/libnotify diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile deleted file mode 100644 index 8bfb56ba5..000000000 --- a/devel/libsigc++20/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: libsigc++2 -# Date created: 14 Feb 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libsigc++20/Makefile,v 1.17 2011/07/25 09:19:14 kwm Exp $ -# - -PORTNAME= libsigc++ -PORTVERSION= 2.2.10 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Callback Framework for C++ - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_AUTOTOOLS= libtool -USE_XZ= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes -LATEST_LINK= libsigc++20 -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig -GNU_CONFIGURE= yes - -PLIST_SUB= VERSION="2.0" API_VERSION="2.0" - -.if defined(NOPORTDOCS) -CONFIGURE_ARGS+=--enable-documentation=no -.endif - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \ - /^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/libsigc++20/distinfo b/devel/libsigc++20/distinfo deleted file mode 100644 index 1109df8bf..000000000 --- a/devel/libsigc++20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libsigc++-2.2.10.tar.xz) = 8ceb6f2732f5399ef50d5b70f433d49945a12e0900b8f9f43c135866a2e5bf47 -SIZE (libsigc++-2.2.10.tar.xz) = 2911656 diff --git a/devel/libsigc++20/pkg-descr b/devel/libsigc++20/pkg-descr deleted file mode 100644 index 052e93183..000000000 --- a/devel/libsigc++20/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Libsigc++ -- The Typesafe Callback Framework for C++ - -This library implements a full callback system for use in widget libraries, -abstract interfaces, and general programming. - -To get a good overview of how to use the library, read -/usr/local/share/doc/libsigc++/signals. - -WWW: http://libsigc.sourceforge.net/ - -- Joe Lu -JoeLu@JoeLu.m8.ntu.edu.tw diff --git a/devel/libsigc++20/pkg-plist b/devel/libsigc++20/pkg-plist deleted file mode 100644 index 16ea0650f..000000000 --- a/devel/libsigc++20/pkg-plist +++ /dev/null @@ -1,576 +0,0 @@ -include/sigc++-%%API_VERSION%%/sigc++/adaptors/adaptor_trait.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/adaptors.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/bind.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/bind_return.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/bound_argument.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/compose.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/deduce_result_type.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/exception_catch.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/hide.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/base.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/group.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/lambda.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/operator.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda/select.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/retype.h -include/sigc++-%%API_VERSION%%/sigc++/adaptors/retype_return.h -include/sigc++-%%API_VERSION%%/sigc++/bind.h -include/sigc++-%%API_VERSION%%/sigc++/bind_return.h -include/sigc++-%%API_VERSION%%/sigc++/class_slot.h -include/sigc++-%%API_VERSION%%/sigc++/connection.h -include/sigc++-%%API_VERSION%%/sigc++/functors/functor_trait.h -include/sigc++-%%API_VERSION%%/sigc++/functors/functors.h -include/sigc++-%%API_VERSION%%/sigc++/functors/mem_fun.h -include/sigc++-%%API_VERSION%%/sigc++/functors/ptr_fun.h -include/sigc++-%%API_VERSION%%/sigc++/functors/slot.h -include/sigc++-%%API_VERSION%%/sigc++/functors/slot_base.h -include/sigc++-%%API_VERSION%%/sigc++/hide.h -include/sigc++-%%API_VERSION%%/sigc++/limit_reference.h -include/sigc++-%%API_VERSION%%/sigc++/method_slot.h -include/sigc++-%%API_VERSION%%/sigc++/object.h -include/sigc++-%%API_VERSION%%/sigc++/object_slot.h -include/sigc++-%%API_VERSION%%/sigc++/reference_wrapper.h -include/sigc++-%%API_VERSION%%/sigc++/retype.h -include/sigc++-%%API_VERSION%%/sigc++/retype_return.h -include/sigc++-%%API_VERSION%%/sigc++/sigc++.h -include/sigc++-%%API_VERSION%%/sigc++/signal.h -include/sigc++-%%API_VERSION%%/sigc++/signal_base.h -include/sigc++-%%API_VERSION%%/sigc++/slot.h -include/sigc++-%%API_VERSION%%/sigc++/trackable.h -include/sigc++-%%API_VERSION%%/sigc++/type_traits.h -include/sigc++-%%API_VERSION%%/sigc++/visit_each.h -lib/libsigc-%%VERSION%%.a -lib/libsigc-%%VERSION%%.la -lib/libsigc-%%VERSION%%.so -lib/libsigc-%%VERSION%%.so.0 -lib/sigc++-%%API_VERSION%%/include/sigc++config.h -libdata/pkgconfig/sigc++-%%API_VERSION%%.pc -%%PORTDOCS%%share/devhelp/books/libsigc++-%%API_VERSION%%/libsigc++-%%API_VERSION%%.devhelp2 -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/images/libsigc_logo.gif -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/images/top.gif -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/index.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/annotated.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/bc_s.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classes.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01const__reference__wrapper_3_01T__wrapped_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01const__reference__wrapper_3_01T__wrapped_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__argument_3_01reference__wrapper_3_01T__wrapped_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__const__volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1bound__volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference_3_01T__type_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__limit__reference_3_01T__type_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__limit__reference-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__limit__reference.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__limit__reference_3_01T__type_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__limit__reference_3_01T__type_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1const__volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1limit__reference-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1limit__reference.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1limit__reference_3_01T__type_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1limit__reference_3_01T__type_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1pointer__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1signal__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot__base-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1slot__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__limit__reference-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__limit__reference.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__limit__reference_3_01T__type_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__limit__reference_3_01T__type_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/classsigc_1_1volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/closed.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/doxygen.css -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/doxygen.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x62.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x63.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x64.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x65.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x66.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x68.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x69.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x6c.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x6d.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x6e.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x6f.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x70.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x72.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x73.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x75.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_0x76.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x62.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x63.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x64.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x65.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x68.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x69.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x6c.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x6d.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x6e.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x6f.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x70.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x72.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x73.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x75.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_func_0x76.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/functions_vars.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/graph_legend.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/graph_legend.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__adaptors.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__bind.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__compose.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__exception__catch.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__group__.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__hide.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__lambdas.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__mem__fun.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__ptr__fun.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__retype.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__sigcfunctors.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__signal.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/group__slot.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/hierarchy.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/index.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_0.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_1.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_10.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_11.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_12.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_13.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_14.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_15.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_16.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_17.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_18.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_19.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_2.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_20.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_21.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_22.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_23.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_24.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_25.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_26.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_27.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_28.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_29.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_3.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_30.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_31.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_4.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_5.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_6.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_7.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_8.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherit_graph_9.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/inherits.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/modules.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/nav_f.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/nav_h.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x63.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x68.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x6d.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x70.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x72.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x75.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_0x76.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x63.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x68.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x6d.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x70.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x72.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x75.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacemembers_func_0x76.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespaces.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/namespacesigc.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/open.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adaptor__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adapts-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adapts.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1adapts__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__return__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__return__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1bind__return__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose1__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose1__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose1__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose2__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose2__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1compose2__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1connection-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1connection.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1const__reference__wrapper-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1const__reference__wrapper.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1dereference__trait-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1dereference__trait.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1functor__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1functor__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1is__base__and__derived-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1is__base__and__derived.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1lambda-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1lambda.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1lambda__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1lambda__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1reference__wrapper-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1reference__wrapper.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1retype__return__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1signal__base-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1signal__base.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1signal__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__const__iterator-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__const__iterator.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__iterator-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__iterator.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__list-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1slot__list.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1trackable-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1trackable.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1trackable__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__lambda__type-members.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/structsigc_1_1unwrap__lambda__type.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/tab_a.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/tab_b.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/tab_h.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/tab_s.png -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html/tabs.css -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/libsigc++-%%API_VERSION%%.tag -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch01.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch02.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch02s02.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch02s03.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch02s04.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch03.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch03s02.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch04.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch04s02.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch05.html -%%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/index.html -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/images -%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%% -%%PORTDOCS%%@dirrm share/devhelp/books/libsigc++-%%API_VERSION%% -%%PORTDOCS%%@dirrmtry share/devhelp/books -%%PORTDOCS%%@dirrmtry share/devhelp -@dirrm lib/sigc++-%%API_VERSION%%/include -@dirrm lib/sigc++-%%API_VERSION%% -@dirrm include/sigc++-%%API_VERSION%%/sigc++/functors -@dirrm include/sigc++-%%API_VERSION%%/sigc++/adaptors/lambda -@dirrm include/sigc++-%%API_VERSION%%/sigc++/adaptors -@dirrm include/sigc++-%%API_VERSION%%/sigc++ -@dirrm include/sigc++-%%API_VERSION%% diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile deleted file mode 100644 index 156e2b934..000000000 --- a/finance/gnucash/Makefile +++ /dev/null @@ -1,125 +0,0 @@ -# Ports collection makefile for: gnucash -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD$ -# $MCom: ports/finance/gnucash/Makefile,v 1.31 2011/06/11 17:49:09 mezz Exp $ -# - -PORTNAME= gnucash -PORTVERSION= 2.4.5 -PORTREVISION= 1 -CATEGORIES= finance gnome -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Quicken-like money and finance manager - -BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ - ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile -LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - goffice-0.8.8:${PORTSDIR}/devel/goffice -RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ - ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote - -OPTIONS= AQBANKING "AqBanking support (HBCI/OpenHBCI)" on \ - OFX "OFX support" on \ - DATABASE "Enable SQL database backends" off \ - WEBKIT "Use webkit instead of gtkhtml for the HTML engine" off \ - PYTHON "Install Python bindings" off - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_PERL5= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix libglade2 libgnomeui -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-error-on-warning \ - --disable-doxygen - -MAN1= gnucash.1 -INFO= gnucash-design - -GCONF_SCHEMAS= apps_gnucash_dialog_business_common.schemas \ - apps_gnucash_dialog_commodities.schemas \ - apps_gnucash_dialog_common.schemas \ - apps_gnucash_dialog_prices.schemas \ - apps_gnucash_dialog_print_checks.schemas \ - apps_gnucash_dialog_reconcile.schemas \ - apps_gnucash_dialog_scheduled_transctions.schemas \ - apps_gnucash_dialog_totd.schemas \ - apps_gnucash_general.schemas \ - apps_gnucash_history.schemas \ - apps_gnucash_import_generic_matcher.schemas \ - apps_gnucash_import_qif.schemas \ - apps_gnucash_warnings.schemas \ - apps_gnucash_window_pages_account_tree.schemas \ - apps_gnucash_window_pages_register.schemas - -.include <bsd.port.options.mk> - -.if defined(WITH_AQBANKING) -LIB_DEPENDS+= aqbanking.33:${PORTSDIR}/finance/aqbanking \ - gwengui-gtk2.0:${PORTSDIR}/devel/gwenhywfar \ - ktoblzcheck.6:${PORTSDIR}/finance/ktoblzcheck -GCONF_SCHEMAS+= apps_gnucash_dialog_hbci.schemas -CONFIGURE_ARGS+=--enable-aqbanking -PLIST_SUB+= AQBANKING="" -.else -CONFIGURE_ARGS+=--disable-aqbanking -PLIST_SUB+= AQBANKING="@comment " -.endif - -.if defined(WITH_OFX) -CONFIGURE_ARGS+=--enable-ofx -LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx -PLIST_SUB+= OFX="" -.else -CONFIGURE_ARGS+=--disable-ofx -PLIST_SUB+= OFX="@comment " -.endif - -.if defined(WITH_DATABASE) -CONFIGURE_ARGS+=--enable-dbi -LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi -PLIST_SUB+= DATABASE="" -.else -CONFIGURE_ARGS+=--disable-dbi -PLIST_SUB+= DATABASE="@comment " -.endif - -.if defined(WITH_WEBKIT) -CONFIGURE_ARGS+=--with-html-engine=webkit -LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -.else -USE_GNOME+= gtkhtml3 -.endif - -.if defined(WITH_PYTHON) -CONFIGURE_ARGS+=--enable-python-bindings -USE_PYTHON= yes -PLIST_SUB+= PYTHON="" -.else -PLIST_SUB+= PYTHON="@comment " -.endif - -pre-configure: -.if !defined(PACKAGE_BUILDING) && defined(WITH_AQBANKING) && !exists(${LOCALBASE}/lib/libgwengui-gtk2.so.0) -BROKEN= Please rebuild devel/gwenhywfar with the WITH_GTK2 option set -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo deleted file mode 100644 index 69984bce0..000000000 --- a/finance/gnucash/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnucash-2.4.5.tar.bz2) = edc76109ca6cc31ee02734d4dd129d1177bc4b4e6de40e7de9e5752fc38faf92 -SIZE (gnucash-2.4.5.tar.bz2) = 9264705 diff --git a/finance/gnucash/files/patch-src_app-utils_guile-util.c b/finance/gnucash/files/patch-src_app-utils_guile-util.c deleted file mode 100644 index bb20423f6..000000000 --- a/finance/gnucash/files/patch-src_app-utils_guile-util.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/app-utils/guile-util.c.orig 2010-12-29 16:06:05.000000000 +0100 -+++ src/app-utils/guile-util.c 2010-12-29 16:06:38.000000000 +0100 -@@ -1317,6 +1317,8 @@ gnc_parse_time_to_timet(const gchar *s, - - g_return_val_if_fail(s && format, -1); - -+ bzero(&tm, sizeof(tm)); -+ - if (!strptime(s, format, &tm)) - return -1; - diff --git a/finance/gnucash/pkg-descr b/finance/gnucash/pkg-descr deleted file mode 100644 index db12731a5..000000000 --- a/finance/gnucash/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Gnucash is the next generation of money manager created from a merger of -X-Accountant and GnoMoney. - -Its features include: - -* Ability to import Quicken files ( a must ) -* Reports, Graphs, and all of those goodies that you find in Quicken. -* Gnome compliant ( if that is the correct way to put it ) -* Separate the GUI from the actual "account/transaction engine" -* Multiple accounts ( Check, Credit, Cash, Mutual Funds, etc.. ) - -WWW: http://www.gnucash.org/ diff --git a/finance/gnucash/pkg-message b/finance/gnucash/pkg-message deleted file mode 100644 index f6278f171..000000000 --- a/finance/gnucash/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### - -If you have enabled the DATABASE option and want to use any of the supported -database backends, you also need to install: - -databases/libdbi-drivers - -And select the database type(s) you want to use. - -MySQL, PostgreSQL, and SQLite3 are supported in GnuCash. - -############################################################################### diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist deleted file mode 100644 index 357b29d89..000000000 --- a/finance/gnucash/pkg-plist +++ /dev/null @@ -1,1098 +0,0 @@ -bin/gnc-fq-check -bin/gnc-fq-dump -bin/gnc-fq-helper -bin/gnc-fq-update -bin/gnc-test-env -bin/gnucash -bin/gnucash-env -bin/gnucash-make-guids -bin/gnucash-valgrind -bin/update-gnucash-gconf -etc/gnucash/config -etc/gnucash/environment -include/gnucash/Account.h -include/gnucash/FreqSpec.h -include/gnucash/GNCId.h -include/gnucash/Period.h -include/gnucash/Query.h -include/gnucash/QuickFill.h -include/gnucash/Recurrence.h -include/gnucash/SX-book.h -include/gnucash/SX-ttinfo.h -include/gnucash/SchedXaction.h -include/gnucash/Scrub.h -include/gnucash/Scrub2.h -include/gnucash/Scrub3.h -include/gnucash/Split.h -include/gnucash/TransLog.h -include/gnucash/Transaction.h -include/gnucash/account-quickfill.h -include/gnucash/basiccell.h -include/gnucash/business-options.h -include/gnucash/cap-gains.h -include/gnucash/cashobjects.h -include/gnucash/cell-factory.h -include/gnucash/cellblock.h -include/gnucash/checkboxcell.h -include/gnucash/combocell.h -include/gnucash/datecell.h -include/gnucash/dialog-account.h -include/gnucash/dialog-book-close.h -include/gnucash/dialog-column-view.h -include/gnucash/dialog-commodity.h -include/gnucash/dialog-custom-report.h -include/gnucash/dialog-file-access.h -include/gnucash/dialog-object-references.h -include/gnucash/dialog-options.h -include/gnucash/dialog-preferences.h -include/gnucash/dialog-query-list.h -include/gnucash/dialog-reset-warnings.h -include/gnucash/dialog-search.h -include/gnucash/dialog-style-sheet.h -include/gnucash/dialog-totd.h -include/gnucash/dialog-transfer.h -include/gnucash/dialog-utils.h -include/gnucash/druid-gconf-setup.h -include/gnucash/druid-gnc-xml-import.h -include/gnucash/druid-utils.h -include/gnucash/engine-helpers.h -include/gnucash/file-utils.h -include/gnucash/formulacell.h -include/gnucash/gfec.h -include/gnucash/glib-helpers.h -include/gnucash/gnc-account-merge.h -include/gnucash/gnc-account-sel.h -include/gnucash/gnc-accounting-period.h -include/gnucash/gnc-addr-quickfill.h -include/gnucash/gnc-amount-edit.h -include/gnucash/gnc-associate-account.h -include/gnucash/gnc-basic-gobject.h -include/gnucash/gnc-budget.h -include/gnucash/gnc-commodity-edit.h -include/gnucash/gnc-commodity.h -include/gnucash/gnc-component-manager.h -include/gnucash/gnc-currency-edit.h -include/gnucash/gnc-date-delta.h -include/gnucash/gnc-date-edit.h -include/gnucash/gnc-date-format.h -include/gnucash/gnc-date-p.h -include/gnucash/gnc-date.h -include/gnucash/gnc-dense-cal-model.h -include/gnucash/gnc-dense-cal-store.h -include/gnucash/gnc-dense-cal.h -include/gnucash/gnc-dialog.h -include/gnucash/gnc-druid-cb.h -include/gnucash/gnc-druid-gnome-ui.h -include/gnucash/gnc-druid-provider-desc-edge.h -include/gnucash/gnc-druid-provider-desc-file.h -include/gnucash/gnc-druid-provider-desc-multifile.h -include/gnucash/gnc-druid-provider-desc.h -include/gnucash/gnc-druid-provider-file-cb.h -include/gnucash/gnc-druid-provider.h -include/gnucash/gnc-druid.h -include/gnucash/gnc-embedded-window.h -include/gnucash/gnc-engine.h -include/gnucash/gnc-entry-quickfill.h -include/gnucash/gnc-euro.h -include/gnucash/gnc-event.h -include/gnucash/gnc-exp-parser.h -include/gnucash/gnc-file.h -include/gnucash/gnc-frequency.h -include/gnucash/gnc-general-search.h -include/gnucash/gnc-general-select.h -include/gnucash/gnc-gettext-util.h -include/gnucash/gnc-gnome-utils.h -include/gnucash/gnc-gui-query.h -include/gnucash/gnc-help-utils.h -include/gnucash/gnc-helpers.h -include/gnucash/gnc-hooks.h -include/gnucash/gnc-html-extras.h -include/gnucash/gnc-html-factory.h -include/gnucash/gnc-html-graph-gog-extras.h -include/gnucash/gnc-html-graph-gog-gtkhtml.h -include/gnucash/gnc-html-graph-gog-webkit.h -include/gnucash/gnc-html-graph-gog.h -include/gnucash/gnc-html-gtkhtml-p.h -include/gnucash/gnc-html-gtkhtml.h -include/gnucash/gnc-html-history.h -include/gnucash/gnc-html-p.h -include/gnucash/gnc-html-webkit-p.h -include/gnucash/gnc-html-webkit.h -include/gnucash/gnc-html.h -include/gnucash/gnc-icons.h -include/gnucash/gnc-import-desc-format.h -include/gnucash/gnc-import-format-cb.h -include/gnucash/gnc-keyring.h -include/gnucash/gnc-main-window.h -include/gnucash/gnc-menu-extensions.h -include/gnucash/gnc-module-api.h -include/gnucash/gnc-module.h -include/gnucash/gnc-numeric.h -include/gnucash/gnc-period-select.h -include/gnucash/gnc-plugin-file-history.h -include/gnucash/gnc-plugin-manager.h -include/gnucash/gnc-plugin-menu-additions.h -include/gnucash/gnc-plugin-page-report.h -include/gnucash/gnc-plugin-page.h -include/gnucash/gnc-plugin.h -include/gnucash/gnc-pricedb.h -include/gnucash/gnc-query-list.h -include/gnucash/gnc-recurrence.h -include/gnucash/gnc-report.h -include/gnucash/gnc-session-scm.h -include/gnucash/gnc-session.h -include/gnucash/gnc-splash.h -include/gnucash/gnc-sx-instance-dense-cal-adapter.h -include/gnucash/gnc-sx-instance-model.h -include/gnucash/gnc-sx-list-tree-model-adapter.h -include/gnucash/gnc-tree-model-account-types.h -include/gnucash/gnc-tree-model-account.h -include/gnucash/gnc-tree-model-budget.h -include/gnucash/gnc-tree-model-commodity.h -include/gnucash/gnc-tree-model-price.h -include/gnucash/gnc-tree-model.h -include/gnucash/gnc-tree-view-account.h -include/gnucash/gnc-tree-view-commodity.h -include/gnucash/gnc-tree-view-price.h -include/gnucash/gnc-tree-view-sx-list.h -include/gnucash/gnc-tree-view.h -include/gnucash/gnc-ui.h -include/gnucash/gnc-ui-util.h -include/gnucash/gnc-window.h -include/gnucash/gncAddress.h -include/gnucash/gncAddressP.h -include/gnucash/gncBillTerm.h -include/gnucash/gncBillTermP.h -include/gnucash/gncBusGuile.h -include/gnucash/gncBusiness.h -include/gnucash/gncCustomer.h -include/gnucash/gncCustomerP.h -include/gnucash/gncEmployee.h -include/gnucash/gncEmployeeP.h -include/gnucash/gncEntry.h -include/gnucash/gncEntryP.h -include/gnucash/gncIDSearch.h -include/gnucash/gncInvoice.h -include/gnucash/gncInvoiceP.h -include/gnucash/gncJob.h -include/gnucash/gncJobP.h -include/gnucash/gncOrder.h -include/gnucash/gncOrderP.h -include/gnucash/gncOwner.h -include/gnucash/gncOwnerP.h -include/gnucash/gncTaxTable.h -include/gnucash/gncTaxTableP.h -include/gnucash/gncVendor.h -include/gnucash/gncVendorP.h -include/gnucash/gtable.h -include/gnucash/guid.h -include/gnucash/guile-util.h -include/gnucash/import-match-map.h -include/gnucash/import-parse.h -include/gnucash/kvp-scm.h -include/gnucash/kvp-util-p.h -include/gnucash/kvp-util.h -include/gnucash/kvp_frame.h -include/gnucash/misc-gnome-utils.h -include/gnucash/numcell.h -include/gnucash/option-util.h -include/gnucash/policy.h -include/gnucash/pricecell.h -include/gnucash/print-session.h -include/gnucash/qof-gobject.h -include/gnucash/qof.h -include/gnucash/qofbackend-p.h -include/gnucash/qofbackend.h -include/gnucash/qofbook.h -include/gnucash/qofbookmerge.h -include/gnucash/qofbookslots.h -include/gnucash/qofchoice.h -include/gnucash/qofclass.h -include/gnucash/qofevent.h -include/gnucash/qofgobj.h -include/gnucash/qofid-p.h -include/gnucash/qofid.h -include/gnucash/qofinstance-p.h -include/gnucash/qofinstance.h -include/gnucash/qoflog.h -include/gnucash/qofobject.h -include/gnucash/qofquery.h -include/gnucash/qofquerycore.h -include/gnucash/qofreference.h -include/gnucash/qofsession.h -include/gnucash/qofsql.h -include/gnucash/qofutil.h -include/gnucash/quickfillcell.h -include/gnucash/recncell.h -include/gnucash/register-common.h -include/gnucash/table-allgui.h -include/gnucash/table-control.h -include/gnucash/table-layout.h -include/gnucash/table-model.h -include/gnucash/window-main-summarybar.h -include/gnucash/window-report.h -lib/gnucash/libgncmod-app-utils.la -lib/gnucash/libgncmod-app-utils.so -%%AQBANKING%%lib/gnucash/libgncmod-aqbanking.la -%%AQBANKING%%lib/gnucash/libgncmod-aqbanking.so -%%DATABASE%%lib/gnucash/libgncmod-backend-dbi.la -%%DATABASE%%lib/gnucash/libgncmod-backend-dbi.so -lib/gnucash/libgncmod-backend-xml.la -lib/gnucash/libgncmod-backend-xml.so -lib/gnucash/libgncmod-bi_import.la -lib/gnucash/libgncmod-bi_import.so -lib/gnucash/libgncmod-business-core.la -lib/gnucash/libgncmod-business-core.so -lib/gnucash/libgncmod-business-gnome.la -lib/gnucash/libgncmod-business-gnome.so -lib/gnucash/libgncmod-business-utils.la -lib/gnucash/libgncmod-business-utils.so -lib/gnucash/libgncmod-calculation.la -lib/gnucash/libgncmod-calculation.so -lib/gnucash/libgncmod-csv.la -lib/gnucash/libgncmod-csv.so -lib/gnucash/libgncmod-dialog-tax-table.la -lib/gnucash/libgncmod-dialog-tax-table.so -lib/gnucash/libgncmod-engine.la -lib/gnucash/libgncmod-engine.so -lib/gnucash/libgncmod-generic-import.la -lib/gnucash/libgncmod-generic-import.so -lib/gnucash/libgncmod-gnome-search.la -lib/gnucash/libgncmod-gnome-search.so -lib/gnucash/libgncmod-gnome-utils.la -lib/gnucash/libgncmod-gnome-utils.so -lib/gnucash/libgncmod-html.la -lib/gnucash/libgncmod-html.so -lib/gnucash/libgncmod-ledger-core.la -lib/gnucash/libgncmod-ledger-core.so -lib/gnucash/libgncmod-locale-reports-us.la -lib/gnucash/libgncmod-locale-reports-us.so -lib/gnucash/libgncmod-log-replay.la -lib/gnucash/libgncmod-log-replay.so -%%OFX%%lib/gnucash/libgncmod-ofx.la -%%OFX%%lib/gnucash/libgncmod-ofx.so -lib/gnucash/libgncmod-qif-import.la -lib/gnucash/libgncmod-qif-import.so -lib/gnucash/libgncmod-qif.la -lib/gnucash/libgncmod-qif.so -lib/gnucash/libgncmod-qif.so.0 -lib/gnucash/libgncmod-register-core.la -lib/gnucash/libgncmod-register-core.so -lib/gnucash/libgncmod-register-gnome.la -lib/gnucash/libgncmod-register-gnome.so -lib/gnucash/libgncmod-report-gnome.la -lib/gnucash/libgncmod-report-gnome.so -lib/gnucash/libgncmod-report-system.la -lib/gnucash/libgncmod-report-system.so -lib/gnucash/libgncmod-standard-reports.la -lib/gnucash/libgncmod-standard-reports.so -lib/gnucash/libgncmod-stylesheets.la -lib/gnucash/libgncmod-stylesheets.so -lib/gnucash/libgncmod-tax-us.la -lib/gnucash/libgncmod-tax-us.so -lib/gnucash/libgncmod-utility-reports.la -lib/gnucash/libgncmod-utility-reports.so -lib/libgnc-backend-sql.la -lib/libgnc-backend-sql.so -lib/libgnc-backend-sql.so.0 -lib/libgnc-backend-xml-utils.la -lib/libgnc-backend-xml-utils.so -lib/libgnc-backend-xml-utils.so.0 -lib/libgnc-business-ledger.la -lib/libgnc-business-ledger.so -lib/libgnc-business-ledger.so.0 -lib/libgnc-core-utils.la -lib/libgnc-core-utils.so -lib/libgnc-core-utils.so.0 -lib/libgnc-gnome.la -lib/libgnc-gnome.so -lib/libgnc-gnome.so.0 -lib/libgnc-module.la -lib/libgnc-module.so -lib/libgnc-module.so.0 -lib/libgnc-qof.la -lib/libgnc-qof.so -lib/libgnc-qof.so.1 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_gnucash_core_c.la -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_gnucash_core_c.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.pyo -libexec/gnucash/overrides/gnucash-env -libexec/gnucash/overrides/gnucash-make-guids -libexec/gnucash/overrides/guile -share/applications/gnucash.desktop -share/gnucash/accounts/C/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/C/acctchrt_business.gnucash-xea -share/gnucash/accounts/C/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/C/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/C/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/C/acctchrt_common.gnucash-xea -share/gnucash/accounts/C/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/C/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/C/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_renter.gnucash-xea -share/gnucash/accounts/C/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/C/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/C/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/cs/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/cs/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/cs/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/cs/acctchrt_common.gnucash-xea -share/gnucash/accounts/cs/acctchrt_currency.gnucash-xea -share/gnucash/accounts/cs/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/cs/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/cs/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/cs/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/cs/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/cs/acctchrt_renter.gnucash-xea -share/gnucash/accounts/cs/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/cs/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/cs/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/da/acctchrt_car.gnucash-xea -share/gnucash/accounts/da/acctchrt_common.gnucash-xea -share/gnucash/accounts/da/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/da/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_auto.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_autoloan.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_business.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_common.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_houseown.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_investment.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_kids.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_chkmu.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_common.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_kids.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_otherasset.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_auto.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_autoloan.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_common.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_houseown.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_investment.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_kids.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_otherasset.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_skr03.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_skr04.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_skr49.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_studium.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_wohnungsw.gnucash-xea -share/gnucash/accounts/el_GR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/el_GR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/el_GR/acctchrt_common.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_business.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_common.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_renter.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/en_GB/uk-vat.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_common.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_currency.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_renter.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_common.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_currency.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_renter.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/fi_FI/acctchrt_common.gnucash-xea -share/gnucash/accounts/fi_FI/acctchrt_ry.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_automobile.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_basecommune.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_chequier.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_courtage.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_garderie.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_locataire.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_retraite.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_revenus.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_business.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_common.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_currency.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_renter.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_business.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_common.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_currency.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_renter.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_business.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_common.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_renter.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/it/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/it/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/it/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/it/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/it/acctchrt_common.gnucash-xea -share/gnucash/accounts/it/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/it/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/it/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/it/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/it/acctchrt_renter.gnucash-xea -share/gnucash/accounts/it/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/it/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/it/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/ja/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/ja/acctchrt_business.gnucash-xea -share/gnucash/accounts/ja/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/ja/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/ja/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/ja/acctchrt_common.gnucash-xea -share/gnucash/accounts/ja/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/ja/acctchrt_full.gnucash-xea -share/gnucash/accounts/ja/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/ja/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_renter.gnucash-xea -share/gnucash/accounts/ja/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/ja/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/ja/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/ko/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/ko/acctchrt_business.gnucash-xea -share/gnucash/accounts/ko/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/ko/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/ko/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/ko/acctchrt_common.gnucash-xea -share/gnucash/accounts/ko/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/ko/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/ko/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/ko/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/ko/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/ko/acctchrt_renter.gnucash-xea -share/gnucash/accounts/ko/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/ko/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/ko/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/lv/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/lv/acctchrt_business.gnucash-xea -share/gnucash/accounts/lv/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/lv/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/lv/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/lv/acctchrt_common.gnucash-xea -share/gnucash/accounts/lv/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/lv/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/lv/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/lv/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/lv/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/lv/acctchrt_renter.gnucash-xea -share/gnucash/accounts/lv/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/lv/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/lv/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/nb/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/nb/acctchrt_business.gnucash-xea -share/gnucash/accounts/nb/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/nb/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/nb/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/nb/acctchrt_common.gnucash-xea -share/gnucash/accounts/nb/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/nb/acctchrt_full.gnucash-xea -share/gnucash/accounts/nb/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/nb/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_renter.gnucash-xea -share/gnucash/accounts/nb/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/nb/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/nb/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/nl/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/nl/acctchrt_full.gnucash-xea -share/gnucash/accounts/pl/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/pl/acctchrt_business.gnucash-xea -share/gnucash/accounts/pl/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/pl/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/pl/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/pl/acctchrt_common.gnucash-xea -share/gnucash/accounts/pl/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/pl/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/pl/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/pl/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/pl/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/pl/acctchrt_renter.gnucash-xea -share/gnucash/accounts/pl/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/pl/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/pl/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_common.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_currency.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_renter.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_common.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_renter.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/ru/acctchrt_common.gnucash-xea -share/gnucash/accounts/ru/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/ru/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/ru/acctchrt_renter.gnucash-xea -share/gnucash/accounts/sk/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/sk/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/sk/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/sk/acctchrt_common.gnucash-xea -share/gnucash/accounts/sk/acctchrt_currency.gnucash-xea -share/gnucash/accounts/sk/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/sk/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/sk/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_renter.gnucash-xea -share/gnucash/accounts/sk/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/sk/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/sk/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_common.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_business.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_common.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_renter.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea -share/gnucash/checks/deluxe.chk -share/gnucash/checks/liberty.chk -share/gnucash/checks/quicken.chk -share/gnucash/checks/quicken_wallet.chk -share/gnucash/checks/voucher.chk -share/gnucash/doc/AUTHORS -share/gnucash/doc/COPYING -share/gnucash/doc/ChangeLog -share/gnucash/doc/ChangeLog.2003 -share/gnucash/doc/ChangeLog.2004 -share/gnucash/doc/ChangeLog.2005 -share/gnucash/doc/ChangeLog.2006 -share/gnucash/doc/ChangeLog.2007 -share/gnucash/doc/ChangeLog.2008 -share/gnucash/doc/ChangeLog.2009 -share/gnucash/doc/ChangeLog.2010 -share/gnucash/doc/DOCUMENTERS -share/gnucash/doc/HACKING -share/gnucash/doc/INSTALL -share/gnucash/doc/LICENSE -share/gnucash/doc/NEWS -share/gnucash/doc/README -share/gnucash/doc/README-de.win32-bin.txt -share/gnucash/doc/README-fr.win32-bin.txt -share/gnucash/doc/README-it.win32-bin.txt -share/gnucash/doc/README-lv.win32-bin.txt -share/gnucash/doc/README-nl.win32-bin.txt -share/gnucash/doc/README-zh_CN.win32-bin.txt -share/gnucash/doc/README-zh_TW.win32-bin.txt -share/gnucash/doc/README.dependencies -share/gnucash/doc/README.francais -share/gnucash/doc/README.german -share/gnucash/doc/README.win32-bin.txt -share/gnucash/doc/examples/Money95bank_fr.qif -share/gnucash/doc/examples/Money95invst_fr.qif -share/gnucash/doc/examples/Money95mfunds_fr.qif -share/gnucash/doc/examples/Money95stocks_fr.qif -share/gnucash/doc/examples/README -share/gnucash/doc/examples/abc-all.qif -share/gnucash/doc/examples/abc.qif -share/gnucash/doc/examples/bogus.qif -share/gnucash/doc/examples/cbb-export.qif -share/gnucash/doc/examples/currency_tree_xml.gnucash -share/gnucash/doc/examples/every.qif -share/gnucash/doc/examples/ms-money.qif -share/gnucash/doc/examples/quicktest.qif -share/gnucash/doc/examples/swipe.qif -share/gnucash/doc/examples/taxreport.gnucash -share/gnucash/doc/examples/web.qif -share/gnucash/doc/guile-hackers.txt -share/gnucash/doc/projects.html -share/gnucash/glade/account.glade -share/gnucash/glade/acctperiod.glade -%%AQBANKING%%share/gnucash/glade/aqbanking.glade -share/gnucash/glade/autoclear.glade -share/gnucash/glade/bi_import.glade -share/gnucash/glade/billterms.glade -share/gnucash/glade/budget.glade -share/gnucash/glade/businessprefs.glade -share/gnucash/glade/choose-owner.glade -share/gnucash/glade/commodities.glade -share/gnucash/glade/commodity.glade -share/gnucash/glade/custom-report-dialog.glade -share/gnucash/glade/customer.glade -share/gnucash/glade/date-close.glade -share/gnucash/glade/dialog-book-close.glade -share/gnucash/glade/dialog-file-access.glade -share/gnucash/glade/dialog-object-references.glade -share/gnucash/glade/dialog-query-list.glade -share/gnucash/glade/dialog-reset-warnings.glade -share/gnucash/glade/druid-gconf-setup.glade -share/gnucash/glade/druid-gnc-xml-import.glade -share/gnucash/glade/druid-provider-multifile.glade -share/gnucash/glade/employee.glade -share/gnucash/glade/exchange-dialog.glade -share/gnucash/glade/fincalc.glade -share/gnucash/glade/generic-import.glade -share/gnucash/glade/gnc-csv-preview-dialog.glade -share/gnucash/glade/gnc-date-format.glade -share/gnucash/glade/gnc-gui-query.glade -share/gnucash/glade/import-provider-format.glade -share/gnucash/glade/invoice.glade -share/gnucash/glade/job.glade -share/gnucash/glade/lots.glade -share/gnucash/glade/newuser.glade -share/gnucash/glade/order.glade -share/gnucash/glade/payment.glade -share/gnucash/glade/preferences.glade -share/gnucash/glade/price.glade -share/gnucash/glade/print.glade -share/gnucash/glade/progress.glade -share/gnucash/glade/qif.glade -share/gnucash/glade/reconcile.glade -share/gnucash/glade/register.glade -share/gnucash/glade/report.glade -share/gnucash/glade/sched-xact.glade -share/gnucash/glade/search.glade -share/gnucash/glade/stocks.glade -share/gnucash/glade/tax-tables.glade -share/gnucash/glade/tax.glade -share/gnucash/glade/totd.glade -share/gnucash/glade/transfer.glade -share/gnucash/glade/userpass.glade -share/gnucash/glade/vendor.glade -share/gnucash/gnome -share/gnucash/guile-modules/gnucash/app-utils.scm -share/gnucash/guile-modules/gnucash/business-core.scm -share/gnucash/guile-modules/gnucash/business-gnome.scm -share/gnucash/guile-modules/gnucash/business-utils.scm -share/gnucash/guile-modules/gnucash/core-utils.scm -share/gnucash/guile-modules/gnucash/dialog-tax-table.scm -share/gnucash/guile-modules/gnucash/engine.scm -share/gnucash/guile-modules/gnucash/gnc-module.scm -share/gnucash/guile-modules/gnucash/gnome-utils.scm -share/gnucash/guile-modules/gnucash/import-export/qif-import.scm -share/gnucash/guile-modules/gnucash/main.scm -share/gnucash/guile-modules/gnucash/price-quotes.scm -share/gnucash/guile-modules/gnucash/printf.scm -share/gnucash/guile-modules/gnucash/report/aging.scm -share/gnucash/guile-modules/gnucash/report/balsheet-eg.css -share/gnucash/guile-modules/gnucash/report/balsheet-eg.eguile.scm -share/gnucash/guile-modules/gnucash/report/business-reports.scm -share/gnucash/guile-modules/gnucash/report/customer-summary.scm -share/gnucash/guile-modules/gnucash/report/easy-invoice.scm -share/gnucash/guile-modules/gnucash/report/eguile-gnc.scm -share/gnucash/guile-modules/gnucash/report/eguile-html-utilities.scm -share/gnucash/guile-modules/gnucash/report/eguile-utilities.scm -share/gnucash/guile-modules/gnucash/report/fancy-invoice.scm -share/gnucash/guile-modules/gnucash/report/hello-world.scm -share/gnucash/guile-modules/gnucash/report/invoice.scm -share/gnucash/guile-modules/gnucash/report/job-report.scm -share/gnucash/guile-modules/gnucash/report/locale-specific/de_DE.scm -share/gnucash/guile-modules/gnucash/report/locale-specific/us.scm -share/gnucash/guile-modules/gnucash/report/owner-report.scm -share/gnucash/guile-modules/gnucash/report/payables.scm -share/gnucash/guile-modules/gnucash/report/receivables.scm -share/gnucash/guile-modules/gnucash/report/report-gnome.scm -share/gnucash/guile-modules/gnucash/report/report-system.scm -share/gnucash/guile-modules/gnucash/report/standard-reports.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/account-piecharts.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/account-summary.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/advanced-portfolio.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/average-balance.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/balance-sheet.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/balsheet-eg.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/budget-balance-sheet.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/budget-barchart.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/budget-flow.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/budget-income-statement.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/budget.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/cash-flow.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/category-barchart.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/daily-reports.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/equity-statement.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/general-journal.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/general-ledger.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/income-statement.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/net-barchart.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/portfolio.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/price-scatter.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/register.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/sx-summary.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/transaction.scm -share/gnucash/guile-modules/gnucash/report/standard-reports/trial-balance.scm -share/gnucash/guile-modules/gnucash/report/stylesheet-easy.scm -share/gnucash/guile-modules/gnucash/report/stylesheet-fancy.scm -share/gnucash/guile-modules/gnucash/report/stylesheet-footer.scm -share/gnucash/guile-modules/gnucash/report/stylesheet-plain.scm -share/gnucash/guile-modules/gnucash/report/stylesheets.scm -share/gnucash/guile-modules/gnucash/report/taxinvoice.css -share/gnucash/guile-modules/gnucash/report/taxinvoice.eguile.scm -share/gnucash/guile-modules/gnucash/report/taxinvoice.scm -share/gnucash/guile-modules/gnucash/report/taxtxf-de_DE.scm -share/gnucash/guile-modules/gnucash/report/taxtxf.scm -share/gnucash/guile-modules/gnucash/report/utility-reports.scm -share/gnucash/guile-modules/gnucash/report/view-column.scm -share/gnucash/guile-modules/gnucash/report/welcome-to-gnucash.scm -share/gnucash/guile-modules/gnucash/tax/de_DE.scm -share/gnucash/guile-modules/gnucash/tax/us.scm -share/gnucash/guile-modules/www/cgi.scm -share/gnucash/guile-modules/www/http.scm -share/gnucash/guile-modules/www/main.scm -share/gnucash/guile-modules/www/url.scm -share/gnucash/pixmaps/gnc-account-16.png -share/gnucash/pixmaps/gnc-account-delete-16.png -share/gnucash/pixmaps/gnc-account-delete.png -share/gnucash/pixmaps/gnc-account-edit-16.png -share/gnucash/pixmaps/gnc-account-edit.png -share/gnucash/pixmaps/gnc-account-new-16.png -share/gnucash/pixmaps/gnc-account-new.png -share/gnucash/pixmaps/gnc-account-open-16.png -share/gnucash/pixmaps/gnc-account-open.png -share/gnucash/pixmaps/gnc-account.png -share/gnucash/pixmaps/gnc-invoice-16.png -share/gnucash/pixmaps/gnc-invoice-duplicate-16.png -share/gnucash/pixmaps/gnc-invoice-duplicate.png -share/gnucash/pixmaps/gnc-invoice-edit-16.png -share/gnucash/pixmaps/gnc-invoice-edit.png -share/gnucash/pixmaps/gnc-invoice-new-16.png -share/gnucash/pixmaps/gnc-invoice-new.png -share/gnucash/pixmaps/gnc-invoice-pay-16.png -share/gnucash/pixmaps/gnc-invoice-pay.png -share/gnucash/pixmaps/gnc-invoice-post-16.png -share/gnucash/pixmaps/gnc-invoice-post.png -share/gnucash/pixmaps/gnc-invoice-unpost-16.png -share/gnucash/pixmaps/gnc-invoice-unpost.png -share/gnucash/pixmaps/gnc-invoice.png -share/gnucash/pixmaps/gnc-jumpto-16.png -share/gnucash/pixmaps/gnc-jumpto.png -share/gnucash/pixmaps/gnc-split-trans-16.png -share/gnucash/pixmaps/gnc-split-trans.png -share/gnucash/pixmaps/gnc-sx-new-16.png -share/gnucash/pixmaps/gnc-sx-new.png -share/gnucash/pixmaps/gnc-transfer-16.png -share/gnucash/pixmaps/gnc-transfer.png -share/gnucash/pixmaps/gnucash-icon-128x128.png -share/gnucash/pixmaps/gnucash-icon-16x16.png -share/gnucash/pixmaps/gnucash-icon-256x256.png -share/gnucash/pixmaps/gnucash-icon-32x32.png -share/gnucash/pixmaps/gnucash-icon-48x48.bmp -share/gnucash/pixmaps/gnucash-icon-48x48.png -share/gnucash/pixmaps/gnucash-icon-64x64.png -share/gnucash/pixmaps/gnucash-icon-96x96.png -share/gnucash/pixmaps/gnucash-icon.ico -share/gnucash/pixmaps/gnucash_splash.png -share/gnucash/pixmaps/stock_split_title.png -share/gnucash/pixmaps/stock_split_watermark.png -share/gnucash/scm/build-config.scm -share/gnucash/scm/business-options.scm -share/gnucash/scm/business-prefs.scm -share/gnucash/scm/c-interface.scm -share/gnucash/scm/command-line.scm -share/gnucash/scm/commodity-table.scm -share/gnucash/scm/commodity-utilities.scm -share/gnucash/scm/config-var.scm -share/gnucash/scm/date-utilities.scm -share/gnucash/scm/doc.scm -share/gnucash/scm/engine-interface.scm -share/gnucash/scm/engine-utilities.scm -share/gnucash/scm/fin.scm -share/gnucash/scm/gnc-menu-extensions.scm -share/gnucash/scm/gnc-numeric.scm -share/gnucash/scm/gnumeric/gnumeric-utilities.scm -share/gnucash/scm/gnumeric/table-utils.scm -share/gnucash/scm/hooks.scm -share/gnucash/scm/html-acct-table.scm -share/gnucash/scm/html-barchart.scm -share/gnucash/scm/html-document.scm -share/gnucash/scm/html-fonts.scm -share/gnucash/scm/html-linechart.scm -share/gnucash/scm/html-piechart.scm -share/gnucash/scm/html-scatter.scm -share/gnucash/scm/html-style-info.scm -share/gnucash/scm/html-style-sheet.scm -share/gnucash/scm/html-table.scm -share/gnucash/scm/html-text.scm -share/gnucash/scm/html-utilities.scm -share/gnucash/scm/main-window.scm -share/gnucash/scm/options-utilities.scm -share/gnucash/scm/options.scm -share/gnucash/scm/prefs.scm -share/gnucash/scm/qif-import/qif-dialog-utils.scm -share/gnucash/scm/qif-import/qif-file.scm -share/gnucash/scm/qif-import/qif-guess-map.scm -share/gnucash/scm/qif-import/qif-import.scm -share/gnucash/scm/qif-import/qif-merge-groups.scm -share/gnucash/scm/qif-import/qif-objects.scm -share/gnucash/scm/qif-import/qif-parse.scm -share/gnucash/scm/qif-import/qif-to-gnc.scm -share/gnucash/scm/qif-import/qif-utils.scm -share/gnucash/scm/report-utilities.scm -share/gnucash/scm/report.scm -share/gnucash/scm/simple-obj.scm -share/gnucash/scm/string.scm -share/gnucash/scm/substring-search.scm -share/gnucash/scm/txf-de_DE.scm -share/gnucash/scm/txf-help-de_DE.scm -share/gnucash/scm/txf-help.scm -share/gnucash/scm/txf.scm -share/gnucash/scm/xml-generator.scm -share/gnucash/tip_of_the_day.list -share/gnucash/ui/gnc-main-window-ui.xml -share/gnucash/ui/gnc-plugin-account-tree-ui.xml -%%AQBANKING%%share/gnucash/ui/gnc-plugin-aqbanking-ui.xml -share/gnucash/ui/gnc-plugin-basic-commands-ui.xml -share/gnucash/ui/gnc-plugin-bi_import-ui.xml -share/gnucash/ui/gnc-plugin-budget-ui.xml -share/gnucash/ui/gnc-plugin-business-ui.xml -share/gnucash/ui/gnc-plugin-csv-ui.xml -share/gnucash/ui/gnc-plugin-file-history-ui.xml -share/gnucash/ui/gnc-plugin-log-replay-ui.xml -%%OFX%%share/gnucash/ui/gnc-plugin-ofx-ui.xml -share/gnucash/ui/gnc-plugin-page-account-tree-ui.xml -share/gnucash/ui/gnc-plugin-page-budget-ui.xml -share/gnucash/ui/gnc-plugin-page-invoice-ui.xml -share/gnucash/ui/gnc-plugin-page-register-ui.xml -share/gnucash/ui/gnc-plugin-page-report-ui.xml -share/gnucash/ui/gnc-plugin-page-sx-list-ui.xml -share/gnucash/ui/gnc-plugin-page-sxregister-ui.xml -share/gnucash/ui/gnc-plugin-qif-import-ui.xml -share/gnucash/ui/gnc-plugin-register-ui.xml -share/gnucash/ui/gnc-plugin-stylesheets-ui.xml -share/gnucash/ui/gnc-reconcile-window-ui.xml -share/gnucash/ui/gnc-sxed-to-create-window-ui.xml -share/gnucash/ui/gnc-sxed-window-ui-full.xml -share/gnucash/ui/gnc-sxed-window-ui.xml -share/gnucash/ui/osx_accel_map -share/icons/hicolor/128x128/apps/gnucash-icon.png -share/icons/hicolor/16x16/apps/gnucash-icon.png -share/icons/hicolor/22x22/apps/gnucash-icon.png -share/icons/hicolor/24x24/apps/gnucash-icon.png -share/icons/hicolor/256x256/apps/gnucash-icon.png -share/icons/hicolor/32x32/apps/gnucash-icon.png -share/icons/hicolor/48x48/apps/gnucash-icon.png -share/icons/hicolor/64x64/apps/gnucash-icon.png -share/icons/hicolor/96x96/apps/gnucash-icon.png -share/icons/hicolor/scalable/apps/gnucash-icon.svg -share/locale/bg/LC_MESSAGES/gnucash.mo -share/locale/ca/LC_MESSAGES/gnucash.mo -share/locale/cs/LC_MESSAGES/gnucash.mo -share/locale/da/LC_MESSAGES/gnucash.mo -share/locale/de/LC_MESSAGES/gnucash.mo -share/locale/el/LC_MESSAGES/gnucash.mo -share/locale/en_GB/LC_MESSAGES/gnucash.mo -share/locale/es/LC_MESSAGES/gnucash.mo -share/locale/es_NI/LC_MESSAGES/gnucash.mo -share/locale/eu/LC_MESSAGES/gnucash.mo -share/locale/fa/LC_MESSAGES/gnucash.mo -share/locale/fi/LC_MESSAGES/gnucash.mo -share/locale/fr/LC_MESSAGES/gnucash.mo -share/locale/he/LC_MESSAGES/gnucash.mo -share/locale/hu/LC_MESSAGES/gnucash.mo -share/locale/it/LC_MESSAGES/gnucash.mo -share/locale/ja/LC_MESSAGES/gnucash.mo -share/locale/ko/LC_MESSAGES/gnucash.mo -share/locale/lt/LC_MESSAGES/gnucash.mo -share/locale/lv/LC_MESSAGES/gnucash.mo -share/locale/nb/LC_MESSAGES/gnucash.mo -share/locale/ne/LC_MESSAGES/gnucash.mo -share/locale/nl/LC_MESSAGES/gnucash.mo -share/locale/pl/LC_MESSAGES/gnucash.mo -share/locale/pt/LC_MESSAGES/gnucash.mo -share/locale/pt_BR/LC_MESSAGES/gnucash.mo -share/locale/ro/LC_MESSAGES/gnucash.mo -share/locale/ru/LC_MESSAGES/gnucash.mo -share/locale/rw/LC_MESSAGES/gnucash.mo -share/locale/sk/LC_MESSAGES/gnucash.mo -share/locale/sv/LC_MESSAGES/gnucash.mo -share/locale/ta/LC_MESSAGES/gnucash.mo -share/locale/tr/LC_MESSAGES/gnucash.mo -share/locale/uk/LC_MESSAGES/gnucash.mo -share/locale/vi/LC_MESSAGES/gnucash.mo -share/locale/zh_CN/LC_MESSAGES/gnucash.mo -share/locale/zh_TW/LC_MESSAGES/gnucash.mo -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/es_NI/LC_MESSAGES -@dirrmtry share/locale/es_NI -@dirrmtry share/locale/de_CH/LC_MESSAGES -@dirrmtry share/locale/de_CH -@dirrm share/gnucash/ui -@dirrm share/gnucash/scm/qif-import -@dirrm share/gnucash/scm/gnumeric -@dirrm share/gnucash/scm -@dirrm share/gnucash/pixmaps -@dirrm share/gnucash/guile-modules/www -@dirrm share/gnucash/guile-modules/gnucash/tax -@dirrm share/gnucash/guile-modules/gnucash/report/standard-reports -@dirrm share/gnucash/guile-modules/gnucash/report/locale-specific -@dirrm share/gnucash/guile-modules/gnucash/report -@dirrm share/gnucash/guile-modules/gnucash/import-export -@dirrm share/gnucash/guile-modules/gnucash -@dirrm share/gnucash/guile-modules -@dirrm share/gnucash/glade -@dirrm share/gnucash/doc/examples -@dirrm share/gnucash/doc -@dirrm share/gnucash/checks -@dirrm share/gnucash/accounts/zh_CN -@dirrm share/gnucash/accounts/tr_TR -@dirrm share/gnucash/accounts/sk -@dirrm share/gnucash/accounts/ru -@dirrm share/gnucash/accounts/pt_PT -@dirrm share/gnucash/accounts/pt_BR -@dirrm share/gnucash/accounts/pl -@dirrm share/gnucash/accounts/nl -@dirrm share/gnucash/accounts/nb -@dirrm share/gnucash/accounts/lv -@dirrm share/gnucash/accounts/ko -@dirrm share/gnucash/accounts/ja -@dirrm share/gnucash/accounts/it -@dirrm share/gnucash/accounts/hu_HU -@dirrm share/gnucash/accounts/fr_FR -@dirrm share/gnucash/accounts/fr_CH -@dirrm share/gnucash/accounts/fr_CA -@dirrm share/gnucash/accounts/fi_FI -@dirrm share/gnucash/accounts/es_MX -@dirrm share/gnucash/accounts/es_ES -@dirrm share/gnucash/accounts/en_GB -@dirrm share/gnucash/accounts/el_GR -@dirrm share/gnucash/accounts/de_DE -@dirrm share/gnucash/accounts/de_CH -@dirrm share/gnucash/accounts/de_AT -@dirrm share/gnucash/accounts/da -@dirrm share/gnucash/accounts/cs -@dirrm share/gnucash/accounts/C -@dirrm share/gnucash/accounts -@dirrm share/gnucash -@dirrm libexec/gnucash/overrides -@dirrm libexec/gnucash -%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/gnucash -@dirrm lib/gnucash -@dirrm include/gnucash -@dirrm etc/gnucash -@dirrmtry share/applications diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile deleted file mode 100644 index 8066e701a..000000000 --- a/graphics/cairomm/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: cairomm -# Date created: 2005-12-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/cairomm/Makefile,v 1.19 2011/06/07 14:00:26 kwm Exp $ -# - -PORTNAME= cairomm -PORTVERSION= 1.10.0 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interface to cairo - -LIB_DEPENDS= xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \ - cairo.2:${PORTSDIR}/graphics/cairo - -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_GNOME= gnomehack ltverhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" - -.if defined(NOPORTDOCS) -CONFIGURE_ARGS+= --disable-documentation - -.else -post-configure: - @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html -.endif - -.include <bsd.port.mk> diff --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo deleted file mode 100644 index 526807341..000000000 --- a/graphics/cairomm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cairomm-1.10.0.tar.gz) = 068d96c43eae7b0a3d98648cbfc6fbd16acc385858e9ba6d37b5a47e4dba398f -SIZE (cairomm-1.10.0.tar.gz) = 1089577 diff --git a/graphics/cairomm/pkg-descr b/graphics/cairomm/pkg-descr deleted file mode 100644 index 4a85fd74a..000000000 --- a/graphics/cairomm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ interface to cairo - -WWW: http://cairographics.org diff --git a/graphics/cairomm/pkg-plist b/graphics/cairomm/pkg-plist deleted file mode 100644 index 093397a8a..000000000 --- a/graphics/cairomm/pkg-plist +++ /dev/null @@ -1,237 +0,0 @@ -include/cairomm-1.0/cairomm/cairomm.h -include/cairomm-1.0/cairomm/context.h -include/cairomm-1.0/cairomm/device.h -include/cairomm-1.0/cairomm/enums.h -include/cairomm-1.0/cairomm/exception.h -include/cairomm-1.0/cairomm/fontface.h -include/cairomm-1.0/cairomm/fontoptions.h -include/cairomm-1.0/cairomm/matrix.h -include/cairomm-1.0/cairomm/path.h -include/cairomm-1.0/cairomm/pattern.h -include/cairomm-1.0/cairomm/quartz_font.h -include/cairomm-1.0/cairomm/quartz_surface.h -include/cairomm-1.0/cairomm/refptr.h -include/cairomm-1.0/cairomm/region.h -include/cairomm-1.0/cairomm/scaledfont.h -include/cairomm-1.0/cairomm/surface.h -include/cairomm-1.0/cairomm/types.h -include/cairomm-1.0/cairomm/win32_font.h -include/cairomm-1.0/cairomm/win32_surface.h -include/cairomm-1.0/cairomm/xlib_surface.h -lib/cairomm-1.0/include/cairommconfig.h -lib/libcairomm-1.0.a -lib/libcairomm-1.0.la -lib/libcairomm-1.0.so -lib/libcairomm-1.0.so.1 -libdata/pkgconfig/cairomm-1.0.pc -libdata/pkgconfig/cairomm-ft-1.0.pc -libdata/pkgconfig/cairomm-pdf-1.0.pc -libdata/pkgconfig/cairomm-png-1.0.pc -libdata/pkgconfig/cairomm-ps-1.0.pc -libdata/pkgconfig/cairomm-svg-1.0.pc -libdata/pkgconfig/cairomm-xlib-1.0.pc -libdata/pkgconfig/cairomm-xlib-xrender-1.0.pc -%%PORTDOCS%%share/devhelp/books/cairomm-1.0/cairomm-1.0.devhelp2 -%%PORTDOCS%%share/doc/cairomm-1.0/reference/cairomm-1.0.tag -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/annotated.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/bc_s.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/cairomm.css -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Context-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Context.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device_1_1Lock-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device_1_1Lock.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontFace__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontOptions-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontOptions.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtFontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtFontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtFontFace__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtScaledFont-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtScaledFont.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtScaledFont__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1GlitzSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1GlitzSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1GlitzSurface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Gradient-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Gradient.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Gradient__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ImageSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ImageSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ImageSurface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1LinearGradient-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1LinearGradient.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1LinearGradient__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Matrix-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Matrix.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Matrix__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Path-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Path.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Pattern-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Pattern.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Pattern__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PdfSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PdfSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PdfSurface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PsSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PsSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PsSurface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzFontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzFontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzFontFace__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzSurface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RadialGradient-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RadialGradient.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RadialGradient__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RefPtr-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RefPtr.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RefPtr__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Region-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Region.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ScaledFont-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ScaledFont.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ScaledFont__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SolidPattern-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SolidPattern.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SolidPattern__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Surface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Surface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SurfacePattern-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SurfacePattern.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SurfacePattern__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Surface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SvgSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SvgSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SvgSurface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ToyFontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ToyFontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ToyFontFace__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1UserFontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1UserFontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1UserFontFace__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32FontFace-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32FontFace.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32FontFace__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32PrintingSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32PrintingSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32PrintingSurface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32ScaledFont-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32ScaledFont.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32ScaledFont__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32Surface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32Surface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32Surface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1XlibSurface-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1XlibSurface.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1XlibSurface__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1logic__error-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1logic__error.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1logic__error__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classcairo__matrix__t.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classcairo__matrix__t__inherit__graph.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classes.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/closed.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/deprecated.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/doxygen.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/examples.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x62.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x63.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x64.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x65.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x66.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x67.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x68.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x69.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x6c.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x6d.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x6f.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x70.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x71.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x72.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x73.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x74.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x75.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x76.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x77.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x78.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x7e.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x62.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x63.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x64.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x65.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x66.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x67.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x68.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x69.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x6c.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x6d.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x6f.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x70.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x71.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x72.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x73.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x74.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x75.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x76.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x77.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x78.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x7e.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_type.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_vars.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/graph_legend.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/graph_legend.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/hierarchy.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/image-surface_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/index.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_0.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_1.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_10.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_11.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_12.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_13.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_2.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_3.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_4.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_5.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_6.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_7.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_8.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_9.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherits.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespaceCairo.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers_enum.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers_eval.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers_type.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespaces.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/nav_f.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/nav_h.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/open.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/pages.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/pdf-surface_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/ps-surface_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/structCairo_1_1ColorStop-members.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/structCairo_1_1ColorStop.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/svg-surface_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_a.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_b.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_h.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_s.png -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tabs.css -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/toy-text_8cc-example.html -%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/user-font_8cc-example.html -%%PORTDOCS%%@dirrm share/doc/cairomm-1.0/reference/html -%%PORTDOCS%%@dirrm share/doc/cairomm-1.0/reference -%%PORTDOCS%%@dirrm share/doc/cairomm-1.0 -%%PORTDOCS%%@dirrm share/devhelp/books/cairomm-1.0 -@dirrm lib/cairomm-1.0/include -@dirrm lib/cairomm-1.0 -@dirrm include/cairomm-1.0/cairomm -@dirrm include/cairomm-1.0 diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile deleted file mode 100644 index 45f5c5913..000000000 --- a/graphics/gdk-pixbuf2/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gdk-pixbuf -# Date created: 5th October 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.14 2011/06/14 14:02:43 kwm Exp $ - -PORTNAME?= gdk-pixbuf -PORTVERSION= 2.23.5 -CATEGORIES?= graphics -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R} -DISTNAME= gdk-pixbuf-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphic library for GTK+ - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - jasper.4:${PORTSDIR}/graphics/jasper - -LATEST_LINK= gdk-pixbuf2 -USE_XZ= yes -USE_GMAKE= yes -USE_XORG= xt xi x11 -USE_AUTOTOOLS= libtool -USE_GNOME+= gnomehack glib20 ltverhack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-introspection=yes --with-libjasper - -MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure - -post-install: - @cd ${WRKSRC}/docs/reference/gdk-pixbuf && gmake install-man1 - -.include <bsd.port.mk> diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo deleted file mode 100644 index a63a71c51..000000000 --- a/graphics/gdk-pixbuf2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gdk-pixbuf-2.23.5.tar.xz) = 7a6c3550426f38f6b0eeeb49295654d9e706ce8f1786a4d0932f9d2c0d0bc500 -SIZE (gnome2/gdk-pixbuf-2.23.5.tar.xz) = 1171372 diff --git a/graphics/gdk-pixbuf2/files/patch-Makefile.in b/graphics/gdk-pixbuf2/files/patch-Makefile.in deleted file mode 100644 index 9edf33b73..000000000 --- a/graphics/gdk-pixbuf2/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2011-03-05 19:46:49.000000000 +0000 -+++ Makefile.in 2011-03-05 22:19:01.000000000 +0000 -@@ -371,7 +371,7 @@ - || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ - && DISPLAY=:$$XID && export DISPLAY - --SUBDIRS = gdk-pixbuf po docs tests contrib build -+SUBDIRS = gdk-pixbuf po contrib build - pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = gdk-pixbuf-2.0.pc - ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} diff --git a/graphics/gdk-pixbuf2/pkg-descr b/graphics/gdk-pixbuf2/pkg-descr deleted file mode 100644 index e3b98bcb0..000000000 --- a/graphics/gdk-pixbuf2/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The GdkPixBuf library provides a number of features: - - - Image loading facilities. - - Rendering of a GdkPixBuf into various formats: - drawables (windows, pixmaps), GdkRGB buffers. - - A cache interface - -WWW: http://developer.gnome.org/arch/imaging/gdkpixbuf.html diff --git a/graphics/gdk-pixbuf2/pkg-plist b/graphics/gdk-pixbuf2/pkg-plist deleted file mode 100644 index 7ba643f95..000000000 --- a/graphics/gdk-pixbuf2/pkg-plist +++ /dev/null @@ -1,249 +0,0 @@ -bin/gdk-pixbuf-csource -bin/gdk-pixbuf-query-loaders -include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h -include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h -include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jasper.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jasper.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jasper.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pcx.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pcx.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pcx.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ras.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ras.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ras.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-wbmp.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-wbmp.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-wbmp.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.so -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.so -lib/girepository-1.0/GdkPixbuf-2.0.typelib -lib/libgdk_pixbuf-2.0.a -lib/libgdk_pixbuf-2.0.la -lib/libgdk_pixbuf-2.0.so -lib/libgdk_pixbuf-2.0.so.0 -lib/libgdk_pixbuf_xlib-2.0.a -lib/libgdk_pixbuf_xlib-2.0.la -lib/libgdk_pixbuf_xlib-2.0.so -lib/libgdk_pixbuf_xlib-2.0.so.0 -libdata/pkgconfig/gdk-pixbuf-2.0.pc -libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc -share/gir-1.0/GdkPixbuf-2.0.gir -share/locale/af/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo -share/locale/as/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo -share/locale/az/LC_MESSAGES/gdk-pixbuf.mo -share/locale/be/LC_MESSAGES/gdk-pixbuf.mo -share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo -share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo -share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo -share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo -share/locale/br/LC_MESSAGES/gdk-pixbuf.mo -share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo -share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo -share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo -share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo -share/locale/da/LC_MESSAGES/gdk-pixbuf.mo -share/locale/de/LC_MESSAGES/gdk-pixbuf.mo -share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo -share/locale/el/LC_MESSAGES/gdk-pixbuf.mo -share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo -share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo -share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo -share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo -share/locale/es/LC_MESSAGES/gdk-pixbuf.mo -share/locale/et/LC_MESSAGES/gdk-pixbuf.mo -share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo -share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo -share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo -share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo -share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo -share/locale/he/LC_MESSAGES/gdk-pixbuf.mo -share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo -share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo -share/locale/id/LC_MESSAGES/gdk-pixbuf.mo -share/locale/io/LC_MESSAGES/gdk-pixbuf.mo -share/locale/is/LC_MESSAGES/gdk-pixbuf.mo -share/locale/it/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo -share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo -share/locale/li/LC_MESSAGES/gdk-pixbuf.mo -share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo -share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo -share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo -share/locale/my/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo -share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo -share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo -share/locale/or/LC_MESSAGES/gdk-pixbuf.mo -share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo -share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo -share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo -share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo -share/locale/si/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo -share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo -share/locale/te/LC_MESSAGES/gdk-pixbuf.mo -share/locale/th/LC_MESSAGES/gdk-pixbuf.mo -share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo -share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo -share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo -share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo -share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo -share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo -share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo -share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo -share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo -share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo -share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo -share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo -share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true -@unexec rm %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang -@dirrm lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/ -@dirrm lib/gdk-pixbuf-2.0/%%GTK2_VERSION%% -@dirrm lib/gdk-pixbuf-2.0 -@dirrm include/gdk-pixbuf-2.0/gdk-pixbuf -@dirrm include/gdk-pixbuf-2.0/gdk-pixbuf-xlib -@dirrm include/gdk-pixbuf-2.0 diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile deleted file mode 100644 index 1e094648b..000000000 --- a/graphics/gimp-app/Makefile +++ /dev/null @@ -1,201 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.57 2011/04/30 20:43:18 mezz Exp $ -# - -PORTNAME= gimp-app -DISTVERSION= 2.6.11 -PORTREVISION?= 5 -PORTEPOCH?= 1 -CATEGORIES?= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} -DISTNAME= gimp-${DISTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ - lcms.1:${PORTSDIR}/graphics/lcms \ - gegl-0.1.105:${PORTSDIR}/graphics/gegl \ - babl-0.1:${PORTSDIR}/x11/babl -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -CONFLICTS= gimp-app-devel-[0-9]* - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XORG= xpm xmu xext -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \ - desktopfileutils -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \ - --disable-gtk-doc \ - --without-print \ - --disable-python \ - --with-desktop-dir=${PREFIX}/share \ - --docdir=${PREFIX}/share/doc/gimp \ - --enable-default-binary \ - --without-gnomevfs -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GIMP_THREAD_LIBS=${PTHREAD_LIBS} - -.if !defined(GIMP_SLAVE) -WANT_GNOME= yes - -OPTIONS?= AA "Ascii Art plug-in" on \ - DBUS "D-BUS support" on \ - EXIF "reading meta-data from camera/scanner" on \ - GVFS "Use GVFS for the URI plug-in" on \ - HELPBROWSER "internal help browser" on \ - MNG "MNG format support" on \ - MP "multiple processor support" off \ - POPPLER "PDF format support" on \ - RSVG "SVG format support" on \ - SIMD "Use cpu-specific optimizations if available" off \ - WMF "wmf plugin" on -.endif - -.include <bsd.port.pre.mk> - -.if defined(GIMP_SLAVE) -PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config -GIMP_LIBS= `${PKG_CONFIG} --libs gimp-2.0` -GIMP_THUMB_LIBS=`${PKG_CONFIG} --libs gimpthumb-2.0` -GIMP_UI_LIBS= `${PKG_CONFIG} --libs gimpui-2.0` - -LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app - -.else - -MAN1+= gimp-2.6.1 gimptool-2.0.1 -MAN5+= gimprc-2.6.5 -MLINKS= gimp-2.6.1 gimp.1 \ - gimp-2.6.1 gimp-console-2.6.1 \ - gimp-console-2.6.1 gimp-console.1 \ - gimprc-2.6.5 gimprc.5 - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if ${HAVE_GNOME:Mgnomehier}!="" || defined(WITH_GNOME) -USE_GNOME+= desktopfileutils gnomehier -PLIST_SUB+= GNOME="" -.else -PLIST_SUB+= GNOME="@comment " -.endif - -.if defined(WITH_AA) -LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -PLIST_SUB+= AA="" -.else -CONFIGURE_ARGS+= --without-aa -PLIST_SUB+= AA="@comment " -.endif - -.if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -CONFIGURE_ARGS+= --with-dbus -.else -CONFIGURE_ARGS+= --without-dbus -.endif - -.if defined(WITH_EXIF) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -.else -CONFIGURE_ARGS+= --without-libexif -.endif - -.if defined(WITH_GVFS) -USE_GNOME+= gvfs -.else -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+= --without-gvfs -.endif - -.if defined(WITH_HELPBROWSER) -LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -CONFIGURE_ARGS+= --with-webkit -PLIST_SUB+= HELPBROWSER="" -.else -CONFIGURE_ARGS+= --without-webkit -PLIST_SUB+= HELPBROWSER="@comment " -.endif - -.if defined(WITH_MNG) -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng -PLIST_SUB+= MNG="" -.else -CONFIGURE_ARGS+= --without-libmng -PLIST_SUB+= MNG="@comment " -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.else -CONFIGURE_ARGS+= --disable-mp -.endif - -.if defined(WITH_POPPLER) -LIB_DEPENDS+= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk -PLIST_SUB+= POPPLER="" -.else -CONFIGURE_ARGS+= --without-poppler -PLIST_SUB+= POPPLER="@comment " -.endif - -.if defined(WITH_RSVG) -USE_GNOME+= librsvg2 -PLIST_SUB+= SVG="" -.else -CONFIGURE_ARGS+= --without-librsvg -PLIST_SUB+= SVG="@comment " -.endif - -.if defined(WITH_WMF) -LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf -PLIST_SUB+= WMF="" -.else -CONFIGURE_ARGS+= --without-wmf -PLIST_SUB+= WMF="@comment " -.endif - -.if !defined(WITH_SIMD) -CONFIGURE_ARGS+= --disable-mmx \ - --disable-sse \ - --disable-altivec -.endif - -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%GIMP_LIBS%%|${GIMP_LIBS}|; \ - s|%%GIMP_THUMB_LIBS%%|${GIMP_THUMB_LIBS}|; \ - s|%%GIMP_UI_LIBS%%|${GIMP_UI_LIBS}|' \ - ${WRKSRC}/plug-ins/pygimp/Makefile.in - @${REINPLACE_CMD} -e 's|"libpng"|"libpng14"|' \ - -e 's|x86_64|amd64|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo deleted file mode 100644 index 54a230f77..000000000 --- a/graphics/gimp-app/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gimp-2.6.11.tar.bz2) = 9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1 -SIZE (gimp-2.6.11.tar.bz2) = 16473561 diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure deleted file mode 100644 index 1a89a1cc2..000000000 --- a/graphics/gimp-app/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Thu Nov 23 15:16:53 2006 -+++ configure Sun Dec 31 19:29:32 2006 -@@ -29404,6 +29404,7 @@ - if test "x$enable_gtktest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" - CFLAGS="$CFLAGS $GTK_CFLAGS" - LIBS="$GTK_LIBS $LIBS" - rm -f conf.gtktest -@@ -38514,9 +38515,9 @@ - fi - - --gimpdatadir="$datadir/$PACKAGE/2.0" --gimpplugindir="$libdir/$PACKAGE/2.0" --gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" -+gimpdatadir="$datadir/$PACKAGE" -+gimpplugindir="$libexecdir/$PACKAGE/2.2" -+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - - - diff --git a/graphics/gimp-app/files/patch-libgimp_gimp.c b/graphics/gimp-app/files/patch-libgimp_gimp.c deleted file mode 100644 index a1bb86bbf..000000000 --- a/graphics/gimp-app/files/patch-libgimp_gimp.c +++ /dev/null @@ -1,20 +0,0 @@ ---- libgimp/gimp.c.orig Fri Sep 1 06:14:32 2006 -+++ libgimp/gimp.c Sun Dec 31 15:56:37 2006 -@@ -29,6 +29,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -291,6 +292,9 @@ - gimp_env_init (TRUE); - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - basename = g_path_get_basename (progname); - diff --git a/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in b/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in deleted file mode 100644 index 4f46084a0..000000000 --- a/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in +++ /dev/null @@ -1,104 +0,0 @@ ---- plug-ins/pygimp/Makefile.in.orig 2008-08-31 09:39:24.157774518 -0500 -+++ plug-ins/pygimp/Makefile.in 2008-08-31 09:42:47.663351903 -0500 -@@ -61,7 +61,7 @@ - pygimpLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(pygimp_LTLIBRARIES) - am__DEPENDENCIES_1 = --_gimpenums_la_DEPENDENCIES = $(libgimp) $(libgimpcolor) $(libgimpbase) \ -+_gimpenums_la_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am__gimpenums_la_OBJECTS = gimpenumsmodule.lo -@@ -69,16 +69,15 @@ - _gimpenums_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(_gimpenums_la_LDFLAGS) $(LDFLAGS) -o $@ --_gimpui_la_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \ -- $(libgimpconfig) $(libgimpmath) $(libgimp) $(libgimpcolor) \ -- $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+_gimpui_la_DEPENDENCIES = \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - am__gimpui_la_OBJECTS = gimpuimodule.lo gimpui.lo - _gimpui_la_OBJECTS = $(am__gimpui_la_OBJECTS) - _gimpui_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(_gimpui_la_LDFLAGS) $(LDFLAGS) -o $@ --gimp_la_DEPENDENCIES = $(libgimp) $(libgimpcolor) $(libgimpbase) \ -+gimp_la_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_gimp_la_OBJECTS = gimpmodule.lo pygimp-display.lo \ -@@ -88,14 +87,14 @@ - gimp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(gimp_la_LDFLAGS) \ - $(LDFLAGS) -o $@ --gimpcolor_la_DEPENDENCIES = $(libgimpcolor) $(am__DEPENDENCIES_1) \ -+gimpcolor_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_gimpcolor_la_OBJECTS = gimpcolormodule.lo pygimp-colors.lo - gimpcolor_la_OBJECTS = $(am_gimpcolor_la_OBJECTS) - gimpcolor_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(gimpcolor_la_LDFLAGS) $(LDFLAGS) -o $@ --gimpthumb_la_DEPENDENCIES = $(libgimpthumb) $(am__DEPENDENCIES_1) \ -+gimpthumb_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_gimpthumb_la_OBJECTS = gimpthumbmodule.lo gimpthumb.lo - gimpthumb_la_OBJECTS = $(am_gimpthumb_la_OBJECTS) -@@ -486,9 +485,7 @@ - -export-symbols-regex initgimp - - gimp_la_LIBADD = \ -- $(libgimp) \ -- $(libgimpcolor) \ -- $(libgimpbase) \ -+ %%GIMP_LIBS%% \ - $(GLIB_LIBS) \ - $(PYLINK_LIBS) \ - $(RT_LIBS) -@@ -500,9 +497,7 @@ - -export-symbols-regex init_gimpenums - - _gimpenums_la_LIBADD = \ -- $(libgimp) \ -- $(libgimpcolor) \ -- $(libgimpbase) \ -+ %%GIMP_LIBS%% \ - $(GLIB_LIBS) \ - $(PYLINK_LIBS) \ - $(RT_LIBS) -@@ -517,7 +512,7 @@ - -export-symbols-regex initgimpcolor - - gimpcolor_la_LIBADD = \ -- $(libgimpcolor) \ -+ %%GIMP_LIBS%% \ - $(GLIB_LIBS) \ - $(PYLINK_LIBS) - -@@ -529,13 +524,8 @@ - -export-symbols-regex init_gimpui - - _gimpui_la_LIBADD = \ -- $(libgimpui) \ -- $(libgimpwidgets) \ -- $(libgimpconfig) \ -- $(libgimpmath) \ -- $(libgimp) \ -- $(libgimpcolor) \ -- $(libgimpbase) \ -+ %%GIMP_LIBS%% \ -+ %%GIMP_UI_LIBS%% \ - $(GTK_LIBS) \ - $(PYLINK_LIBS) \ - $(RT_LIBS) \ -@@ -549,7 +539,7 @@ - -export-symbols-regex initgimpthumb - - gimpthumb_la_LIBADD = \ -- $(libgimpthumb) \ -+ %%GIMP_THUMB_LIBS%% \ - $(GDK_PIXBUF_LIBS) \ - $(PYLINK_LIBS) - diff --git a/graphics/gimp-app/pkg-descr b/graphics/gimp-app/pkg-descr deleted file mode 100644 index 4d7f49925..000000000 --- a/graphics/gimp-app/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -WWW: http://www.gimp.org/ diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist deleted file mode 100644 index 58e1df0ec..000000000 --- a/graphics/gimp-app/pkg-plist +++ /dev/null @@ -1,2138 +0,0 @@ -bin/gimp -bin/gimp-2.6 -bin/gimp-console -bin/gimp-console-2.6 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -etc/gimp/2.2/menurc -etc/gimp/2.2/ps-menurc -etc/gimp/2.2/sessionrc -etc/gimp/2.2/templaterc -etc/gimp/2.2/unitrc -include/gimp-2.0/libgimp/gimp.h -include/gimp-2.0/libgimp/gimp_pdb.h -include/gimp-2.0/libgimp/gimpaspectpreview.h -include/gimp-2.0/libgimp/gimpbrush_pdb.h -include/gimp-2.0/libgimp/gimpbrushes.h -include/gimp-2.0/libgimp/gimpbrushes_pdb.h -include/gimp-2.0/libgimp/gimpbrushmenu.h -include/gimp-2.0/libgimp/gimpbrushselect.h -include/gimp-2.0/libgimp/gimpbrushselect_pdb.h -include/gimp-2.0/libgimp/gimpbrushselectbutton.h -include/gimp-2.0/libgimp/gimpbuffer_pdb.h -include/gimp-2.0/libgimp/gimpchannel.h -include/gimp-2.0/libgimp/gimpchannel_pdb.h -include/gimp-2.0/libgimp/gimpcolor_pdb.h -include/gimp-2.0/libgimp/gimpcompat.h -include/gimp-2.0/libgimp/gimpcontext_pdb.h -include/gimp-2.0/libgimp/gimpconvert_pdb.h -include/gimp-2.0/libgimp/gimpdisplay_pdb.h -include/gimp-2.0/libgimp/gimpdrawable.h -include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablepreview.h -include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h -include/gimp-2.0/libgimp/gimpedit_pdb.h -include/gimp-2.0/libgimp/gimpenums.h -include/gimp-2.0/libgimp/gimpexport.h -include/gimp-2.0/libgimp/gimpfileops_pdb.h -include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h -include/gimp-2.0/libgimp/gimpfontmenu.h -include/gimp-2.0/libgimp/gimpfonts_pdb.h -include/gimp-2.0/libgimp/gimpfontselect.h -include/gimp-2.0/libgimp/gimpfontselect_pdb.h -include/gimp-2.0/libgimp/gimpfontselectbutton.h -include/gimp-2.0/libgimp/gimpgimprc.h -include/gimp-2.0/libgimp/gimpgimprc_pdb.h -include/gimp-2.0/libgimp/gimpgradient_pdb.h -include/gimp-2.0/libgimp/gimpgradientmenu.h -include/gimp-2.0/libgimp/gimpgradients.h -include/gimp-2.0/libgimp/gimpgradients_pdb.h -include/gimp-2.0/libgimp/gimpgradientselect.h -include/gimp-2.0/libgimp/gimpgradientselect_pdb.h -include/gimp-2.0/libgimp/gimpgradientselectbutton.h -include/gimp-2.0/libgimp/gimpgrid_pdb.h -include/gimp-2.0/libgimp/gimpguides_pdb.h -include/gimp-2.0/libgimp/gimphelp_pdb.h -include/gimp-2.0/libgimp/gimpimage.h -include/gimp-2.0/libgimp/gimpimage_pdb.h -include/gimp-2.0/libgimp/gimpimagecombobox.h -include/gimp-2.0/libgimp/gimpitemcombobox.h -include/gimp-2.0/libgimp/gimplayer.h -include/gimp-2.0/libgimp/gimplayer_pdb.h -include/gimp-2.0/libgimp/gimpmenu.h -include/gimp-2.0/libgimp/gimpmessage_pdb.h -include/gimp-2.0/libgimp/gimpmisc_pdb.h -include/gimp-2.0/libgimp/gimppainttools_pdb.h -include/gimp-2.0/libgimp/gimppalette.h -include/gimp-2.0/libgimp/gimppalette_pdb.h -include/gimp-2.0/libgimp/gimppalettemenu.h -include/gimp-2.0/libgimp/gimppalettes.h -include/gimp-2.0/libgimp/gimppalettes_pdb.h -include/gimp-2.0/libgimp/gimppaletteselect.h -include/gimp-2.0/libgimp/gimppaletteselect_pdb.h -include/gimp-2.0/libgimp/gimppaletteselectbutton.h -include/gimp-2.0/libgimp/gimpparasite_pdb.h -include/gimp-2.0/libgimp/gimppaths_pdb.h -include/gimp-2.0/libgimp/gimppattern_pdb.h -include/gimp-2.0/libgimp/gimppatternmenu.h -include/gimp-2.0/libgimp/gimppatterns.h -include/gimp-2.0/libgimp/gimppatterns_pdb.h -include/gimp-2.0/libgimp/gimppatternselect.h -include/gimp-2.0/libgimp/gimppatternselect_pdb.h -include/gimp-2.0/libgimp/gimppatternselectbutton.h -include/gimp-2.0/libgimp/gimppixbuf.h -include/gimp-2.0/libgimp/gimppixelfetcher.h -include/gimp-2.0/libgimp/gimppixelrgn.h -include/gimp-2.0/libgimp/gimpplugin.h -include/gimp-2.0/libgimp/gimpplugin_pdb.h -include/gimp-2.0/libgimp/gimpprocbrowserdialog.h -include/gimp-2.0/libgimp/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h -include/gimp-2.0/libgimp/gimpprocview.h -include/gimp-2.0/libgimp/gimpprogress.h -include/gimp-2.0/libgimp/gimpprogress_pdb.h -include/gimp-2.0/libgimp/gimpprogressbar.h -include/gimp-2.0/libgimp/gimpregioniterator.h -include/gimp-2.0/libgimp/gimpselectbutton.h -include/gimp-2.0/libgimp/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_pdb.h -include/gimp-2.0/libgimp/gimptextlayer_pdb.h -include/gimp-2.0/libgimp/gimptexttool_pdb.h -include/gimp-2.0/libgimp/gimptile.h -include/gimp-2.0/libgimp/gimptransformtools_pdb.h -include/gimp-2.0/libgimp/gimptypes.h -include/gimp-2.0/libgimp/gimpui.h -include/gimp-2.0/libgimp/gimpuitypes.h -include/gimp-2.0/libgimp/gimpundo_pdb.h -include/gimp-2.0/libgimp/gimpunit_pdb.h -include/gimp-2.0/libgimp/gimpvectors_pdb.h -include/gimp-2.0/libgimp/gimpzoompreview.h -include/gimp-2.0/libgimpbase/gimpbase.h -include/gimp-2.0/libgimpbase/gimpbaseenums.h -include/gimp-2.0/libgimpbase/gimpbasetypes.h -include/gimp-2.0/libgimpbase/gimpchecks.h -include/gimp-2.0/libgimpbase/gimpcpuaccel.h -include/gimp-2.0/libgimpbase/gimpdatafiles.h -include/gimp-2.0/libgimpbase/gimpenv.h -include/gimp-2.0/libgimpbase/gimplimits.h -include/gimp-2.0/libgimpbase/gimpmemsize.h -include/gimp-2.0/libgimpbase/gimpparam.h -include/gimp-2.0/libgimpbase/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.h -include/gimp-2.0/libgimpbase/gimprectangle.h -include/gimp-2.0/libgimpbase/gimpsignal.h -include/gimp-2.0/libgimpbase/gimpunit.h -include/gimp-2.0/libgimpbase/gimputils.h -include/gimp-2.0/libgimpbase/gimpversion.h -include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h -include/gimp-2.0/libgimpcolor/gimpbilinear.h -include/gimp-2.0/libgimpcolor/gimpcmyk.h -include/gimp-2.0/libgimpcolor/gimpcolor.h -include/gimp-2.0/libgimpcolor/gimpcolormanaged.h -include/gimp-2.0/libgimpcolor/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsl.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.h -include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h -include/gimp-2.0/libgimpconfig/gimpcolorconfig.h -include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h -include/gimp-2.0/libgimpconfig/gimpconfig-error.h -include/gimp-2.0/libgimpconfig/gimpconfig-iface.h -include/gimp-2.0/libgimpconfig/gimpconfig-params.h -include/gimp-2.0/libgimpconfig/gimpconfig-path.h -include/gimp-2.0/libgimpconfig/gimpconfig-serialize.h -include/gimp-2.0/libgimpconfig/gimpconfig-utils.h -include/gimp-2.0/libgimpconfig/gimpconfig.h -include/gimp-2.0/libgimpconfig/gimpconfigtypes.h -include/gimp-2.0/libgimpconfig/gimpconfigwriter.h -include/gimp-2.0/libgimpconfig/gimpscanner.h -include/gimp-2.0/libgimpmath/gimpmath.h -include/gimp-2.0/libgimpmath/gimpmathtypes.h -include/gimp-2.0/libgimpmath/gimpmatrix.h -include/gimp-2.0/libgimpmath/gimpmd5.h -include/gimp-2.0/libgimpmath/gimpvector.h -include/gimp-2.0/libgimpmodule/gimpmodule.h -include/gimp-2.0/libgimpmodule/gimpmoduledb.h -include/gimp-2.0/libgimpmodule/gimpmoduletypes.h -include/gimp-2.0/libgimpthumb/gimpthumb-enums.h -include/gimp-2.0/libgimpthumb/gimpthumb-error.h -include/gimp-2.0/libgimpthumb/gimpthumb-types.h -include/gimp-2.0/libgimpthumb/gimpthumb-utils.h -include/gimp-2.0/libgimpthumb/gimpthumb.h -include/gimp-2.0/libgimpthumb/gimpthumbnail.h -include/gimp-2.0/libgimpwidgets/gimpbrowser.h -include/gimp-2.0/libgimpwidgets/gimpbutton.h -include/gimp-2.0/libgimpwidgets/gimpcairo-utils.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-2.0/libgimpwidgets/gimpchainbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolorarea.h -include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h -include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h -include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h -include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h -include/gimp-2.0/libgimpwidgets/gimpcolorscale.h -include/gimp-2.0/libgimpwidgets/gimpcolorscales.h -include/gimp-2.0/libgimpwidgets/gimpcolorselect.h -include/gimp-2.0/libgimpwidgets/gimpcolorselection.h -include/gimp-2.0/libgimpwidgets/gimpcolorselector.h -include/gimp-2.0/libgimpwidgets/gimpcontroller.h -include/gimp-2.0/libgimpwidgets/gimpdialog.h -include/gimp-2.0/libgimpwidgets/gimpenumcombobox.h -include/gimp-2.0/libgimpwidgets/gimpenumlabel.h -include/gimp-2.0/libgimpwidgets/gimpenumstore.h -include/gimp-2.0/libgimpwidgets/gimpenumwidgets.h -include/gimp-2.0/libgimpwidgets/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.h -include/gimp-2.0/libgimpwidgets/gimphintbox.h -include/gimp-2.0/libgimpwidgets/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpnumberpairentry.h -include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h -include/gimp-2.0/libgimpwidgets/gimppageselector.h -include/gimp-2.0/libgimpwidgets/gimppatheditor.h -include/gimp-2.0/libgimpwidgets/gimppickbutton.h -include/gimp-2.0/libgimpwidgets/gimppixmap.h -include/gimp-2.0/libgimpwidgets/gimppreview.h -include/gimp-2.0/libgimpwidgets/gimppreviewarea.h -include/gimp-2.0/libgimpwidgets/gimppropwidgets.h -include/gimp-2.0/libgimpwidgets/gimpquerybox.h -include/gimp-2.0/libgimpwidgets/gimpruler.h -include/gimp-2.0/libgimpwidgets/gimpscaleentry.h -include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h -include/gimp-2.0/libgimpwidgets/gimpsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpstock.h -include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h -include/gimp-2.0/libgimpwidgets/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -include/gimp-2.0/libgimpwidgets/gimpzoommodel.h -lib/libgimp-2.0.a -lib/libgimp-2.0.la -lib/libgimp-2.0.so -lib/libgimp-2.0.so.0 -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.la -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.0 -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.la -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.0 -lib/libgimpconfig-2.0.a -lib/libgimpconfig-2.0.la -lib/libgimpconfig-2.0.so -lib/libgimpconfig-2.0.so.0 -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.la -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.0 -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.la -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.0 -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.la -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.0 -lib/libgimpui-2.0.a -lib/libgimpui-2.0.la -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.0 -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.la -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.0 -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -libexec/gimp/2.2/environ/default.env -libexec/gimp/2.2/interpreters/default.interp -libexec/gimp/2.2/modules/libcolor-selector-cmyk.a -libexec/gimp/2.2/modules/libcolor-selector-cmyk.la -libexec/gimp/2.2/modules/libcolor-selector-cmyk.so -libexec/gimp/2.2/modules/libcolor-selector-water.a -libexec/gimp/2.2/modules/libcolor-selector-water.la -libexec/gimp/2.2/modules/libcolor-selector-water.so -libexec/gimp/2.2/modules/libcolor-selector-wheel.a -libexec/gimp/2.2/modules/libcolor-selector-wheel.la -libexec/gimp/2.2/modules/libcolor-selector-wheel.so -libexec/gimp/2.2/modules/libcontroller-midi.a -libexec/gimp/2.2/modules/libcontroller-midi.la -libexec/gimp/2.2/modules/libcontroller-midi.so -libexec/gimp/2.2/modules/libdisplay-filter-color-blind.a -libexec/gimp/2.2/modules/libdisplay-filter-color-blind.la -libexec/gimp/2.2/modules/libdisplay-filter-color-blind.so -libexec/gimp/2.2/modules/libdisplay-filter-gamma.a -libexec/gimp/2.2/modules/libdisplay-filter-gamma.la -libexec/gimp/2.2/modules/libdisplay-filter-gamma.so -libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.a -libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.la -libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.so -libexec/gimp/2.2/modules/libdisplay-filter-lcms.a -libexec/gimp/2.2/modules/libdisplay-filter-lcms.la -libexec/gimp/2.2/modules/libdisplay-filter-lcms.so -libexec/gimp/2.2/modules/libdisplay-filter-proof.a -libexec/gimp/2.2/modules/libdisplay-filter-proof.la -libexec/gimp/2.2/modules/libdisplay-filter-proof.so -libexec/gimp/2.2/plug-ins/alien-map -libexec/gimp/2.2/plug-ins/align-layers -libexec/gimp/2.2/plug-ins/animation-optimize -libexec/gimp/2.2/plug-ins/animation-play -libexec/gimp/2.2/plug-ins/antialias -libexec/gimp/2.2/plug-ins/apply-canvas -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/blur-gauss -libexec/gimp/2.2/plug-ins/blur-gauss-selective -libexec/gimp/2.2/plug-ins/blur-motion -libexec/gimp/2.2/plug-ins/border-average -libexec/gimp/2.2/plug-ins/bump-map -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/channel-mixer -libexec/gimp/2.2/plug-ins/checkerboard -libexec/gimp/2.2/plug-ins/cml-explorer -libexec/gimp/2.2/plug-ins/color-cube-analyze -libexec/gimp/2.2/plug-ins/color-enhance -libexec/gimp/2.2/plug-ins/color-exchange -libexec/gimp/2.2/plug-ins/color-rotate -libexec/gimp/2.2/plug-ins/color-to-alpha -libexec/gimp/2.2/plug-ins/colorify -libexec/gimp/2.2/plug-ins/colormap-remap -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/contrast-normalize -libexec/gimp/2.2/plug-ins/contrast-retinex -libexec/gimp/2.2/plug-ins/contrast-stretch -libexec/gimp/2.2/plug-ins/contrast-stretch-hsv -libexec/gimp/2.2/plug-ins/convolution-matrix -libexec/gimp/2.2/plug-ins/crop-auto -libexec/gimp/2.2/plug-ins/crop-zealous -libexec/gimp/2.2/plug-ins/cubism -libexec/gimp/2.2/plug-ins/curve-bend -libexec/gimp/2.2/plug-ins/decompose -libexec/gimp/2.2/plug-ins/deinterlace -libexec/gimp/2.2/plug-ins/depth-merge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/edge-dog -libexec/gimp/2.2/plug-ins/edge-laplace -libexec/gimp/2.2/plug-ins/edge-neon -libexec/gimp/2.2/plug-ins/edge-sobel -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -%%AA%%libexec/gimp/2.2/plug-ins/file-aa -libexec/gimp/2.2/plug-ins/file-bmp -libexec/gimp/2.2/plug-ins/file-cel -libexec/gimp/2.2/plug-ins/file-compressor -libexec/gimp/2.2/plug-ins/file-csource -libexec/gimp/2.2/plug-ins/file-desktop-link -libexec/gimp/2.2/plug-ins/file-dicom -libexec/gimp/2.2/plug-ins/file-faxg3 -libexec/gimp/2.2/plug-ins/file-fits -libexec/gimp/2.2/plug-ins/file-fli -libexec/gimp/2.2/plug-ins/file-gbr -libexec/gimp/2.2/plug-ins/file-gif-load -libexec/gimp/2.2/plug-ins/file-gif-save -libexec/gimp/2.2/plug-ins/file-gih -libexec/gimp/2.2/plug-ins/file-glob -libexec/gimp/2.2/plug-ins/file-header -libexec/gimp/2.2/plug-ins/file-html-table -libexec/gimp/2.2/plug-ins/file-ico -libexec/gimp/2.2/plug-ins/file-jpeg -%%MNG%%libexec/gimp/2.2/plug-ins/file-mng -libexec/gimp/2.2/plug-ins/file-pat -libexec/gimp/2.2/plug-ins/file-pcx -%%POPPLER%%libexec/gimp/2.2/plug-ins/file-pdf -libexec/gimp/2.2/plug-ins/file-pix -libexec/gimp/2.2/plug-ins/file-png -libexec/gimp/2.2/plug-ins/file-pnm -libexec/gimp/2.2/plug-ins/file-ps -libexec/gimp/2.2/plug-ins/file-psd-load -libexec/gimp/2.2/plug-ins/file-psd-save -libexec/gimp/2.2/plug-ins/file-psp -libexec/gimp/2.2/plug-ins/file-raw -libexec/gimp/2.2/plug-ins/file-sgi -libexec/gimp/2.2/plug-ins/file-sunras -%%SVG%%libexec/gimp/2.2/plug-ins/file-svg -libexec/gimp/2.2/plug-ins/file-tga -libexec/gimp/2.2/plug-ins/file-tiff-load -libexec/gimp/2.2/plug-ins/file-tiff-save -libexec/gimp/2.2/plug-ins/file-uri -%%WMF%%libexec/gimp/2.2/plug-ins/file-wmf -libexec/gimp/2.2/plug-ins/file-xbm -libexec/gimp/2.2/plug-ins/file-xjt -libexec/gimp/2.2/plug-ins/file-xpm -libexec/gimp/2.2/plug-ins/file-xwd -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/filter-pack -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/fractal-explorer -libexec/gimp/2.2/plug-ins/fractal-trace -libexec/gimp/2.2/plug-ins/gee -libexec/gimp/2.2/plug-ins/gee-zoom -libexec/gimp/2.2/plug-ins/gfig -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/gradient-flare -libexec/gimp/2.2/plug-ins/gradient-map -libexec/gimp/2.2/plug-ins/grid -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/help-browser -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifs-compose -libexec/gimp/2.2/plug-ins/illusion -libexec/gimp/2.2/plug-ins/imagemap -libexec/gimp/2.2/plug-ins/iwarp -libexec/gimp/2.2/plug-ins/jigsaw -libexec/gimp/2.2/plug-ins/lcms -libexec/gimp/2.2/plug-ins/lens-apply -libexec/gimp/2.2/plug-ins/lens-distortion -libexec/gimp/2.2/plug-ins/lens-flare -libexec/gimp/2.2/plug-ins/lighting -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/map-object -libexec/gimp/2.2/plug-ins/max-rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/metadata -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nl-filter -libexec/gimp/2.2/plug-ins/noise-hsv -libexec/gimp/2.2/plug-ins/noise-randomize -libexec/gimp/2.2/plug-ins/noise-rgb -libexec/gimp/2.2/plug-ins/noise-solid -libexec/gimp/2.2/plug-ins/noise-spread -libexec/gimp/2.2/plug-ins/nova -libexec/gimp/2.2/plug-ins/oilify -libexec/gimp/2.2/plug-ins/pagecurl -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pixelize -libexec/gimp/2.2/plug-ins/plasma -libexec/gimp/2.2/plug-ins/plugin-browser -libexec/gimp/2.2/plug-ins/polar-coords -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/qbist -libexec/gimp/2.2/plug-ins/red-eye-removal -libexec/gimp/2.2/plug-ins/ripple -libexec/gimp/2.2/plug-ins/rotate -libexec/gimp/2.2/plug-ins/sample-colorize -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -libexec/gimp/2.2/plug-ins/selection-to-path -libexec/gimp/2.2/plug-ins/semi-flatten -libexec/gimp/2.2/plug-ins/sharpen -libexec/gimp/2.2/plug-ins/shift -libexec/gimp/2.2/plug-ins/sinus -libexec/gimp/2.2/plug-ins/smooth-palette -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -libexec/gimp/2.2/plug-ins/sphere-designer -libexec/gimp/2.2/plug-ins/threshold-alpha -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tile-glass -libexec/gimp/2.2/plug-ins/tile-paper -libexec/gimp/2.2/plug-ins/tile-seamless -libexec/gimp/2.2/plug-ins/tile-small -libexec/gimp/2.2/plug-ins/unit-editor -libexec/gimp/2.2/plug-ins/unsharp-mask -libexec/gimp/2.2/plug-ins/value-invert -libexec/gimp/2.2/plug-ins/value-propagate -libexec/gimp/2.2/plug-ins/van-gogh-lic -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/web-browser -libexec/gimp/2.2/plug-ins/whirl-pinch -libexec/gimp/2.2/plug-ins/wind -share/aclocal/gimp-2.0.m4 -share/applications/gimp.desktop -share/doc/gimp/libgimp/GimpAspectPreview.html -share/doc/gimp/libgimp/GimpBrushSelectButton.html -share/doc/gimp/libgimp/GimpDrawablePreview.html -share/doc/gimp/libgimp/GimpFontSelectButton.html -share/doc/gimp/libgimp/GimpGradientSelectButton.html -share/doc/gimp/libgimp/GimpImageComboBox.html -share/doc/gimp/libgimp/GimpPaletteSelectButton.html -share/doc/gimp/libgimp/GimpPatternSelectButton.html -share/doc/gimp/libgimp/GimpProcBrowserDialog.html -share/doc/gimp/libgimp/GimpProgressBar.html -share/doc/gimp/libgimp/GimpSelectButton.html -share/doc/gimp/libgimp/GimpZoomPreview.html -share/doc/gimp/libgimp/home.png -share/doc/gimp/libgimp/index.html -share/doc/gimp/libgimp/index.sgml -share/doc/gimp/libgimp/left.png -share/doc/gimp/libgimp/libgimp-GimpItemComboBox.html -share/doc/gimp/libgimp/libgimp-data.html -share/doc/gimp/libgimp/libgimp-general.html -share/doc/gimp/libgimp/libgimp-gimp.html -share/doc/gimp/libgimp/libgimp-gimpbrush.html -share/doc/gimp/libgimp/libgimp-gimpbrushes.html -share/doc/gimp/libgimp/libgimp-gimpbrushmenu.html -share/doc/gimp/libgimp/libgimp-gimpbrushselect.html -share/doc/gimp/libgimp/libgimp-gimpbuffer.html -share/doc/gimp/libgimp/libgimp-gimpchannel.html -share/doc/gimp/libgimp/libgimp-gimpcolor.html -share/doc/gimp/libgimp/libgimp-gimpcontext.html -share/doc/gimp/libgimp/libgimp-gimpconvert.html -share/doc/gimp/libgimp/libgimp-gimpdisplay.html -share/doc/gimp/libgimp/libgimp-gimpdrawable.html -share/doc/gimp/libgimp/libgimp-gimpdrawabletransform.html -share/doc/gimp/libgimp/libgimp-gimpedit.html -share/doc/gimp/libgimp/libgimp-gimpenums.html -share/doc/gimp/libgimp/libgimp-gimpexport.html -share/doc/gimp/libgimp/libgimp-gimpfileops.html -share/doc/gimp/libgimp/libgimp-gimpfloatingsel.html -share/doc/gimp/libgimp/libgimp-gimpfontmenu.html -share/doc/gimp/libgimp/libgimp-gimpfonts.html -share/doc/gimp/libgimp/libgimp-gimpfontselect.html -share/doc/gimp/libgimp/libgimp-gimpgimprc.html -share/doc/gimp/libgimp/libgimp-gimpgradient.html -share/doc/gimp/libgimp/libgimp-gimpgradientmenu.html -share/doc/gimp/libgimp/libgimp-gimpgradients.html -share/doc/gimp/libgimp/libgimp-gimpgradientselect.html -share/doc/gimp/libgimp/libgimp-gimpgrid.html -share/doc/gimp/libgimp/libgimp-gimpguides.html -share/doc/gimp/libgimp/libgimp-gimphelp.html -share/doc/gimp/libgimp/libgimp-gimpimage.html -share/doc/gimp/libgimp/libgimp-gimplayer.html -share/doc/gimp/libgimp/libgimp-gimpmenu.html -share/doc/gimp/libgimp/libgimp-gimpmessage.html -share/doc/gimp/libgimp/libgimp-gimppalette.html -share/doc/gimp/libgimp/libgimp-gimppalettemenu.html -share/doc/gimp/libgimp/libgimp-gimppalettes.html -share/doc/gimp/libgimp/libgimp-gimppaletteselect.html -share/doc/gimp/libgimp/libgimp-gimppaths.html -share/doc/gimp/libgimp/libgimp-gimppattern.html -share/doc/gimp/libgimp/libgimp-gimppatternmenu.html -share/doc/gimp/libgimp/libgimp-gimppatterns.html -share/doc/gimp/libgimp/libgimp-gimppatternselect.html -share/doc/gimp/libgimp/libgimp-gimppixbuf.html -share/doc/gimp/libgimp/libgimp-gimppixelfetcher.html -share/doc/gimp/libgimp/libgimp-gimppixelrgn.html -share/doc/gimp/libgimp/libgimp-gimpplugin.html -share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html -share/doc/gimp/libgimp/libgimp-gimpprocview.html -share/doc/gimp/libgimp/libgimp-gimpprogress.html -share/doc/gimp/libgimp/libgimp-gimpregioniterator.html -share/doc/gimp/libgimp/libgimp-gimpselection.html -share/doc/gimp/libgimp/libgimp-gimptextlayer.html -share/doc/gimp/libgimp/libgimp-gimptexttool.html -share/doc/gimp/libgimp/libgimp-gimptile.html -share/doc/gimp/libgimp/libgimp-gimptools.html -share/doc/gimp/libgimp/libgimp-gimpui.html -share/doc/gimp/libgimp/libgimp-gimpundo.html -share/doc/gimp/libgimp/libgimp-gimpvectors.html -share/doc/gimp/libgimp/libgimp-image.html -share/doc/gimp/libgimp/libgimp-index-deprecated.html -share/doc/gimp/libgimp/libgimp-index-new-in-2-2.html -share/doc/gimp/libgimp/libgimp-index-new-in-2-4.html -share/doc/gimp/libgimp/libgimp-index-new-in-2-6.html -share/doc/gimp/libgimp/libgimp-index.html -share/doc/gimp/libgimp/libgimp-selectors.html -share/doc/gimp/libgimp/libgimp.devhelp -share/doc/gimp/libgimp/libgimp.devhelp2 -share/doc/gimp/libgimp/libgimp.html -share/doc/gimp/libgimp/libgimpui-hierarchy.html -share/doc/gimp/libgimp/libgimpui.html -share/doc/gimp/libgimp/right.png -share/doc/gimp/libgimp/style.css -share/doc/gimp/libgimp/up.png -share/doc/gimp/libgimpbase/home.png -share/doc/gimp/libgimpbase/index.html -share/doc/gimp/libgimpbase/index.sgml -share/doc/gimp/libgimpbase/left.png -share/doc/gimp/libgimpbase/libgimpbase-gimpbaseenums.html -share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html -share/doc/gimp/libgimpbase/libgimpbase-gimpchecks.html -share/doc/gimp/libgimpbase/libgimpbase-gimpcpuaccel.html -share/doc/gimp/libgimpbase/libgimpbase-gimpdatafiles.html -share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html -share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html -share/doc/gimp/libgimpbase/libgimpbase-gimpmemsize.html -share/doc/gimp/libgimpbase/libgimpbase-gimpparam.html -share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html -share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html -share/doc/gimp/libgimpbase/libgimpbase-gimprectangle.html -share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html -share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html -share/doc/gimp/libgimpbase/libgimpbase-gimputils.html -share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html -share/doc/gimp/libgimpbase/libgimpbase-index-deprecated.html -share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-2.html -share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-4.html -share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-6.html -share/doc/gimp/libgimpbase/libgimpbase-index.html -share/doc/gimp/libgimpbase/libgimpbase.devhelp -share/doc/gimp/libgimpbase/libgimpbase.devhelp2 -share/doc/gimp/libgimpbase/libgimpbase.html -share/doc/gimp/libgimpbase/right.png -share/doc/gimp/libgimpbase/style.css -share/doc/gimp/libgimpbase/up.png -share/doc/gimp/libgimpcolor/home.png -share/doc/gimp/libgimpcolor/index.html -share/doc/gimp/libgimpcolor/index.sgml -share/doc/gimp/libgimpcolor/left.png -share/doc/gimp/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpBilinear.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpCMYK.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorManaged.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorSpace.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpHSV.html -share/doc/gimp/libgimpcolor/libgimpcolor-GimpRGB.html -share/doc/gimp/libgimpcolor/libgimpcolor-index-deprecated.html -share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-2.html -share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-4.html -share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-6.html -share/doc/gimp/libgimpcolor/libgimpcolor-index.html -share/doc/gimp/libgimpcolor/libgimpcolor.devhelp -share/doc/gimp/libgimpcolor/libgimpcolor.devhelp2 -share/doc/gimp/libgimpcolor/libgimpcolor.html -share/doc/gimp/libgimpcolor/right.png -share/doc/gimp/libgimpcolor/style.css -share/doc/gimp/libgimpcolor/up.png -share/doc/gimp/libgimpconfig/GimpColorConfig.html -share/doc/gimp/libgimpconfig/home.png -share/doc/gimp/libgimpconfig/index.html -share/doc/gimp/libgimpconfig/index.sgml -share/doc/gimp/libgimpconfig/left.png -share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfig.html -share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigError.html -share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigWriter.html -share/doc/gimp/libgimpconfig/libgimpconfig-GimpScanner.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-params.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-path.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-serialize.html -share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-utils.html -share/doc/gimp/libgimpconfig/libgimpconfig-hierarchy.html -share/doc/gimp/libgimpconfig/libgimpconfig-index-deprecated.html -share/doc/gimp/libgimpconfig/libgimpconfig-index-new-in-2-4.html -share/doc/gimp/libgimpconfig/libgimpconfig-index-new-in-2-6.html -share/doc/gimp/libgimpconfig/libgimpconfig-index.html -share/doc/gimp/libgimpconfig/libgimpconfig.devhelp -share/doc/gimp/libgimpconfig/libgimpconfig.devhelp2 -share/doc/gimp/libgimpconfig/libgimpconfig.html -share/doc/gimp/libgimpconfig/right.png -share/doc/gimp/libgimpconfig/style.css -share/doc/gimp/libgimpconfig/up.png -share/doc/gimp/libgimpmath/home.png -share/doc/gimp/libgimpmath/index.html -share/doc/gimp/libgimpmath/index.sgml -share/doc/gimp/libgimpmath/left.png -share/doc/gimp/libgimpmath/libgimpmath-GimpMD5.html -share/doc/gimp/libgimpmath/libgimpmath-GimpMath.html -share/doc/gimp/libgimpmath/libgimpmath-GimpMatrix.html -share/doc/gimp/libgimpmath/libgimpmath-GimpVector.html -share/doc/gimp/libgimpmath/libgimpmath-index-deprecated.html -share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-2.html -share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-4.html -share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-6.html -share/doc/gimp/libgimpmath/libgimpmath-index.html -share/doc/gimp/libgimpmath/libgimpmath.devhelp -share/doc/gimp/libgimpmath/libgimpmath.devhelp2 -share/doc/gimp/libgimpmath/libgimpmath.html -share/doc/gimp/libgimpmath/right.png -share/doc/gimp/libgimpmath/style.css -share/doc/gimp/libgimpmath/up.png -share/doc/gimp/libgimpmodule/home.png -share/doc/gimp/libgimpmodule/index.html -share/doc/gimp/libgimpmodule/index.sgml -share/doc/gimp/libgimpmodule/left.png -share/doc/gimp/libgimpmodule/libgimpmodule-gimpmodule.html -share/doc/gimp/libgimpmodule/libgimpmodule-gimpmoduledb.html -share/doc/gimp/libgimpmodule/libgimpmodule-index-deprecated.html -share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-2.html -share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-4.html -share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-6.html -share/doc/gimp/libgimpmodule/libgimpmodule-index.html -share/doc/gimp/libgimpmodule/libgimpmodule.devhelp -share/doc/gimp/libgimpmodule/libgimpmodule.devhelp2 -share/doc/gimp/libgimpmodule/libgimpmodule.html -share/doc/gimp/libgimpmodule/right.png -share/doc/gimp/libgimpmodule/style.css -share/doc/gimp/libgimpmodule/up.png -share/doc/gimp/libgimpthumb/GimpThumbnail.html -share/doc/gimp/libgimpthumb/home.png -share/doc/gimp/libgimpthumb/index.html -share/doc/gimp/libgimpthumb/index.sgml -share/doc/gimp/libgimpthumb/left.png -share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-enums.html -share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-error.html -share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-utils.html -share/doc/gimp/libgimpthumb/libgimpthumb-index-deprecated.html -share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-2.html -share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-4.html -share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-6.html -share/doc/gimp/libgimpthumb/libgimpthumb-index.html -share/doc/gimp/libgimpthumb/libgimpthumb.devhelp -share/doc/gimp/libgimpthumb/libgimpthumb.devhelp2 -share/doc/gimp/libgimpthumb/libgimpthumb.html -share/doc/gimp/libgimpthumb/right.png -share/doc/gimp/libgimpthumb/style.css -share/doc/gimp/libgimpthumb/up.png -share/doc/gimp/libgimpwidgets/GimpBrowser.html -share/doc/gimp/libgimpwidgets/GimpButton.html -share/doc/gimp/libgimpwidgets/GimpCellRendererColor.html -share/doc/gimp/libgimpwidgets/GimpCellRendererToggle.html -share/doc/gimp/libgimpwidgets/GimpChainButton.html -share/doc/gimp/libgimpwidgets/GimpColorArea.html -share/doc/gimp/libgimpwidgets/GimpColorButton.html -share/doc/gimp/libgimpwidgets/GimpColorDisplay.html -share/doc/gimp/libgimpwidgets/GimpColorDisplayStack.html -share/doc/gimp/libgimpwidgets/GimpColorHexEntry.html -share/doc/gimp/libgimpwidgets/GimpColorNotebook.html -share/doc/gimp/libgimpwidgets/GimpColorProfileComboBox.html -share/doc/gimp/libgimpwidgets/GimpColorProfileStore.html -share/doc/gimp/libgimpwidgets/GimpColorScale.html -share/doc/gimp/libgimpwidgets/GimpColorScales.html -share/doc/gimp/libgimpwidgets/GimpColorSelect.html -share/doc/gimp/libgimpwidgets/GimpColorSelection.html -share/doc/gimp/libgimpwidgets/GimpColorSelector.html -share/doc/gimp/libgimpwidgets/GimpController.html -share/doc/gimp/libgimpwidgets/GimpDialog.html -share/doc/gimp/libgimpwidgets/GimpEnumComboBox.html -share/doc/gimp/libgimpwidgets/GimpEnumLabel.html -share/doc/gimp/libgimpwidgets/GimpEnumStore.html -share/doc/gimp/libgimpwidgets/GimpFileEntry.html -share/doc/gimp/libgimpwidgets/GimpFrame.html -share/doc/gimp/libgimpwidgets/GimpIntComboBox.html -share/doc/gimp/libgimpwidgets/GimpIntStore.html -share/doc/gimp/libgimpwidgets/GimpMemsizeEntry.html -share/doc/gimp/libgimpwidgets/GimpNumberPairEntry.html -share/doc/gimp/libgimpwidgets/GimpOffsetArea.html -share/doc/gimp/libgimpwidgets/GimpPageSelector.html -share/doc/gimp/libgimpwidgets/GimpPathEditor.html -share/doc/gimp/libgimpwidgets/GimpPickButton.html -share/doc/gimp/libgimpwidgets/GimpPixmap.html -share/doc/gimp/libgimpwidgets/GimpPreview.html -share/doc/gimp/libgimpwidgets/GimpPreviewArea.html -share/doc/gimp/libgimpwidgets/GimpRuler.html -share/doc/gimp/libgimpwidgets/GimpScrolledPreview.html -share/doc/gimp/libgimpwidgets/GimpSizeEntry.html -share/doc/gimp/libgimpwidgets/GimpStringComboBox.html -share/doc/gimp/libgimpwidgets/GimpUnitMenu.html -share/doc/gimp/libgimpwidgets/GimpZoomModel.html -share/doc/gimp/libgimpwidgets/gimp-browser.png -share/doc/gimp/libgimpwidgets/gimp-button.png -share/doc/gimp/libgimpwidgets/gimp-chain-button.png -share/doc/gimp/libgimpwidgets/gimp-color-area.png -share/doc/gimp/libgimpwidgets/gimp-color-button.png -share/doc/gimp/libgimpwidgets/gimp-color-hex-entry.png -share/doc/gimp/libgimpwidgets/gimp-color-profile-combo-box.png -share/doc/gimp/libgimpwidgets/gimp-color-scale.png -share/doc/gimp/libgimpwidgets/gimp-color-selection.png -share/doc/gimp/libgimpwidgets/gimp-dialog.png -share/doc/gimp/libgimpwidgets/gimp-enum-combo-box.png -share/doc/gimp/libgimpwidgets/gimp-enum-label.png -share/doc/gimp/libgimpwidgets/gimp-file-entry.png -share/doc/gimp/libgimpwidgets/gimp-frame.png -share/doc/gimp/libgimpwidgets/gimp-hint-box.png -share/doc/gimp/libgimpwidgets/gimp-int-combo-box.png -share/doc/gimp/libgimpwidgets/gimp-memsize-entry.png -share/doc/gimp/libgimpwidgets/gimp-number-pair-entry.png -share/doc/gimp/libgimpwidgets/gimp-offset-area.png -share/doc/gimp/libgimpwidgets/gimp-page-selector.png -share/doc/gimp/libgimpwidgets/gimp-path-editor.png -share/doc/gimp/libgimpwidgets/gimp-pick-button.png -share/doc/gimp/libgimpwidgets/gimp-preview-area.png -share/doc/gimp/libgimpwidgets/gimp-string-combo-box.png -share/doc/gimp/libgimpwidgets/gimp-unit-menu.png -share/doc/gimp/libgimpwidgets/home.png -share/doc/gimp/libgimpwidgets/index.html -share/doc/gimp/libgimpwidgets/index.sgml -share/doc/gimp/libgimpwidgets/left.png -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHintBox.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpStock.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpWidgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-cell-renderers.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-colordisplay.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-colorselector.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-controller.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-deprecated.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-gallery.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-hierarchy.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index-deprecated.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-6.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-index.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-utils.html -share/doc/gimp/libgimpwidgets/libgimpwidgets-widgets.html -share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp -share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp2 -share/doc/gimp/libgimpwidgets/right.png -share/doc/gimp/libgimpwidgets/stock-anchor-16.png -share/doc/gimp/libgimpwidgets/stock-cap-butt-16.png -share/doc/gimp/libgimpwidgets/stock-cap-round-16.png -share/doc/gimp/libgimpwidgets/stock-cap-square-16.png -share/doc/gimp/libgimpwidgets/stock-center-16.png -share/doc/gimp/libgimpwidgets/stock-center-24.png -share/doc/gimp/libgimpwidgets/stock-channel-16.png -share/doc/gimp/libgimpwidgets/stock-channel-24.png -share/doc/gimp/libgimpwidgets/stock-channel-32.png -share/doc/gimp/libgimpwidgets/stock-channel-48.png -share/doc/gimp/libgimpwidgets/stock-channel-alpha-16.png -share/doc/gimp/libgimpwidgets/stock-channel-alpha-24.png -share/doc/gimp/libgimpwidgets/stock-channel-alpha-32.png -share/doc/gimp/libgimpwidgets/stock-channel-alpha-48.png -share/doc/gimp/libgimpwidgets/stock-channel-blue-16.png -share/doc/gimp/libgimpwidgets/stock-channel-blue-24.png -share/doc/gimp/libgimpwidgets/stock-channel-blue-32.png -share/doc/gimp/libgimpwidgets/stock-channel-blue-48.png -share/doc/gimp/libgimpwidgets/stock-channel-gray-16.png -share/doc/gimp/libgimpwidgets/stock-channel-gray-24.png -share/doc/gimp/libgimpwidgets/stock-channel-gray-32.png -share/doc/gimp/libgimpwidgets/stock-channel-gray-48.png -share/doc/gimp/libgimpwidgets/stock-channel-green-16.png -share/doc/gimp/libgimpwidgets/stock-channel-green-24.png -share/doc/gimp/libgimpwidgets/stock-channel-green-32.png -share/doc/gimp/libgimpwidgets/stock-channel-green-48.png -share/doc/gimp/libgimpwidgets/stock-channel-indexed-16.png -share/doc/gimp/libgimpwidgets/stock-channel-indexed-24.png -share/doc/gimp/libgimpwidgets/stock-channel-indexed-32.png -share/doc/gimp/libgimpwidgets/stock-channel-indexed-48.png -share/doc/gimp/libgimpwidgets/stock-channel-red-16.png -share/doc/gimp/libgimpwidgets/stock-channel-red-24.png -share/doc/gimp/libgimpwidgets/stock-channel-red-32.png -share/doc/gimp/libgimpwidgets/stock-channel-red-48.png -share/doc/gimp/libgimpwidgets/stock-channels-16.png -share/doc/gimp/libgimpwidgets/stock-channels-24.png -share/doc/gimp/libgimpwidgets/stock-char-picker-22.png -share/doc/gimp/libgimpwidgets/stock-close-12.png -share/doc/gimp/libgimpwidgets/stock-color-pick-from-screen-16.png -share/doc/gimp/libgimpwidgets/stock-color-picker-black-18.png -share/doc/gimp/libgimpwidgets/stock-color-picker-gray-18.png -share/doc/gimp/libgimpwidgets/stock-color-picker-white-18.png -share/doc/gimp/libgimpwidgets/stock-color-triangle-16.png -share/doc/gimp/libgimpwidgets/stock-colormap-16.png -share/doc/gimp/libgimpwidgets/stock-colormap-24.png -share/doc/gimp/libgimpwidgets/stock-controller-16.png -share/doc/gimp/libgimpwidgets/stock-controller-24.png -share/doc/gimp/libgimpwidgets/stock-controller-keyboard-16.png -share/doc/gimp/libgimpwidgets/stock-controller-keyboard-24.png -share/doc/gimp/libgimpwidgets/stock-controller-linux-input-16.png -share/doc/gimp/libgimpwidgets/stock-controller-linux-input-24.png -share/doc/gimp/libgimpwidgets/stock-controller-midi-16.png -share/doc/gimp/libgimpwidgets/stock-controller-midi-24.png -share/doc/gimp/libgimpwidgets/stock-controller-wheel-16.png -share/doc/gimp/libgimpwidgets/stock-controller-wheel-24.png -share/doc/gimp/libgimpwidgets/stock-convert-grayscale-16.png -share/doc/gimp/libgimpwidgets/stock-convert-indexed-16.png -share/doc/gimp/libgimpwidgets/stock-convert-rgb-16.png -share/doc/gimp/libgimpwidgets/stock-cursor-16.png -share/doc/gimp/libgimpwidgets/stock-cursor-24.png -share/doc/gimp/libgimpwidgets/stock-curve-free-16.png -share/doc/gimp/libgimpwidgets/stock-curve-smooth-16.png -share/doc/gimp/libgimpwidgets/stock-default-colors-12.png -share/doc/gimp/libgimpwidgets/stock-device-status-16.png -share/doc/gimp/libgimpwidgets/stock-device-status-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-24.png -share/doc/gimp/libgimpwidgets/stock-display-filter-proof-16.png -share/doc/gimp/libgimpwidgets/stock-display-filter-proof-24.png -share/doc/gimp/libgimpwidgets/stock-duplicate-16.png -share/doc/gimp/libgimpwidgets/stock-edit-16.png -share/doc/gimp/libgimpwidgets/stock-error-64.png -share/doc/gimp/libgimpwidgets/stock-eye-12.png -share/doc/gimp/libgimpwidgets/stock-eye-20.png -share/doc/gimp/libgimpwidgets/stock-flip-horizontal-16.png -share/doc/gimp/libgimpwidgets/stock-flip-vertical-16.png -share/doc/gimp/libgimpwidgets/stock-floating-selection-16.png -share/doc/gimp/libgimpwidgets/stock-floating-selection-24.png -share/doc/gimp/libgimpwidgets/stock-floating-selection-32.png -share/doc/gimp/libgimpwidgets/stock-floating-selection-48.png -share/doc/gimp/libgimpwidgets/stock-frame-64.png -share/doc/gimp/libgimpwidgets/stock-gegl-16.png -share/doc/gimp/libgimpwidgets/stock-gegl-22.png -share/doc/gimp/libgimpwidgets/stock-gradient-bilinear-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-conical-symmetric-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-linear-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-radial-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -share/doc/gimp/libgimpwidgets/stock-gradient-square-16.png -share/doc/gimp/libgimpwidgets/stock-gravity-east-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-north-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-north-east-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-north-west-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-south-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-south-east-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-south-west-24.png -share/doc/gimp/libgimpwidgets/stock-gravity-west-24.png -share/doc/gimp/libgimpwidgets/stock-grid-16.png -share/doc/gimp/libgimpwidgets/stock-hcenter-24.png -share/doc/gimp/libgimpwidgets/stock-hchain-24.png -share/doc/gimp/libgimpwidgets/stock-hchain-broken-24.png -share/doc/gimp/libgimpwidgets/stock-histogram-16.png -share/doc/gimp/libgimpwidgets/stock-histogram-22.png -share/doc/gimp/libgimpwidgets/stock-histogram-linear-16.png -share/doc/gimp/libgimpwidgets/stock-histogram-logarithmic-16.png -share/doc/gimp/libgimpwidgets/stock-image-16.png -share/doc/gimp/libgimpwidgets/stock-image-24.png -share/doc/gimp/libgimpwidgets/stock-image-32.png -share/doc/gimp/libgimpwidgets/stock-image-48.png -share/doc/gimp/libgimpwidgets/stock-images-16.png -share/doc/gimp/libgimpwidgets/stock-images-24.png -share/doc/gimp/libgimpwidgets/stock-info-16.png -share/doc/gimp/libgimpwidgets/stock-info-24.png -share/doc/gimp/libgimpwidgets/stock-info-64.png -share/doc/gimp/libgimpwidgets/stock-invert-16.png -share/doc/gimp/libgimpwidgets/stock-join-bevel-16.png -share/doc/gimp/libgimpwidgets/stock-join-miter-16.png -share/doc/gimp/libgimpwidgets/stock-join-round-16.png -share/doc/gimp/libgimpwidgets/stock-landscape-16.png -share/doc/gimp/libgimpwidgets/stock-landscape-22.png -share/doc/gimp/libgimpwidgets/stock-layer-16.png -share/doc/gimp/libgimpwidgets/stock-layer-24.png -share/doc/gimp/libgimpwidgets/stock-layer-32.png -share/doc/gimp/libgimpwidgets/stock-layer-48.png -share/doc/gimp/libgimpwidgets/stock-layer-mask-16.png -share/doc/gimp/libgimpwidgets/stock-layer-mask-24.png -share/doc/gimp/libgimpwidgets/stock-layer-mask-32.png -share/doc/gimp/libgimpwidgets/stock-layer-mask-48.png -share/doc/gimp/libgimpwidgets/stock-layer-to-imagesize-16.png -share/doc/gimp/libgimpwidgets/stock-layers-16.png -share/doc/gimp/libgimpwidgets/stock-layers-24.png -share/doc/gimp/libgimpwidgets/stock-letter-spacing-22.png -share/doc/gimp/libgimpwidgets/stock-line-spacing-22.png -share/doc/gimp/libgimpwidgets/stock-linked-12.png -share/doc/gimp/libgimpwidgets/stock-linked-20.png -share/doc/gimp/libgimpwidgets/stock-list-16.png -share/doc/gimp/libgimpwidgets/stock-menu-left-12.png -share/doc/gimp/libgimpwidgets/stock-menu-right-12.png -share/doc/gimp/libgimpwidgets/stock-merge-down-16.png -share/doc/gimp/libgimpwidgets/stock-move-to-screen-16.png -share/doc/gimp/libgimpwidgets/stock-move-to-screen-24.png -share/doc/gimp/libgimpwidgets/stock-navigation-16.png -share/doc/gimp/libgimpwidgets/stock-paste-as-new-16.png -share/doc/gimp/libgimpwidgets/stock-paste-into-16.png -share/doc/gimp/libgimpwidgets/stock-path-16.png -share/doc/gimp/libgimpwidgets/stock-path-22.png -share/doc/gimp/libgimpwidgets/stock-path-stroke-16.png -share/doc/gimp/libgimpwidgets/stock-paths-16.png -share/doc/gimp/libgimpwidgets/stock-paths-22.png -share/doc/gimp/libgimpwidgets/stock-plugin-16.png -share/doc/gimp/libgimpwidgets/stock-portrait-16.png -share/doc/gimp/libgimpwidgets/stock-portrait-22.png -share/doc/gimp/libgimpwidgets/stock-print-resolution-16.png -share/doc/gimp/libgimpwidgets/stock-print-resolution-24.png -share/doc/gimp/libgimpwidgets/stock-question-64.png -share/doc/gimp/libgimpwidgets/stock-quick-mask-off-12.png -share/doc/gimp/libgimpwidgets/stock-quick-mask-on-12.png -share/doc/gimp/libgimpwidgets/stock-reset-16.png -share/doc/gimp/libgimpwidgets/stock-reshow-filter-16.png -share/doc/gimp/libgimpwidgets/stock-resize-16.png -share/doc/gimp/libgimpwidgets/stock-rotate-180-16.png -share/doc/gimp/libgimpwidgets/stock-rotate-270-16.png -share/doc/gimp/libgimpwidgets/stock-rotate-90-16.png -share/doc/gimp/libgimpwidgets/stock-sample-point-16.png -share/doc/gimp/libgimpwidgets/stock-sample-point-24.png -share/doc/gimp/libgimpwidgets/stock-scale-16.png -share/doc/gimp/libgimpwidgets/stock-selection-16.png -share/doc/gimp/libgimpwidgets/stock-selection-add-16.png -share/doc/gimp/libgimpwidgets/stock-selection-all-16.png -share/doc/gimp/libgimpwidgets/stock-selection-border-16.png -share/doc/gimp/libgimpwidgets/stock-selection-grow-16.png -share/doc/gimp/libgimpwidgets/stock-selection-intersect-16.png -share/doc/gimp/libgimpwidgets/stock-selection-none-16.png -share/doc/gimp/libgimpwidgets/stock-selection-replace-16.png -share/doc/gimp/libgimpwidgets/stock-selection-shrink-16.png -share/doc/gimp/libgimpwidgets/stock-selection-stroke-16.png -share/doc/gimp/libgimpwidgets/stock-selection-subtract-16.png -share/doc/gimp/libgimpwidgets/stock-selection-to-channel-16.png -share/doc/gimp/libgimpwidgets/stock-selection-to-path-16.png -share/doc/gimp/libgimpwidgets/stock-shape-circle-16.png -share/doc/gimp/libgimpwidgets/stock-shape-diamond-16.png -share/doc/gimp/libgimpwidgets/stock-shape-square-16.png -share/doc/gimp/libgimpwidgets/stock-swap-colors-12.png -share/doc/gimp/libgimpwidgets/stock-template-16.png -share/doc/gimp/libgimpwidgets/stock-template-24.png -share/doc/gimp/libgimpwidgets/stock-text-dir-ltr-24.png -share/doc/gimp/libgimpwidgets/stock-text-dir-rtl-24.png -share/doc/gimp/libgimpwidgets/stock-text-layer-16.png -share/doc/gimp/libgimpwidgets/stock-text-layer-24.png -share/doc/gimp/libgimpwidgets/stock-text-layer-32.png -share/doc/gimp/libgimpwidgets/stock-text-layer-48.png -share/doc/gimp/libgimpwidgets/stock-texture-64.png -share/doc/gimp/libgimpwidgets/stock-toilet-paper-16.png -share/doc/gimp/libgimpwidgets/stock-toilet-paper-24.png -share/doc/gimp/libgimpwidgets/stock-tool-airbrush-16.png -share/doc/gimp/libgimpwidgets/stock-tool-airbrush-22.png -share/doc/gimp/libgimpwidgets/stock-tool-align-16.png -share/doc/gimp/libgimpwidgets/stock-tool-align-22.png -share/doc/gimp/libgimpwidgets/stock-tool-blend-16.png -share/doc/gimp/libgimpwidgets/stock-tool-blend-22.png -share/doc/gimp/libgimpwidgets/stock-tool-blur-16.png -share/doc/gimp/libgimpwidgets/stock-tool-blur-22.png -share/doc/gimp/libgimpwidgets/stock-tool-brightness-contrast-16.png -share/doc/gimp/libgimpwidgets/stock-tool-brightness-contrast-22.png -share/doc/gimp/libgimpwidgets/stock-tool-bucket-fill-16.png -share/doc/gimp/libgimpwidgets/stock-tool-bucket-fill-22.png -share/doc/gimp/libgimpwidgets/stock-tool-by-color-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-by-color-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-clone-16.png -share/doc/gimp/libgimpwidgets/stock-tool-clone-22.png -share/doc/gimp/libgimpwidgets/stock-tool-color-balance-16.png -share/doc/gimp/libgimpwidgets/stock-tool-color-balance-22.png -share/doc/gimp/libgimpwidgets/stock-tool-color-picker-16.png -share/doc/gimp/libgimpwidgets/stock-tool-color-picker-22.png -share/doc/gimp/libgimpwidgets/stock-tool-colorize-16.png -share/doc/gimp/libgimpwidgets/stock-tool-colorize-22.png -share/doc/gimp/libgimpwidgets/stock-tool-crop-16.png -share/doc/gimp/libgimpwidgets/stock-tool-crop-22.png -share/doc/gimp/libgimpwidgets/stock-tool-curves-16.png -share/doc/gimp/libgimpwidgets/stock-tool-curves-22.png -share/doc/gimp/libgimpwidgets/stock-tool-dodge-16.png -share/doc/gimp/libgimpwidgets/stock-tool-dodge-22.png -share/doc/gimp/libgimpwidgets/stock-tool-ellipse-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-ellipse-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-eraser-16.png -share/doc/gimp/libgimpwidgets/stock-tool-eraser-22.png -share/doc/gimp/libgimpwidgets/stock-tool-flip-16.png -share/doc/gimp/libgimpwidgets/stock-tool-flip-22.png -share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-free-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-free-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-heal-16.png -share/doc/gimp/libgimpwidgets/stock-tool-heal-22.png -share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-16.png -share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-22.png -share/doc/gimp/libgimpwidgets/stock-tool-ink-16.png -share/doc/gimp/libgimpwidgets/stock-tool-ink-22.png -share/doc/gimp/libgimpwidgets/stock-tool-iscissors-16.png -share/doc/gimp/libgimpwidgets/stock-tool-iscissors-22.png -share/doc/gimp/libgimpwidgets/stock-tool-levels-16.png -share/doc/gimp/libgimpwidgets/stock-tool-levels-22.png -share/doc/gimp/libgimpwidgets/stock-tool-measure-16.png -share/doc/gimp/libgimpwidgets/stock-tool-measure-22.png -share/doc/gimp/libgimpwidgets/stock-tool-move-16.png -share/doc/gimp/libgimpwidgets/stock-tool-move-22.png -share/doc/gimp/libgimpwidgets/stock-tool-options-16.png -share/doc/gimp/libgimpwidgets/stock-tool-options-24.png -share/doc/gimp/libgimpwidgets/stock-tool-paintbrush-16.png -share/doc/gimp/libgimpwidgets/stock-tool-paintbrush-22.png -share/doc/gimp/libgimpwidgets/stock-tool-path-16.png -share/doc/gimp/libgimpwidgets/stock-tool-path-22.png -share/doc/gimp/libgimpwidgets/stock-tool-pencil-16.png -share/doc/gimp/libgimpwidgets/stock-tool-pencil-22.png -share/doc/gimp/libgimpwidgets/stock-tool-perspective-16.png -share/doc/gimp/libgimpwidgets/stock-tool-perspective-22.png -share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-16.png -share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-22.png -share/doc/gimp/libgimpwidgets/stock-tool-posterize-16.png -share/doc/gimp/libgimpwidgets/stock-tool-posterize-22.png -share/doc/gimp/libgimpwidgets/stock-tool-rect-select-16.png -share/doc/gimp/libgimpwidgets/stock-tool-rect-select-22.png -share/doc/gimp/libgimpwidgets/stock-tool-rotate-16.png -share/doc/gimp/libgimpwidgets/stock-tool-rotate-22.png -share/doc/gimp/libgimpwidgets/stock-tool-scale-16.png -share/doc/gimp/libgimpwidgets/stock-tool-scale-22.png -share/doc/gimp/libgimpwidgets/stock-tool-shear-16.png -share/doc/gimp/libgimpwidgets/stock-tool-shear-22.png -share/doc/gimp/libgimpwidgets/stock-tool-smudge-16.png -share/doc/gimp/libgimpwidgets/stock-tool-smudge-22.png -share/doc/gimp/libgimpwidgets/stock-tool-text-16.png -share/doc/gimp/libgimpwidgets/stock-tool-text-22.png -share/doc/gimp/libgimpwidgets/stock-tool-threshold-16.png -share/doc/gimp/libgimpwidgets/stock-tool-threshold-22.png -share/doc/gimp/libgimpwidgets/stock-tool-zoom-16.png -share/doc/gimp/libgimpwidgets/stock-tool-zoom-22.png -share/doc/gimp/libgimpwidgets/stock-tools-16.png -share/doc/gimp/libgimpwidgets/stock-tools-24.png -share/doc/gimp/libgimpwidgets/stock-transparency-16.png -share/doc/gimp/libgimpwidgets/stock-transparency-24.png -share/doc/gimp/libgimpwidgets/stock-undo-history-16.png -share/doc/gimp/libgimpwidgets/stock-undo-history-24.png -share/doc/gimp/libgimpwidgets/stock-user-manual-16.png -share/doc/gimp/libgimpwidgets/stock-user-manual-24.png -share/doc/gimp/libgimpwidgets/stock-user-manual-32.png -share/doc/gimp/libgimpwidgets/stock-user-manual-64.png -share/doc/gimp/libgimpwidgets/stock-vcenter-24.png -share/doc/gimp/libgimpwidgets/stock-vchain-24.png -share/doc/gimp/libgimpwidgets/stock-vchain-broken-24.png -share/doc/gimp/libgimpwidgets/stock-video-16.png -share/doc/gimp/libgimpwidgets/stock-video-24.png -share/doc/gimp/libgimpwidgets/stock-warning-16.png -share/doc/gimp/libgimpwidgets/stock-warning-24.png -share/doc/gimp/libgimpwidgets/stock-warning-64.png -share/doc/gimp/libgimpwidgets/stock-web-16.png -share/doc/gimp/libgimpwidgets/stock-web-24.png -share/doc/gimp/libgimpwidgets/stock-wilber-16.png -share/doc/gimp/libgimpwidgets/stock-wilber-22.png -share/doc/gimp/libgimpwidgets/stock-wilber-64.png -share/doc/gimp/libgimpwidgets/stock-wilber-eek-64.png -share/doc/gimp/libgimpwidgets/stock-zoom-follow-window-12.png -share/doc/gimp/libgimpwidgets/style.css -share/doc/gimp/libgimpwidgets/up.png -share/gimp/brushes/10x10square.gbr -share/gimp/brushes/10x10squareBlur.gbr -share/gimp/brushes/20x20square.gbr -share/gimp/brushes/20x20squareBlur.gbr -share/gimp/brushes/5x5square.gbr -share/gimp/brushes/5x5squareBlur.gbr -share/gimp/brushes/Calligraphic-Brush-0.vbr -share/gimp/brushes/Calligraphic-Brush-1.vbr -share/gimp/brushes/Calligraphic-Brush-2.vbr -share/gimp/brushes/Calligraphic-Brush-3.vbr -share/gimp/brushes/Circle-1.vbr -share/gimp/brushes/Circle-11.vbr -share/gimp/brushes/Circle-13.vbr -share/gimp/brushes/Circle-15.vbr -share/gimp/brushes/Circle-17.vbr -share/gimp/brushes/Circle-19.vbr -share/gimp/brushes/Circle-3.vbr -share/gimp/brushes/Circle-5.vbr -share/gimp/brushes/Circle-7.vbr -share/gimp/brushes/Circle-9.vbr -share/gimp/brushes/Circle-Fuzzy-11.vbr -share/gimp/brushes/Circle-Fuzzy-13.vbr -share/gimp/brushes/Circle-Fuzzy-15.vbr -share/gimp/brushes/Circle-Fuzzy-17.vbr -share/gimp/brushes/Circle-Fuzzy-19.vbr -share/gimp/brushes/Circle-Fuzzy-3.vbr -share/gimp/brushes/Circle-Fuzzy-5.vbr -share/gimp/brushes/Circle-Fuzzy-7.vbr -share/gimp/brushes/Circle-Fuzzy-9.vbr -share/gimp/brushes/Diagonal-Star-11.vbr -share/gimp/brushes/Diagonal-Star-17.vbr -share/gimp/brushes/Diagonal-Star-25.vbr -share/gimp/brushes/SketchBrush-16.gih -share/gimp/brushes/SketchBrush-32.gih -share/gimp/brushes/SketchBrush-64.gih -share/gimp/brushes/confetti.gbr -share/gimp/brushes/confetti.gih -share/gimp/brushes/dunes.gbr -share/gimp/brushes/feltpen.gih -share/gimp/brushes/galaxy.gbr -share/gimp/brushes/galaxy_big.gbr -share/gimp/brushes/galaxy_small.gbr -share/gimp/brushes/hsparks.gih -share/gimp/brushes/pepper.gbr -share/gimp/brushes/pixel.gbr -share/gimp/brushes/vine.gih -share/gimp/fractalexplorer/Asteroid_Field -share/gimp/fractalexplorer/Bar_Code_Label -share/gimp/fractalexplorer/Beauty_of_Nature -share/gimp/fractalexplorer/Blue_Curtain -share/gimp/fractalexplorer/Car_Track -share/gimp/fractalexplorer/Energetic_Diamond -share/gimp/fractalexplorer/Explosive -share/gimp/fractalexplorer/Flower -share/gimp/fractalexplorer/Fragments -share/gimp/fractalexplorer/Hemp -share/gimp/fractalexplorer/High_Voltage -share/gimp/fractalexplorer/Hoops -share/gimp/fractalexplorer/Ice_Crystal -share/gimp/fractalexplorer/Leaves -share/gimp/fractalexplorer/Lightning -share/gimp/fractalexplorer/Mandelbrot -share/gimp/fractalexplorer/Marble -share/gimp/fractalexplorer/Marble2 -share/gimp/fractalexplorer/Medusa -share/gimp/fractalexplorer/Nautilus -share/gimp/fractalexplorer/Nebula -share/gimp/fractalexplorer/Plant -share/gimp/fractalexplorer/Rose -share/gimp/fractalexplorer/Saturn -share/gimp/fractalexplorer/Snow_Crystal -share/gimp/fractalexplorer/Soma -share/gimp/fractalexplorer/Spark -share/gimp/fractalexplorer/Suns -share/gimp/fractalexplorer/Tentacles -share/gimp/fractalexplorer/The_Green_Place -share/gimp/fractalexplorer/Wave -share/gimp/fractalexplorer/Wood -share/gimp/fractalexplorer/Zooming_Circle -share/gimp/gfig/A_star -share/gimp/gfig/curves -share/gimp/gfig/polys -share/gimp/gfig/ring -share/gimp/gfig/ring+star -share/gimp/gfig/simily -share/gimp/gfig/spirals_and_stars -share/gimp/gfig/sprial -share/gimp/gfig/star2 -share/gimp/gfig/stars -share/gimp/gflare/Bright_Star -share/gimp/gflare/Classic -share/gimp/gflare/Default -share/gimp/gflare/Distant_Sun -share/gimp/gflare/GFlare_101 -share/gimp/gflare/GFlare_102 -share/gimp/gflare/Hidden_Planet -share/gimp/gimpressionist/Brushes/arrow01.pgm -share/gimp/gimpressionist/Brushes/ball.ppm -share/gimp/gimpressionist/Brushes/blob.ppm -share/gimp/gimpressionist/Brushes/box.ppm -share/gimp/gimpressionist/Brushes/chalk01.pgm -share/gimp/gimpressionist/Brushes/cone.ppm -share/gimp/gimpressionist/Brushes/crayon01.pgm -share/gimp/gimpressionist/Brushes/crayon02.pgm -share/gimp/gimpressionist/Brushes/crayon03.pgm -share/gimp/gimpressionist/Brushes/crayon04.pgm -share/gimp/gimpressionist/Brushes/crayon05.pgm -share/gimp/gimpressionist/Brushes/crayon06.pgm -share/gimp/gimpressionist/Brushes/crayon07.pgm -share/gimp/gimpressionist/Brushes/crayon08.pgm -share/gimp/gimpressionist/Brushes/defaultbrush.pgm -share/gimp/gimpressionist/Brushes/dribble.pgm -share/gimp/gimpressionist/Brushes/fabric.pgm -share/gimp/gimpressionist/Brushes/fabric01.pgm -share/gimp/gimpressionist/Brushes/fabric02.pgm -share/gimp/gimpressionist/Brushes/fabric03.pgm -share/gimp/gimpressionist/Brushes/flower01.pgm -share/gimp/gimpressionist/Brushes/flower02.pgm -share/gimp/gimpressionist/Brushes/flower03.pgm -share/gimp/gimpressionist/Brushes/flower04.pgm -share/gimp/gimpressionist/Brushes/grad01.pgm -share/gimp/gimpressionist/Brushes/grad02.pgm -share/gimp/gimpressionist/Brushes/grad03.pgm -share/gimp/gimpressionist/Brushes/heart.ppm -share/gimp/gimpressionist/Brushes/leaf01.pgm -share/gimp/gimpressionist/Brushes/paintbrush.pgm -share/gimp/gimpressionist/Brushes/paintbrush01.pgm -share/gimp/gimpressionist/Brushes/paintbrush02.pgm -share/gimp/gimpressionist/Brushes/paintbrush03.pgm -share/gimp/gimpressionist/Brushes/paintbrush04.pgm -share/gimp/gimpressionist/Brushes/paper01.pgm -share/gimp/gimpressionist/Brushes/paper02.pgm -share/gimp/gimpressionist/Brushes/paper03.pgm -share/gimp/gimpressionist/Brushes/paper04.pgm -share/gimp/gimpressionist/Brushes/pentagram.pgm -share/gimp/gimpressionist/Brushes/scribble.pgm -share/gimp/gimpressionist/Brushes/shape01.pgm -share/gimp/gimpressionist/Brushes/shape02.pgm -share/gimp/gimpressionist/Brushes/shape03.pgm -share/gimp/gimpressionist/Brushes/shape04.pgm -share/gimp/gimpressionist/Brushes/snow1.pgm -share/gimp/gimpressionist/Brushes/sphere.ppm -share/gimp/gimpressionist/Brushes/splat1.pgm -share/gimp/gimpressionist/Brushes/splat2.pgm -share/gimp/gimpressionist/Brushes/splat3.pgm -share/gimp/gimpressionist/Brushes/spunge01.pgm -share/gimp/gimpressionist/Brushes/spunge02.pgm -share/gimp/gimpressionist/Brushes/spunge03.pgm -share/gimp/gimpressionist/Brushes/spunge04.pgm -share/gimp/gimpressionist/Brushes/spunge05.pgm -share/gimp/gimpressionist/Brushes/strange01.pgm -share/gimp/gimpressionist/Brushes/thegimp.pgm -share/gimp/gimpressionist/Brushes/torus.ppm -share/gimp/gimpressionist/Brushes/wavy.pgm -share/gimp/gimpressionist/Brushes/weave.pgm -share/gimp/gimpressionist/Brushes/worm.pgm -share/gimp/gimpressionist/Paper/bricks.pgm -share/gimp/gimpressionist/Paper/bricks2.pgm -share/gimp/gimpressionist/Paper/burlap.pgm -share/gimp/gimpressionist/Paper/canvas2.pgm -share/gimp/gimpressionist/Paper/defaultpaper.pgm -share/gimp/gimpressionist/Paper/marble.pgm -share/gimp/gimpressionist/Paper/marble2.pgm -share/gimp/gimpressionist/Paper/stone.pgm -share/gimp/gimpressionist/Paper/struc.pgm -share/gimp/gimpressionist/Presets/ApplyCanvas -share/gimp/gimpressionist/Presets/Ballpark -share/gimp/gimpressionist/Presets/Canvas -share/gimp/gimpressionist/Presets/Crosshatch -share/gimp/gimpressionist/Presets/Cubism -share/gimp/gimpressionist/Presets/Dotify -share/gimp/gimpressionist/Presets/Embroidery -share/gimp/gimpressionist/Presets/Feathers -share/gimp/gimpressionist/Presets/Felt-marker -share/gimp/gimpressionist/Presets/Flowerbed -share/gimp/gimpressionist/Presets/Furry -share/gimp/gimpressionist/Presets/Line-art -share/gimp/gimpressionist/Presets/Line-art-2 -share/gimp/gimpressionist/Presets/Maggot-invasion -share/gimp/gimpressionist/Presets/MarbleMadness -share/gimp/gimpressionist/Presets/Mossy -share/gimp/gimpressionist/Presets/Painted_Rock -share/gimp/gimpressionist/Presets/Parquette -share/gimp/gimpressionist/Presets/Patchwork -share/gimp/gimpressionist/Presets/Ringworks -share/gimp/gimpressionist/Presets/Sample -share/gimp/gimpressionist/Presets/Smash -share/gimp/gimpressionist/Presets/Straws -share/gimp/gimpressionist/Presets/Weave -share/gimp/gimpressionist/Presets/Wormcan -share/gimp/gradients/Abstract_1.ggr -share/gimp/gradients/Abstract_2.ggr -share/gimp/gradients/Abstract_3.ggr -share/gimp/gradients/Aneurism.ggr -share/gimp/gradients/Blinds.ggr -share/gimp/gradients/Blue_Green.ggr -share/gimp/gradients/Browns.ggr -share/gimp/gradients/Brushed_Aluminium.ggr -share/gimp/gradients/Burning_Paper.ggr -share/gimp/gradients/Burning_Transparency.ggr -share/gimp/gradients/CD.ggr -share/gimp/gradients/CD_Half.ggr -share/gimp/gradients/Caribbean_Blues.ggr -share/gimp/gradients/Coffee.ggr -share/gimp/gradients/Cold_Steel.ggr -share/gimp/gradients/Cold_Steel_2.ggr -share/gimp/gradients/Crown_molding.ggr -share/gimp/gradients/Dark_1.ggr -share/gimp/gradients/Deep_Sea.ggr -share/gimp/gradients/Default.ggr -share/gimp/gradients/Flare_Glow_Angular_1.ggr -share/gimp/gradients/Flare_Glow_Radial_1.ggr -share/gimp/gradients/Flare_Glow_Radial_2.ggr -share/gimp/gradients/Flare_Glow_Radial_3.ggr -share/gimp/gradients/Flare_Glow_Radial_4.ggr -share/gimp/gradients/Flare_Radial_101.ggr -share/gimp/gradients/Flare_Radial_102.ggr -share/gimp/gradients/Flare_Radial_103.ggr -share/gimp/gradients/Flare_Rays_Radial_1.ggr -share/gimp/gradients/Flare_Rays_Radial_2.ggr -share/gimp/gradients/Flare_Rays_Size_1.ggr -share/gimp/gradients/Flare_Sizefac_101.ggr -share/gimp/gradients/Four_bars.ggr -share/gimp/gradients/French_flag.ggr -share/gimp/gradients/French_flag_smooth.ggr -share/gimp/gradients/Full_saturation_spectrum_CCW.ggr -share/gimp/gradients/Full_saturation_spectrum_CW.ggr -share/gimp/gradients/German_flag.ggr -share/gimp/gradients/German_flag_smooth.ggr -share/gimp/gradients/Golden.ggr -share/gimp/gradients/Greens.ggr -share/gimp/gradients/Horizon_1.ggr -share/gimp/gradients/Horizon_2.ggr -share/gimp/gradients/Incandescent.ggr -share/gimp/gradients/Land_1.ggr -share/gimp/gradients/Land_and_Sea.ggr -share/gimp/gradients/Metallic_Something.ggr -share/gimp/gradients/Mexican_flag.ggr -share/gimp/gradients/Mexican_flag_smooth.ggr -share/gimp/gradients/Nauseating_Headache.ggr -share/gimp/gradients/Neon_Cyan.ggr -share/gimp/gradients/Neon_Green.ggr -share/gimp/gradients/Neon_Yellow.ggr -share/gimp/gradients/Pastel_Rainbow.ggr -share/gimp/gradients/Pastels.ggr -share/gimp/gradients/Purples.ggr -share/gimp/gradients/Radial_Eyeball_Blue.ggr -share/gimp/gradients/Radial_Eyeball_Brown.ggr -share/gimp/gradients/Radial_Eyeball_Green.ggr -share/gimp/gradients/Radial_Glow_1.ggr -share/gimp/gradients/Radial_Rainbow_Hoop.ggr -share/gimp/gradients/Romanian_flag.ggr -share/gimp/gradients/Romanian_flag_smooth.ggr -share/gimp/gradients/Rounded_edge.ggr -share/gimp/gradients/Shadows_1.ggr -share/gimp/gradients/Shadows_2.ggr -share/gimp/gradients/Shadows_3.ggr -share/gimp/gradients/Skyline.ggr -share/gimp/gradients/Skyline_polluted.ggr -share/gimp/gradients/Square_Wood_Frame.ggr -share/gimp/gradients/Sunrise.ggr -share/gimp/gradients/Three_bars_sin.ggr -share/gimp/gradients/Tropical_Colors.ggr -share/gimp/gradients/Tube_Red.ggr -share/gimp/gradients/Wood_1.ggr -share/gimp/gradients/Wood_2.ggr -share/gimp/gradients/Yellow_Contrast.ggr -share/gimp/gradients/Yellow_Orange.ggr -share/gimp/images/gimp-logo.png -share/gimp/images/gimp-splash.png -share/gimp/images/wilber.png -share/gimp/menus/brush-editor-menu.xml -share/gimp/menus/brushes-menu.xml -share/gimp/menus/buffers-menu.xml -share/gimp/menus/channels-menu.xml -share/gimp/menus/colormap-menu.xml -share/gimp/menus/cursor-info-menu.xml -share/gimp/menus/dockable-menu.xml -share/gimp/menus/documents-menu.xml -share/gimp/menus/error-console-menu.xml -share/gimp/menus/fonts-menu.xml -share/gimp/menus/gradient-editor-menu.xml -share/gimp/menus/gradients-menu.xml -share/gimp/menus/image-menu.xml -share/gimp/menus/images-menu.xml -share/gimp/menus/layers-menu.xml -share/gimp/menus/palette-editor-menu.xml -share/gimp/menus/palettes-menu.xml -share/gimp/menus/patterns-menu.xml -share/gimp/menus/quick-mask-menu.xml -share/gimp/menus/sample-points-menu.xml -share/gimp/menus/selection-menu.xml -share/gimp/menus/templates-menu.xml -share/gimp/menus/text-editor-toolbar.xml -share/gimp/menus/tool-options-menu.xml -share/gimp/menus/tools-menu.xml -share/gimp/menus/undo-menu.xml -share/gimp/menus/vectors-menu.xml -share/gimp/palettes/Bears.gpl -share/gimp/palettes/Bgold.gpl -share/gimp/palettes/Blues.gpl -share/gimp/palettes/Borders.gpl -share/gimp/palettes/Browns_And_Yellows.gpl -share/gimp/palettes/Caramel.gpl -share/gimp/palettes/Cascade.gpl -share/gimp/palettes/China.gpl -share/gimp/palettes/Coldfire.gpl -share/gimp/palettes/Cool_Colors.gpl -share/gimp/palettes/Cranes.gpl -share/gimp/palettes/Dark_pastels.gpl -share/gimp/palettes/Default.gpl -share/gimp/palettes/Ega.gpl -share/gimp/palettes/Firecode.gpl -share/gimp/palettes/Gold.gpl -share/gimp/palettes/GrayViolet.gpl -share/gimp/palettes/Grayblue.gpl -share/gimp/palettes/Grays.gpl -share/gimp/palettes/Greens.gpl -share/gimp/palettes/Hilite.gpl -share/gimp/palettes/Khaki.gpl -share/gimp/palettes/Lights.gpl -share/gimp/palettes/Muted.gpl -share/gimp/palettes/Named_Colors.gpl -share/gimp/palettes/News3.gpl -share/gimp/palettes/Op2.gpl -share/gimp/palettes/Paintjet.gpl -share/gimp/palettes/Pastels.gpl -share/gimp/palettes/Plasma.gpl -share/gimp/palettes/Reds.gpl -share/gimp/palettes/Reds_And_Purples.gpl -share/gimp/palettes/Royal.gpl -share/gimp/palettes/Tango.gpl -share/gimp/palettes/Topographic.gpl -share/gimp/palettes/Visibone.gpl -share/gimp/palettes/Visibone_2.gpl -share/gimp/palettes/Volcano.gpl -share/gimp/palettes/Warm_Colors.gpl -share/gimp/palettes/Web.gpl -share/gimp/patterns/3dgreen.pat -share/gimp/patterns/Craters.pat -share/gimp/patterns/Moonfoot.pat -share/gimp/patterns/Stripes1px.pat -share/gimp/patterns/Stripes2px.pat -share/gimp/patterns/amethyst.pat -share/gimp/patterns/bark.pat -share/gimp/patterns/blue.pat -share/gimp/patterns/bluegrid.pat -share/gimp/patterns/bluesquares.pat -share/gimp/patterns/blueweb.pat -share/gimp/patterns/brick.pat -share/gimp/patterns/burlap.pat -share/gimp/patterns/burlwood.pat -share/gimp/patterns/choc_swirl.pat -share/gimp/patterns/corkboard.pat -share/gimp/patterns/cracked.pat -share/gimp/patterns/crinklepaper.pat -share/gimp/patterns/electric.pat -share/gimp/patterns/fibers.pat -share/gimp/patterns/granite1.pat -share/gimp/patterns/ground1.pat -share/gimp/patterns/ice.pat -share/gimp/patterns/java.pat -share/gimp/patterns/leather.pat -share/gimp/patterns/leaves.pat -share/gimp/patterns/leopard.pat -share/gimp/patterns/lightning.pat -share/gimp/patterns/marble1.pat -share/gimp/patterns/marble2.pat -share/gimp/patterns/marble3.pat -share/gimp/patterns/nops.pat -share/gimp/patterns/paper.pat -share/gimp/patterns/parque1.pat -share/gimp/patterns/parque2.pat -share/gimp/patterns/parque3.pat -share/gimp/patterns/pastel.pat -share/gimp/patterns/pine.pat -share/gimp/patterns/pink_marble.pat -share/gimp/patterns/pool.pat -share/gimp/patterns/qube1.pat -share/gimp/patterns/rain.pat -share/gimp/patterns/recessed.pat -share/gimp/patterns/redcube.pat -share/gimp/patterns/rock.pat -share/gimp/patterns/sky.pat -share/gimp/patterns/slate.pat -share/gimp/patterns/sm_squares.pat -share/gimp/patterns/starfield.pat -share/gimp/patterns/stone33.pat -share/gimp/patterns/terra.pat -share/gimp/patterns/walnut.pat -share/gimp/patterns/warning.pat -share/gimp/patterns/wood1.pat -share/gimp/patterns/wood2.pat -share/gimp/patterns/wood3.pat -share/gimp/patterns/wood4.pat -share/gimp/patterns/wood5.pat -share/gimp/scripts/3d-outline.scm -share/gimp/scripts/3dTruchet.scm -share/gimp/scripts/add-bevel.scm -share/gimp/scripts/addborder.scm -share/gimp/scripts/alien-glow-arrow.scm -share/gimp/scripts/alien-glow-bar.scm -share/gimp/scripts/alien-glow-bullet.scm -share/gimp/scripts/alien-glow-button.scm -share/gimp/scripts/alien-glow-logo.scm -share/gimp/scripts/alien-neon-logo.scm -share/gimp/scripts/basic1-logo.scm -share/gimp/scripts/basic2-logo.scm -share/gimp/scripts/beveled-button.scm -share/gimp/scripts/beveled-pattern-arrow.scm -share/gimp/scripts/beveled-pattern-bullet.scm -share/gimp/scripts/beveled-pattern-button.scm -share/gimp/scripts/beveled-pattern-heading.scm -share/gimp/scripts/beveled-pattern-hrule.scm -share/gimp/scripts/blend-anim.scm -share/gimp/scripts/blended-logo.scm -share/gimp/scripts/bovinated-logo.scm -share/gimp/scripts/burn-in-anim.scm -share/gimp/scripts/camo.scm -share/gimp/scripts/carve-it.scm -share/gimp/scripts/carved-logo.scm -share/gimp/scripts/chalk.scm -share/gimp/scripts/chip-away.scm -share/gimp/scripts/chrome-it.scm -share/gimp/scripts/chrome-logo.scm -share/gimp/scripts/circuit.scm -share/gimp/scripts/clothify.scm -share/gimp/scripts/coffee.scm -share/gimp/scripts/comic-logo.scm -share/gimp/scripts/coolmetal-logo.scm -share/gimp/scripts/copy-visible.scm -share/gimp/scripts/crystal-logo.scm -share/gimp/scripts/difference-clouds.scm -share/gimp/scripts/distress-selection.scm -share/gimp/scripts/drop-shadow.scm -share/gimp/scripts/erase-rows.scm -share/gimp/scripts/flatland.scm -share/gimp/scripts/font-map.scm -share/gimp/scripts/frosty-logo.scm -share/gimp/scripts/fuzzyborder.scm -share/gimp/scripts/gimp-headers.scm -share/gimp/scripts/gimp-labels.scm -share/gimp/scripts/glossy.scm -share/gimp/scripts/glowing-logo.scm -share/gimp/scripts/gradient-bevel-logo.scm -share/gimp/scripts/gradient-example.scm -share/gimp/scripts/grid-system.scm -share/gimp/scripts/guides-from-selection.scm -share/gimp/scripts/guides-new-percent.scm -share/gimp/scripts/guides-new.scm -share/gimp/scripts/guides-remove-all.scm -share/gimp/scripts/i26-gunya2.scm -share/gimp/scripts/images/beavis.jpg -share/gimp/scripts/images/texture.jpg -share/gimp/scripts/images/texture1.jpg -share/gimp/scripts/images/texture2.jpg -share/gimp/scripts/images/texture3.jpg -share/gimp/scripts/land.scm -share/gimp/scripts/lava.scm -share/gimp/scripts/line-nova.scm -share/gimp/scripts/mkbrush.scm -share/gimp/scripts/neon-logo.scm -share/gimp/scripts/news-text.scm -share/gimp/scripts/old-photo.scm -share/gimp/scripts/paste-as-brush.scm -share/gimp/scripts/paste-as-pattern.scm -share/gimp/scripts/perspective-shadow.scm -share/gimp/scripts/plug-in-compat.init -share/gimp/scripts/predator.scm -share/gimp/scripts/pupi-button.scm -share/gimp/scripts/rendermap.scm -share/gimp/scripts/reverse-layers.scm -share/gimp/scripts/ripply-anim.scm -share/gimp/scripts/round-corners.scm -share/gimp/scripts/script-fu-compat.init -share/gimp/scripts/script-fu-set-cmap.scm -share/gimp/scripts/script-fu-util.scm -share/gimp/scripts/script-fu.init -share/gimp/scripts/select-to-brush.scm -share/gimp/scripts/select-to-image.scm -share/gimp/scripts/select-to-pattern.scm -share/gimp/scripts/selection-round.scm -share/gimp/scripts/slide.scm -share/gimp/scripts/sota-chrome-logo.scm -share/gimp/scripts/speed-text.scm -share/gimp/scripts/spinning-globe.scm -share/gimp/scripts/spyrogimp.scm -share/gimp/scripts/starscape-logo.scm -share/gimp/scripts/swirltile.scm -share/gimp/scripts/swirly-pattern.scm -share/gimp/scripts/t-o-p-logo.scm -share/gimp/scripts/text-circle.scm -share/gimp/scripts/textured-logo.scm -share/gimp/scripts/tileblur.scm -share/gimp/scripts/title-header.scm -share/gimp/scripts/truchet.scm -share/gimp/scripts/unsharp-mask.scm -share/gimp/scripts/waves-anim.scm -share/gimp/scripts/weave.scm -share/gimp/scripts/web-browser.scm -share/gimp/scripts/xach-effect.scm -share/gimp/themes/Default/gtkrc -share/gimp/themes/Default/images/preferences/color-management-22.png -share/gimp/themes/Default/images/preferences/color-management.png -share/gimp/themes/Default/images/preferences/controllers-22.png -share/gimp/themes/Default/images/preferences/controllers.png -share/gimp/themes/Default/images/preferences/default-comment.png -share/gimp/themes/Default/images/preferences/default-grid-22.png -share/gimp/themes/Default/images/preferences/default-grid.png -share/gimp/themes/Default/images/preferences/display-22.png -share/gimp/themes/Default/images/preferences/display.png -share/gimp/themes/Default/images/preferences/environment-22.png -share/gimp/themes/Default/images/preferences/environment.png -share/gimp/themes/Default/images/preferences/folders-22.png -share/gimp/themes/Default/images/preferences/folders-brushes-22.png -share/gimp/themes/Default/images/preferences/folders-brushes.png -share/gimp/themes/Default/images/preferences/folders-environ-22.png -share/gimp/themes/Default/images/preferences/folders-environ.png -share/gimp/themes/Default/images/preferences/folders-fonts-22.png -share/gimp/themes/Default/images/preferences/folders-fonts.png -share/gimp/themes/Default/images/preferences/folders-gradients-22.png -share/gimp/themes/Default/images/preferences/folders-gradients.png -share/gimp/themes/Default/images/preferences/folders-interp-22.png -share/gimp/themes/Default/images/preferences/folders-interp.png -share/gimp/themes/Default/images/preferences/folders-modules-22.png -share/gimp/themes/Default/images/preferences/folders-modules.png -share/gimp/themes/Default/images/preferences/folders-palettes-22.png -share/gimp/themes/Default/images/preferences/folders-palettes.png -share/gimp/themes/Default/images/preferences/folders-patterns-22.png -share/gimp/themes/Default/images/preferences/folders-patterns.png -share/gimp/themes/Default/images/preferences/folders-plug-ins-22.png -share/gimp/themes/Default/images/preferences/folders-plug-ins.png -share/gimp/themes/Default/images/preferences/folders-scripts-22.png -share/gimp/themes/Default/images/preferences/folders-scripts.png -share/gimp/themes/Default/images/preferences/folders-themes-22.png -share/gimp/themes/Default/images/preferences/folders-themes.png -share/gimp/themes/Default/images/preferences/folders-tool-plug-ins-22.png -share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png -share/gimp/themes/Default/images/preferences/folders-tools-22.png -share/gimp/themes/Default/images/preferences/folders.png -share/gimp/themes/Default/images/preferences/help-system-22.png -share/gimp/themes/Default/images/preferences/help-system.png -share/gimp/themes/Default/images/preferences/image-title-22.png -share/gimp/themes/Default/images/preferences/image-title.png -share/gimp/themes/Default/images/preferences/image-windows-22.png -share/gimp/themes/Default/images/preferences/image-windows.png -share/gimp/themes/Default/images/preferences/input-devices-22.png -share/gimp/themes/Default/images/preferences/input-devices.png -share/gimp/themes/Default/images/preferences/interface-22.png -share/gimp/themes/Default/images/preferences/interface.png -share/gimp/themes/Default/images/preferences/new-image-22.png -share/gimp/themes/Default/images/preferences/new-image.png -share/gimp/themes/Default/images/preferences/session-22.png -share/gimp/themes/Default/images/preferences/session.png -share/gimp/themes/Default/images/preferences/theme-22.png -share/gimp/themes/Default/images/preferences/theme.png -share/gimp/themes/Default/images/preferences/tool-options-22.png -share/gimp/themes/Default/images/preferences/tool-options.png -share/gimp/themes/Default/images/preferences/toolbox-22.png -share/gimp/themes/Default/images/preferences/toolbox.png -share/gimp/themes/Default/images/preferences/window-management-22.png -share/gimp/themes/Default/images/preferences/window-management.png -share/gimp/themes/Default/images/stock-error-64.png -share/gimp/themes/Default/images/stock-info-64.png -share/gimp/themes/Default/images/stock-question-64.png -share/gimp/themes/Default/images/stock-warning-64.png -share/gimp/themes/Small/gtkrc -share/gimp/tips/gimp-tips.xml -share/icons/hicolor/16x16/apps/gimp.png -share/icons/hicolor/22x22/apps/gimp.png -share/icons/hicolor/24x24/apps/gimp.png -share/icons/hicolor/32x32/apps/gimp.png -share/icons/hicolor/48x48/apps/gimp.png -share/icons/hicolor/64x64/apps/gimp.png -share/icons/hicolor/scalable/apps/gimp.svg -share/locale/am/LC_MESSAGES/gimp20.mo -share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ar/LC_MESSAGES/gimp20-python.mo -share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ar/LC_MESSAGES/gimp20-tips.mo -share/locale/ar/LC_MESSAGES/gimp20.mo -share/locale/ast/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ast/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ast/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ast/LC_MESSAGES/gimp20.mo -share/locale/az/LC_MESSAGES/gimp20-libgimp.mo -share/locale/az/LC_MESSAGES/gimp20-python.mo -share/locale/az/LC_MESSAGES/gimp20-script-fu.mo -share/locale/az/LC_MESSAGES/gimp20.mo -share/locale/be/LC_MESSAGES/gimp20-libgimp.mo -share/locale/be/LC_MESSAGES/gimp20-python.mo -share/locale/be/LC_MESSAGES/gimp20-script-fu.mo -share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/be/LC_MESSAGES/gimp20-tips.mo -share/locale/be/LC_MESSAGES/gimp20.mo -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-python.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-tips.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp20-python.mo -share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca/LC_MESSAGES/gimp20-tips.mo -share/locale/ca/LC_MESSAGES/gimp20.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo -share/locale/ca@valencia/LC_MESSAGES/gimp20.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp20-python.mo -share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/cs/LC_MESSAGES/gimp20-tips.mo -share/locale/cs/LC_MESSAGES/gimp20.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.mo -share/locale/da/LC_MESSAGES/gimp20-python.mo -share/locale/da/LC_MESSAGES/gimp20-script-fu.mo -share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/da/LC_MESSAGES/gimp20-tips.mo -share/locale/da/LC_MESSAGES/gimp20.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.mo -share/locale/de/LC_MESSAGES/gimp20-python.mo -share/locale/de/LC_MESSAGES/gimp20-script-fu.mo -share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/de/LC_MESSAGES/gimp20-tips.mo -share/locale/de/LC_MESSAGES/gimp20.mo -share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo -share/locale/dz/LC_MESSAGES/gimp20-python.mo -share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo -share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/dz/LC_MESSAGES/gimp20-tips.mo -share/locale/dz/LC_MESSAGES/gimp20.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.mo -share/locale/el/LC_MESSAGES/gimp20-python.mo -share/locale/el/LC_MESSAGES/gimp20-script-fu.mo -share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_CA/LC_MESSAGES/gimp20-python.mo -share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo -share/locale/en_CA/LC_MESSAGES/gimp20.mo -share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp20-python.mo -share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eo/LC_MESSAGES/gimp20-python.mo -share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eo/LC_MESSAGES/gimp20-tips.mo -share/locale/eo/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.mo -share/locale/es/LC_MESSAGES/gimp20-python.mo -share/locale/es/LC_MESSAGES/gimp20-script-fu.mo -share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/es/LC_MESSAGES/gimp20-tips.mo -share/locale/es/LC_MESSAGES/gimp20.mo -share/locale/et/LC_MESSAGES/gimp20-libgimp.mo -share/locale/et/LC_MESSAGES/gimp20-python.mo -share/locale/et/LC_MESSAGES/gimp20-script-fu.mo -share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/et/LC_MESSAGES/gimp20-tips.mo -share/locale/et/LC_MESSAGES/gimp20.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eu/LC_MESSAGES/gimp20-python.mo -share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/eu/LC_MESSAGES/gimp20-tips.mo -share/locale/eu/LC_MESSAGES/gimp20.mo -share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fa/LC_MESSAGES/gimp20-python.mo -share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fa/LC_MESSAGES/gimp20-tips.mo -share/locale/fa/LC_MESSAGES/gimp20.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp20-python.mo -share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fi/LC_MESSAGES/gimp20-tips.mo -share/locale/fi/LC_MESSAGES/gimp20.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp20-python.mo -share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fr/LC_MESSAGES/gimp20-tips.mo -share/locale/fr/LC_MESSAGES/gimp20.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp20-python.mo -share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp20-python.mo -share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/LC_MESSAGES/gimp20-tips.mo -share/locale/gl/LC_MESSAGES/gimp20.mo -share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gu/LC_MESSAGES/gimp20-python.mo -share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gu/LC_MESSAGES/gimp20-tips.mo -share/locale/gu/LC_MESSAGES/gimp20.mo -share/locale/he/LC_MESSAGES/gimp20-libgimp.mo -share/locale/he/LC_MESSAGES/gimp20-script-fu.mo -share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/he/LC_MESSAGES/gimp20-tips.mo -share/locale/he/LC_MESSAGES/gimp20.mo -share/locale/hi/LC_MESSAGES/gimp20.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp20-python.mo -share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hr/LC_MESSAGES/gimp20-tips.mo -share/locale/hr/LC_MESSAGES/gimp20.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp20-python.mo -share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hu/LC_MESSAGES/gimp20-tips.mo -share/locale/hu/LC_MESSAGES/gimp20.mo -share/locale/id/LC_MESSAGES/gimp20-libgimp.mo -share/locale/id/LC_MESSAGES/gimp20-script-fu.mo -share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/is/LC_MESSAGES/gimp20-libgimp.mo -share/locale/is/LC_MESSAGES/gimp20-python.mo -share/locale/is/LC_MESSAGES/gimp20-script-fu.mo -share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/is/LC_MESSAGES/gimp20-tips.mo -share/locale/is/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.mo -share/locale/it/LC_MESSAGES/gimp20-python.mo -share/locale/it/LC_MESSAGES/gimp20-script-fu.mo -share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/it/LC_MESSAGES/gimp20-tips.mo -share/locale/it/LC_MESSAGES/gimp20.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp20-python.mo -share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ja/LC_MESSAGES/gimp20-tips.mo -share/locale/ja/LC_MESSAGES/gimp20.mo -share/locale/ka/LC_MESSAGES/gimp20.mo -share/locale/km/LC_MESSAGES/gimp20-libgimp.mo -share/locale/km/LC_MESSAGES/gimp20-python.mo -share/locale/km/LC_MESSAGES/gimp20-script-fu.mo -share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/km/LC_MESSAGES/gimp20-tips.mo -share/locale/km/LC_MESSAGES/gimp20.mo -share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/kn/LC_MESSAGES/gimp20.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp20-python.mo -share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ko/LC_MESSAGES/gimp20-tips.mo -share/locale/ko/LC_MESSAGES/gimp20.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp20-python.mo -share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/lt/LC_MESSAGES/gimp20-tips.mo -share/locale/lt/LC_MESSAGES/gimp20.mo -share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lv/LC_MESSAGES/gimp20.mo -share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/mk/LC_MESSAGES/gimp20-python.mo -share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/mk/LC_MESSAGES/gimp20-tips.mo -share/locale/mk/LC_MESSAGES/gimp20.mo -share/locale/ml/LC_MESSAGES/gimp20.mo -share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/mr/LC_MESSAGES/gimp20-python.mo -share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/mr/LC_MESSAGES/gimp20-tips.mo -share/locale/mr/LC_MESSAGES/gimp20.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ms/LC_MESSAGES/gimp20-python.mo -share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ms/LC_MESSAGES/gimp20-tips.mo -share/locale/ms/LC_MESSAGES/gimp20.mo -share/locale/my/LC_MESSAGES/gimp20-libgimp.mo -share/locale/my/LC_MESSAGES/gimp20-python.mo -share/locale/my/LC_MESSAGES/gimp20-script-fu.mo -share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/my/LC_MESSAGES/gimp20-tips.mo -share/locale/my/LC_MESSAGES/gimp20.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nb/LC_MESSAGES/gimp20-python.mo -share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nb/LC_MESSAGES/gimp20-tips.mo -share/locale/nb/LC_MESSAGES/gimp20.mo -share/locale/nds/LC_MESSAGES/gimp20.mo -share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ne/LC_MESSAGES/gimp20-python.mo -share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ne/LC_MESSAGES/gimp20-tips.mo -share/locale/ne/LC_MESSAGES/gimp20.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp20-python.mo -share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nl/LC_MESSAGES/gimp20-tips.mo -share/locale/nl/LC_MESSAGES/gimp20.mo -share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nn/LC_MESSAGES/gimp20-python.mo -share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nn/LC_MESSAGES/gimp20-tips.mo -share/locale/nn/LC_MESSAGES/gimp20.mo -share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo -share/locale/oc/LC_MESSAGES/gimp20-python.mo -share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo -share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/oc/LC_MESSAGES/gimp20.mo -share/locale/or/LC_MESSAGES/gimp20-python.mo -share/locale/or/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/or/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pa/LC_MESSAGES/gimp20-python.mo -share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pa/LC_MESSAGES/gimp20-tips.mo -share/locale/pa/LC_MESSAGES/gimp20.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp20-python.mo -share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pl/LC_MESSAGES/gimp20-tips.mo -share/locale/pl/LC_MESSAGES/gimp20.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp20-python.mo -share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt/LC_MESSAGES/gimp20-tips.mo -share/locale/pt/LC_MESSAGES/gimp20.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo -share/locale/pt_BR/LC_MESSAGES/gimp20.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp20-python.mo -share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ro/LC_MESSAGES/gimp20-tips.mo -share/locale/ro/LC_MESSAGES/gimp20.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp20-python.mo -share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ru/LC_MESSAGES/gimp20-tips.mo -share/locale/ru/LC_MESSAGES/gimp20.mo -share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo -share/locale/rw/LC_MESSAGES/gimp20-python.mo -share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo -share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/rw/LC_MESSAGES/gimp20-tips.mo -share/locale/rw/LC_MESSAGES/gimp20.mo -share/locale/si/LC_MESSAGES/gimp20.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp20-python.mo -share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sk/LC_MESSAGES/gimp20-tips.mo -share/locale/sk/LC_MESSAGES/gimp20.mo -share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sl/LC_MESSAGES/gimp20-python.mo -share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sl/LC_MESSAGES/gimp20-tips.mo -share/locale/sl/LC_MESSAGES/gimp20.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr/LC_MESSAGES/gimp20-python.mo -share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr/LC_MESSAGES/gimp20-tips.mo -share/locale/sr/LC_MESSAGES/gimp20.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo -share/locale/sr@latin/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp20-python.mo -share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sv/LC_MESSAGES/gimp20-tips.mo -share/locale/sv/LC_MESSAGES/gimp20.mo -share/locale/ta/LC_MESSAGES/gimp20.mo -share/locale/th/LC_MESSAGES/gimp20.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp20-python.mo -share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/tt/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp20-python.mo -share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/uk/LC_MESSAGES/gimp20-tips.mo -share/locale/uk/LC_MESSAGES/gimp20.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/vi/LC_MESSAGES/gimp20-python.mo -share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/vi/LC_MESSAGES/gimp20-tips.mo -share/locale/vi/LC_MESSAGES/gimp20.mo -share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo -share/locale/xh/LC_MESSAGES/gimp20-python.mo -share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo -share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/xh/LC_MESSAGES/gimp20.mo -share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo -share/locale/zh_HK/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo -share/locale/zh_TW/LC_MESSAGES/gimp20.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrm share/gimp/tips -@dirrm share/gimp/themes/Small -@dirrm share/gimp/themes/Default/images/preferences -@dirrm share/gimp/themes/Default/images -@dirrm share/gimp/themes/Default -@dirrm share/gimp/themes -@dirrm share/gimp/scripts/images -@dirrm share/gimp/scripts -@dirrm share/gimp/patterns -@dirrm share/gimp/palettes -@dirrm share/gimp/menus -@dirrm share/gimp/images -@dirrm share/gimp/gradients -@dirrm share/gimp/gimpressionist/Presets -@dirrm share/gimp/gimpressionist/Paper -@dirrm share/gimp/gimpressionist/Brushes -@dirrm share/gimp/gimpressionist -@dirrm share/gimp/gflare -@dirrm share/gimp/gfig -@dirrm share/gimp/fractalexplorer -@dirrm share/gimp/fonts -@dirrm share/gimp/brushes -@dirrm share/gimp -@dirrm share/doc/gimp/libgimpwidgets -@dirrm share/doc/gimp/libgimpthumb -@dirrm share/doc/gimp/libgimpmodule -@dirrm share/doc/gimp/libgimpmath -@dirrm share/doc/gimp/libgimpconfig -@dirrm share/doc/gimp/libgimpcolor -@dirrm share/doc/gimp/libgimpbase -@dirrm share/doc/gimp/libgimp -@dirrm share/doc/gimp -@dirrmtry share/applications -@dirrm libexec/gimp/2.2/plug-ins -@dirrm libexec/gimp/2.2/modules -@dirrm libexec/gimp/2.2/interpreters -@dirrm libexec/gimp/2.2/environ -@dirrm libexec/gimp/2.2 -@dirrm libexec/gimp -@dirrm include/gimp-2.0/libgimpwidgets -@dirrm include/gimp-2.0/libgimpthumb -@dirrm include/gimp-2.0/libgimpmodule -@dirrm include/gimp-2.0/libgimpmath -@dirrm include/gimp-2.0/libgimpconfig -@dirrm include/gimp-2.0/libgimpcolor -@dirrm include/gimp-2.0/libgimpbase -@dirrm include/gimp-2.0/libgimp -@dirrm include/gimp-2.0 -@dirrm etc/gimp/2.2 -@dirrm etc/gimp -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile deleted file mode 100644 index d19fad2df..000000000 --- a/graphics/librsvg2/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: librsvg2 -# Date created: 8th May 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.141 2011/06/08 10:56:25 kwm Exp $ -# - -PORTNAME= librsvg2 -PORTVERSION= 2.34.0 -PORTREVISION= 1 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/librsvg/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= librsvg-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library for parsing and rendering SVG vector-graphic files - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco -RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gnomeprefix libgsf ltverhack gtk20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-svgz \ - --with-croco \ - --enable-gtk-theme -CROCO_VERSION= 0.6 -MAN1= rsvg.1 - -post-patch: - @${REINPLACE_CMD} -e 's|GTK3_REQUIRED=2.90.0|GTK3_REQUIRED=9.90.0|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo deleted file mode 100644 index c1ce49883..000000000 --- a/graphics/librsvg2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/librsvg-2.34.0.tar.bz2) = 9d2111e086dcffd12466f48ab1ca088654011684c499a4cc4676da918290f3cd -SIZE (gnome2/librsvg-2.34.0.tar.bz2) = 516994 diff --git a/graphics/librsvg2/files/patch-Makefile.in b/graphics/librsvg2/files/patch-Makefile.in deleted file mode 100644 index d2009b700..000000000 --- a/graphics/librsvg2/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig 2010-07-07 13:03:21.000000000 +0200 -+++ Makefile.in 2010-07-07 13:04:07.000000000 +0200 -@@ -155,7 +155,6 @@ - am_rsvg_view_3_OBJECTS = rsvg_view_3-test-display.$(OBJEXT) - rsvg_view_3_OBJECTS = $(am_rsvg_view_3_OBJECTS) - rsvg_view_3_DEPENDENCIES = \ -- $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -@@ -563,7 +562,7 @@ - - rsvg_view_3_LDFLAGS = - rsvg_view_3_LDADD = \ -- $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \ -+ -lrsvg-2 \ - $(GTK3_LIBS) \ - $(LIBRSVG_LIBS) \ - $(LIBCROCO_LIBS) \ diff --git a/graphics/librsvg2/pkg-descr b/graphics/librsvg2/pkg-descr deleted file mode 100644 index 9e39343a5..000000000 --- a/graphics/librsvg2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The librsvg library is a lightweight library for parsing and rendering -vector-graphic files in SVG format (like the ones made by sodipodi). It also -includes functions that render anti-aliased fonts using freetype, including -caching of glyphs. It is used by Nautilus for drawing vector icons and -anti-aliased text. - -WWW: http://librsvg.sourceforge.net/ diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist deleted file mode 100644 index 16aa83016..000000000 --- a/graphics/librsvg2/pkg-plist +++ /dev/null @@ -1,61 +0,0 @@ -bin/rsvg -bin/rsvg-convert -bin/rsvg-view -include/librsvg-2.0/librsvg/librsvg-enum-types.h -include/librsvg-2.0/librsvg/librsvg-features.h -include/librsvg-2.0/librsvg/rsvg-cairo.h -include/librsvg-2.0/librsvg/rsvg.h -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.a -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.la -lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.so -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.so -lib/librsvg-2.a -lib/librsvg-2.la -lib/librsvg-2.so -lib/librsvg-2.so.2 -libdata/pkgconfig/librsvg-2.0.pc -share/doc/rsvg-2.0/RsvgHandle.html -share/doc/rsvg-2.0/annotation-glossary.html -share/doc/rsvg-2.0/api-index-2-14.html -share/doc/rsvg-2.0/api-index-2-22.html -share/doc/rsvg-2.0/api-index-2-32.html -share/doc/rsvg-2.0/api-index-2-4.html -share/doc/rsvg-2.0/api-index-2-8.html -share/doc/rsvg-2.0/api-index-2-9.html -share/doc/rsvg-2.0/api-index-deprecated.html -share/doc/rsvg-2.0/api-index-full.html -share/doc/rsvg-2.0/home.png -share/doc/rsvg-2.0/index.html -share/doc/rsvg-2.0/index.sgml -share/doc/rsvg-2.0/left.png -share/doc/rsvg-2.0/licence.html -share/doc/rsvg-2.0/object-tree.html -share/doc/rsvg-2.0/right.png -share/doc/rsvg-2.0/rsvg-2.0.devhelp -share/doc/rsvg-2.0/rsvg-2.0.devhelp2 -share/doc/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html -share/doc/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html -share/doc/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html -share/doc/rsvg-2.0/rsvg-Version-check-and-feature-tests.html -share/doc/rsvg-2.0/rsvg.html -share/doc/rsvg-2.0/style.css -share/doc/rsvg-2.0/up.png -share/pixmaps/svg-viewer.svg -share/themes/bubble/gtk-2.0/blue.svg -share/themes/bubble/gtk-2.0/green.svg -share/themes/bubble/gtk-2.0/gtkrc -share/themes/bubble/gtk-2.0/orange.svg -share/themes/bubble/gtk-2.0/purple.svg -share/themes/bubble/gtk-2.0/red.svg -@dirrm share/doc/rsvg-2.0 -@dirrm include/librsvg-2.0/librsvg -@dirrm include/librsvg-2.0 -@dirrmtry lib/gtk-3.0/engines -@dirrmtry lib/gtk-3.0 -@dirrmtry share/themes/bubble/gtk-2.0 -@dirrmtry share/themes/bubble/gtk-3.0 -@dirrmtry share/themes/bubble -@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true -@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile deleted file mode 100644 index f9fe19076..000000000 --- a/graphics/poppler-gtk/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: poppler-gtk -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.20 2010/07/07 13:03:19 kwm Exp $ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -gtk - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gtk bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= gtk -PLIST= ${.CURDIR}/pkg-plist - -pre-build: - cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - Makefile ${MAKE_ARGS} libpoppler-cairo.la - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-gtk/pkg-plist b/graphics/poppler-gtk/pkg-plist deleted file mode 100644 index 5e4d115c1..000000000 --- a/graphics/poppler-gtk/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -include/poppler/glib/poppler-action.h -include/poppler/glib/poppler-annot.h -include/poppler/glib/poppler-attachment.h -include/poppler/glib/poppler-date.h -include/poppler/glib/poppler-document.h -include/poppler/glib/poppler-enums.h -include/poppler/glib/poppler-features.h -include/poppler/glib/poppler-form-field.h -include/poppler/glib/poppler-layer.h -include/poppler/glib/poppler-media.h -include/poppler/glib/poppler-movie.h -include/poppler/glib/poppler-page.h -include/poppler/glib/poppler.h -lib/girepository-1.0/Poppler-0.16.typelib -lib/libpoppler-glib.a -lib/libpoppler-glib.la -lib/libpoppler-glib.so -lib/libpoppler-glib.so.6 -libdata/pkgconfig/poppler-glib.pc -%%DOCSDIR%%/poppler/PopplerAnnot.html -%%DOCSDIR%%/poppler/PopplerAttachment.html -%%DOCSDIR%%/poppler/PopplerDocument.html -%%DOCSDIR%%/poppler/PopplerFormField.html -%%DOCSDIR%%/poppler/PopplerLayer.html -%%DOCSDIR%%/poppler/PopplerMedia.html -%%DOCSDIR%%/poppler/PopplerMovie.html -%%DOCSDIR%%/poppler/PopplerPage.html -%%DOCSDIR%%/poppler/annotation-glossary.html -%%DOCSDIR%%/poppler/api-index-0-12.html -%%DOCSDIR%%/poppler/api-index-0-14.html -%%DOCSDIR%%/poppler/api-index-0-16.html -%%DOCSDIR%%/poppler/api-index-deprecated.html -%%DOCSDIR%%/poppler/api-index-full.html -%%DOCSDIR%%/poppler/ch01.html -%%DOCSDIR%%/poppler/home.png -%%DOCSDIR%%/poppler/index.html -%%DOCSDIR%%/poppler/index.sgml -%%DOCSDIR%%/poppler/left.png -%%DOCSDIR%%/poppler/poppler-PopplerAction.html -%%DOCSDIR%%/poppler/poppler-Version-and-Features-Information.html -%%DOCSDIR%%/poppler/poppler-poppler.html -%%DOCSDIR%%/poppler/poppler.devhelp -%%DOCSDIR%%/poppler/poppler.devhelp2 -%%DOCSDIR%%/poppler/right.png -%%DOCSDIR%%/poppler/style.css -%%DOCSDIR%%/poppler/up.png -share/gir-1.0/Poppler-0.16.gir -@dirrmtry %%DOCSDIR%%/poppler -@dirrmtry %%DOCSDIR%% -@dirrm include/poppler/glib diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile deleted file mode 100644 index c946b0bb2..000000000 --- a/graphics/poppler-qt/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: poppler-qt -# Date created: 2006-01-12 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler-qt/Makefile,v 1.13 2010/07/07 13:03:19 kwm Exp $ -# - -PORTREVISION= 0 -PKGNAMESUFFIX= -qt - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Qt bindings to poppler - -MASTERDIR= ${.CURDIR}/../../graphics/poppler -SLAVEPORT= qt -PLIST= ${.CURDIR}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-qt/pkg-plist b/graphics/poppler-qt/pkg-plist deleted file mode 100644 index 945777bec..000000000 --- a/graphics/poppler-qt/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/poppler/qt3/poppler-link-qt3.h -include/poppler/qt3/poppler-page-transition.h -include/poppler/qt3/poppler-qt.h -lib/libpoppler-qt.a -lib/libpoppler-qt.la -lib/libpoppler-qt.so -lib/libpoppler-qt.so.3 -libdata/pkgconfig/poppler-qt.pc -@dirrm include/poppler/qt3 diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile deleted file mode 100644 index f4b72e4e4..000000000 --- a/graphics/poppler/Makefile +++ /dev/null @@ -1,136 +0,0 @@ -# New ports collection makefile for: poppler -# Date created: 03 March 2005 -# Whom: marcus@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.74 2011/08/05 14:05:23 kwm Exp $ -# - -PORTNAME= poppler -PORTVERSION= 0.16.7 -PORTREVISION?= 0 -CATEGORIES= graphics print -MASTER_SITES= http://poppler.freedesktop.org/ - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A PDF rendering library - -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - lcms.1:${PORTSDIR}/graphics/lcms -RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 ltverhack -USE_AUTOTOOLS= libtool -MAKE_JOBS_UNSAFE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-zlib \ - --enable-xpdf-headers \ - --with-html-dir=${DOCSDIR} -CPPFLAGS=-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 ${PTHREAD_CFLAGS} -LDFLAGS=-L${LOCALBASE}/lib ${PTHREAD_LIBS} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" - -.if !defined(SLAVEPORT) -OPTIONS= CAIRO "Enable cairo output backend" on \ - OPENJPEG "Enable JPEG 2000 support" on -.endif - -.include <bsd.port.options.mk> - -.if defined(SLAVEPORT) -LIB_DEPENDS+= poppler.13:${PORTSDIR}/graphics/poppler - -.if ${SLAVEPORT}=="gtk" -CONFIGURE_ARGS+=--enable-poppler-glib -USE_GNOME+= gtk20 -BUILD_WRKSRC= ${WRKSRC}/glib -INSTALL_WRKSRC= ${WRKSRC}/glib -.else -CONFIGURE_ARGS+=--disable-poppler-glib \ - --disable-gdk \ - --disable-gtk-test -.endif - -.if ${SLAVEPORT}=="qt" -CONFIGURE_ARGS+=--enable-poppler-qt -USE_QT_VER+= 3 -BUILD_WRKSRC= ${WRKSRC}/qt -INSTALL_WRKSRC= ${WRKSRC}/qt -.else -CONFIGURE_ARGS+=--disable-poppler-qt -.endif - -.if ${SLAVEPORT}=="qt4" -CONFIGURE_ARGS+=--enable-poppler-qt4 -USE_QT_VER+= 4 -QT_COMPONENTS= gui corelib xml qtestlib moc_build -# It requires poppler/splash to be built unless you disable splash backend -# support to allow you use BUILD_WRKSRC here. It seems that splash backend -# can read more PDF files than without, tested with demos's poppler_qt4viewer. -#BUILD_WRKSRC= ${WRKSRC}/qt4 -INSTALL_WRKSRC= ${WRKSRC}/qt4 -.else -CONFIGURE_ARGS+=--disable-poppler-qt4 -.endif - -.if ${SLAVEPORT}=="utils" -CONFIGURE_ARGS+=--enable-utils -CONFLICTS= xpdf-[0-9]* -BUILD_WRKSRC= ${WRKSRC}/utils -INSTALL_WRKSRC= ${WRKSRC}/utils -MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \ - pdftohtml.1 pdftops.1 pdftotext.1 pdftoppm.1 -.else -CONFIGURE_ARGS+=--disable-utils -.endif - -.else -CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \ - --disable-poppler-qt4 --disable-utils --disable-gdk \ - --disable-gtk-test - -.if defined(WITHOUT_CAIRO) -CONFIGURE_ARGS+=--disable-cairo-output -PLIST_SUB+= CAIRO="@comment " -.else -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -PLIST_SUB+= CAIRO="" -.endif - -.if defined(WITHOUT_OPENJPEG) -CONFIGURE_ARGS+=--disable-libopenjpeg -.else -CONFIGURE_ARGS+=--enable-libopenjpeg -LIB_DEPENDS+= openjpeg.2:${PORTSDIR}/graphics/openjpeg -.endif -.endif - -post-patch: -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt" - @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${LOCALBASE}/include|; \ - s|$$QTDIR|${QT_PREFIX}|; \ - s|/usr/local/qt/lib|${LOCALBASE}/lib|' \ - ${WRKSRC}/configure -.endif -.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4" - @${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \ - ${WRKSRC}/configure -.endif - -post-install: -.if defined(SLAVEPORT) -.if ${SLAVEPORT}=="gtk" - ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/libdata/pkgconfig -.elif ${SLAVEPORT}=="qt4" - ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${PREFIX}/libdata/pkgconfig -.endif -.endif - -.include <bsd.port.mk> diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo deleted file mode 100644 index 24b6b6688..000000000 --- a/graphics/poppler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (poppler-0.16.7.tar.gz) = fab4e8af2d34d4142a718819fd747d40930b71ef520ee0e6bcc94e2c44f22bcd -SIZE (poppler-0.16.7.tar.gz) = 1952179 diff --git a/graphics/poppler/files/patch-glib_Makefile.in b/graphics/poppler/files/patch-glib_Makefile.in deleted file mode 100644 index 4afb4b2aa..000000000 --- a/graphics/poppler/files/patch-glib_Makefile.in +++ /dev/null @@ -1,47 +0,0 @@ ---- glib/Makefile.in.orig 2010-08-14 16:50:48.000000000 +0200 -+++ glib/Makefile.in 2010-08-14 16:50:48.000000000 +0200 -@@ -82,7 +82,6 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - libpoppler_glib_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la \ - $(top_builddir)/poppler/libpoppler-cairo.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -@@ -105,8 +104,7 @@ - @BUILD_WITH_GDK_TRUE@ test-poppler-glib.$(OBJEXT) - test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS) - @BUILD_WITH_GDK_TRUE@test_poppler_glib_DEPENDENCIES = \ --@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \ --@BUILD_WITH_GDK_TRUE@ libpoppler-glib.la $(am__DEPENDENCIES_1) \ -+@BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \ - @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler -@@ -386,7 +384,7 @@ - top_srcdir = @top_srcdir@ - win32_libs = @win32_libs@ - AM_LDFLAGS = @auto_import_flags@ --SUBDIRS = . reference demo -+SUBDIRS = . reference - INCLUDES = \ - -DG_LOG_DOMAIN=\"Poppler\" \ - -I$(top_srcdir) \ -@@ -439,7 +437,7 @@ - poppler-private.h - - libpoppler_glib_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(top_builddir)/poppler/libpoppler-cairo.la \ - $(POPPLER_GLIB_LIBS) \ - $(GDK_LIBS) \ -@@ -451,7 +449,7 @@ - @BUILD_WITH_GDK_TRUE@ test-poppler-glib.cc - - @BUILD_WITH_GDK_TRUE@test_poppler_glib_LDADD = \ --@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \ -+@BUILD_WITH_GDK_TRUE@ -lpoppler \ - @BUILD_WITH_GDK_TRUE@ libpoppler-glib.la \ - @BUILD_WITH_GDK_TRUE@ $(POPPLER_GLIB_LIBS) \ - @BUILD_WITH_GDK_TRUE@ $(GDK_LIBS) \ diff --git a/graphics/poppler/files/patch-poppler_Page.cc b/graphics/poppler/files/patch-poppler_Page.cc deleted file mode 100644 index 1d0f63298..000000000 --- a/graphics/poppler/files/patch-poppler_Page.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- poppler/Page.cc.orig 2008-07-09 17:53:56.000000000 +0200 -+++ poppler/Page.cc 2008-07-09 17:54:49.000000000 +0200 -@@ -230,7 +230,7 @@ - - Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) { - Object tmp; -- -+ pageWidgets = NULL; - ok = gTrue; - xref = xrefA; - num = numA; diff --git a/graphics/poppler/files/patch-qt4_Makefile.in b/graphics/poppler/files/patch-qt4_Makefile.in deleted file mode 100644 index ffb4777b4..000000000 --- a/graphics/poppler/files/patch-qt4_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- qt4/Makefile.in.orig 2008-03-24 08:30:49.000000000 -0400 -+++ qt4/Makefile.in 2008-03-24 08:30:34.000000000 -0400 -@@ -223,7 +223,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - win32_libs = @win32_libs@ --SUBDIRS = src tests demos -+SUBDIRS = src - all: all-recursive - - .SUFFIXES: diff --git a/graphics/poppler/files/patch-qt4_src_Makefile.in b/graphics/poppler/files/patch-qt4_src_Makefile.in deleted file mode 100644 index 916eabc22..000000000 --- a/graphics/poppler/files/patch-qt4_src_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- qt4/src/Makefile.in.orig 2010-07-07 14:22:29.000000000 +0200 -+++ qt4/src/Makefile.in 2010-07-07 14:23:40.000000000 +0200 -@@ -79,7 +79,6 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - libpoppler_qt4_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la \ - $(top_builddir)/poppler/libpoppler-arthur.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - am_libpoppler_qt4_la_OBJECTS = poppler-document.lo poppler-page.lo \ -@@ -384,7 +383,7 @@ - poppler-page-transition-private.h - - libpoppler_qt4_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(top_builddir)/poppler/libpoppler-arthur.la \ - $(FONTCONFIG_LIBS) \ - $(POPPLER_QT4_LIBS) diff --git a/graphics/poppler/files/patch-qt_Makefile.in b/graphics/poppler/files/patch-qt_Makefile.in deleted file mode 100644 index d872262ea..000000000 --- a/graphics/poppler/files/patch-qt_Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- qt/Makefile.in.orig 2008-03-27 08:17:35.000000000 -0400 -+++ qt/Makefile.in 2008-03-27 08:18:20.000000000 -0400 -@@ -59,8 +59,7 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --libpoppler_qt_la_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ -+libpoppler_qt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \ - poppler-link.lo poppler-page.lo poppler-page-transition.lo -@@ -71,7 +70,7 @@ - PROGRAMS = $(noinst_PROGRAMS) - am_test_poppler_qt_OBJECTS = test-poppler-qt.$(OBJEXT) - test_poppler_qt_OBJECTS = $(am_test_poppler_qt_OBJECTS) --test_poppler_qt_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+test_poppler_qt_DEPENDENCIES = \ - libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp -@@ -273,7 +272,7 @@ - poppler-private.h - - libpoppler_qt_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) \ - $(FONTCONFIG_LIBS) -@@ -283,7 +282,7 @@ - test-poppler-qt.cpp - - test_poppler_qt_LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler -lqt-mt \ - libpoppler-qt.la \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) diff --git a/graphics/poppler/files/patch-utils_Makefile.in b/graphics/poppler/files/patch-utils_Makefile.in deleted file mode 100644 index 946065166..000000000 --- a/graphics/poppler/files/patch-utils_Makefile.in +++ /dev/null @@ -1,73 +0,0 @@ ---- utils/Makefile.in.orig 2011-01-05 13:06:04.000000000 +0100 -+++ utils/Makefile.in 2011-01-05 13:06:26.000000000 +0100 -@@ -64,7 +64,7 @@ am_pdffonts_OBJECTS = pdffonts.$(OBJEXT) - pdffonts_OBJECTS = $(am_pdffonts_OBJECTS) - pdffonts_LDADD = $(LDADD) - am__DEPENDENCIES_1 = --pdffonts_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdffonts_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_$(V)) - am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) -@@ -73,19 +73,19 @@ am_pdfimages_OBJECTS = pdfimages.$(OBJEX - $(am__objects_1) - pdfimages_OBJECTS = $(am_pdfimages_OBJECTS) - pdfimages_LDADD = $(LDADD) --pdfimages_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfimages_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdfinfo_OBJECTS = pdfinfo.$(OBJEXT) printencodings.$(OBJEXT) \ - $(am__objects_1) - pdfinfo_OBJECTS = $(am_pdfinfo_OBJECTS) - pdfinfo_LDADD = $(LDADD) --pdfinfo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdfinfo_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am__pdftoabw_SOURCES_DIST = pdftoabw.cc parseargs.cc parseargs.h - @BUILD_ABIWORD_OUTPUT_TRUE@am_pdftoabw_OBJECTS = pdftoabw.$(OBJEXT) \ - @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__objects_1) - pdftoabw_OBJECTS = $(am_pdftoabw_OBJECTS) --am__DEPENDENCIES_2 = $(top_builddir)/poppler/libpoppler.la \ -+am__DEPENDENCIES_2 = \ - $(am__DEPENDENCIES_1) - @BUILD_ABIWORD_OUTPUT_TRUE@pdftoabw_DEPENDENCIES = \ - @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__DEPENDENCIES_2) \ -@@ -94,25 +94,25 @@ am_pdftohtml_OBJECTS = pdftohtml.$(OBJEX - HtmlLinks.$(OBJEXT) HtmlOutputDev.$(OBJEXT) $(am__objects_1) - pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS) - pdftohtml_LDADD = $(LDADD) --pdftohtml_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftohtml_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am__pdftoppm_SOURCES_DIST = pdftoppm.cc parseargs.cc parseargs.h - @BUILD_SPLASH_OUTPUT_TRUE@am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) \ - @BUILD_SPLASH_OUTPUT_TRUE@ $(am__objects_1) - pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS) - pdftoppm_LDADD = $(LDADD) --pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftoppm_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdftops_OBJECTS = pdftops.$(OBJEXT) $(am__objects_1) - pdftops_OBJECTS = $(am_pdftops_OBJECTS) - pdftops_LDADD = $(LDADD) --pdftops_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftops_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - am_pdftotext_OBJECTS = pdftotext.$(OBJEXT) printencodings.$(OBJEXT) \ - $(am__objects_1) - pdftotext_OBJECTS = $(am_pdftotext_OBJECTS) - pdftotext_LDADD = $(LDADD) --pdftotext_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -+pdftotext_DEPENDENCIES = \ - $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp -@@ -405,7 +405,7 @@ INCLUDES = \ - $(ABIWORD_CFLAGS) - - LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(UTILS_LIBS) \ - $(FONTCONFIG_LIBS) - diff --git a/graphics/poppler/pkg-descr b/graphics/poppler/pkg-descr deleted file mode 100644 index d10674940..000000000 --- a/graphics/poppler/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg -of Glyph and Cog, LLC. It provides PDF rendering functionality as a -shared library, and uses modern components from Freedesktop.org such as -fontconfig and cairo to take advantage of modern UNIX desktops. - -WWW: http://poppler.freedesktop.org/ diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist deleted file mode 100644 index 9ce414c39..000000000 --- a/graphics/poppler/pkg-plist +++ /dev/null @@ -1,140 +0,0 @@ -include/poppler/Annot.h -include/poppler/Array.h -include/poppler/BuiltinFont.h -include/poppler/BuiltinFontTables.h -include/poppler/CMap.h -include/poppler/CachedFile.h -include/poppler/Catalog.h -include/poppler/CharCodeToUnicode.h -include/poppler/CharTypes.h -include/poppler/CompactFontTables.h -include/poppler/DateInfo.h -include/poppler/Decrypt.h -include/poppler/Dict.h -include/poppler/Error.h -include/poppler/ErrorCodes.h -include/poppler/FileSpec.h -include/poppler/FontEncodingTables.h -include/poppler/FontInfo.h -include/poppler/Form.h -include/poppler/Function.h -include/poppler/Gfx.h -include/poppler/GfxFont.h -include/poppler/GfxState.h -include/poppler/GfxState_helpers.h -include/poppler/GlobalParams.h -include/poppler/Hints.h -include/poppler/JArithmeticDecoder.h -include/poppler/JBIG2Stream.h -include/poppler/Lexer.h -include/poppler/Linearization.h -include/poppler/Link.h -include/poppler/LocalPDFDocBuilder.h -include/poppler/Movie.h -include/poppler/NameToCharCode.h -include/poppler/NameToUnicodeTable.h -include/poppler/Object.h -include/poppler/OptionalContent.h -include/poppler/Outline.h -include/poppler/OutputDev.h -include/poppler/PDFDoc.h -include/poppler/PDFDocBuilder.h -include/poppler/PDFDocEncoding.h -include/poppler/PDFDocFactory.h -include/poppler/PSOutputDev.h -include/poppler/PSTokenizer.h -include/poppler/Page.h -include/poppler/PageTransition.h -include/poppler/Parser.h -include/poppler/PopplerCache.h -include/poppler/PreScanOutputDev.h -include/poppler/ProfileData.h -include/poppler/Rendition.h -include/poppler/SecurityHandler.h -include/poppler/Sound.h -include/poppler/SplashOutputDev.h -include/poppler/StdinCachedFile.h -include/poppler/StdinPDFDocBuilder.h -include/poppler/Stream-CCITT.h -include/poppler/Stream.h -include/poppler/TextOutputDev.h -include/poppler/UTF8.h -include/poppler/UnicodeCClassTables.h -include/poppler/UnicodeCompTables.h -include/poppler/UnicodeDecompTables.h -include/poppler/UnicodeMap.h -include/poppler/UnicodeMapTables.h -include/poppler/UnicodeTypeTable.h -include/poppler/XRef.h -include/poppler/XpdfPluginAPI.h -include/poppler/cpp/poppler-document.h -include/poppler/cpp/poppler-embedded-file.h -include/poppler/cpp/poppler-font.h -include/poppler/cpp/poppler-global.h -include/poppler/cpp/poppler-image.h -include/poppler/cpp/poppler-page-renderer.h -include/poppler/cpp/poppler-page-transition.h -include/poppler/cpp/poppler-page.h -include/poppler/cpp/poppler-rectangle.h -include/poppler/cpp/poppler-toc.h -include/poppler/cpp/poppler-version.h -include/poppler/fofi/FoFiBase.h -include/poppler/fofi/FoFiEncodings.h -include/poppler/fofi/FoFiTrueType.h -include/poppler/fofi/FoFiType1.h -include/poppler/fofi/FoFiType1C.h -include/poppler/goo/FixedPoint.h -include/poppler/goo/GooHash.h -include/poppler/goo/GooLikely.h -include/poppler/goo/GooList.h -include/poppler/goo/GooMutex.h -include/poppler/goo/GooString.h -include/poppler/goo/GooTimer.h -include/poppler/goo/ImgWriter.h -include/poppler/goo/JpegWriter.h -include/poppler/goo/PNGWriter.h -include/poppler/goo/gfile.h -include/poppler/goo/gmem.h -include/poppler/goo/gstrtod.h -include/poppler/goo/gtypes.h -include/poppler/poppler-config.h -include/poppler/splash/Splash.h -include/poppler/splash/SplashBitmap.h -include/poppler/splash/SplashClip.h -include/poppler/splash/SplashErrorCodes.h -include/poppler/splash/SplashFTFont.h -include/poppler/splash/SplashFTFontEngine.h -include/poppler/splash/SplashFTFontFile.h -include/poppler/splash/SplashFont.h -include/poppler/splash/SplashFontEngine.h -include/poppler/splash/SplashFontFile.h -include/poppler/splash/SplashFontFileID.h -include/poppler/splash/SplashGlyphBitmap.h -include/poppler/splash/SplashMath.h -include/poppler/splash/SplashPath.h -include/poppler/splash/SplashPattern.h -include/poppler/splash/SplashScreen.h -include/poppler/splash/SplashState.h -include/poppler/splash/SplashT1Font.h -include/poppler/splash/SplashT1FontEngine.h -include/poppler/splash/SplashT1FontFile.h -include/poppler/splash/SplashTypes.h -include/poppler/splash/SplashXPath.h -include/poppler/splash/SplashXPathScanner.h -lib/libpoppler-cpp.a -lib/libpoppler-cpp.la -lib/libpoppler-cpp.so -lib/libpoppler-cpp.so.0 -lib/libpoppler.a -lib/libpoppler.la -lib/libpoppler.so -lib/libpoppler.so.13 -%%CAIRO%%libdata/pkgconfig/poppler-cairo.pc -libdata/pkgconfig/poppler-cpp.pc -libdata/pkgconfig/poppler-splash.pc -libdata/pkgconfig/poppler.pc -@dirrm include/poppler/splash -@dirrm include/poppler/goo -@dirrm include/poppler/fofi -@dirrm include/poppler/cpp -@dirrm include/poppler diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile deleted file mode 100644 index a68335c78..000000000 --- a/graphics/shotwell/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: shotwell -# Date created: Tue Sep 7 02:00:03 UTC 2010 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al. -# -# $FreeBSD$ -# - -PORTNAME= shotwell -PORTVERSION= 0.7.2 -PORTREVISION= 3 -CATEGORIES= graphics gnome -MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Open source photo manager for GNOME - -BUILD_DEPENDS= vala>=0.10.0:${PORTSDIR}/lang/vala -LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gee.2:${PORTSDIR}/devel/libgee \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gexiv2.0:${PORTSDIR}/graphics/gexiv2 \ - exif.12:${PORTSDIR}/graphics/libexif \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ - webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - raw.2:${PORTSDIR}/graphics/libraw - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gconf2 gtk20 desktopfileutils librsvg2 -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --disable-icon-update \ - --with-gconf-schema-file-dir=${PREFIX}/etc/gconf/schemas -INSTALLS_ICONS= yes - -GCONF_SCHEMAS= shotwell.schemas - -post-patch: - @${REINPLACE_CMD} -E \ - -e 's|/bin/bash|${SH}|g ; s|/usr/bin/env.*bash|${SH}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} \ - ${WRKSRC}/libraw-config \ - ${WRKSRC}/minver - -post-configure: - @${REINPLACE_CMD} -E \ - -e 's|share/shotwell|${DATADIR_REL}|g ; \ - s|%%GCONF_CONFIG_SOURCE%%|${GCONF_CONFIG_SOURCE}|g' \ - ${WRKSRC}/${MAKEFILE} -# attempt at a DATADIR safe port - @${REINPLACE_CMD} -E \ - -e 's|\.get_child\("share")\.get_child\("shotwell")|${SHOTWELL_DATADIR}|' \ - ${WRKSRC}/src/AppDirs.vala - -post-install: - @-update-desktop-database - -.include <bsd.port.pre.mk> - -# attempt at a DATADIR safe port -.for dir in ${DATADIR:S,^${PREFIX}/,,:S,/, ,g} -SHOTWELL_DATADIR+=.get_child("${dir}") -.endfor - -.include <bsd.port.post.mk> diff --git a/graphics/shotwell/distinfo b/graphics/shotwell/distinfo deleted file mode 100644 index e9459b03e..000000000 --- a/graphics/shotwell/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (shotwell-0.7.2.tar.bz2) = 8b4139407d59badcbe13e23db070e0a0709ecc0f9ad806335888382eebf5dfa3 -SIZE (shotwell-0.7.2.tar.bz2) = 1064127 diff --git a/graphics/shotwell/files/patch-Makefile b/graphics/shotwell/files/patch-Makefile deleted file mode 100644 index 3c54b9c27..000000000 --- a/graphics/shotwell/files/patch-Makefile +++ /dev/null @@ -1,139 +0,0 @@ ---- Makefile.orig 2010-09-10 17:55:54.000000000 -0500 -+++ Makefile 2010-12-28 16:15:44.000000000 -0600 -@@ -21,6 +21,10 @@ - LINUX = 1 - endif - -+ifeq "$(SYSTEM)" "FreeBSD" -+ FreeBSD = 1 -+endif -+ - ifeq "$(SYSTEM)" "MinGW" - WINDOWS = 1 - endif -@@ -41,6 +45,10 @@ - EXPORT_FLAGS = -export-dynamic - endif - -+ifdef FreeBSD -+ EXPORT_FLAGS = -export-dynamic -+endif -+ - ifdef WINDOWS - EXPORT_FLAGS = -export-all-symbols - endif -@@ -124,10 +132,13 @@ - FSpotDatabaseDriver.vala \ - FSpotDatabaseTables.vala - -+# this should be ifndef LINUX && ifndef FreeBSD - ifndef LINUX -+ifndef FreeBSD - SRC_FILES += \ - GConf.vala - endif -+endif - - VAPI_FILES = \ - libexif.vapi \ -@@ -288,6 +299,18 @@ - gdk-x11-2.0 - endif - -+ifdef FreeBSD -+EXT_PKGS += \ -+ gconf-2.0 \ -+ libgphoto2 \ -+ libsoup-2.4 \ -+ libxml-2.0 \ -+ unique-1.0 \ -+ webkit-1.0 \ -+ dbus-glib-1 \ -+ gdk-x11-2.0 -+endif -+ - # libraw is handled separately (see note below); when libraw-config is no longer needed, the version - # should be added to this list - EXT_PKG_VERSIONS = \ -@@ -313,6 +336,18 @@ - dbus-glib-1 >= 0.80 - endif - -+ifdef LINUX -+EXT_PKG_VERSIONS += \ -+ gconf-2.0 >= 2.22.0 \ -+ libgphoto2 >= 2.4.2 \ -+ libsoup-2.4 >= 2.26.0 \ -+ libxml-2.0 >= 2.6.32 \ -+ unique-1.0 >= 1.0.0 \ -+ webkit-1.0 >= 1.1.5 \ -+ dbus-glib-1 >= 0.80 -+endif -+ -+ - PKGS = $(EXT_PKGS) $(LOCAL_PKGS) $(LIBRAW_PKG) - - ifndef BUILD_DIR -@@ -357,6 +392,10 @@ - - VALA_LDFLAGS = `pkg-config --libs $(EXT_PKGS) gthread-2.0` - -+ifdef FreeBSD -+ VALA_DEFINES = -D NO_CAMERA -+endif -+ - ifdef WINDOWS - VALA_DEFINES = -D WINDOWS -D NO_CAMERA -D NO_PRINTING -D NO_PUBLISHING -D NO_LIBUNIQUE -D NO_EXTENDED_POSIX -D NO_SET_BACKGROUND - EXPANDED_OBJ_FILES += src/windows.o -@@ -393,6 +432,11 @@ - LIBRAW_CONFIG=./libraw-config - endif - -+ifdef FreeBSD -+LIBRAW_CONFIG=./libraw-config -+endif -+ -+ - ifdef WINDOWS - LIBRAW_CONFIG=./libraw-config --windows - endif -@@ -488,9 +532,20 @@ - $(INSTALL_DATA) $(EXPANDED_HELP_IMAGES) $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C/figures - endif - endif -+ifdef FreeBSD -+ifndef DISABLE_SCHEMAS_INSTALL -+ GCONF_CONFIG_SOURCE=%%GCONF_CONFIG_SOURCE%% gconftool-2 --makefile-install-rule misc/shotwell.schemas -+ mkdir -p $(DESTDIR)$(SCHEMA_FILE_DIR) -+ $(INSTALL_DATA) misc/shotwell.schemas $(DESTDIR)$(SCHEMA_FILE_DIR) -+endif -+ifdef ENABLE_APPORT_HOOK_INSTALL -+ mkdir -p $(DESTDIR)$(PREFIX)/share/apport/package-hooks -+ $(INSTALL_DATA) apport/shotwell.py $(DESTDIR)$(PREFIX)/share/apport/package-hooks -+endif -+endif - -$(foreach lang,$(SUPPORTED_LANGUAGES),`mkdir -p $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES ; \ -- $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo \ -- $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`) -+ $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo \ -+ $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`) - - uninstall: - rm -f $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) -@@ -514,6 +569,16 @@ - rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/shotwell.py - endif - endif -+ifdef FreeBSD -+ifndef DISABLE_SCHEMAS_INSTALL -+ GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule misc/shotwell.schemas -+else -+ rm -f $(DESTDIR)$(SCHEMA_FILE_DIR)/shotwell.schemas -+endif -+ifdef ENABLE_APPORT_HOOK_INSTALL -+ rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/shotwell.py -+endif -+endif - $(foreach lang,$(SUPPORTED_LANGUAGES),`rm -f $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`) - - $(VALA_STAMP): $(EXPANDED_SRC_FILES) $(EXPANDED_VAPI_FILES) $(EXPANDED_SRC_HEADER_FILES) Makefile \ diff --git a/graphics/shotwell/files/patch-src__main.vala b/graphics/shotwell/files/patch-src__main.vala deleted file mode 100644 index 099b9e726..000000000 --- a/graphics/shotwell/files/patch-src__main.vala +++ /dev/null @@ -1,14 +0,0 @@ ---- src/main.vala.orig 2010-09-07 10:48:53.000000000 -0300 -+++ src/main.vala 2010-09-07 10:49:28.000000000 -0300 -@@ -16,9 +16,11 @@ - Unique.Response response = Unique.Response.OK; - - switch (command) { -+#if !NO_CAMERA - case ShotwellCommand.MOUNTED_CAMERA: - LibraryWindow.get_app().mounted_camera_shell_notification(data.get_text(), false); - break; -+#endif - - case Unique.Command.ACTIVATE: - LibraryWindow.get_app().present_with_time(timestamp); diff --git a/graphics/shotwell/pkg-descr b/graphics/shotwell/pkg-descr deleted file mode 100644 index bd0ef9979..000000000 --- a/graphics/shotwell/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -[ excerpt from developer's web site with modifications ] - -A digital photo organizer that runs on Unix and (with limited -features) on Windows. - -WWW: http://www.yorba.org/shotwell/ diff --git a/graphics/shotwell/pkg-plist b/graphics/shotwell/pkg-plist deleted file mode 100644 index 177898802..000000000 --- a/graphics/shotwell/pkg-plist +++ /dev/null @@ -1,102 +0,0 @@ -bin/shotwell -share/applications/shotwell-viewer.desktop -share/applications/shotwell.desktop -share/icons/hicolor/scalable/apps/shotwell.svg -share/locale/ar/LC_MESSAGES/shotwell.mo -share/locale/ast/LC_MESSAGES/shotwell.mo -share/locale/bg/LC_MESSAGES/shotwell.mo -share/locale/bn/LC_MESSAGES/shotwell.mo -share/locale/ca/LC_MESSAGES/shotwell.mo -share/locale/cs/LC_MESSAGES/shotwell.mo -share/locale/da/LC_MESSAGES/shotwell.mo -share/locale/de/LC_MESSAGES/shotwell.mo -share/locale/el/LC_MESSAGES/shotwell.mo -share/locale/en_GB/LC_MESSAGES/shotwell.mo -share/locale/es/LC_MESSAGES/shotwell.mo -share/locale/et/LC_MESSAGES/shotwell.mo -share/locale/fi/LC_MESSAGES/shotwell.mo -share/locale/fr/LC_MESSAGES/shotwell.mo -share/locale/gl/LC_MESSAGES/shotwell.mo -share/locale/hr/LC_MESSAGES/shotwell.mo -share/locale/hu/LC_MESSAGES/shotwell.mo -share/locale/id/LC_MESSAGES/shotwell.mo -share/locale/it/LC_MESSAGES/shotwell.mo -share/locale/ja/LC_MESSAGES/shotwell.mo -share/locale/kk/LC_MESSAGES/shotwell.mo -share/locale/ko/LC_MESSAGES/shotwell.mo -share/locale/lt/LC_MESSAGES/shotwell.mo -share/locale/lv/LC_MESSAGES/shotwell.mo -share/locale/nb/LC_MESSAGES/shotwell.mo -share/locale/nl/LC_MESSAGES/shotwell.mo -share/locale/pa/LC_MESSAGES/shotwell.mo -share/locale/pl/LC_MESSAGES/shotwell.mo -share/locale/pt/LC_MESSAGES/shotwell.mo -share/locale/ro/LC_MESSAGES/shotwell.mo -share/locale/ru/LC_MESSAGES/shotwell.mo -share/locale/sk/LC_MESSAGES/shotwell.mo -share/locale/sl/LC_MESSAGES/shotwell.mo -share/locale/sr/LC_MESSAGES/shotwell.mo -share/locale/sv/LC_MESSAGES/shotwell.mo -share/locale/th/LC_MESSAGES/shotwell.mo -share/locale/tr/LC_MESSAGES/shotwell.mo -share/locale/uk/LC_MESSAGES/shotwell.mo -share/locale/zh_CN/LC_MESSAGES/shotwell.mo -share/locale/zh_TW/LC_MESSAGES/shotwell.mo -%%DATADIR%%/icons/all-rejected.png -%%DATADIR%%/icons/crop-pivot-reticle.png -%%DATADIR%%/icons/crop.svg -%%DATADIR%%/icons/drag_nub.png -%%DATADIR%%/icons/enhance.png -%%DATADIR%%/icons/five-star-filter.svg -%%DATADIR%%/icons/five-stars.svg -%%DATADIR%%/icons/four-star-filter-plus.svg -%%DATADIR%%/icons/four-stars.svg -%%DATADIR%%/icons/image-adjust.svg -%%DATADIR%%/icons/import-all.png -%%DATADIR%%/icons/import.svg -%%DATADIR%%/icons/last-import-roll.png -%%DATADIR%%/icons/make-primary.svg -%%DATADIR%%/icons/merge.svg -%%DATADIR%%/icons/multiple-events.png -%%DATADIR%%/icons/multiple-tags.png -%%DATADIR%%/icons/one-event.png -%%DATADIR%%/icons/one-star-filter-plus.svg -%%DATADIR%%/icons/one-star.svg -%%DATADIR%%/icons/one-tag.png -%%DATADIR%%/icons/pin-toolbar.svg -%%DATADIR%%/icons/publish.png -%%DATADIR%%/icons/redeye.png -%%DATADIR%%/icons/rejected.svg -%%DATADIR%%/icons/shotwell-16.svg -%%DATADIR%%/icons/shotwell-24.svg -%%DATADIR%%/icons/shotwell-street.jpg -%%DATADIR%%/icons/shotwell.ico -%%DATADIR%%/icons/shotwell.svg -%%DATADIR%%/icons/three-star-filter-plus.svg -%%DATADIR%%/icons/three-stars.svg -%%DATADIR%%/icons/two-star-filter-plus.svg -%%DATADIR%%/icons/two-stars.svg -%%DATADIR%%/icons/zoom-in.png -%%DATADIR%%/icons/zoom-out.png -%%DATADIR%%/ui/collection.ui -%%DATADIR%%/ui/direct.ui -%%DATADIR%%/ui/event.ui -%%DATADIR%%/ui/events_directory.ui -%%DATADIR%%/ui/fullscreen.ui -%%DATADIR%%/ui/import.ui -%%DATADIR%%/ui/import_queue.ui -%%DATADIR%%/ui/offline.ui -%%DATADIR%%/ui/photo.ui -%%DATADIR%%/ui/shotwell.glade -%%DATADIR%%/ui/tags.ui -%%DATADIR%%/ui/trash.ui -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/solang/Makefile b/graphics/solang/Makefile deleted file mode 100644 index 2349e8ffb..000000000 --- a/graphics/solang/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: solang -# Date created: 2009-06-11 -# Whom: Ashish SHUKLA <wahjava@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= solang -PORTVERSION= 0.3 -PORTREVISION= 10 -CATEGORIES= graphics -MASTER_SITES= http://rishi.fedorapeople.org/solang/ - -PATCH_SITES= http://rishi.fedorapeople.org/ -PATCHFILES= 0001-Ported-to-libgdamm-4.x.patch -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ashish@FreeBSD.org -COMMENT= A photo manager for GNOME - -LIB_DEPENDS= gegl-0.1.105:${PORTSDIR}/graphics/gegl \ - exiv2.10:${PORTSDIR}/graphics/exiv2 \ - flickcurl.0:${PORTSDIR}/www/flickcurl \ - gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview \ - webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ - gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gdl-1.3:${PORTSDIR}/x11-toolkits/gdl \ - gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 - -BROKEN= bad plist + do not build with latest exiv2 - -USE_AUTOTOOLS= autoconf -USE_GMAKE= yes -USE_GNOME= libgda4 intltool -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_GCC= 4.2+ - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/graphics/solang/distinfo b/graphics/solang/distinfo deleted file mode 100644 index 5497d015b..000000000 --- a/graphics/solang/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (solang-0.3.tar.gz) = 0d3c85c4f96f829eefc8851713510e068f3cf6b90a0cb084035d98f4d69cb00a -SIZE (solang-0.3.tar.gz) = 658189 -SHA256 (0001-Ported-to-libgdamm-4.x.patch) = 55bdf02d4c22b947a0e718baced9437949e55480e8ad4fd2ad6ee34b38f29c4f -SIZE (0001-Ported-to-libgdamm-4.x.patch) = 23747 diff --git a/graphics/solang/files/patch-po_Makefile.in.in b/graphics/solang/files/patch-po_Makefile.in.in deleted file mode 100644 index 0f3006bb6..000000000 --- a/graphics/solang/files/patch-po_Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/graphics/solang/files/patch-po_Makefile.in.in,v 1.1 2009/12/03 12:50:05 pav Exp $ - ---- po/Makefile.in.in.orig -+++ po/Makefile.in.in -@@ -34,7 +34,7 @@ - datarootdir = @datarootdir@ - libdir = @libdir@ - DATADIRNAME = @DATADIRNAME@ --itlocaledir = $(prefix)/$(DATADIRNAME)/locale -+itlocaledir = $(datarootdir)/locale - subdir = po - install_sh = @install_sh@ - # Automake >= 1.8 provides @mkdir_p@. diff --git a/graphics/solang/files/patch-src_attribute_search-basket-column-record.h b/graphics/solang/files/patch-src_attribute_search-basket-column-record.h deleted file mode 100644 index 76001477d..000000000 --- a/graphics/solang/files/patch-src_attribute_search-basket-column-record.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/graphics/solang/files/patch-src_attribute_search-basket-column-record.h,v 1.1 2009/12/03 12:50:05 pav Exp $ - ---- src/attribute/search-basket-column-record.h.orig -+++ src/attribute/search-basket-column-record.h -@@ -34,6 +34,8 @@ - public: - SearchBasketColumnRecord() throw(); - -+ SearchBasketColumnRecord(const SearchBasketColumnRecord& rec) throw(); -+ - virtual - ~SearchBasketColumnRecord() throw(); - diff --git a/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp b/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp deleted file mode 100644 index 4adacaa83..000000000 --- a/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp,v 1.1 2009/12/03 12:50:05 pav Exp $ - ---- src/importer/flickr-chooser-button.cpp.orig -+++ src/importer/flickr-chooser-button.cpp -@@ -53,6 +53,8 @@ - virtual - ~FlickrButtonModelColumnRecord() throw(); - -+ FlickrButtonModelColumnRecord(const FlickrButtonModelColumnRecord&) throw(); -+ - const Gtk::TreeModelColumn<PixbufPtr> & - get_column_pixbuf() const throw(); - diff --git a/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp b/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp deleted file mode 100644 index cea922049..000000000 --- a/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp,v 1.1 2009/12/03 12:50:05 pav Exp $ - ---- src/importer/flickr-chooser-dialog.cpp.orig -+++ src/importer/flickr-chooser-dialog.cpp -@@ -80,6 +80,8 @@ - virtual - ~FlickrDialogModelColumnRecord() throw(); - -+ FlickrDialogModelColumnRecord(const FlickrDialogModelColumnRecord&) throw(); -+ - const Gtk::TreeModelColumn<bool> & - get_column_selected() const throw(); - diff --git a/graphics/solang/files/patch-src_renderer_browser-model-column-record.h b/graphics/solang/files/patch-src_renderer_browser-model-column-record.h deleted file mode 100644 index 4f8a4980f..000000000 --- a/graphics/solang/files/patch-src_renderer_browser-model-column-record.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/graphics/solang/files/patch-src_renderer_browser-model-column-record.h,v 1.1 2009/12/03 12:50:05 pav Exp $ - ---- src/renderer/browser-model-column-record.h.orig -+++ src/renderer/browser-model-column-record.h -@@ -36,6 +36,8 @@ - virtual - ~BrowserModelColumnRecord() throw(); - -+ BrowserModelColumnRecord(const BrowserModelColumnRecord&) throw(); -+ - const Gtk::TreeModelColumn<guint> & - get_column_serial() const throw(); - diff --git a/graphics/solang/pkg-descr b/graphics/solang/pkg-descr deleted file mode 100644 index ee48d0962..000000000 --- a/graphics/solang/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Solang - A photo manager for GNOME - -Features: ---------- -- Browser, editor, enlarged and slideshow renderer for viewing the entire - collection, editing, a single photo and slideshows respectively. -- Camera, Flickr and folder importer to import photos from cameras in PTP mode - Flickr and folders respectively. -- Folder exporter to export selected photos to a folder. -- Date view for showing photo dates. -- Basic editing like brightness, contrast, flipping, rotation, saturation and - scaling, and undo, redo of operations. -- Ability to copy a set of applied operations from one photo and paste it - onto others. -- Support for tagging photos and Exif data. -- Thumbnails for showing RAW files in the browser renderer. -- Search basket for drag and drop search using multiple tags, Exif fields - and/or dates. - -WWW: https://savannah.nongnu.org/projects/solang diff --git a/graphics/solang/pkg-plist b/graphics/solang/pkg-plist deleted file mode 100644 index 22cda9890..000000000 --- a/graphics/solang/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/solang -share/locale/bg/LC_MESSAGES/solang.mo -share/locale/it/LC_MESSAGES/solang.mo -share/applications/solang.desktop -%%DOCSDIR%%/ARTISTS -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/COPYING.GPLv2 -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/README -share/icons/hicolor/128x128/apps/solang.png -share/icons/hicolor/16x16/apps/solang.png -share/icons/hicolor/22x22/apps/solang.png -share/icons/hicolor/24x24/apps/solang.png -share/icons/hicolor/32x32/apps/solang.png -share/icons/hicolor/48x48/apps/solang.png -share/icons/hicolor/96x96/apps/solang.png -share/icons/hicolor/scalable/apps/solang.svg -%%DATADIR%%/pixmaps/camera-photo-16.png -%%DATADIR%%/pixmaps/camera-photo-22.png -%%DATADIR%%/pixmaps/camera-photo-24.png -%%DATADIR%%/pixmaps/camera-photo-32.png -%%DATADIR%%/pixmaps/camera-photo.svg -%%DATADIR%%/pixmaps/flickr.png -%%DATADIR%%/pixmaps/flip-object-horizontal.png -%%DATADIR%%/pixmaps/flip-object-vertical.png -%%DATADIR%%/pixmaps/mode-browse-16.png -%%DATADIR%%/pixmaps/mode-browse-22.png -%%DATADIR%%/pixmaps/mode-browse-24.png -%%DATADIR%%/pixmaps/mode-browse-32.png -%%DATADIR%%/pixmaps/mode-browse.svg -%%DATADIR%%/pixmaps/mode-image-edit-16.png -%%DATADIR%%/pixmaps/mode-image-edit-22.png -%%DATADIR%%/pixmaps/mode-image-edit-24.png -%%DATADIR%%/pixmaps/object-rotate-left.png -%%DATADIR%%/pixmaps/object-rotate-right.png -%%DATADIR%%/pixmaps/slideshow-play-16.png -%%DATADIR%%/pixmaps/slideshow-play-22.png -%%DATADIR%%/pixmaps/slideshow-play-24.png -%%DATADIR%%/pixmaps/slideshow-play-32.png -%%DATADIR%%/pixmaps/slideshow-play-48.png -%%DATADIR%%/pixmaps/slideshow-play.svg -%%DATADIR%%/pixmaps/stock-resize-16.png -%%DATADIR%%/pixmaps/tag-16.png -%%DATADIR%%/pixmaps/tag-22.png -%%DATADIR%%/pixmaps/tag-new-16.png -%%DATADIR%%/pixmaps/tag-new-22.png -%%DATADIR%%/pixmaps/tag-new-24.png -%%DATADIR%%/pixmaps/view-far-16.png -%%DATADIR%%/pixmaps/view-far-22.png -%%DATADIR%%/pixmaps/view-far-24.png -%%DATADIR%%/pixmaps/view-near-16.png -%%DATADIR%%/pixmaps/view-near-22.png -%%DATADIR%%/pixmaps/view-near-24.png -%%DATADIR%%/solang-layout.xml -%%DATADIR%%/ui/solang-browser-renderer-thumbnail.ui -%%DATADIR%%/ui/solang-browser-renderer.ui -%%DATADIR%%/ui/solang-editor-renderer.ui -%%DATADIR%%/ui/solang-editor.ui -%%DATADIR%%/ui/solang-enlarged-renderer.ui -%%DATADIR%%/ui/solang-importer.ui -%%DATADIR%%/ui/solang-slideshow-renderer.ui -%%DATADIR%%/ui/solang-slideshow.ui -%%DATADIR%%/ui/solang-tag-manager.ui -%%DATADIR%%/ui/solang-thumbnail-popup.ui -%%DATADIR%%/ui/solang.ui -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrm %%DOCSDIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile deleted file mode 100644 index a791a4aea..000000000 --- a/irc/xchat-gnome/Makefile +++ /dev/null @@ -1,119 +0,0 @@ -# New ports collection makefile for: xchat-gnome -# Date created: 04 May 2004 -# Whom: Koop Mast <kwm@rainbow-runner.nl> -# -# $FreeBSD: ports/irc/xchat-gnome/Makefile,v 1.171 2010/05/31 01:59:27 ade Exp $ -# - -PORTNAME= xchat -PORTVERSION= 0.26.1 -PORTREVISION= 6 -CATEGORIES= irc gnome ipv6 -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/xchat-gnome/${PORTVERSION:R} -PKGNAMESUFFIX= -gnome -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= An IRC client for GNOME 2 (development version) - -LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - notify:${PORTSDIR}/devel/libnotify - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui gnomedocutils desktopfileutils -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --disable-tcl -GCONF_SCHEMAS= apps_xchat.schemas notification.schemas urlscraper.schemas -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -WANT_PERL= yes - -MAN1= xchat-gnome.1 - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus -CONFIGURE_ARGS+= --enable-dbus -USE_GNOME+= gconf2 -GCONF_SCHEMAS+= url_handler.schemas -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+=--disable-dbus -PLIST_SUB+= DBUS="@comment " -.endif - -.if defined(WITH_SOCKS) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --enable-socks -.endif - -.if !defined(WITHOUT_IPV6) -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -# openssl in now default in configure - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if defined(WITH_TCL) -LIB_DEPENDS+= tcl83.1:${PORTSDIR}/lang/tcl83 -CONFIGURE_ARGS+=--enable-tcl=${LOCALBASE}/lib/tcl8.3 -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ - -I${LOCALBASE}/include/tcl8.3" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} \ - -L${LOCALBASE}/lib/tcl8.3" -PLIST_SUB+= TCL="" -.else -CONFIGURE_ARGS+=--enable-tcl=no -PLIST_SUB+= TCL="@comment " -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_PERL) -CONFIGURE_ARGS+=--disable-perl -PLIST_SUB+= PERL="@comment " -.else -USE_PERL5= yes -CONFIGURE_ARGS+=--enable-perl -PLIST_SUB+= PERL="" -.endif - -pre-everything:: -.if !defined(WITH_PYTHON) || !defined(WITH_SOCKS) || !defined(WITH_TCL) - @${ECHO_MSG} "You may specify the following on the command line:" - @${ECHO_MSG} "" -.endif -.if !defined(WITH_PYTHON) - @${ECHO_MSG} "WITH_PYTHON=yes for Python support" -.endif -.if !defined(WITH_SOCKS) - @${ECHO_MSG} "WITH_SOCKS=yes for SOCKS5 proxy support" -.endif -.if !defined(WITH_TCL) - @${ECHO_MSG} "WITH_TCL=yes for tcl support" -.endif -.if !defined(WITHOUT_PERL) - @${ECHO_MSG} "WITHOUT_PERL=yes to disable Perl support" -.endif - -post-patch: - @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \ - -e 's|tcl-8.4/lib|lib/tcl8.3|g' \ - -e 's|-DGTK_DISABLE_DEPRECATED||g' \ - -e 's|-fgnu89-inline||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo deleted file mode 100644 index d361c7d26..000000000 --- a/irc/xchat-gnome/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xchat-gnome-0.26.1.tar.bz2) = 6234f14ddc7323faaa4f10f890786a0f69da00774855412a4382b11a6158cf4b -SIZE (xchat-gnome-0.26.1.tar.bz2) = 1938676 diff --git a/irc/xchat-gnome/files/patch-gmake-3.82 b/irc/xchat-gnome/files/patch-gmake-3.82 deleted file mode 100644 index 5afead7e6..000000000 --- a/irc/xchat-gnome/files/patch-gmake-3.82 +++ /dev/null @@ -1,19 +0,0 @@ ---- src/common/dbus/Makefile.in.orig 2011-03-12 11:40:26.000000000 -0600 -+++ src/common/dbus/Makefile.in 2011-03-12 11:41:43.000000000 -0600 -@@ -709,11 +709,11 @@ - @INTLTOOL_SCHEMAS_RULE@ - - install-data-local: $(schema_DATA) --@GCONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \ --@GCONF_SCHEMAS_INSTALL_TRUE@ for p in $^ ; do \ --@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \ --@GCONF_SCHEMAS_INSTALL_TRUE@ done \ --@GCONF_SCHEMAS_INSTALL_TRUE@ fi -+@GCONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \ -+@GCONF_SCHEMAS_INSTALL_TRUE@ for p in $^ ; do \ -+@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \ -+@GCONF_SCHEMAS_INSTALL_TRUE@ done \ -+@GCONF_SCHEMAS_INSTALL_TRUE@ fi - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c b/irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c deleted file mode 100644 index 330ea57e8..000000000 --- a/irc/xchat-gnome/files/patch-plugins_notify-osd_notify-osd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/notify-osd/notify-osd.c.orig 2011-06-26 13:22:24.000000000 +0200 -+++ plugins/notify-osd/notify-osd.c 2011-06-26 13:22:41.000000000 +0200 -@@ -67,7 +67,7 @@ - gchar *escaped; - - escaped = g_markup_escape_text (message, strlen(message)); -- notify = notify_notification_new (summary, escaped, NULL, NULL); -+ notify = notify_notification_new (summary, escaped, NULL); - notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL); - notify_notification_set_icon_from_pixbuf (notify, notify_icon); - if (!notify_notification_show (notify, &error)) { diff --git a/irc/xchat-gnome/pkg-descr b/irc/xchat-gnome/pkg-descr deleted file mode 100644 index 5aa359429..000000000 --- a/irc/xchat-gnome/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Note that xchat-gnome is very young project and is under heavy development. -You can consider xchat-gnome as alpha software, not that its unstable -but in lack of (not-yet) implemented features. - -Xchat-gnome is a fork of the popular xchat irc client. -But the difference between the two is that xchat-gnome aims at better -gnome integration. - -For help see the website or visit #xchat-gnome on irc.freenode.net - -WWW: http://xchat-gnome.navi.cx/ diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist deleted file mode 100644 index 51b3fe228..000000000 --- a/irc/xchat-gnome/pkg-plist +++ /dev/null @@ -1,188 +0,0 @@ -bin/xchat-gnome -lib/xchat-gnome/plugins/autoaway.a -lib/xchat-gnome/plugins/autoaway.la -lib/xchat-gnome/plugins/autoaway.so -%%DBUS%%lib/xchat-gnome/plugins/netmonitor.a -%%DBUS%%lib/xchat-gnome/plugins/netmonitor.la -%%DBUS%%lib/xchat-gnome/plugins/netmonitor.so -lib/xchat-gnome/plugins/notification.a -lib/xchat-gnome/plugins/notification.la -lib/xchat-gnome/plugins/notification.so -lib/xchat-gnome/plugins/notifyosd.a -lib/xchat-gnome/plugins/notifyosd.la -lib/xchat-gnome/plugins/notifyosd.so -%%PERL%%lib/xchat-gnome/plugins/perl.a -%%PERL%%lib/xchat-gnome/plugins/perl.la -%%PERL%%lib/xchat-gnome/plugins/perl.so -%%PYTHON%%lib/xchat-gnome/plugins/python.a -%%PYTHON%%lib/xchat-gnome/plugins/python.la -%%PYTHON%%lib/xchat-gnome/plugins/python.so -lib/xchat-gnome/plugins/soundnotification.a -lib/xchat-gnome/plugins/soundnotification.la -lib/xchat-gnome/plugins/soundnotification.so -%%TCL%%lib/xchat-gnome/plugins/tcl.a -%%TCL%%lib/xchat-gnome/plugins/tcl.la -%%TCL%%lib/xchat-gnome/plugins/tcl.so -lib/xchat-gnome/plugins/urlscraper.a -lib/xchat-gnome/plugins/urlscraper.la -lib/xchat-gnome/plugins/urlscraper.so -%%DBUS%%share/dbus-1/services/org.gnome.Xchat.service -share/applications/xchat-gnome.desktop -share/gnome/help/xchat-gnome/C/figures/xchat-gnome_main_window.png -share/gnome/help/xchat-gnome/C/legal.xml -share/gnome/help/xchat-gnome/C/xchat-gnome.xml -share/gnome/help/xchat-gnome/ca/figures/xchat-gnome_main_window.png -share/gnome/help/xchat-gnome/ca/xchat-gnome.xml -share/gnome/help/xchat-gnome/es/figures/xchat-gnome_main_window.png -share/gnome/help/xchat-gnome/es/xchat-gnome.xml -share/gnome/help/xchat-gnome/fr/figures/xchat-gnome_main_window.png -share/gnome/help/xchat-gnome/fr/xchat-gnome.xml -share/gnome/help/xchat-gnome/it/figures/xchat-gnome_main_window.png -share/gnome/help/xchat-gnome/it/xchat-gnome.xml -share/gnome/help/xchat-gnome/oc/figures/xchat-gnome_main_window.png -share/gnome/help/xchat-gnome/oc/xchat-gnome.xml -share/gnome/help/xchat-gnome/pt_BR/figures/xchat-gnome_main_window.png -share/gnome/help/xchat-gnome/pt_BR/xchat-gnome.xml -share/gnome/help/xchat-gnome/sv/figures/xchat-gnome_main_window.png -share/gnome/help/xchat-gnome/sv/xchat-gnome.xml -share/gnome/help/xchat-gnome/th/figures/xchat-gnome_main_window.png -share/gnome/help/xchat-gnome/th/xchat-gnome.xml -share/xchat-gnome/channel-list.glade -share/xchat-gnome/connect-dialog.glade -share/xchat-gnome/dcc-window.glade -share/xchat-gnome/irc-network-editor.glade -share/xchat-gnome/preferences-dialog.glade -share/xchat-gnome/preferences-notification.glade -share/xchat-gnome/setup-dialog.glade -share/xchat-gnome/topic-change.glade -share/xchat-gnome/xchat-gnome-ui.xml -share/xchat-gnome/xchat-gnome.glade -share/icons/hicolor/128x128/apps/xchat-gnome.png -share/icons/hicolor/48x48/apps/xchat-gnome.png -share/xchat-gnome/icons/hicolor/22x22/apps/xchat-gnome-message-new.png -share/xchat-gnome/icons/hicolor/22x22/apps/xchat-gnome-status-halfop.png -share/xchat-gnome/icons/hicolor/22x22/apps/xchat-gnome-message-nickname-said.png -share/xchat-gnome/icons/hicolor/22x22/apps/xchat-gnome-users.png -share/xchat-gnome/icons/hicolor/22x22/apps/xchat-gnome-plugin.png -share/xchat-gnome/icons/hicolor/22x22/apps/xchat-gnome-status-operator.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-message-new.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-dcc.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-status-voice.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-search-wrapped.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-message-data.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-plugin.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-status-operator.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-users.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-message-nickname-said.png -share/xchat-gnome/icons/hicolor/16x16/apps/xchat-gnome-status-halfop.png -share/xchat-gnome/icons/hicolor/scalable/apps/xchat-gnome-plugin.svg -share/locale/am/LC_MESSAGES/xchat-gnome.mo -share/locale/ar/LC_MESSAGES/xchat-gnome.mo -share/locale/az/LC_MESSAGES/xchat-gnome.mo -share/locale/bg/LC_MESSAGES/xchat-gnome.mo -share/locale/bn/LC_MESSAGES/xchat-gnome.mo -share/locale/ca/LC_MESSAGES/xchat-gnome.mo -share/locale/cs/LC_MESSAGES/xchat-gnome.mo -share/locale/da/LC_MESSAGES/xchat-gnome.mo -share/locale/de/LC_MESSAGES/xchat-gnome.mo -share/locale/dz/LC_MESSAGES/xchat-gnome.mo -share/locale/el/LC_MESSAGES/xchat-gnome.mo -share/locale/en_AU/LC_MESSAGES/xchat-gnome.mo -share/locale/en_GB/LC_MESSAGES/xchat-gnome.mo -share/locale/es/LC_MESSAGES/xchat-gnome.mo -share/locale/et/LC_MESSAGES/xchat-gnome.mo -share/locale/eu/LC_MESSAGES/xchat-gnome.mo -share/locale/fi/LC_MESSAGES/xchat-gnome.mo -share/locale/fr/LC_MESSAGES/xchat-gnome.mo -share/locale/gl/LC_MESSAGES/xchat-gnome.mo -share/locale/he/LC_MESSAGES/xchat-gnome.mo -share/locale/hi/LC_MESSAGES/xchat-gnome.mo -share/locale/hr/LC_MESSAGES/xchat-gnome.mo -share/locale/hu/LC_MESSAGES/xchat-gnome.mo -share/locale/is/LC_MESSAGES/xchat-gnome.mo -share/locale/it/LC_MESSAGES/xchat-gnome.mo -share/locale/ja/LC_MESSAGES/xchat-gnome.mo -share/locale/jbo/LC_MESSAGES/xchat-gnome.mo -share/locale/ka/LC_MESSAGES/xchat-gnome.mo -share/locale/kn/LC_MESSAGES/xchat-gnome.mo -share/locale/ko/LC_MESSAGES/xchat-gnome.mo -share/locale/ku/LC_MESSAGES/xchat-gnome.mo -share/locale/lt/LC_MESSAGES/xchat-gnome.mo -share/locale/lv/LC_MESSAGES/xchat-gnome.mo -share/locale/mk/LC_MESSAGES/xchat-gnome.mo -share/locale/mr/LC_MESSAGES/xchat-gnome.mo -share/locale/ms/LC_MESSAGES/xchat-gnome.mo -share/locale/nb/LC_MESSAGES/xchat-gnome.mo -share/locale/oc/LC_MESSAGES/xchat-gnome.mo -share/locale/pa/LC_MESSAGES/xchat-gnome.mo -share/locale/pl/LC_MESSAGES/xchat-gnome.mo -share/locale/pt/LC_MESSAGES/xchat-gnome.mo -share/locale/pt_BR/LC_MESSAGES/xchat-gnome.mo -share/locale/ru/LC_MESSAGES/xchat-gnome.mo -share/locale/sk/LC_MESSAGES/xchat-gnome.mo -share/locale/sl/LC_MESSAGES/xchat-gnome.mo -share/locale/sq/LC_MESSAGES/xchat-gnome.mo -share/locale/sr/LC_MESSAGES/xchat-gnome.mo -share/locale/sv/LC_MESSAGES/xchat-gnome.mo -share/locale/ta/LC_MESSAGES/xchat-gnome.mo -share/locale/te/LC_MESSAGES/xchat-gnome.mo -share/locale/th/LC_MESSAGES/xchat-gnome.mo -share/locale/tl/LC_MESSAGES/xchat-gnome.mo -share/locale/tr/LC_MESSAGES/xchat-gnome.mo -share/locale/uk/LC_MESSAGES/xchat-gnome.mo -share/locale/vi/LC_MESSAGES/xchat-gnome.mo -share/locale/wa/LC_MESSAGES/xchat-gnome.mo -share/locale/zh_CN/LC_MESSAGES/xchat-gnome.mo -share/locale/zh_HK/LC_MESSAGES/xchat-gnome.mo -share/locale/zh_TW/LC_MESSAGES/xchat-gnome.mo -share/omf/xchat-gnome/xchat-gnome-C.omf -share/omf/xchat-gnome/xchat-gnome-ca.omf -share/omf/xchat-gnome/xchat-gnome-es.omf -share/omf/xchat-gnome/xchat-gnome-fr.omf -share/omf/xchat-gnome/xchat-gnome-it.omf -share/omf/xchat-gnome/xchat-gnome-oc.omf -share/omf/xchat-gnome/xchat-gnome-pt_BR.omf -share/omf/xchat-gnome/xchat-gnome-sv.omf -share/omf/xchat-gnome/xchat-gnome-th.omf -@dirrm share/xchat-gnome/icons/hicolor/scalable/apps -@dirrm share/xchat-gnome/icons/hicolor/scalable -@dirrm share/xchat-gnome/icons/hicolor/22x22/apps -@dirrm share/xchat-gnome/icons/hicolor/22x22 -@dirrm share/xchat-gnome/icons/hicolor/16x16/apps -@dirrm share/xchat-gnome/icons/hicolor/16x16 -@dirrm share/xchat-gnome/icons/hicolor -@dirrm share/xchat-gnome/icons -@dirrm share/xchat-gnome -@dirrm share/omf/xchat-gnome -@dirrm share/gnome/help/xchat-gnome/th/figures -@dirrm share/gnome/help/xchat-gnome/th -@dirrm share/gnome/help/xchat-gnome/sv/figures -@dirrm share/gnome/help/xchat-gnome/sv -@dirrm share/gnome/help/xchat-gnome/pt_BR/figures -@dirrm share/gnome/help/xchat-gnome/pt_BR -@dirrm share/gnome/help/xchat-gnome/oc/figures -@dirrm share/gnome/help/xchat-gnome/oc -@dirrm share/gnome/help/xchat-gnome/it/figures -@dirrm share/gnome/help/xchat-gnome/it -@dirrm share/gnome/help/xchat-gnome/fr/figures -@dirrm share/gnome/help/xchat-gnome/fr -@dirrm share/gnome/help/xchat-gnome/es/figures -@dirrm share/gnome/help/xchat-gnome/es -@dirrm share/gnome/help/xchat-gnome/ca/figures -@dirrm share/gnome/help/xchat-gnome/ca -@dirrm share/gnome/help/xchat-gnome/C/figures -@dirrm share/gnome/help/xchat-gnome/C -@dirrm share/gnome/help/xchat-gnome -@dirrm lib/xchat-gnome/plugins -@dirrm lib/xchat-gnome -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/tl/LC_MESSAGES -@dirrmtry share/locale/tl -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/jbo/LC_MESSAGES -@dirrmtry share/locale/jbo -@dirrmtry share/applications diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile deleted file mode 100644 index b9c2f0069..000000000 --- a/mail/balsa/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# New ports collection makefile for: balsa -# Date created: 02 December 1998 -# Whom: Glenn Johnson <gljohns@bellsouth.net> -# -# $FreeBSD$ -# $MCom: ports/mail/balsa/Makefile,v 1.21 2011/04/09 15:57:08 mezz Exp $ -# - -PORTNAME= balsa -PORTVERSION= 2.4.8 -PORTREVISION= 2 -CATEGORIES= mail gnome -MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ -DISTNAME= balsa-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A mail reader for the GNOME 2 desktop - -LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ - pcre.0:${PORTSDIR}/devel/pcre \ - esmtp.6:${PORTSDIR}/mail/libesmtp \ - gmime-2.4.6:${PORTSDIR}/mail/gmime24 \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra - -USE_GMAKE= yes -USE_BZIP2= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_PERL5= yes -USE_OPENSSL= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gtkhtml3 \ - libgnomeprintui -USE_GETTEXT= yes -USE_AUTOTOOLS= libltdl -GNU_CONFIGURE= yes -USE_ICONV= yes -CONFIGURE_ARGS= --enable-threads \ - --disable-more-warnings \ - --with-ssl \ - --without-nm \ - --with-canberra -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" - -MAN1= balsa.1 - -OPTIONS= LDAP "Enable LDAP support" on \ - GTKSPELL "Spell checking support" on \ - GTKSV "Enable GtkSourceview support" on \ - NOTIFY "Enable libnotify support" on \ - GPG "Enable GnuPG support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GPG) -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme -CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config -.endif - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap -.endif - -.if !defined(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell -CONFIGURE_ARGS+=--with-gtkspell -.endif - -.if !defined(WITHOUT_GTKSV) -USE_GNOME+= gtksourceview2 -CONFIGURE_ARGS+=--with-gtksourceview=2 -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--with-libnotify=yes -.else -CONFIGURE_ARGS+=--with-libnotify=no -.endif - -.if ${PREFIX}==${LOCALBASE} -PLIST_SUB+= GTKICON="@comment " -.else -PLIST_SUB+= GTKICON="" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|g' \ - ${WRKSRC}/libbalsa/mailbox_imap.c -# PREFIX safeness - @${REINPLACE_CMD} -E \ - -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED_SOURCE||g ; s|-D.*_DISABLE_DEPRECATED||g' - -.include <bsd.port.post.mk> diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo deleted file mode 100644 index e63d3e195..000000000 --- a/mail/balsa/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (balsa-2.4.8.tar.bz2) = 9b313920b754656f6c668f29675fd5630b001f4a3405f00fd9bf58d9b1f213cf -SIZE (balsa-2.4.8.tar.bz2) = 3150866 diff --git a/mail/balsa/files/patch-configure b/mail/balsa/files/patch-configure deleted file mode 100644 index c18f9adcf..000000000 --- a/mail/balsa/files/patch-configure +++ /dev/null @@ -1,227 +0,0 @@ ---- configure.orig 2010-02-14 15:51:21.000000000 -0500 -+++ configure 2010-02-14 15:51:21.000000000 -0500 -@@ -8884,7 +8884,7 @@ if test "${ac_cv_lib_ldap_ldap_search+se - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lldap -llber -lresolv $LIBS" -+LIBS="-lldap -llber $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -8949,7 +8949,7 @@ cat >>confdefs.h <<\_ACEOF - #define ENABLE_LDAP 1 - _ACEOF - -- LIBS="-lldap -llber -lresolv $LIBS" -+ LIBS="-lldap -llber $LIBS" - else - { { $as_echo "$as_me:$LINENO: error: *** You enabled LDAP but ldap library is not found." >&5 - $as_echo "$as_me: error: *** You enabled LDAP but ldap library is not found." >&2;} -@@ -11365,13 +11365,13 @@ _ACEOF - else - - --{ $as_echo "$as_me:$LINENO: checking for new_pspell_manager in -lpspell" >&5 --$as_echo_n "checking for new_pspell_manager in -lpspell... " >&6; } --if test "${ac_cv_lib_pspell_new_pspell_manager+set}" = set; then -+{ $as_echo "$as_me:$LINENO: checking for new_aspell_manager in -laspell" >&5 -+$as_echo_n "checking for new_aspell_manager in -laspell... " >&6; } -+if test "${ac_cv_lib_aspell_new_aspell_manager+set}" = set; then - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpspell -lstdc++ -lpspell-modules $LIBS" -+LIBS="-laspell -lstdc++ -laspell-modules $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -11385,11 +11385,11 @@ cat >>conftest.$ac_ext <<_ACEOF - #ifdef __cplusplus - extern "C" - #endif --char new_pspell_manager (); -+char new_aspell_manager (); - int - main () - { --return new_pspell_manager (); -+return new_aspell_manager (); - ; - return 0; - } -@@ -11415,12 +11415,12 @@ $as_echo "$ac_try_echo") >&5 - test "$cross_compiling" = yes || - $as_test_x conftest$ac_exeext - }; then -- ac_cv_lib_pspell_new_pspell_manager=yes -+ ac_cv_lib_aspell_new_aspell_manager=yes - else - $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_lib_pspell_new_pspell_manager=no -+ ac_cv_lib_aspell_new_aspell_manager=no - fi - - rm -rf conftest.dSYM -@@ -11428,19 +11428,19 @@ rm -f core conftest.err conftest.$ac_obj - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pspell_new_pspell_manager" >&5 --$as_echo "$ac_cv_lib_pspell_new_pspell_manager" >&6; } --if test "x$ac_cv_lib_pspell_new_pspell_manager" = x""yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_new_aspell_manager" >&5 -+$as_echo "$ac_cv_lib_aspell_new_aspell_manager" >&6; } -+if test "x$ac_cv_lib_aspell_new_aspell_manager" = x""yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBPSPELL 1 - _ACEOF - -- LIBS="-lpspell $LIBS" -+ LIBS="-laspell $LIBS" - - else - -- { { $as_echo "$as_me:$LINENO: error: *** Neither aspell >=0.50 (recommended) nor pspell (deprecated) library was found. Please check http://balsa.gnome.org for information on the required files. Alternatively, check config.log for clues." >&5 --$as_echo "$as_me: error: *** Neither aspell >=0.50 (recommended) nor pspell (deprecated) library was found. Please check http://balsa.gnome.org for information on the required files. Alternatively, check config.log for clues." >&2;} -+ { { $as_echo "$as_me:$LINENO: error: *** Neither aspell >=0.50 (recommended) nor aspell (deprecated) library was found. Please check http://balsa.gnome.org for information on the required files. Alternatively, check config.log for clues." >&5 -+$as_echo "$as_me: error: *** Neither aspell >=0.50 (recommended) nor aspell (deprecated) library was found. Please check http://balsa.gnome.org for information on the required files. Alternatively, check config.log for clues." >&2;} - { (exit 1); exit 1; }; } - - fi -@@ -11448,18 +11448,18 @@ fi - - fi - -- if test "${ac_cv_header_pspell_pspell_h+set}" = set; then -- { $as_echo "$as_me:$LINENO: checking for pspell/pspell.h" >&5 --$as_echo_n "checking for pspell/pspell.h... " >&6; } --if test "${ac_cv_header_pspell_pspell_h+set}" = set; then -+ if test "${ac_cv_header_aspell_aspell_h+set}" = set; then -+ { $as_echo "$as_me:$LINENO: checking for aspell/aspell.h" >&5 -+$as_echo_n "checking for aspell/aspell.h... " >&6; } -+if test "${ac_cv_header_aspell_aspell_h+set}" = set; then - $as_echo_n "(cached) " >&6 - fi --{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_pspell_pspell_h" >&5 --$as_echo "$ac_cv_header_pspell_pspell_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_aspell_aspell_h" >&5 -+$as_echo "$ac_cv_header_aspell_aspell_h" >&6; } - else - # Is the header compilable? --{ $as_echo "$as_me:$LINENO: checking pspell/pspell.h usability" >&5 --$as_echo_n "checking pspell/pspell.h usability... " >&6; } -+{ $as_echo "$as_me:$LINENO: checking aspell/aspell.h usability" >&5 -+$as_echo_n "checking aspell/aspell.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -11467,7 +11467,7 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --#include <pspell/pspell.h> -+#include <aspell/aspell.h> - _ACEOF - rm -f conftest.$ac_objext - if { (ac_try="$ac_compile" -@@ -11500,15 +11500,15 @@ rm -f core conftest.err conftest.$ac_obj - $as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ $as_echo "$as_me:$LINENO: checking pspell/pspell.h presence" >&5 --$as_echo_n "checking pspell/pspell.h presence... " >&6; } -+{ $as_echo "$as_me:$LINENO: checking aspell/aspell.h presence" >&5 -+$as_echo_n "checking aspell/aspell.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --#include <pspell/pspell.h> -+#include <aspell/aspell.h> - _ACEOF - if { (ac_try="$ac_cpp conftest.$ac_ext" - case "(($ac_try" in -@@ -11542,44 +11542,44 @@ $as_echo "$ac_header_preproc" >&6; } - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: accepted by the compiler, rejected by the preprocessor!" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: proceeding with the compiler's result" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: present but cannot be compiled" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: present but cannot be compiled" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: check for missing prerequisite headers?" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: check for missing prerequisite headers?" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: see the Autoconf documentation" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: see the Autoconf documentation" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: section \"Present But Cannot Be Compiled\"" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: proceeding with the preprocessor's result" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: proceeding with the preprocessor's result" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: in the future, the compiler will take precedence" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: in the future, the compiler will take precedence" >&2;} - - ;; - esac --{ $as_echo "$as_me:$LINENO: checking for pspell/pspell.h" >&5 --$as_echo_n "checking for pspell/pspell.h... " >&6; } --if test "${ac_cv_header_pspell_pspell_h+set}" = set; then -+{ $as_echo "$as_me:$LINENO: checking for aspell/aspell.h" >&5 -+$as_echo_n "checking for aspell/aspell.h... " >&6; } -+if test "${ac_cv_header_aspell_aspell_h+set}" = set; then - $as_echo_n "(cached) " >&6 - else -- ac_cv_header_pspell_pspell_h=$ac_header_preproc -+ ac_cv_header_aspell_aspell_h=$ac_header_preproc - fi --{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_pspell_pspell_h" >&5 --$as_echo "$ac_cv_header_pspell_pspell_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_aspell_aspell_h" >&5 -+$as_echo "$ac_cv_header_aspell_aspell_h" >&6; } - - fi --if test "x$ac_cv_header_pspell_pspell_h" = x""yes; then -+if test "x$ac_cv_header_aspell_aspell_h" = x""yes; then - : - else -- { { $as_echo "$as_me:$LINENO: error: ** aspell/pspell library found but not related header files. This probably means corresponding aspell-devel package is not installed " >&5 --$as_echo "$as_me: error: ** aspell/pspell library found but not related header files. This probably means corresponding aspell-devel package is not installed " >&2;} -+ { { $as_echo "$as_me:$LINENO: error: ** aspell/aspell library found but not related header files. This probably means corresponding aspell-devel package is not installed " >&5 -+$as_echo "$as_me: error: ** aspell/aspell library found but not related header files. This probably means corresponding aspell-devel package is not installed " >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -11882,7 +11882,7 @@ fi - - - cat >>confdefs.h <<\_ACEOF --#define _XOPEN_SOURCE 500 -+/*#define _XOPEN_SOURCE 500*/ - _ACEOF - - { $as_echo "$as_me:$LINENO: checking whether localtime_r is declared" >&5 diff --git a/mail/balsa/files/patch-libbalsa_imap_imap-handle.c b/mail/balsa/files/patch-libbalsa_imap_imap-handle.c deleted file mode 100644 index a7206c822..000000000 --- a/mail/balsa/files/patch-libbalsa_imap_imap-handle.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libbalsa/imap/imap-handle.c.orig Sun May 1 17:37:58 2005 -+++ libbalsa/imap/imap-handle.c Tue May 3 01:39:13 2005 -@@ -23,6 +23,7 @@ - - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <netdb.h> - #include <glib.h> - #include <glib-object.h> diff --git a/mail/balsa/files/patch-libbalsa_mailbox_local.c b/mail/balsa/files/patch-libbalsa_mailbox_local.c deleted file mode 100644 index ebe565329..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_local.c +++ /dev/null @@ -1,33 +0,0 @@ ---- libbalsa/mailbox_local.c.orig 2009-05-23 03:02:12.000000000 -0400 -+++ libbalsa/mailbox_local.c 2009-12-25 12:39:52.000000000 -0500 -@@ -440,7 +440,7 @@ libbalsa_mailbox_local_load_config(LibBa - - typedef struct { - GArray * array; -- guint (*fileno)(LibBalsaMailboxLocal * local, guint msgno); -+ guint (*sti_fileno)(LibBalsaMailboxLocal * local, guint msgno); - LibBalsaMailboxLocal *local; - } LibBalsaMailboxLocalSaveTreeInfo; - -@@ -464,9 +464,9 @@ lbm_local_save_tree_item(guint msgno, gu - if (msgno == 0) { - info.msgno = msgno; - info.value.total = a; -- } else if (save_info->fileno) { -- info.msgno = save_info->fileno(save_info->local, msgno); -- info.value.parent = save_info->fileno(save_info->local, a); -+ } else if (save_info->sti_fileno) { -+ info.msgno = save_info->sti_fileno(save_info->local, msgno); -+ info.value.parent = save_info->sti_fileno(save_info->local, a); - } else { - info.msgno = msgno; - info.value.parent = a; -@@ -524,7 +524,7 @@ lbm_local_save_tree(LibBalsaMailboxLocal - return; - } - -- save_info.fileno = LIBBALSA_MAILBOX_LOCAL_GET_CLASS(local)->fileno; -+ save_info.sti_fileno = LIBBALSA_MAILBOX_LOCAL_GET_CLASS(local)->sti_fileno; - save_info.local = local; - save_info.array = - g_array_new(FALSE, FALSE, sizeof(LibBalsaMailboxLocalTreeInfo)); diff --git a/mail/balsa/files/patch-libbalsa_mailbox_local.h b/mail/balsa/files/patch-libbalsa_mailbox_local.h deleted file mode 100644 index 7006f7f42..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_local.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libbalsa/mailbox_local.h.orig Sun May 6 13:57:53 2007 -+++ libbalsa/mailbox_local.h Thu May 31 01:04:10 2007 -@@ -79,7 +79,7 @@ struct _LibBalsaMailboxLocalClass { - gint (*check_files)(const gchar * path, gboolean create); - void (*set_path)(LibBalsaMailboxLocal * local, const gchar * path); - void (*remove_files)(LibBalsaMailboxLocal * local); -- guint (*fileno)(LibBalsaMailboxLocal * local, guint msgno); -+ guint (*sti_fileno)(LibBalsaMailboxLocal * local, guint msgno); - LibBalsaMailboxLocalMessageInfo *(*get_info)(LibBalsaMailboxLocal * local, - guint msgno); - }; diff --git a/mail/balsa/files/patch-libbalsa_mailbox_maildir.c b/mail/balsa/files/patch-libbalsa_mailbox_maildir.c deleted file mode 100644 index 9d865279b..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_maildir.c +++ /dev/null @@ -1,89 +0,0 @@ ---- libbalsa/mailbox_maildir.c.orig 2008-04-13 06:16:40.000000000 -0400 -+++ libbalsa/mailbox_maildir.c 2008-07-04 16:27:21.000000000 -0400 -@@ -25,6 +25,8 @@ - #define _XOPEN_SOURCE 500 - #define _XOPEN_SOURCE_EXTENDED 1 - -+#include <sys/types.h> -+#include <sys/stat.h> - #include <unistd.h> - #include <fcntl.h> - #include <errno.h> -@@ -49,7 +51,7 @@ struct message_info { - /* The message's order when parsing; needed for saving the message - * tree in a form that will match the msgnos when the mailbox is - * reopened. */ -- guint fileno; -+ guint mi_fileno; - }; - #define REAL_FLAGS(flags) ((flags) & LIBBALSA_MESSAGE_FLAGS_REAL) - #define FLAGS_REALLY_DIFFER(orig_flags, flags) \ -@@ -175,7 +177,7 @@ libbalsa_mailbox_maildir_class_init(LibB - libbalsa_mailbox_local_class->check_files = lbm_maildir_check_files; - libbalsa_mailbox_local_class->set_path = lbm_maildir_set_path; - libbalsa_mailbox_local_class->remove_files = lbm_maildir_remove_files; -- libbalsa_mailbox_local_class->fileno = lbm_maildir_fileno; -+ libbalsa_mailbox_local_class->sti_fileno = lbm_maildir_fileno; - libbalsa_mailbox_local_class->get_info = lbm_maildir_get_info; - } - -@@ -390,7 +392,7 @@ static LibBalsaMessageFlag parse_filenam - } - - static void lbm_maildir_parse(LibBalsaMailboxMaildir * mdir, -- const gchar *subdir, guint * fileno) -+ const gchar *subdir, guint * md_fileno) - { - gchar *path; - GDir *dir; -@@ -443,12 +445,12 @@ static void lbm_maildir_parse(LibBalsaMa - msg_info->key=key; - msg_info->filename=g_strdup(filename); - msg_info->local_info.flags = msg_info->orig_flags = flags; -- msg_info->fileno = 0; -+ msg_info->mi_fileno = 0; - } - msg_info->subdir = subdir; -- if (!msg_info->fileno) -+ if (!msg_info->mi_fileno) - /* First time we saw this key. */ -- msg_info->fileno = ++*fileno; -+ msg_info->mi_fileno = ++*md_fileno; - } - g_dir_close(dir); - } -@@ -456,21 +458,21 @@ static void lbm_maildir_parse(LibBalsaMa - static void - lbm_maildir_parse_subdirs(LibBalsaMailboxMaildir * mdir) - { -- guint msgno, fileno = 0; -+ guint msgno, md_fileno = 0; - - for (msgno = mdir->msgno_2_msg_info->len; msgno > 0; --msgno) { - struct message_info *msg_info = - message_info_from_msgno(mdir, msgno); -- msg_info->fileno = 0; -+ msg_info->mi_fileno = 0; - } - -- lbm_maildir_parse(mdir, "cur", &fileno); -+ lbm_maildir_parse(mdir, "cur", &md_fileno); - /* We parse "new" after "cur", so that any recent messages will have - * higher msgnos than any current messages. That ensures that the - * message tree saved by LibBalsaMailboxLocal is still valid, and - * that the new messages will be inserted correctly into the tree by - * libbalsa_mailbox_local_add_messages. */ -- lbm_maildir_parse(mdir, "new", &fileno); -+ lbm_maildir_parse(mdir, "new", &md_fileno); - } - - static gboolean -@@ -871,7 +873,7 @@ lbm_maildir_fileno(LibBalsaMailboxLocal - msg_info = - message_info_from_msgno((LibBalsaMailboxMaildir *) local, msgno); - -- return msg_info->fileno; -+ return msg_info->mi_fileno; - } - - static LibBalsaMailboxLocalMessageInfo * diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mbox.c b/mail/balsa/files/patch-libbalsa_mailbox_mbox.c deleted file mode 100644 index 2511938ff..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_mbox.c +++ /dev/null @@ -1,19 +0,0 @@ ---- libbalsa/mailbox_mbox.c.orig Tue Dec 27 14:54:34 2005 -+++ libbalsa/mailbox_mbox.c Thu Dec 29 01:44:01 2005 -@@ -26,6 +26,7 @@ - - #include <gmime/gmime-stream-fs.h> - -+#include <sys/stat.h> - #include <stdlib.h> - #include <unistd.h> - #include <fcntl.h> -@@ -214,7 +215,7 @@ lbm_mbox_check_files(const gchar * path, - } else if (create) { - gint fd; - -- if ((fd = creat(path, S_IRUSR | S_IWUSR)) == -1) { -+ if ((fd = open(path, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR | S_IWUSR)) == -1) { - g_warning("An error:\n%s\n occurred while trying to " - "create the mailbox \"%s\"\n", - strerror(errno), path); diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mh.c b/mail/balsa/files/patch-libbalsa_mailbox_mh.c deleted file mode 100644 index 36cd3b677..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_mh.c +++ /dev/null @@ -1,248 +0,0 @@ ---- libbalsa/mailbox_mh.c.orig Wed May 16 13:49:05 2007 -+++ libbalsa/mailbox_mh.c Thu May 31 01:09:09 2007 -@@ -27,6 +27,8 @@ - /* to compile this on BSD/Darwin */ - #undef _POSIX_SOURCE - -+#include <sys/types.h> -+#include <sys/stat.h> - #include <unistd.h> - #include <fcntl.h> - #include <errno.h> -@@ -45,7 +47,7 @@ - struct message_info { - LibBalsaMailboxLocalMessageInfo local_info; - LibBalsaMessageFlag orig_flags; /* Has only real flags */ -- gint fileno; -+ gint mi_fileno; - }; - - #define REAL_FLAGS(flags) (flags & LIBBALSA_MESSAGE_FLAGS_REAL) -@@ -260,7 +262,7 @@ libbalsa_mailbox_mh_load_config(LibBalsa - - #define MH_BASENAME(msg_info) \ - g_strdup_printf((msg_info->orig_flags & LIBBALSA_MESSAGE_FLAG_DELETED) ? \ -- ",%d" : "%d", msg_info->fileno) -+ ",%d" : "%d", msg_info->mi_fileno) - - static GMimeStream * - libbalsa_mailbox_mh_get_message_stream(LibBalsaMailbox * mailbox, -@@ -335,7 +337,7 @@ static gint - lbm_mh_compare_fileno(const struct message_info ** a, - const struct message_info ** b) - { -- return (*a)->fileno - (*b)->fileno; -+ return (*a)->mi_fileno - (*b)->mi_fileno; - } - - static void -@@ -352,7 +354,7 @@ lbm_mh_parse_mailbox(LibBalsaMailboxMh * - - while ((filename = g_dir_read_name(dir)) != NULL) { - LibBalsaMessageFlag delete_flag = 0; -- guint fileno; -+ guint mh_fileno; - - if (filename[0] == ',') { - filename++; -@@ -361,22 +363,22 @@ lbm_mh_parse_mailbox(LibBalsaMailboxMh * - if (lbm_mh_check_filename(filename) == FALSE) - continue; - -- if (sscanf(filename, "%d", &fileno) != 1) -+ if (sscanf(filename, "%d", &mh_fileno) != 1) - break; /* FIXME report error? */ -- if (fileno > mh->last_fileno) -- mh->last_fileno = fileno; -+ if (mh_fileno > mh->last_fileno) -+ mh->last_fileno = mh_fileno; - - if (add_msg_info && mh->messages_info) { - struct message_info *msg_info = - g_hash_table_lookup(mh->messages_info, -- GINT_TO_POINTER(fileno)); -+ GINT_TO_POINTER(mh_fileno)); - if (!msg_info) { - msg_info = g_new0(struct message_info, 1); - msg_info->local_info.flags = INVALID_FLAG; - g_hash_table_insert(mh->messages_info, -- GINT_TO_POINTER(fileno), msg_info); -+ GINT_TO_POINTER(mh_fileno), msg_info); - g_ptr_array_add(mh->msgno_2_msg_info, msg_info); -- msg_info->fileno = fileno; -+ msg_info->mi_fileno = mh_fileno; - } - msg_info->orig_flags = delete_flag; - } -@@ -394,17 +396,17 @@ static const gchar *LibBalsaMailboxMhRep - static const gchar *LibBalsaMailboxMhRecent = "recent:"; - - static void --lbm_mh_set_flag(LibBalsaMailboxMh * mh, guint fileno, LibBalsaMessageFlag flag) -+lbm_mh_set_flag(LibBalsaMailboxMh * mh, guint mh_fileno, LibBalsaMessageFlag flag) - { - struct message_info *msg_info; - -- if (!fileno) -+ if (!mh_fileno) - return; - -- msg_info = g_hash_table_lookup(mh->messages_info, GINT_TO_POINTER(fileno)); -+ msg_info = g_hash_table_lookup(mh->messages_info, GINT_TO_POINTER(mh_fileno)); - - if (!msg_info) { -- g_print("MH sequence info for nonexistent message %d\n", fileno); -+ g_print("MH sequence info for nonexistent message %d\n", mh_fileno); - return; - } - -@@ -433,7 +435,7 @@ lbm_mh_handle_seq_line(LibBalsaMailboxMh - - for (seq = sequences; *seq; seq++) { - guint end = 0; -- guint fileno; -+ guint mh_fileno; - - if (!**seq) - continue; -@@ -444,11 +446,11 @@ lbm_mh_handle_seq_line(LibBalsaMailboxMh - if (sscanf(line, "%d", &end) != 1) - break; /* FIXME report error? */ - } -- if (sscanf(*seq, "%d", &fileno) != 1) -+ if (sscanf(*seq, "%d", &mh_fileno) != 1) - break; /* FIXME report error? */ - do -- lbm_mh_set_flag(mh, fileno, flag); -- while (++fileno <= end); -+ lbm_mh_set_flag(mh, mh_fileno, flag); -+ while (++mh_fileno <= end); - } - - g_strfreev(sequences); -@@ -580,7 +582,7 @@ lbm_mh_check(LibBalsaMailboxMh * mh, con - sequences = g_strsplit(p, " ", 0); - for (seq = sequences; *seq; seq++) { - guint end = 0; -- guint fileno; -+ guint mh_fileno; - - if (!**seq) - continue; -@@ -591,15 +593,15 @@ lbm_mh_check(LibBalsaMailboxMh * mh, con - if (sscanf(p, "%d", &end) != 1) - break; /* FIXME report error? */ - } -- if (sscanf(*seq, "%d", &fileno) != 1) -+ if (sscanf(*seq, "%d", &mh_fileno) != 1) - break; /* FIXME report error? */ - do { -- p = g_strdup_printf("%s/%d", path, fileno); -+ p = g_strdup_printf("%s/%d", path, mh_fileno); - if (access(p, F_OK) == 0) - retval = TRUE; - g_free(p); - /* One undeleted unread message is enough. */ -- } while (!retval && ++fileno <= end); -+ } while (!retval && ++mh_fileno <= end); - } - g_strfreev(sequences); - break; -@@ -686,7 +688,7 @@ libbalsa_mailbox_mh_check(LibBalsaMailbo - else { - g_ptr_array_remove(mh->msgno_2_msg_info, msg_info); - g_hash_table_remove(mh->messages_info, -- GINT_TO_POINTER(msg_info->fileno)); -+ GINT_TO_POINTER(msg_info->mi_fileno)); - libbalsa_mailbox_local_msgno_removed(mailbox, msgno); - if (renumber > msgno) - /* First message that needs renumbering. */ -@@ -763,11 +765,11 @@ lbm_mh_flag_line(struct message_info *ms - if (!(msg_info->local_info.flags & flag)) - return; - -- if (li->last < msg_info->fileno - 1) { -+ if (li->last < msg_info->mi_fileno - 1) { - lbm_mh_print_line(li); -- li->first = msg_info->fileno; -+ li->first = msg_info->mi_fileno; - } -- li->last = msg_info->fileno; -+ li->last = msg_info->mi_fileno; - } - - static gboolean -@@ -849,7 +851,7 @@ libbalsa_mailbox_mh_sync(LibBalsaMailbox - /* free old information */ - g_ptr_array_remove(mh->msgno_2_msg_info, msg_info); - g_hash_table_remove(mh->messages_info, -- GINT_TO_POINTER(msg_info->fileno)); -+ GINT_TO_POINTER(msg_info->mi_fileno)); - libbalsa_mailbox_local_msgno_removed(mailbox, msgno); - } else { - lbm_mh_flag_line(msg_info, LIBBALSA_MESSAGE_FLAG_NEW, &unseen); -@@ -1038,7 +1040,7 @@ libbalsa_mailbox_mh_fetch_message_struct - * we'll just add new lines and let the next sync merge them with any - * existing lines. */ - static void --lbm_mh_update_sequences(LibBalsaMailboxMh * mh, gint fileno, -+lbm_mh_update_sequences(LibBalsaMailboxMh * mh, gint mh_fileno, - LibBalsaMessageFlag flags) - { - FILE *fp; -@@ -1049,13 +1051,13 @@ lbm_mh_update_sequences(LibBalsaMailboxM - return; - - if (flags & LIBBALSA_MESSAGE_FLAG_NEW) -- fprintf(fp, "unseen: %d\n", fileno); -+ fprintf(fp, "unseen: %d\n", mh_fileno); - if (flags & LIBBALSA_MESSAGE_FLAG_FLAGGED) -- fprintf(fp, "flagged: %d\n", fileno); -+ fprintf(fp, "flagged: %d\n", mh_fileno); - if (flags & LIBBALSA_MESSAGE_FLAG_REPLIED) -- fprintf(fp, "replied: %d\n", fileno); -+ fprintf(fp, "replied: %d\n", mh_fileno); - if (flags & LIBBALSA_MESSAGE_FLAG_RECENT) -- fprintf(fp, "recent: %d\n", fileno); -+ fprintf(fp, "recent: %d\n", mh_fileno); - fclose(fp); - } - -@@ -1072,7 +1074,7 @@ libbalsa_mailbox_mh_add_message(LibBalsa - int fd; - GMimeStream *out_stream; - GMimeFilter *crlffilter; -- int fileno; -+ int mh_fileno; - int retries; - GMimeStream *in_stream; - -@@ -1115,14 +1117,14 @@ libbalsa_mailbox_mh_add_message(LibBalsa - libbalsa_mime_stream_shared_unlock(stream); - g_object_unref(in_stream); - -- fileno = mh->last_fileno; -+ mh_fileno = mh->last_fileno; - retries = 10; - do { - /* rename tempfile to message-number-name */ - char *new_filename; - gint rename_status; - -- new_filename = g_strdup_printf("%s/%d", path, ++fileno); -+ new_filename = g_strdup_printf("%s/%d", path, ++mh_fileno); - rename_status = libbalsa_safe_rename(tmp, new_filename); - g_free(new_filename); - if (rename_status != -1) -@@ -1145,9 +1147,9 @@ libbalsa_mailbox_mh_add_message(LibBalsa - "Too high activity?"); - return FALSE; - } -- mh->last_fileno = fileno; -+ mh->last_fileno = mh_fileno; - -- lbm_mh_update_sequences(mh, fileno, -+ lbm_mh_update_sequences(mh, mh_fileno, - flags | LIBBALSA_MESSAGE_FLAG_RECENT); - - return TRUE; diff --git a/mail/balsa/files/patch-src_threads.h b/mail/balsa/files/patch-src_threads.h deleted file mode 100644 index 585d798ba..000000000 --- a/mail/balsa/files/patch-src_threads.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/threads.h.orig 2009-08-30 05:03:26.000000000 -0400 -+++ src/threads.h 2009-12-25 12:41:53.000000000 -0500 -@@ -23,6 +23,7 @@ - #define __THREADS_H__ - - #include <unistd.h> -+#include <pthread.h> - - /* FIXME: mailbox_lock is really an internal libbalsa mutex. */ - extern pthread_mutex_t mailbox_lock; diff --git a/mail/balsa/pkg-descr b/mail/balsa/pkg-descr deleted file mode 100644 index b7010e980..000000000 --- a/mail/balsa/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Balsa is a mail reader for the GNOME Desktop. It supports many features: - -* Support for local mailbox formats: mbox, maildir, mh -* Allows nested mailboxes -* Support for POP3 and IMAP mail access protocols -* Printing -* Spell Checking -* Multi-threaded mail retrevial (optional) -* MIME support (view images inline, save parts) -* Supports SMTP and/or use of local MTA, ie. Sendmail -* Address Book that integrates with GnomeCard -* Highly configurable -* Active, open development -* Multiple character sets for composing and reading messages -* Allows file attachments to outgoing messages -* GPG/OpenPGP mail signing and encryption - -WWW: http://balsa.gnome.org/ diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist deleted file mode 100644 index 100201a2c..000000000 --- a/mail/balsa/pkg-plist +++ /dev/null @@ -1,226 +0,0 @@ -bin/balsa -bin/balsa-ab -etc/sound/events/balsa.soundlist -libdata/bonobo/servers/GNOME_Balsa.server -share/applications/balsa.desktop -share/balsa/gtksourceview-2.0/balsa-mail-style.xml -share/balsa/gtksourceview-2.0/balsa-mail.lang -share/balsa/hicolor/16x16/apps/balsa-drop-down.png -share/balsa/hicolor/16x16/apps/balsa-encrypted.png -share/balsa/hicolor/16x16/apps/balsa-mark-all.png -share/balsa/hicolor/16x16/apps/balsa-mbox-draft.png -share/balsa/hicolor/16x16/apps/balsa-mbox-sent.png -share/balsa/hicolor/16x16/apps/balsa-mbox-tray-empty.png -share/balsa/hicolor/16x16/apps/balsa-mbox-tray-full.png -share/balsa/hicolor/16x16/apps/balsa-next-flagged.png -share/balsa/hicolor/16x16/apps/balsa-next-part.png -share/balsa/hicolor/16x16/apps/balsa-next-unread.png -share/balsa/hicolor/16x16/apps/balsa-next.png -share/balsa/hicolor/16x16/apps/balsa-postpone.png -share/balsa/hicolor/16x16/apps/balsa-previous-part.png -share/balsa/hicolor/16x16/apps/balsa-previous.png -share/balsa/hicolor/16x16/apps/balsa-reply-all.png -share/balsa/hicolor/16x16/apps/balsa-signature-bad.png -share/balsa/hicolor/16x16/apps/balsa-signature-good.png -share/balsa/hicolor/16x16/apps/balsa-signature-notrust.png -share/balsa/hicolor/16x16/apps/balsa-signature-unknown.png -share/balsa/hicolor/16x16/apps/mail-inbox.png -share/balsa/hicolor/16x16/apps/mail-outbox.png -share/balsa/hicolor/16x16/apps/stock_book_open.png -share/balsa/hicolor/16x16/apps/stock_book_red.png -share/balsa/hicolor/16x16/apps/stock_contact.png -share/balsa/hicolor/16x16/apps/stock_mail-receive.png -share/balsa/hicolor/16x16/apps/stock_mail.png -share/balsa/hicolor/22x22 -share/balsa/hicolor/24x24/apps/balsa-crypt-check.png -share/balsa/hicolor/24x24/apps/balsa-encrypt.png -share/balsa/hicolor/24x24/apps/balsa-encrypted.png -share/balsa/hicolor/24x24/apps/balsa-mark-all.png -share/balsa/hicolor/24x24/apps/balsa-marked-new.png -share/balsa/hicolor/24x24/apps/balsa-next-flagged.png -share/balsa/hicolor/24x24/apps/balsa-next-part.png -share/balsa/hicolor/24x24/apps/balsa-next-unread.png -share/balsa/hicolor/24x24/apps/balsa-next.png -share/balsa/hicolor/24x24/apps/balsa-postpone.png -share/balsa/hicolor/24x24/apps/balsa-preview.png -share/balsa/hicolor/24x24/apps/balsa-previous-part.png -share/balsa/hicolor/24x24/apps/balsa-previous.png -share/balsa/hicolor/24x24/apps/balsa-reply-all.png -share/balsa/hicolor/24x24/apps/balsa-sign.png -share/balsa/hicolor/24x24/apps/balsa-signature-bad.png -share/balsa/hicolor/24x24/apps/balsa-signature-good.png -share/balsa/hicolor/24x24/apps/balsa-signature-notrust.png -share/balsa/hicolor/24x24/apps/balsa-signature-unknown.png -share/balsa/hicolor/24x24/apps/balsa-trash-empty.png -share/balsa/hicolor/24x24/apps/stock_book_blue.png -share/balsa/hicolor/24x24/apps/stock_book_green.png -share/balsa/hicolor/24x24/apps/stock_book_open.png -share/balsa/hicolor/24x24/apps/stock_book_red.png -share/balsa/hicolor/24x24/apps/stock_book_yellow.png -share/balsa/hicolor/24x24/apps/stock_contact.png -share/balsa/hicolor/24x24/apps/stock_mail-receive.png -share/balsa/hicolor/24x24/apps/stock_mail.png -share/balsa/hicolor/24x24/apps/stock_view-fields.png -share/balsa/pixmaps/attachment.png -share/balsa/pixmaps/balsa-logo.png -share/balsa/pixmaps/balsa-top.png -share/balsa/pixmaps/balsa-watermark.png -share/balsa/pixmaps/balsa_icon.png -share/balsa/pixmaps/balsa_logo.png -share/gnome/help/balsa/C/balsa.xml -share/gnome/help/balsa/C/figures/address-book-ldap.png -share/gnome/help/balsa/C/figures/address-book-modify.png -share/gnome/help/balsa/C/figures/address-book-vcard.png -share/gnome/help/balsa/C/figures/address-book.png -share/gnome/help/balsa/C/figures/balsa_logo.png -share/gnome/help/balsa/C/figures/druid-start.png -share/gnome/help/balsa/C/figures/example-alias.png -share/gnome/help/balsa/C/figures/figuresdobaaddress-book-modify.png -share/gnome/help/balsa/C/figures/main-window-toolbar.png -share/gnome/help/balsa/C/figures/main-window.png -share/gnome/help/balsa/C/figures/message-window.png -share/gnome/help/balsa/C/figures/msg-part-select.png -share/gnome/help/balsa/C/figures/newmsg-window-attachments.png -share/gnome/help/balsa/C/figures/newmsg-window-toolbar.png -share/gnome/help/balsa/C/figures/newmsg-window.png -share/gnome/help/balsa/C/figures/preferences-window.png -share/gnome/help/balsa/C/figures/spell-check.png -share/gnome/help/balsa/de/balsa.xml -share/gnome/help/balsa/de/figures/address-book-ldap.png -share/gnome/help/balsa/de/figures/address-book-modify.png -share/gnome/help/balsa/de/figures/address-book-vcard.png -share/gnome/help/balsa/de/figures/address-book.png -share/gnome/help/balsa/de/figures/balsa_logo.png -share/gnome/help/balsa/de/figures/druid-start.png -share/gnome/help/balsa/de/figures/example-alias.png -share/gnome/help/balsa/de/figures/figuresdobaaddress-book-modify.png -share/gnome/help/balsa/de/figures/main-window-toolbar.png -share/gnome/help/balsa/de/figures/main-window.png -share/gnome/help/balsa/de/figures/message-window.png -share/gnome/help/balsa/de/figures/msg-part-select.png -share/gnome/help/balsa/de/figures/newmsg-window-attachments.png -share/gnome/help/balsa/de/figures/newmsg-window-toolbar.png -share/gnome/help/balsa/de/figures/newmsg-window.png -share/gnome/help/balsa/de/figures/preferences-window.png -share/gnome/help/balsa/de/figures/spell-check.png -share/gnome/help/balsa/es/balsa.xml -share/gnome/help/balsa/es/figures/address-book-ldap.png -share/gnome/help/balsa/es/figures/address-book-modify.png -share/gnome/help/balsa/es/figures/address-book-vcard.png -share/gnome/help/balsa/es/figures/address-book.png -share/gnome/help/balsa/es/figures/balsa_logo.png -share/gnome/help/balsa/es/figures/druid-start.png -share/gnome/help/balsa/es/figures/example-alias.png -share/gnome/help/balsa/es/figures/figuresdobaaddress-book-modify.png -share/gnome/help/balsa/es/figures/main-window-toolbar.png -share/gnome/help/balsa/es/figures/main-window.png -share/gnome/help/balsa/es/figures/message-window.png -share/gnome/help/balsa/es/figures/msg-part-select.png -share/gnome/help/balsa/es/figures/newmsg-window-attachments.png -share/gnome/help/balsa/es/figures/newmsg-window-toolbar.png -share/gnome/help/balsa/es/figures/newmsg-window.png -share/gnome/help/balsa/es/figures/preferences-window.png -share/gnome/help/balsa/es/figures/spell-check.png -share/idl/Balsa.idl -share/omf/balsa/balsa-C.omf -share/omf/balsa/balsa-de.omf -share/omf/balsa/balsa-es.omf -share/pixmaps/gnome-balsa2.png -share/sounds/balsa/newmail.wav -share/sounds/balsa/startup.wav -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pgp-signature.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-mime.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-signature.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-pkcs7-signature.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-message-disposition-notification.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-message-external-body.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-message.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-alternative.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-encrypted.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-signed.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart.png -share/locale/am/LC_MESSAGES/balsa.mo -share/locale/ar/LC_MESSAGES/balsa.mo -share/locale/az/LC_MESSAGES/balsa.mo -share/locale/be/LC_MESSAGES/balsa.mo -share/locale/bg/LC_MESSAGES/balsa.mo -share/locale/ca/LC_MESSAGES/balsa.mo -share/locale/cs/LC_MESSAGES/balsa.mo -share/locale/da/LC_MESSAGES/balsa.mo -share/locale/de/LC_MESSAGES/balsa.mo -share/locale/dz/LC_MESSAGES/balsa.mo -share/locale/el/LC_MESSAGES/balsa.mo -share/locale/en_CA/LC_MESSAGES/balsa.mo -share/locale/en_GB/LC_MESSAGES/balsa.mo -share/locale/es/LC_MESSAGES/balsa.mo -share/locale/et/LC_MESSAGES/balsa.mo -share/locale/eu/LC_MESSAGES/balsa.mo -share/locale/fi/LC_MESSAGES/balsa.mo -share/locale/fr/LC_MESSAGES/balsa.mo -share/locale/ga/LC_MESSAGES/balsa.mo -share/locale/gl/LC_MESSAGES/balsa.mo -share/locale/he/LC_MESSAGES/balsa.mo -share/locale/hi/LC_MESSAGES/balsa.mo -share/locale/hr/LC_MESSAGES/balsa.mo -share/locale/hu/LC_MESSAGES/balsa.mo -share/locale/id/LC_MESSAGES/balsa.mo -share/locale/it/LC_MESSAGES/balsa.mo -share/locale/ja/LC_MESSAGES/balsa.mo -share/locale/ko/LC_MESSAGES/balsa.mo -share/locale/lt/LC_MESSAGES/balsa.mo -share/locale/lv/LC_MESSAGES/balsa.mo -share/locale/mk/LC_MESSAGES/balsa.mo -share/locale/ml/LC_MESSAGES/balsa.mo -share/locale/ms/LC_MESSAGES/balsa.mo -share/locale/nb/LC_MESSAGES/balsa.mo -share/locale/ne/LC_MESSAGES/balsa.mo -share/locale/nl/LC_MESSAGES/balsa.mo -share/locale/nn/LC_MESSAGES/balsa.mo -share/locale/oc/LC_MESSAGES/balsa.mo -share/locale/pa/LC_MESSAGES/balsa.mo -share/locale/pl/LC_MESSAGES/balsa.mo -share/locale/pt/LC_MESSAGES/balsa.mo -share/locale/pt_BR/LC_MESSAGES/balsa.mo -share/locale/ro/LC_MESSAGES/balsa.mo -share/locale/ru/LC_MESSAGES/balsa.mo -share/locale/rw/LC_MESSAGES/balsa.mo -share/locale/sk/LC_MESSAGES/balsa.mo -share/locale/sl/LC_MESSAGES/balsa.mo -share/locale/sq/LC_MESSAGES/balsa.mo -share/locale/sr/LC_MESSAGES/balsa.mo -share/locale/sr@Latn/LC_MESSAGES/balsa.mo -share/locale/sv/LC_MESSAGES/balsa.mo -share/locale/tr/LC_MESSAGES/balsa.mo -share/locale/uk/LC_MESSAGES/balsa.mo -share/locale/vi/LC_MESSAGES/balsa.mo -share/locale/wa/LC_MESSAGES/balsa.mo -share/locale/zh_CN/LC_MESSAGES/balsa.mo -share/locale/zh_HK/LC_MESSAGES/balsa.mo -share/locale/zh_TW/LC_MESSAGES/balsa.mo -@dirrm share/sounds/balsa -@dirrm share/omf/balsa -%%GTKICON%%@dirrmtry share/icons/hicolor/48x48/mimetypes -@dirrm share/gnome/help/balsa/es/figures -@dirrm share/gnome/help/balsa/es -@dirrm share/gnome/help/balsa/de/figures -@dirrm share/gnome/help/balsa/de -@dirrm share/gnome/help/balsa/C/figures -@dirrm share/gnome/help/balsa/C -@dirrm share/gnome/help/balsa -@dirrm share/balsa/pixmaps -@dirrm share/balsa/hicolor/24x24/apps -@dirrm share/balsa/hicolor/24x24 -@dirrm share/balsa/hicolor/16x16/apps -@dirrm share/balsa/hicolor/16x16 -@dirrm share/balsa/hicolor -@dirrm share/balsa/gtksourceview-2.0 -@dirrm share/balsa -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/applications diff --git a/mail/claws-mail-fancy/Makefile b/mail/claws-mail-fancy/Makefile deleted file mode 100644 index 874b1be9d..000000000 --- a/mail/claws-mail-fancy/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: claws-mail-fancy -# Date created: 2009-07-06 -# Whom: Pawel Pekala <c0rn@o2.pl> -# -# $FreeBSD$ -# - -PORTNAME= fancy -PORTVERSION= 0.9.13 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- - -MAINTAINER= pawel@FreeBSD.org -COMMENT= Webkit based HTML renderer plugin for claws-mail - -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 -BUILD_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail - -LICENSE= GPLv3 - -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf -USE_ICONV= yes -USE_GNOME= gtk20 -MAKE_JOBS_SAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" - -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -.include <bsd.port.mk> diff --git a/mail/claws-mail-fancy/distinfo b/mail/claws-mail-fancy/distinfo deleted file mode 100644 index ae145346d..000000000 --- a/mail/claws-mail-fancy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fancy-0.9.13.tar.gz) = 9404628b375fd0b90e388d2fba3835853ac6fb4e70229ccd43d4cabc34f8fb40 -SIZE (fancy-0.9.13.tar.gz) = 369308 diff --git a/mail/claws-mail-fancy/pkg-descr b/mail/claws-mail-fancy/pkg-descr deleted file mode 100644 index 72664223a..000000000 --- a/mail/claws-mail-fancy/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This plugin renders HTML e-mail using the WebKit library. - -WWW: http://www.claws-mail.org/plugins.php diff --git a/mail/claws-mail-fancy/pkg-plist b/mail/claws-mail-fancy/pkg-plist deleted file mode 100644 index b0e7c9445..000000000 --- a/mail/claws-mail-fancy/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -@comment $FreeBSD$ -lib/claws-mail/plugins/fancy.so -lib/claws-mail/plugins/fancy.la -lib/claws-mail/plugins/fancy.a -%%NLS%%share/locale/ca/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/cs/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/es/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/fi/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/fr/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/hu/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/id/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/it/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/ja/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/ru/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/nl/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/sk/LC_MESSAGES/fancy.mo diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile deleted file mode 100644 index 546c9bac8..000000000 --- a/mail/evolution/Makefile +++ /dev/null @@ -1,120 +0,0 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.236 2011/04/09 21:46:57 mezz Exp $ -# - -PORTNAME= evolution -PORTVERSION= 2.32.1 -PORTREVISION= 2 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An integrated mail, calendar and address book distributed suite - -LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview -RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell - -CONFLICTS= evolution-3.[0-9]* - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ - desktopfileutils gnomedocutils ltasneededhack gnomedesktop -USE_AUTOTOOLS= libtool -USE_GSTREAMER= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} -CONFIGURE_ARGS= --enable-nss=yes \ - --enable-mono=no \ - --disable-nm \ - --with-sub-version=" FreeBSD GNOME Team Port" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= apps_evolution_addressbook.schemas \ - apps-evolution-attachment-reminder.schemas \ - apps_evolution_calendar.schemas \ - apps_evolution_email_custom_header.schemas \ - apps-evolution-mail-notification.schemas \ - apps-evolution-mail-prompts-checkdefault.schemas \ - apps_evolution_shell.schemas \ - apps-evolution-template-placeholders.schemas \ - bogo-junk-plugin.schemas \ - evolution-mail.schemas - -EVO_VERSION= 2.32 -PLIST_SUB= VERSION=${EVO_VERSION} \ - PORTVERSION=2.12 - -OPTIONS= LDAP "Enable LDAP support" on \ - CANBERRA "Enable canberra plugin" on \ - SPAMASSASSIN "Enable SpamAssassin spam filtering" off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-openldap=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-openldap=no -.endif - -.if defined(WITH_SPAMASSASSIN) -RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin -.endif - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -.if defined(WITH_CANBERRA) -LIB_DEPENDS+= canberra-gtk.0:${PORTSDIR}/audio/libcanberra -CONFIGURE_ARGS+=--enable-canberra=yes -PLIST_SUB+= CANBERRA="" -.else -CONFIGURE_ARGS+=--enable-canberra=no -PLIST_SUB+= CANBERRA="@comment " -.endif - -# needs newer libpst version 0.6.41 or higher -#.if defined (WITH_PST) -#CONFIGURE_ARGS+= --enable-pst-import -#BUILD_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#RUN_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#PLIST_SUB+= PST="" -#.else -CONFIGURE_ARGS+= --disable-pst-import -PLIST_SUB+= PST="@comment " -#.endif - -post-patch: - @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ - -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ - -e 's|-Wl,--no-undefined||g' \ - -e 's|-DGTK_DISABLE_DEPRECATED||g' \ - -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ - ${WRKSRC}/plugins/bogo-junk-plugin/bf-junk-filter.c - @${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \ - ${WRKSRC}/plugins/sa-junk-plugin/em-junk-filter.c - @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC} - -.include <bsd.port.post.mk> diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo deleted file mode 100644 index 27311f699..000000000 --- a/mail/evolution/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/evolution-2.32.1.tar.bz2) = 6f6f904b5a2c6cf51f9c44317fc1990b07593eba54957c3924c2db0a235117a3 -SIZE (gnome2/evolution-2.32.1.tar.bz2) = 31875075 diff --git a/mail/evolution/files/fix-plugins.sh b/mail/evolution/files/fix-plugins.sh deleted file mode 100755 index cadd97bae..000000000 --- a/mail/evolution/files/fix-plugins.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh - -plugin_srcs="addressbook-file/addressbook-file.c attachment-reminder/attachment-reminder.c audio-inline/audio-inline.c backup-restore/backup-restore.c bbdb/bbdb.c bogo-junk-plugin/bf-junk-filter.c caldav/caldav-source.c calendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/calendar-weather.c contacts-map/contacts-map.c dbx-import/dbx-importer.c default-source/default-source.c email-custom-header/email-custom-header.c external-editor/external-editor.c face/face.c google-account-setup/google-source.c groupwise-features/install-shared.c image-inline/image-inline.c imap-features/imap-headers.c itip-formatter/itip-formatter.c mail-notification/mail-notification.c mail-to-task/mail-to-task.c mailing-list-actions/mailing-list-actions.c mark-all-read/mark-all-read.c plugin-manager/plugin-manager.c prefer-plain/prefer-plain.c profiler/profiler.c pst-import/pst-importer.c publish-calendar/publish-calendar.c sa-junk-plugin/em-junk-filter.c save-calendar/save-calendar.c subject-thread/subject-thread.c templates/templates.c tnef-attachments/tnef-plugin.c vcard-inline/vcard-inline.c webdav-account-setup/webdav-contacts-source.c" - -module_srcs="addressbook/evolution-module-addressbook.c calendar/evolution-module-calendar.c composer-autosave/e-composer-autosave.c connman/evolution-connman.c mail/evolution-module-mail.c mailto-handler/evolution-mailto-handler.c network-manager/evolution-network-manager.c plugin-lib/evolution-module-plugin-lib.c plugin-mono/evolution-module-plugin-mono.c plugin-python/evolution-module-plugin-python.c startup-wizard/evolution-startup-wizard.c windows-sens/evolution-windows-sens.c" - -WRKSRC=$1 - -for i in ${plugin_srcs}; do - if [ ! -f ${WRKSRC}/plugins/${i} ]; then - echo "WARNING: Failed to find plugin source file ${WRKSRC}/plugins/${i}" - continue - fi - cp ${WRKSRC}/plugins/${i} ${WRKSRC}/plugins/${i}.bak - printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/plugins/${i} - printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/plugins/${i} - printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/plugins/${i} - printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/plugins/${i} - dir=$(dirname ${WRKSRC}/plugins/${i}) - if ! grep -q e_plugin_lib_enable ${dir}/*.c; then - printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i} - printf "gint e_plugin_lib_enable (EPlugin *ep, gint enable);\n" >> ${WRKSRC}/plugins/${i} - printf "gint\ne_plugin_lib_enable (EPlugin *ep, gint enable) {\n\treturn 0;\n}\n" >> ${WRKSRC}/plugins/${i} - fi - if ! grep -q e_plugin_lib_get_configure_widget ${dir}/*.c; then - printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i} - printf "GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin);\n" >> ${WRKSRC}/plugins/${i} - printf "GtkWidget *\ne_plugin_lib_get_configure_widget (EPlugin *plugin) {\n\treturn NULL;\n}" >> ${WRKSRC}/plugins/${i} - fi -done - -for i in ${module_srcs}; do - if [ ! -f ${WRKSRC}/modules/${i} ]; then - echo "WARNING: Failed to find module source file ${WRKSRC}/modules/${i}" - continue - fi - cp ${WRKSRC}/modules/${i} ${WRKSRC}/modules/${i}.bak - dir=$(dirname ${WRKSRC}/modules/${i}) - if ! grep -q g_module_check_init ${dir}/*.c; then - printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/modules/${i} - printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/modules/${i} - fi - if ! grep g_module_unload ${dir}/*.c; then - printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/modules/${i} - printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/modules/${i} - fi -done - - diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa deleted file mode 100644 index 3b9eb7094..000000000 --- a/mail/evolution/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig 2009-12-26 20:42:20.000000000 +0100 -+++ configure 2009-12-26 20:49:17.000000000 +0100 -@@ -4329,7 +4329,7 @@ - -Wdeclaration-after-statement - -Werror-implicit-function-declaration - -Wformat-security -Winit-self -- -Wmissing-declarations -Wmissing-include-dirs -+ -Wmissing-declarations - -Wmissing-noreturn -Wnested-externs -Wpointer-arith - -Wredundant-decls -Wundef -Wwrite-strings" - flags_supported="" -@@ -16441,6 +16441,16 @@ - CHAMPLAIN_REQUIREMENT='' - GEOCLUE_REQUIREMENT='' - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ SOEXT='.so' -+ SA_JUNK_PLUGIN=sa-junk-plugin -+ BF_JUNK_PLUGIN=bogo-junk-plugin -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ ;; - *) - os_win32=no - NO_UNDEFINED='-no-undefined' -@@ -18544,6 +18554,7 @@ - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -+ #include <stdio.h> - - #define BUFSIZE (sizeof(struct hostent)+10) - diff --git a/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c b/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c deleted file mode 100644 index e713de004..000000000 --- a/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/gui/alarm-notify/alarm-queue.c.orig 2011-03-07 20:53:40.000000000 +0100 -+++ calendar/gui/alarm-notify/alarm-queue.c 2011-03-07 20:53:50.000000000 +0100 -@@ -1606,7 +1606,7 @@ popup_notification (time_t trigger, Comp - body = g_strdup_printf ("%s %s", start_str, time_str); - } - -- n = notify_notification_new (summary, body, "stock_appointment-reminder", NULL); -+ n = notify_notification_new (summary, body, "stock_appointment-reminder"); - if (!notify_notification_show(n, NULL)) - g_warning ("Could not send notification to daemon\n"); - diff --git a/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c b/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c deleted file mode 100644 index 0df6bd970..000000000 --- a/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c +++ /dev/null @@ -1,19 +0,0 @@ ---- modules/addressbook/evolution-module-addressbook.c.orig 2010-04-11 12:47:18.000000000 -0400 -+++ modules/addressbook/evolution-module-addressbook.c 2010-04-11 12:48:06.000000000 -0400 -@@ -47,3 +47,16 @@ G_MODULE_EXPORT void - e_module_unload (GTypeModule *type_module) - { - } -+ -+G_MODULE_EXPORT const gchar * -+g_module_check_init (GModule *module) -+{ -+ /* FIXME Until addressbook is split into a module library and a -+ * reusable shared library, prevent the module from -+ * being unloaded. Unloading the module resets all -+ * static variables, which screws up foo_get_type() -+ * functions among other things. */ -+ g_module_make_resident (module); -+ -+ return NULL; -+} diff --git a/mail/evolution/files/patch-plugins_mail-notification_mail-notification.c b/mail/evolution/files/patch-plugins_mail-notification_mail-notification.c deleted file mode 100644 index adddf1b38..000000000 --- a/mail/evolution/files/patch-plugins_mail-notification_mail-notification.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/mail-notification/mail-notification.c.orig 2011-03-07 21:24:25.000000000 +0100 -+++ plugins/mail-notification/mail-notification.c 2011-03-07 21:24:40.000000000 +0100 -@@ -564,9 +564,7 @@ new_notify_status (EMEventTargetFolder * - - notify = notify_notification_new ( - _("New email"), safetext, -- "mail-unread", NULL); -- notify_notification_attach_to_status_icon ( -- notify, status_icon); -+ "mail-unread"); - - /* Check if actions are supported */ - if (can_support_actions ()) { diff --git a/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c b/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c deleted file mode 100644 index 55120db4c..000000000 --- a/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/publish-calendar/publish-calendar.c.orig 2011-03-07 21:12:59.000000000 +0100 -+++ plugins/publish-calendar/publish-calendar.c 2011-03-07 21:14:23.000000000 +0100 -@@ -150,8 +150,7 @@ update_publish_notification (GtkMessageT - return; - } - -- notify = notify_notification_new (_("Calendar Publishing"), actual_msg->str, stock_name, NULL); -- notify_notification_attach_to_status_icon (notify, status_icon); -+ notify = notify_notification_new (_("Calendar Publishing"), actual_msg->str, stock_name); - notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL); - notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT); - g_timeout_add (500, show_notify_cb, NULL); diff --git a/mail/evolution/pkg-descr b/mail/evolution/pkg-descr deleted file mode 100644 index 068e19e1a..000000000 --- a/mail/evolution/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Ximian Evolution[tm] is the premier personal and workgroup information -management solution for UNIX. Evolution seamlessly integrates email, -calendaring, meeting scheduling, contact management and online task lists -in one powerful, fast, and easy to use application. It also delivers a -comprehensive set of features that help keep work organized and projects -on track. The unique Ximian vFolders[tm] are virtual folders used to -create and save powerful contextual views of email messages. - -WWW: http://www.gnome.org/projects/evolution/ diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist deleted file mode 100644 index 64e8edf28..000000000 --- a/mail/evolution/pkg-plist +++ /dev/null @@ -1,2499 +0,0 @@ -bin/evolution -bin/evolution-settings -etc/xdg/autostart/evolution-alarm-notify.desktop -include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-config.h -include/evolution-%%VERSION%%/calendar/common/authentication.h -include/evolution-%%VERSION%%/calendar/gui/cal-editor-utils.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config-keys.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config.h -include/evolution-%%VERSION%%/calendar/gui/calendar-view-factory.h -include/evolution-%%VERSION%%/calendar/gui/calendar-view.h -include/evolution-%%VERSION%%/calendar/gui/comp-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-list-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cal-prefs-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/calendar-setup.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cancel-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/changed-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/copy-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-error.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-delegate-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-send-options-utils.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recur-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recurrence-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/save-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/schedule-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/select-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/send-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-details-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-page.h -include/evolution-%%VERSION%%/calendar/gui/e-alarm-list.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-config.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-event.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-list-view.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model-calendar.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model.h -include/evolution-%%VERSION%%/calendar/gui/e-calendar-selector.h -include/evolution-%%VERSION%%/calendar/gui/e-calendar-view.h -include/evolution-%%VERSION%%/calendar/gui/e-cell-date-edit-text.h -include/evolution-%%VERSION%%/calendar/gui/e-date-time-list.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-time-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-top-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-attendee.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-list-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-store.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel-item.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-types.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-utils.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-editable.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-renderer.h -include/evolution-%%VERSION%%/calendar/gui/e-timezone-entry.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-event-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-titles-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view.h -include/evolution-%%VERSION%%/calendar/gui/gnome-cal.h -include/evolution-%%VERSION%%/calendar/gui/goto.h -include/evolution-%%VERSION%%/calendar/gui/itip-utils.h -include/evolution-%%VERSION%%/calendar/gui/misc.h -include/evolution-%%VERSION%%/calendar/gui/tag-calendar.h -include/evolution-%%VERSION%%/calendar/gui/weekday-picker.h -include/evolution-%%VERSION%%/composer/e-composer-actions.h -include/evolution-%%VERSION%%/composer/e-composer-common.h -include/evolution-%%VERSION%%/composer/e-composer-from-header.h -include/evolution-%%VERSION%%/composer/e-composer-header-table.h -include/evolution-%%VERSION%%/composer/e-composer-header.h -include/evolution-%%VERSION%%/composer/e-composer-name-header.h -include/evolution-%%VERSION%%/composer/e-composer-post-header.h -include/evolution-%%VERSION%%/composer/e-composer-private.h -include/evolution-%%VERSION%%/composer/e-composer-text-header.h -include/evolution-%%VERSION%%/composer/e-msg-composer.h -include/evolution-%%VERSION%%/e-util/e-account-utils.h -include/evolution-%%VERSION%%/e-util/e-activity.h -include/evolution-%%VERSION%%/e-util/e-alert-activity.h -include/evolution-%%VERSION%%/e-util/e-alert-dialog.h -include/evolution-%%VERSION%%/e-util/e-alert.h -include/evolution-%%VERSION%%/e-util/e-binding.h -include/evolution-%%VERSION%%/e-util/e-bit-array.h -include/evolution-%%VERSION%%/e-util/e-categories-config.h -include/evolution-%%VERSION%%/e-util/e-charset.h -include/evolution-%%VERSION%%/e-util/e-config.h -include/evolution-%%VERSION%%/e-util/e-datetime-format.h -include/evolution-%%VERSION%%/e-util/e-dialog-utils.h -include/evolution-%%VERSION%%/e-util/e-dialog-widgets.h -include/evolution-%%VERSION%%/e-util/e-event.h -include/evolution-%%VERSION%%/e-util/e-extensible.h -include/evolution-%%VERSION%%/e-util/e-extension.h -include/evolution-%%VERSION%%/e-util/e-file-utils.h -include/evolution-%%VERSION%%/e-util/e-html-utils.h -include/evolution-%%VERSION%%/e-util/e-icon-factory.h -include/evolution-%%VERSION%%/e-util/e-io-activity.h -include/evolution-%%VERSION%%/e-util/e-import.h -include/evolution-%%VERSION%%/e-util/e-logger.h -include/evolution-%%VERSION%%/e-util/e-marshal.h -include/evolution-%%VERSION%%/e-util/e-mktemp.h -include/evolution-%%VERSION%%/e-util/e-module.h -include/evolution-%%VERSION%%/e-util/e-non-intrusive-error-dialog.h -include/evolution-%%VERSION%%/e-util/e-poolv.h -include/evolution-%%VERSION%%/e-util/e-plugin-ui.h -include/evolution-%%VERSION%%/e-util/e-plugin-util.h -include/evolution-%%VERSION%%/e-util/e-plugin.h -include/evolution-%%VERSION%%/e-util/e-print.h -include/evolution-%%VERSION%%/e-util/e-profile-event.h -include/evolution-%%VERSION%%/e-util/e-selection.h -include/evolution-%%VERSION%%/e-util/e-signature-list.h -include/evolution-%%VERSION%%/e-util/e-signature-utils.h -include/evolution-%%VERSION%%/e-util/e-signature.h -include/evolution-%%VERSION%%/e-util/e-sorter-array.h -include/evolution-%%VERSION%%/e-util/e-sorter.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-emacs-like.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-types.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor.h -include/evolution-%%VERSION%%/e-util/e-timeout-activity.h -include/evolution-%%VERSION%%/e-util/e-ui-manager.h -include/evolution-%%VERSION%%/e-util/e-unicode.h -include/evolution-%%VERSION%%/e-util/e-util.h -include/evolution-%%VERSION%%/e-util/e-xml-utils.h -include/evolution-%%VERSION%%/e-util/gconf-bridge.h -include/evolution-%%VERSION%%/em-format/em-format-quote.h -include/evolution-%%VERSION%%/em-format/em-format.h -include/evolution-%%VERSION%%/em-format/em-stripsig-filter.h -include/evolution-%%VERSION%%/filter/e-filter-code.h -include/evolution-%%VERSION%%/filter/e-filter-color.h -include/evolution-%%VERSION%%/filter/e-filter-datespec.h -include/evolution-%%VERSION%%/filter/e-filter-element.h -include/evolution-%%VERSION%%/filter/e-filter-file.h -include/evolution-%%VERSION%%/filter/e-filter-input.h -include/evolution-%%VERSION%%/filter/e-filter-int.h -include/evolution-%%VERSION%%/filter/e-filter-option.h -include/evolution-%%VERSION%%/filter/e-filter-part.h -include/evolution-%%VERSION%%/filter/e-filter-rule.h -include/evolution-%%VERSION%%/filter/e-rule-context.h -include/evolution-%%VERSION%%/filter/e-rule-editor.h -include/evolution-%%VERSION%%/libart_lgpl/art_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_alphagamma.h -include/evolution-%%VERSION%%/libart_lgpl/art_bpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_filterlevel.h -include/evolution-%%VERSION%%/libart_lgpl/art_gray_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_misc.h -include/evolution-%%VERSION%%/libart_lgpl/art_pathcode.h -include/evolution-%%VERSION%%/libart_lgpl/art_point.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect_uta.h -include/evolution-%%VERSION%%/libart_lgpl/art_render.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_affine_private.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_rgba_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_intersect.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_ops.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_point.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_render_aa.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_vpath_stroke.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_wind.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_rect.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_bpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_dash.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_svp.h -include/evolution-%%VERSION%%/libart_lgpl/libart.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvas.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroup.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroupfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasitem.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasitemfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastext.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastextfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidget.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidgetfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-bpath.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-clipgroup.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-i18n.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-line.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-path-def.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-pixbuf.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-polygon.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rect-ellipse.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rich-text.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-shape.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-text.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-util.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-widget.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas.h -include/evolution-%%VERSION%%/libgnomecanvas/libgnomecanvas.h -include/evolution-%%VERSION%%/mail/e-mail-attachment-bar.h -include/evolution-%%VERSION%%/mail/e-mail-backend.h -include/evolution-%%VERSION%%/mail/e-mail-browser.h -include/evolution-%%VERSION%%/mail/e-mail-display.h -include/evolution-%%VERSION%%/mail/e-mail-folder-pane.h -include/evolution-%%VERSION%%/mail/e-mail-label-action.h -include/evolution-%%VERSION%%/mail/e-mail-label-dialog.h -include/evolution-%%VERSION%%/mail/e-mail-label-list-store.h -include/evolution-%%VERSION%%/mail/e-mail-label-manager.h -include/evolution-%%VERSION%%/mail/e-mail-label-tree-view.h -include/evolution-%%VERSION%%/mail/e-mail-local.h -include/evolution-%%VERSION%%/mail/e-mail-message-pane.h -include/evolution-%%VERSION%%/mail/e-mail-migrate.h -include/evolution-%%VERSION%%/mail/e-mail-notebook-view.h -include/evolution-%%VERSION%%/mail/e-mail-paned-view.h -include/evolution-%%VERSION%%/mail/e-mail-reader-utils.h -include/evolution-%%VERSION%%/mail/e-mail-reader.h -include/evolution-%%VERSION%%/mail/e-mail-sidebar.h -include/evolution-%%VERSION%%/mail/e-mail-store.h -include/evolution-%%VERSION%%/mail/e-mail-tag-editor.h -include/evolution-%%VERSION%%/mail/e-mail-view.h -include/evolution-%%VERSION%%/mail/em-account-editor.h -include/evolution-%%VERSION%%/mail/em-composer-utils.h -include/evolution-%%VERSION%%/mail/em-config.h -include/evolution-%%VERSION%%/mail/em-event.h -include/evolution-%%VERSION%%/mail/em-filter-context.h -include/evolution-%%VERSION%%/mail/em-filter-editor.h -include/evolution-%%VERSION%%/mail/em-filter-folder-element.h -include/evolution-%%VERSION%%/mail/em-filter-rule.h -include/evolution-%%VERSION%%/mail/em-filter-source-element.h -include/evolution-%%VERSION%%/mail/em-folder-properties.h -include/evolution-%%VERSION%%/mail/em-folder-selection-button.h -include/evolution-%%VERSION%%/mail/em-folder-selector.h -include/evolution-%%VERSION%%/mail/em-folder-tree-model.h -include/evolution-%%VERSION%%/mail/em-folder-tree.h -include/evolution-%%VERSION%%/mail/em-folder-utils.h -include/evolution-%%VERSION%%/mail/em-format-hook.h -include/evolution-%%VERSION%%/mail/em-format-html-display.h -include/evolution-%%VERSION%%/mail/em-format-html-print.h -include/evolution-%%VERSION%%/mail/em-format-html.h -include/evolution-%%VERSION%%/mail/em-html-stream.h -include/evolution-%%VERSION%%/mail/em-inline-filter.h -include/evolution-%%VERSION%%/mail/em-junk.h -include/evolution-%%VERSION%%/mail/em-search-context.h -include/evolution-%%VERSION%%/mail/em-subscribe-editor.h -include/evolution-%%VERSION%%/mail/em-sync-stream.h -include/evolution-%%VERSION%%/mail/em-utils.h -include/evolution-%%VERSION%%/mail/em-vfolder-context.h -include/evolution-%%VERSION%%/mail/em-vfolder-editor.h -include/evolution-%%VERSION%%/mail/em-vfolder-rule.h -include/evolution-%%VERSION%%/mail/mail-autofilter.h -include/evolution-%%VERSION%%/mail/mail-config.h -include/evolution-%%VERSION%%/mail/mail-folder-cache.h -include/evolution-%%VERSION%%/mail/mail-mt.h -include/evolution-%%VERSION%%/mail/mail-ops.h -include/evolution-%%VERSION%%/mail/mail-send-recv.h -include/evolution-%%VERSION%%/mail/mail-session.h -include/evolution-%%VERSION%%/mail/mail-tools.h -include/evolution-%%VERSION%%/mail/mail-vfolder.h -include/evolution-%%VERSION%%/mail/message-list.h -include/evolution-%%VERSION%%/menus/gal-define-views-dialog.h -include/evolution-%%VERSION%%/menus/gal-define-views-model.h -include/evolution-%%VERSION%%/menus/gal-view-collection.h -include/evolution-%%VERSION%%/menus/gal-view-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory.h -include/evolution-%%VERSION%%/menus/gal-view-instance-save-as-dialog.h -include/evolution-%%VERSION%%/menus/gal-view-instance.h -include/evolution-%%VERSION%%/menus/gal-view-new-dialog.h -include/evolution-%%VERSION%%/menus/gal-view.h -include/evolution-%%VERSION%%/misc/e-account-combo-box.h -include/evolution-%%VERSION%%/misc/e-account-manager.h -include/evolution-%%VERSION%%/misc/e-account-tree-view.h -include/evolution-%%VERSION%%/misc/e-action-combo-box.h -include/evolution-%%VERSION%%/misc/e-activity-proxy.h -include/evolution-%%VERSION%%/misc/e-attachment-button.h -include/evolution-%%VERSION%%/misc/e-attachment-dialog.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-image.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-sendto.h -include/evolution-%%VERSION%%/misc/e-attachment-handler.h -include/evolution-%%VERSION%%/misc/e-attachment-icon-view.h -include/evolution-%%VERSION%%/misc/e-attachment-paned.h -include/evolution-%%VERSION%%/misc/e-attachment-store.h -include/evolution-%%VERSION%%/misc/e-attachment-tree-view.h -include/evolution-%%VERSION%%/misc/e-attachment-view.h -include/evolution-%%VERSION%%/misc/e-attachment.h -include/evolution-%%VERSION%%/misc/e-buffer-tagger.h -include/evolution-%%VERSION%%/misc/e-calendar-item.h -include/evolution-%%VERSION%%/misc/e-calendar.h -include/evolution-%%VERSION%%/misc/e-canvas-background.h -include/evolution-%%VERSION%%/misc/e-canvas-utils.h -include/evolution-%%VERSION%%/misc/e-canvas-vbox.h -include/evolution-%%VERSION%%/misc/e-canvas.h -include/evolution-%%VERSION%%/misc/e-cell-renderer-combo.h -include/evolution-%%VERSION%%/misc/e-charset-combo-box.h -include/evolution-%%VERSION%%/misc/e-combo-cell-editable.h -include/evolution-%%VERSION%%/misc/e-dateedit.h -include/evolution-%%VERSION%%/misc/e-focus-tracker.h -include/evolution-%%VERSION%%/misc/e-hinted-entry.h -include/evolution-%%VERSION%%/misc/e-hsv-utils.h -include/evolution-%%VERSION%%/misc/e-image-chooser.h -include/evolution-%%VERSION%%/misc/e-import-assistant.h -include/evolution-%%VERSION%%/misc/e-map.h -include/evolution-%%VERSION%%/misc/e-menu-tool-action.h -include/evolution-%%VERSION%%/misc/e-menu-tool-button.h -include/evolution-%%VERSION%%/misc/e-online-button.h -include/evolution-%%VERSION%%/misc/e-paned.h -include/evolution-%%VERSION%%/misc/e-popup-action.h -include/evolution-%%VERSION%%/misc/e-popup-menu.h -include/evolution-%%VERSION%%/misc/e-preferences-window.h -include/evolution-%%VERSION%%/misc/e-preview-pane.h -include/evolution-%%VERSION%%/misc/e-printable.h -include/evolution-%%VERSION%%/misc/e-search-bar.h -include/evolution-%%VERSION%%/misc/e-searching-tokenizer.h -include/evolution-%%VERSION%%/misc/e-selectable.h -include/evolution-%%VERSION%%/misc/e-selection-model-array.h -include/evolution-%%VERSION%%/misc/e-selection-model-simple.h -include/evolution-%%VERSION%%/misc/e-selection-model.h -include/evolution-%%VERSION%%/misc/e-send-options.h -include/evolution-%%VERSION%%/misc/e-signature-combo-box.h -include/evolution-%%VERSION%%/misc/e-signature-editor.h -include/evolution-%%VERSION%%/misc/e-signature-manager.h -include/evolution-%%VERSION%%/misc/e-signature-preview.h -include/evolution-%%VERSION%%/misc/e-signature-script-dialog.h -include/evolution-%%VERSION%%/misc/e-signature-tree-view.h -include/evolution-%%VERSION%%/misc/e-web-view.h -include/evolution-%%VERSION%%/misc/e-web-view-preview.h -include/evolution-%%VERSION%%/misc/e-url-entry.h -include/evolution-%%VERSION%%/misc/ea-calendar-cell.h -include/evolution-%%VERSION%%/misc/ea-calendar-item.h -include/evolution-%%VERSION%%/misc/ea-cell-table.h -include/evolution-%%VERSION%%/misc/ea-widgets.h -include/evolution-%%VERSION%%/shell/e-shell-backend.h -include/evolution-%%VERSION%%/shell/e-shell-common.h -include/evolution-%%VERSION%%/shell/e-shell-content.h -include/evolution-%%VERSION%%/shell/e-shell-enumtypes.h -include/evolution-%%VERSION%%/shell/e-shell-searchbar.h -include/evolution-%%VERSION%%/shell/e-shell-settings.h -include/evolution-%%VERSION%%/shell/e-shell-sidebar.h -include/evolution-%%VERSION%%/shell/e-shell-switcher.h -include/evolution-%%VERSION%%/shell/e-shell-taskbar.h -include/evolution-%%VERSION%%/shell/e-shell-utils.h -include/evolution-%%VERSION%%/shell/e-shell-view.h -include/evolution-%%VERSION%%/shell/e-shell-window-actions.h -include/evolution-%%VERSION%%/shell/e-shell-window.h -include/evolution-%%VERSION%%/shell/e-shell.h -include/evolution-%%VERSION%%/shell/es-event.h -include/evolution-%%VERSION%%/table/e-cell-checkbox.h -include/evolution-%%VERSION%%/table/e-cell-combo.h -include/evolution-%%VERSION%%/table/e-cell-date.h -include/evolution-%%VERSION%%/table/e-cell-date-edit.h -include/evolution-%%VERSION%%/table/e-cell-hbox.h -include/evolution-%%VERSION%%/table/e-cell-number.h -include/evolution-%%VERSION%%/table/e-cell-pixbuf.h -include/evolution-%%VERSION%%/table/e-cell-popup.h -include/evolution-%%VERSION%%/table/e-cell-percent.h -include/evolution-%%VERSION%%/table/e-cell-size.h -include/evolution-%%VERSION%%/table/e-cell-text.h -include/evolution-%%VERSION%%/table/e-cell-toggle.h -include/evolution-%%VERSION%%/table/e-cell-tree.h -include/evolution-%%VERSION%%/table/e-cell-vbox.h -include/evolution-%%VERSION%%/table/e-cell.h -include/evolution-%%VERSION%%/table/e-table-click-to-add.h -include/evolution-%%VERSION%%/table/e-table-col-dnd.h -include/evolution-%%VERSION%%/table/e-table-col.h -include/evolution-%%VERSION%%/table/e-table-column-specification.h -include/evolution-%%VERSION%%/table/e-table-config.h -include/evolution-%%VERSION%%/table/e-table-defines.h -include/evolution-%%VERSION%%/table/e-table-extras.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-dialog.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-item.h -include/evolution-%%VERSION%%/table/e-table-field-chooser.h -include/evolution-%%VERSION%%/table/e-table-group-container.h -include/evolution-%%VERSION%%/table/e-table-group-leaf.h -include/evolution-%%VERSION%%/table/e-table-group.h -include/evolution-%%VERSION%%/table/e-table-header-item.h -include/evolution-%%VERSION%%/table/e-table-header-utils.h -include/evolution-%%VERSION%%/table/e-table-header.h -include/evolution-%%VERSION%%/table/e-table-item.h -include/evolution-%%VERSION%%/table/e-table-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-table-memory-store.h -include/evolution-%%VERSION%%/table/e-table-memory.h -include/evolution-%%VERSION%%/table/e-table-model.h -include/evolution-%%VERSION%%/table/e-table-one.h -include/evolution-%%VERSION%%/table/e-table-search.h -include/evolution-%%VERSION%%/table/e-table-selection-model.h -include/evolution-%%VERSION%%/table/e-table-sort-info.h -include/evolution-%%VERSION%%/table/e-table-sorted-variable.h -include/evolution-%%VERSION%%/table/e-table-sorted.h -include/evolution-%%VERSION%%/table/e-table-sorter.h -include/evolution-%%VERSION%%/table/e-table-sorting-utils.h -include/evolution-%%VERSION%%/table/e-table-specification.h -include/evolution-%%VERSION%%/table/e-table-state.h -include/evolution-%%VERSION%%/table/e-table-subset-variable.h -include/evolution-%%VERSION%%/table/e-table-subset.h -include/evolution-%%VERSION%%/table/e-table-utils.h -include/evolution-%%VERSION%%/table/e-table-without.h -include/evolution-%%VERSION%%/table/e-table.h -include/evolution-%%VERSION%%/table/e-tree-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-tree-memory.h -include/evolution-%%VERSION%%/table/e-tree-model.h -include/evolution-%%VERSION%%/table/e-tree-selection-model.h -include/evolution-%%VERSION%%/table/e-tree-sorted.h -include/evolution-%%VERSION%%/table/e-tree-table-adapter.h -include/evolution-%%VERSION%%/table/e-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-popup.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-registry.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-toggle.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-vbox.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-column-header.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree.h -include/evolution-%%VERSION%%/text/e-reflow-model.h -include/evolution-%%VERSION%%/text/e-reflow.h -include/evolution-%%VERSION%%/text/e-text-model-repos.h -include/evolution-%%VERSION%%/text/e-text-model.h -include/evolution-%%VERSION%%/text/e-text.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text-factory.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text.h -lib/evolution/%%VERSION%%/libeabutil.a -lib/evolution/%%VERSION%%/libeabutil.la -lib/evolution/%%VERSION%%/libeabutil.so -lib/evolution/%%VERSION%%/libeabutil.so.0 -lib/evolution/%%VERSION%%/libart_lgpl.a -lib/evolution/%%VERSION%%/libart_lgpl.la -lib/evolution/%%VERSION%%/libart_lgpl.so -lib/evolution/%%VERSION%%/libart_lgpl.so.0 -lib/evolution/%%VERSION%%/libcomposer.a -lib/evolution/%%VERSION%%/libcomposer.la -lib/evolution/%%VERSION%%/libcomposer.so -lib/evolution/%%VERSION%%/libcomposer.so.0 -lib/evolution/%%VERSION%%/libecontacteditor.a -lib/evolution/%%VERSION%%/libecontacteditor.la -lib/evolution/%%VERSION%%/libecontacteditor.so -lib/evolution/%%VERSION%%/libecontacteditor.so.0 -lib/evolution/%%VERSION%%/libecontactlisteditor.a -lib/evolution/%%VERSION%%/libecontactlisteditor.la -lib/evolution/%%VERSION%%/libecontactlisteditor.so -lib/evolution/%%VERSION%%/libecontactlisteditor.so.0 -lib/evolution/%%VERSION%%/libemformat.a -lib/evolution/%%VERSION%%/libemformat.la -lib/evolution/%%VERSION%%/libemformat.so -lib/evolution/%%VERSION%%/libemformat.so.0 -lib/evolution/%%VERSION%%/libemiscwidgets.a -lib/evolution/%%VERSION%%/libemiscwidgets.la -lib/evolution/%%VERSION%%/libemiscwidgets.so -lib/evolution/%%VERSION%%/libemiscwidgets.so.0 -lib/evolution/%%VERSION%%/libeshell.a -lib/evolution/%%VERSION%%/libeshell.la -lib/evolution/%%VERSION%%/libeshell.so -lib/evolution/%%VERSION%%/libeshell.so.0 -lib/evolution/%%VERSION%%/libessmime.a -lib/evolution/%%VERSION%%/libessmime.la -lib/evolution/%%VERSION%%/libessmime.so -lib/evolution/%%VERSION%%/libessmime.so.0 -lib/evolution/%%VERSION%%/libetable.a -lib/evolution/%%VERSION%%/libetable.la -lib/evolution/%%VERSION%%/libetable.so -lib/evolution/%%VERSION%%/libetable.so.0 -lib/evolution/%%VERSION%%/libetext.a -lib/evolution/%%VERSION%%/libetext.la -lib/evolution/%%VERSION%%/libetext.so -lib/evolution/%%VERSION%%/libetext.so.0 -lib/evolution/%%VERSION%%/libetimezonedialog.a -lib/evolution/%%VERSION%%/libetimezonedialog.la -lib/evolution/%%VERSION%%/libetimezonedialog.so -lib/evolution/%%VERSION%%/libetimezonedialog.so.0 -lib/evolution/%%VERSION%%/libeutil.a -lib/evolution/%%VERSION%%/libeutil.la -lib/evolution/%%VERSION%%/libeutil.so -lib/evolution/%%VERSION%%/libeutil.so.0 -lib/evolution/%%VERSION%%/libevolution-a11y.a -lib/evolution/%%VERSION%%/libevolution-a11y.la -lib/evolution/%%VERSION%%/libevolution-a11y.so -lib/evolution/%%VERSION%%/libevolution-a11y.so.0 -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.a -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.la -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar.a -lib/evolution/%%VERSION%%/libevolution-calendar.la -lib/evolution/%%VERSION%%/libevolution-calendar.so -lib/evolution/%%VERSION%%/libevolution-calendar.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar-importers.a -lib/evolution/%%VERSION%%/libevolution-calendar-importers.la -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail.a -lib/evolution/%%VERSION%%/libevolution-mail.la -lib/evolution/%%VERSION%%/libevolution-mail.so -lib/evolution/%%VERSION%%/libevolution-mail.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-importers.a -lib/evolution/%%VERSION%%/libevolution-mail-importers.la -lib/evolution/%%VERSION%%/libevolution-mail-importers.so -lib/evolution/%%VERSION%%/libevolution-mail-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-settings.a -lib/evolution/%%VERSION%%/libevolution-mail-settings.la -lib/evolution/%%VERSION%%/libevolution-mail-settings.so -lib/evolution/%%VERSION%%/libevolution-mail-settings.so.0 -lib/evolution/%%VERSION%%/libevolution-smime.a -lib/evolution/%%VERSION%%/libevolution-smime.la -lib/evolution/%%VERSION%%/libevolution-smime.so -lib/evolution/%%VERSION%%/libevolution-smime.so.0 -lib/evolution/%%VERSION%%/libfilter.a -lib/evolution/%%VERSION%%/libfilter.la -lib/evolution/%%VERSION%%/libfilter.so -lib/evolution/%%VERSION%%/libfilter.so.0 -lib/evolution/%%VERSION%%/libgnomecanvas.a -lib/evolution/%%VERSION%%/libgnomecanvas.la -lib/evolution/%%VERSION%%/libgnomecanvas.so -lib/evolution/%%VERSION%%/libgnomecanvas.so.0 -lib/evolution/%%VERSION%%/libmenus.a -lib/evolution/%%VERSION%%/libmenus.la -lib/evolution/%%VERSION%%/libmenus.so -lib/evolution/%%VERSION%%/libmenus.so.0 -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.a -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.la -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.so -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.a -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.la -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.so -lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.a -lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.la -lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.so -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.a -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.la -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.so -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.a -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.la -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.so -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.a -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.la -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.so -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.a -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.la -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.so -lib/evolution/%%VERSION%%/plugins/org-gnome-addressbook-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-audio-inline.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-bogo-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-http.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-weather.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-compose-send-options.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-default-source.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-email-custom-header.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-attachment-reminder.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-bbdb.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-caldav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-google.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-webdav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-dbx-import.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-groupwise-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-image-inline.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-imap-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-itip-formatter.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-notification.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mailing-list-actions.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mark-all-read.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-plugin-manager.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-prefer-plain.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-publish-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-sa-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-save-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-subject-thread.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-templates.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-vcard-inline.eplug -libdata/pkgconfig/evolution-calendar.pc -libdata/pkgconfig/evolution-mail.pc -libdata/pkgconfig/evolution-plugin.pc -libdata/pkgconfig/evolution-shell.pc -libexec/evolution/%%VERSION%%/csv2vcard -libexec/evolution/%%VERSION%%/evolution-alarm-notify -libexec/evolution/%%VERSION%%/evolution-addressbook-clean -libexec/evolution/%%VERSION%%/evolution-addressbook-export -libexec/evolution/%%VERSION%%/evolution-backup -libexec/evolution/%%VERSION%%/killev -share/applications/evolution.desktop -share/applications/evolution-settings.desktop -share/doc/eshell/EExtensible.html -share/doc/eshell/EExtension.html -share/doc/eshell/EModule.html -share/doc/eshell/EShell.html -share/doc/eshell/EShellBackend.html -share/doc/eshell/EShellContent.html -share/doc/eshell/EShellSearchbar.html -share/doc/eshell/EShellSettings.html -share/doc/eshell/EShellSidebar.html -share/doc/eshell/EShellSwitcher.html -share/doc/eshell/EShellTaskbar.html -share/doc/eshell/EShellView.html -share/doc/eshell/EShellWindow.html -share/doc/eshell/ch01.html -share/doc/eshell/ch02.html -share/doc/eshell/ch03.html -share/doc/eshell/ch04.html -share/doc/eshell/ch05.html -share/doc/eshell/eshell-Action-Groups.html -share/doc/eshell/eshell-Bit-Arrays-(Legacy).html -share/doc/eshell/eshell-Categories.html -share/doc/eshell/eshell-Container-for-Signatures.html -share/doc/eshell/eshell-Date-and-Time-Formatting.html -share/doc/eshell/eshell-Dialog-Utilities-(Legacy).html -share/doc/eshell/eshell-EPoolv.html -share/doc/eshell/eshell-Error-Logging.html -share/doc/eshell/eshell-GConf-Bridge.html -share/doc/eshell/eshell-GObject-Property-Bindings.html -share/doc/eshell/eshell-Icon-Utilities-(Legacy).html -share/doc/eshell/eshell-Mail-Accounts.html -share/doc/eshell/eshell-Miscellaneous-Utilities.html -share/doc/eshell/eshell-Personalized-Signatures.html -share/doc/eshell/eshell-Printing.html -share/doc/eshell/eshell-Reading-and-Writing-XML.html -share/doc/eshell/eshell-Selections.html -share/doc/eshell/eshell-Shell-Actions.html -share/doc/eshell/eshell-Shell-Utilities.html -share/doc/eshell/eshell-Text-to-HTML-Conversion.html -share/doc/eshell/eshell-User-Alert-Handling.html -share/doc/eshell/eshell.devhelp -share/doc/eshell/eshell.devhelp2 -share/doc/eshell/eshell-e-signature-utils.html -share/doc/eshell/home.png -share/doc/eshell/index.html -share/doc/eshell/index.sgml -share/doc/eshell/ix01.html -share/doc/eshell/left.png -share/doc/eshell/right.png -share/doc/eshell/style.css -share/doc/eshell/up.png -%%DATADIR%%/%%VERSION%%/addresstypes.xml -%%DATADIR%%/%%VERSION%%/caltypes.xml -%%DATADIR%%/%%VERSION%%/default/C/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ca/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/cs/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/de/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/es/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fi/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/hu/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/id/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/it/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ja/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ko/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/lt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/mk/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/nl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ro/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sv/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/ecps/medbook.ecps -%%DATADIR%%/%%VERSION%%/ecps/phonelist.ecps -%%DATADIR%%/%%VERSION%%/ecps/smallbook.ecps -%%DATADIR%%/%%VERSION%%/errors/addressbook.error -%%DATADIR%%/%%VERSION%%/errors/calendar.error -%%DATADIR%%/%%VERSION%%/errors/e-system.error -%%DATADIR%%/%%VERSION%%/errors/filter.error -%%DATADIR%%/%%VERSION%%/errors/mail-composer.error -%%DATADIR%%/%%VERSION%%/errors/mail.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-attachment-reminder.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-backup-restore.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-itip-formatter.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mail-retract.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mailing-list-actions.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-process-meeting.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-login.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-shared-folder.error -%%DATADIR%%/%%VERSION%%/errors/shell.error -%%DATADIR%%/%%VERSION%%/etspec/e-addressbook-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-cal-list-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-calendar-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-meeting-time-sel.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-memo-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/message-list.etspec -%%DATADIR%%/%%VERSION%%/filtertypes.xml -%%DATADIR%%/%%VERSION%%/help/quickref/C/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/ca/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/cs/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/de/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/es/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/fr/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/hu/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/it/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pl/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pt/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sq/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sv/quickref.pdf -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_bell.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_contact-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-note.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-rule.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-table.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-filters-apply.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup-done.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-open-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-unread-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_select-column.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_select-row.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-by-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-to-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_show-all.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned-to.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-recurring.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_text-monospaced.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_video-conferencing.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_view-details.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-aim.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-icq.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-jabber.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-msn.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-nov.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-yahoo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_check-filled.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-high.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-higher.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-highest.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-low.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-lower.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-lowest.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-normal.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature-bad.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature-ok.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/wrapped.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-aim.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-icq.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-jabber.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-msn.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-nov.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-yahoo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_contact-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-note.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-rule.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-table.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-filters-apply.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-open-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-unread-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_select-column.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_select-row.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_shared-by-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_shared-to-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_show-all.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-assigned-to.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-assigned.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-recurring.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_text-monospaced.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_video-conferencing.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/query-free-busy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-aim.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-icq.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-jabber.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-msn.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-nov.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-yahoo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature-bad.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature-ok.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-aim.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-icq.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-jabber.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-msn.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-nov.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-yahoo.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/offline.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/online.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_alarm.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup-done.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-autocompletion.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-calendar-and-tasks.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-certificates.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-composer.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail-accounts.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-system-network-proxy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature-bad.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature-ok.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-day.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-list.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-month.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-week.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-workweek.svg -%%DATADIR%%/%%VERSION%%/images/minus.png -%%DATADIR%%/%%VERSION%%/images/plus.png -%%DATADIR%%/%%VERSION%%/images/world_map-960.png -%%DATADIR%%/%%VERSION%%/mail-autoconfig/a.memail.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/abc.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/agate.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/amail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/amber.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/amethyst.broba.cc -%%DATADIR%%/%%VERSION%%/mail-autoconfig/aol.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/apost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/aqua.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/arcor.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ballade.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bay.gunmanet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bb-niigata.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bc.iij4u.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/beige.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/blue.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bolero.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bpost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/brown.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/camel.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cameo.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cc9.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cek.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/clio.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/co1.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/co2.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/co3.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cocoa.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/coda.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/comcast.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/concerto.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/coral.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/courante.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cpost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cream.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/dan.gunmanet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/dance.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/dmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/e23.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/earthlink.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ebony.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/email.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/fantasy.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/flamenco.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/fmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/free.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/freenet.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/fuga.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmail.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmx.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmx.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/go.tvm.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/goo.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/googlemail.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/grape.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gray.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hal.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hana.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.co.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.co.uk -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.it -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ic-net.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/iiyama-catv.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/imail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/inbox.lt -%%DATADIR%%/%%VERSION%%/mail-autoconfig/inbox.lv -%%DATADIR%%/%%VERSION%%/mail-autoconfig/indigo.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/inet-shibata.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ivory.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/iwafune.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/jade.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/janis.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/jet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ji.jet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/jmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/k1.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/khaki.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/kmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/kokuyou.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lapis.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/laposte.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lemon.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lilac.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lime.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.co.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.co.uk -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.it -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ma100.tiki.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mac.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mahoroba.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mail.gunmanet.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mail.iwafune.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/maroon.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/me.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/minuet.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ml.murakami.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ml.shibata.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mnet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mopera.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/msn.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/navy.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/nifty.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/nsat.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/olive.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/online.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/opal.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/orange.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/orange.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/orchid.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/pal.kijimadaira.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/palette.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/parabox.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/peach.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/peoplepc.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/plum.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/po.dcn.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/po.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/polka.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/pop.shibata.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/purple.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rainbow.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/red.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rondo.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rose.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rouge.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ruby.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sakunet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sea.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sepia.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/serenade.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/silk.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/silver.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sky.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/smail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/snow.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/so.wind.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sonata.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/suite.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/symphony.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/t-online.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/taupe.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/tiki.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/tmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/toccata.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/topaz.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/trio.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/umail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/verizon.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/violet.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/vm.aikis.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/vmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/vp.tiki.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/waltz.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wanadoo.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wave.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/web.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/white.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wine.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xp.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xpost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xs4all.nl -%%DATADIR%%/%%VERSION%%/mail-autoconfig/yahoo.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ybb.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/yellow.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ymail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ypost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/zmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/memotypes.xml -%%DATADIR%%/%%VERSION%%/searchtypes.xml -%%DATADIR%%/%%VERSION%%/sounds/default_alarm.wav -%%DATADIR%%/%%VERSION%%/tasktypes.xml -%%DATADIR%%/%%VERSION%%/theme/close-on-tab-hover.png -%%DATADIR%%/%%VERSION%%/theme/close-on-tab.png -%%DATADIR%%/%%VERSION%%/theme/default.css -%%DATADIR%%/%%VERSION%%/theme/preview-tab-active-private.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-active.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-hover-private.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-hover.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-inactive-private.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-inactive.png -%%DATADIR%%/%%VERSION%%/theme/tab-active-private.png -%%DATADIR%%/%%VERSION%%/theme/tab-active.png -%%DATADIR%%/%%VERSION%%/theme/tab-add-hover.png -%%DATADIR%%/%%VERSION%%/theme/tab-add.png -%%DATADIR%%/%%VERSION%%/theme/tab-bar-background.png -%%DATADIR%%/%%VERSION%%/theme/tab-inactive-hover-private.png -%%DATADIR%%/%%VERSION%%/theme/tab-inactive-hover.png -%%DATADIR%%/%%VERSION%%/theme/tab-inactive-private.png -%%DATADIR%%/%%VERSION%%/theme/tab-inactive.png -%%DATADIR%%/%%VERSION%%/theme/tab-switcher-close-hover.png -%%DATADIR%%/%%VERSION%%/theme/tab-switcher-close.png -%%DATADIR%%/%%VERSION%%/theme/tab-switcher-hover.png -%%DATADIR%%/%%VERSION%%/theme/tab-switcher.png -%%DATADIR%%/%%VERSION%%/ui/alarm-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/alarm-list-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/alarm-notify.ui -%%DATADIR%%/%%VERSION%%/ui/cal-prefs-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/contact-editor.ui -%%DATADIR%%/%%VERSION%%/ui/contact-list-editor.ui -%%DATADIR%%/%%VERSION%%/ui/e-delegate-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/e-itip-control.ui -%%DATADIR%%/%%VERSION%%/ui/e-send-options.ui -%%DATADIR%%/%%VERSION%%/ui/e-table-config.ui -%%DATADIR%%/%%VERSION%%/ui/e-timezone-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-commit-duplicate-detected.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-duplicate-detected.ui -%%DATADIR%%/%%VERSION%%/ui/event-page.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-calendars.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-composer.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-contacts.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-mail-reader.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-mail.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-memos.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-shell.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-tasks.ui -%%DATADIR%%/%%VERSION%%/ui/filter.ui -%%DATADIR%%/%%VERSION%%/ui/fullname.ui -%%DATADIR%%/%%VERSION%%/ui/gal-define-views.ui -%%DATADIR%%/%%VERSION%%/ui/gal-view-instance-save-as-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/gal-view-new-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/goto-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/imap-headers.ui -%%DATADIR%%/%%VERSION%%/ui/junk-settings.ui -%%DATADIR%%/%%VERSION%%/ui/ldap-config.ui -%%DATADIR%%/%%VERSION%%/ui/mail-config.ui -%%DATADIR%%/%%VERSION%%/ui/mail-dialogs.ui -%%DATADIR%%/%%VERSION%%/ui/memo-page.ui -%%DATADIR%%/%%VERSION%%/ui/org-gnome-email-custom-header.ui -%%DATADIR%%/%%VERSION%%/ui/properties.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-add-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-listing.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-login-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/publish-calendar.ui -%%DATADIR%%/%%VERSION%%/ui/recurrence-page.ui -%%DATADIR%%/%%VERSION%%/ui/schedule-page.ui -%%DATADIR%%/%%VERSION%%/ui/smime-ui.ui -%%DATADIR%%/%%VERSION%%/ui/task-details-page.ui -%%DATADIR%%/%%VERSION%%/ui/task-page.ui -%%DATADIR%%/%%VERSION%%/vfoldertypes.xml -%%DATADIR%%/%%VERSION%%/views/addressbook/Address_Cards.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/By_Company.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/Phone_List.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/galview.xml -%%DATADIR%%/%%VERSION%%/views/calendar/List_View.galview -%%DATADIR%%/%%VERSION%%/views/calendar/galview.xml -%%DATADIR%%/%%VERSION%%/views/mail/As_Sent_Folder.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Follow_Up_Flag.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Sender.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Status.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Subject.galview -%%DATADIR%%/%%VERSION%%/views/mail/Messages.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Normal.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Sent.galview -%%DATADIR%%/%%VERSION%%/views/mail/galview.xml -%%DATADIR%%/%%VERSION%%/views/memos/Memos.galview -%%DATADIR%%/%%VERSION%%/views/memos/galview.xml -%%DATADIR%%/%%VERSION%%/views/tasks/Tasks.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_DueDate.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_Status.galview -%%DATADIR%%/%%VERSION%%/views/tasks/galview.xml -share/gnome/help/evolution/C/evolution.xml -share/gnome/help/evolution/C/figures/attach_reminder_a.png -share/gnome/help/evolution/C/figures/calendar_preference_display.png -share/gnome/help/evolution/C/figures/categories_a.png -share/gnome/help/evolution/C/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/C/figures/delgt-add.png -share/gnome/help/evolution/C/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/C/figures/evo_adv_search_a.png -share/gnome/help/evolution/C/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/C/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/C/figures/evo_backup_warning.png -share/gnome/help/evolution/C/figures/evo_blink.png -share/gnome/help/evolution/C/figures/evo_cal_callout_a.png -share/gnome/help/evolution/C/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/C/figures/evo_calstatus_a.png -share/gnome/help/evolution/C/figures/evo_caltasks_a.png -share/gnome/help/evolution/C/figures/evo_contacteditor_a.png -share/gnome/help/evolution/C/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/C/figures/evo_dialog-info.png -share/gnome/help/evolution/C/figures/evo_dialog-warning.png -share/gnome/help/evolution/C/figures/evo_edit_search.png -share/gnome/help/evolution/C/figures/evo_exchng_mapi.png -share/gnome/help/evolution/C/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/C/figures/evo_gwreceive_a.png -share/gnome/help/evolution/C/figures/evo_gwstatustrack.png -share/gnome/help/evolution/C/figures/evo_imapreceive_a.png -share/gnome/help/evolution/C/figures/evo_junk_a.png -share/gnome/help/evolution/C/figures/evo_label_a.png -share/gnome/help/evolution/C/figures/evo_labels_a.png -share/gnome/help/evolution/C/figures/evo_mail_a.png -share/gnome/help/evolution/C/figures/evo_mail_callout_a.png -share/gnome/help/evolution/C/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/C/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/C/figures/evo_memo_a.png -share/gnome/help/evolution/C/figures/evo_mhreceive_a.png -share/gnome/help/evolution/C/figures/evo_newmail.png -share/gnome/help/evolution/C/figures/evo_newmess_a.png -share/gnome/help/evolution/C/figures/evo_offline.png -share/gnome/help/evolution/C/figures/evo_popreceive_a.png -share/gnome/help/evolution/C/figures/evo_proxyadd_a.png -share/gnome/help/evolution/C/figures/evo_rule_a.png -share/gnome/help/evolution/C/figures/evo_send_option_a.png -share/gnome/help/evolution/C/figures/evo_send_setup_a.png -share/gnome/help/evolution/C/figures/evo_sendstatus_a.png -share/gnome/help/evolution/C/figures/evo_shd_memo_a.png -share/gnome/help/evolution/C/figures/evo_usereceive_a.png -share/gnome/help/evolution/C/figures/evolution_contact_preference.png -share/gnome/help/evolution/C/figures/evolution_mail_preference.png -share/gnome/help/evolution/C/figures/exchng-rec-mails.png -share/gnome/help/evolution/C/figures/exchng-rec-options.png -share/gnome/help/evolution/C/figures/filter-new-fig.png -share/gnome/help/evolution/C/figures/folder_plus.png -share/gnome/help/evolution/C/figures/folder_size_mapi.png -share/gnome/help/evolution/C/figures/folder_size_preference.png -share/gnome/help/evolution/C/figures/google_cal_view.png -share/gnome/help/evolution/C/figures/groupwise_resend.png -share/gnome/help/evolution/C/figures/groupwise_resend_retract.png -share/gnome/help/evolution/C/figures/local_ics_calendar.png -share/gnome/help/evolution/C/figures/mailer_preferences.png -share/gnome/help/evolution/C/figures/meeting.png -share/gnome/help/evolution/C/figures/minus.png -share/gnome/help/evolution/C/figures/plus.png -share/gnome/help/evolution/C/figures/quick_add_a.png -share/gnome/help/evolution/C/figures/quick_reference.png -share/gnome/help/evolution/C/figures/stock_search.png -share/gnome/help/evolution/C/figures/ver_view_a.png -share/gnome/help/evolution/cs/evolution.xml -share/gnome/help/evolution/cs/figures/attach_reminder_a.png -share/gnome/help/evolution/cs/figures/calendar_preference_display.png -share/gnome/help/evolution/cs/figures/categories_a.png -share/gnome/help/evolution/cs/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/cs/figures/delgt-add.png -share/gnome/help/evolution/cs/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/cs/figures/evo_adv_search_a.png -share/gnome/help/evolution/cs/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/cs/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/cs/figures/evo_backup_warning.png -share/gnome/help/evolution/cs/figures/evo_blink.png -share/gnome/help/evolution/cs/figures/evo_cal_callout_a.png -share/gnome/help/evolution/cs/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/cs/figures/evo_calstatus_a.png -share/gnome/help/evolution/cs/figures/evo_caltasks_a.png -share/gnome/help/evolution/cs/figures/evo_contacteditor_a.png -share/gnome/help/evolution/cs/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/cs/figures/evo_dialog-info.png -share/gnome/help/evolution/cs/figures/evo_dialog-warning.png -share/gnome/help/evolution/cs/figures/evo_edit_search.png -share/gnome/help/evolution/cs/figures/evo_exchng_mapi.png -share/gnome/help/evolution/cs/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/cs/figures/evo_gwreceive_a.png -share/gnome/help/evolution/cs/figures/evo_gwstatustrack.png -share/gnome/help/evolution/cs/figures/evo_imapreceive_a.png -share/gnome/help/evolution/cs/figures/evo_junk_a.png -share/gnome/help/evolution/cs/figures/evo_label_a.png -share/gnome/help/evolution/cs/figures/evo_labels_a.png -share/gnome/help/evolution/cs/figures/evo_mail_a.png -share/gnome/help/evolution/cs/figures/evo_mail_callout_a.png -share/gnome/help/evolution/cs/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/cs/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/cs/figures/evo_memo_a.png -share/gnome/help/evolution/cs/figures/evo_mhreceive_a.png -share/gnome/help/evolution/cs/figures/evo_newmail.png -share/gnome/help/evolution/cs/figures/evo_newmess_a.png -share/gnome/help/evolution/cs/figures/evo_offline.png -share/gnome/help/evolution/cs/figures/evo_popreceive_a.png -share/gnome/help/evolution/cs/figures/evo_proxyadd_a.png -share/gnome/help/evolution/cs/figures/evo_rule_a.png -share/gnome/help/evolution/cs/figures/evo_send_option_a.png -share/gnome/help/evolution/cs/figures/evo_send_setup_a.png -share/gnome/help/evolution/cs/figures/evo_sendstatus_a.png -share/gnome/help/evolution/cs/figures/evo_shd_memo_a.png -share/gnome/help/evolution/cs/figures/evo_usereceive_a.png -share/gnome/help/evolution/cs/figures/evolution_contact_preference.png -share/gnome/help/evolution/cs/figures/evolution_mail_preference.png -share/gnome/help/evolution/cs/figures/exchng-rec-mails.png -share/gnome/help/evolution/cs/figures/exchng-rec-options.png -share/gnome/help/evolution/cs/figures/filter-new-fig.png -share/gnome/help/evolution/cs/figures/folder_plus.png -share/gnome/help/evolution/cs/figures/folder_size_mapi.png -share/gnome/help/evolution/cs/figures/folder_size_preference.png -share/gnome/help/evolution/cs/figures/google_cal_view.png -share/gnome/help/evolution/cs/figures/groupwise_resend.png -share/gnome/help/evolution/cs/figures/groupwise_resend_retract.png -share/gnome/help/evolution/cs/figures/local_ics_calendar.png -share/gnome/help/evolution/cs/figures/mailer_preferences.png -share/gnome/help/evolution/cs/figures/meeting.png -share/gnome/help/evolution/cs/figures/minus.png -share/gnome/help/evolution/cs/figures/plus.png -share/gnome/help/evolution/cs/figures/quick_add_a.png -share/gnome/help/evolution/cs/figures/quick_reference.png -share/gnome/help/evolution/cs/figures/stock_search.png -share/gnome/help/evolution/cs/figures/ver_view_a.png -share/gnome/help/evolution/de/evolution.xml -share/gnome/help/evolution/de/figures/attach_reminder_a.png -share/gnome/help/evolution/de/figures/calendar_preference_display.png -share/gnome/help/evolution/de/figures/categories_a.png -share/gnome/help/evolution/de/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/de/figures/delgt-add.png -share/gnome/help/evolution/de/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/de/figures/evo_adv_search_a.png -share/gnome/help/evolution/de/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/de/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/de/figures/evo_backup_warning.png -share/gnome/help/evolution/de/figures/evo_blink.png -share/gnome/help/evolution/de/figures/evo_cal_callout_a.png -share/gnome/help/evolution/de/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/de/figures/evo_calstatus_a.png -share/gnome/help/evolution/de/figures/evo_caltasks_a.png -share/gnome/help/evolution/de/figures/evo_contacteditor_a.png -share/gnome/help/evolution/de/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/de/figures/evo_dialog-info.png -share/gnome/help/evolution/de/figures/evo_dialog-warning.png -share/gnome/help/evolution/de/figures/evo_edit_search.png -share/gnome/help/evolution/de/figures/evo_exchng_mapi.png -share/gnome/help/evolution/de/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/de/figures/evo_gwreceive_a.png -share/gnome/help/evolution/de/figures/evo_gwstatustrack.png -share/gnome/help/evolution/de/figures/evo_imapreceive_a.png -share/gnome/help/evolution/de/figures/evo_junk_a.png -share/gnome/help/evolution/de/figures/evo_label_a.png -share/gnome/help/evolution/de/figures/evo_labels_a.png -share/gnome/help/evolution/de/figures/evo_mail_a.png -share/gnome/help/evolution/de/figures/evo_mail_callout_a.png -share/gnome/help/evolution/de/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/de/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/de/figures/evo_memo_a.png -share/gnome/help/evolution/de/figures/evo_mhreceive_a.png -share/gnome/help/evolution/de/figures/evo_newmail.png -share/gnome/help/evolution/de/figures/evo_newmess_a.png -share/gnome/help/evolution/de/figures/evo_offline.png -share/gnome/help/evolution/de/figures/evo_popreceive_a.png -share/gnome/help/evolution/de/figures/evo_proxyadd_a.png -share/gnome/help/evolution/de/figures/evo_rule_a.png -share/gnome/help/evolution/de/figures/evo_send_option_a.png -share/gnome/help/evolution/de/figures/evo_send_setup_a.png -share/gnome/help/evolution/de/figures/evo_sendstatus_a.png -share/gnome/help/evolution/de/figures/evo_shd_memo_a.png -share/gnome/help/evolution/de/figures/evo_usereceive_a.png -share/gnome/help/evolution/de/figures/evolution_contact_preference.png -share/gnome/help/evolution/de/figures/evolution_mail_preference.png -share/gnome/help/evolution/de/figures/exchng-rec-mails.png -share/gnome/help/evolution/de/figures/exchng-rec-options.png -share/gnome/help/evolution/de/figures/filter-new-fig.png -share/gnome/help/evolution/de/figures/folder_plus.png -share/gnome/help/evolution/de/figures/folder_size_mapi.png -share/gnome/help/evolution/de/figures/folder_size_preference.png -share/gnome/help/evolution/de/figures/google_cal_view.png -share/gnome/help/evolution/de/figures/groupwise_resend.png -share/gnome/help/evolution/de/figures/groupwise_resend_retract.png -share/gnome/help/evolution/de/figures/local_ics_calendar.png -share/gnome/help/evolution/de/figures/mailer_preferences.png -share/gnome/help/evolution/de/figures/meeting.png -share/gnome/help/evolution/de/figures/minus.png -share/gnome/help/evolution/de/figures/plus.png -share/gnome/help/evolution/de/figures/quick_add_a.png -share/gnome/help/evolution/de/figures/quick_reference.png -share/gnome/help/evolution/de/figures/stock_search.png -share/gnome/help/evolution/de/figures/ver_view_a.png -share/gnome/help/evolution/el/evolution.xml -share/gnome/help/evolution/el/figures/attach_reminder_a.png -share/gnome/help/evolution/el/figures/calendar_preference_display.png -share/gnome/help/evolution/el/figures/categories_a.png -share/gnome/help/evolution/el/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/el/figures/delgt-add.png -share/gnome/help/evolution/el/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/el/figures/evo_adv_search_a.png -share/gnome/help/evolution/el/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/el/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/el/figures/evo_backup_warning.png -share/gnome/help/evolution/el/figures/evo_blink.png -share/gnome/help/evolution/el/figures/evo_cal_callout_a.png -share/gnome/help/evolution/el/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/el/figures/evo_calstatus_a.png -share/gnome/help/evolution/el/figures/evo_caltasks_a.png -share/gnome/help/evolution/el/figures/evo_contacteditor_a.png -share/gnome/help/evolution/el/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/el/figures/evo_dialog-info.png -share/gnome/help/evolution/el/figures/evo_dialog-warning.png -share/gnome/help/evolution/el/figures/evo_edit_search.png -share/gnome/help/evolution/el/figures/evo_exchng_mapi.png -share/gnome/help/evolution/el/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/el/figures/evo_gwreceive_a.png -share/gnome/help/evolution/el/figures/evo_gwstatustrack.png -share/gnome/help/evolution/el/figures/evo_imapreceive_a.png -share/gnome/help/evolution/el/figures/evo_junk_a.png -share/gnome/help/evolution/el/figures/evo_label_a.png -share/gnome/help/evolution/el/figures/evo_labels_a.png -share/gnome/help/evolution/el/figures/evo_mail_a.png -share/gnome/help/evolution/el/figures/evo_mail_callout_a.png -share/gnome/help/evolution/el/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/el/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/el/figures/evo_memo_a.png -share/gnome/help/evolution/el/figures/evo_mhreceive_a.png -share/gnome/help/evolution/el/figures/evo_newmail.png -share/gnome/help/evolution/el/figures/evo_newmess_a.png -share/gnome/help/evolution/el/figures/evo_offline.png -share/gnome/help/evolution/el/figures/evo_popreceive_a.png -share/gnome/help/evolution/el/figures/evo_proxyadd_a.png -share/gnome/help/evolution/el/figures/evo_rule_a.png -share/gnome/help/evolution/el/figures/evo_send_option_a.png -share/gnome/help/evolution/el/figures/evo_send_setup_a.png -share/gnome/help/evolution/el/figures/evo_sendstatus_a.png -share/gnome/help/evolution/el/figures/evo_shd_memo_a.png -share/gnome/help/evolution/el/figures/evo_usereceive_a.png -share/gnome/help/evolution/el/figures/evolution_contact_preference.png -share/gnome/help/evolution/el/figures/evolution_mail_preference.png -share/gnome/help/evolution/el/figures/exchng-rec-mails.png -share/gnome/help/evolution/el/figures/exchng-rec-options.png -share/gnome/help/evolution/el/figures/filter-new-fig.png -share/gnome/help/evolution/el/figures/folder_plus.png -share/gnome/help/evolution/el/figures/folder_size_mapi.png -share/gnome/help/evolution/el/figures/folder_size_preference.png -share/gnome/help/evolution/el/figures/google_cal_view.png -share/gnome/help/evolution/el/figures/groupwise_resend.png -share/gnome/help/evolution/el/figures/groupwise_resend_retract.png -share/gnome/help/evolution/el/figures/local_ics_calendar.png -share/gnome/help/evolution/el/figures/mailer_preferences.png -share/gnome/help/evolution/el/figures/meeting.png -share/gnome/help/evolution/el/figures/minus.png -share/gnome/help/evolution/el/figures/plus.png -share/gnome/help/evolution/el/figures/quick_add_a.png -share/gnome/help/evolution/el/figures/quick_reference.png -share/gnome/help/evolution/el/figures/stock_search.png -share/gnome/help/evolution/el/figures/ver_view_a.png -share/gnome/help/evolution/en_GB/evolution.xml -share/gnome/help/evolution/en_GB/figures/attach_reminder_a.png -share/gnome/help/evolution/en_GB/figures/calendar_preference_display.png -share/gnome/help/evolution/en_GB/figures/categories_a.png -share/gnome/help/evolution/en_GB/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/en_GB/figures/delgt-add.png -share/gnome/help/evolution/en_GB/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/en_GB/figures/evo_adv_search_a.png -share/gnome/help/evolution/en_GB/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/en_GB/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/en_GB/figures/evo_backup_warning.png -share/gnome/help/evolution/en_GB/figures/evo_blink.png -share/gnome/help/evolution/en_GB/figures/evo_cal_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/en_GB/figures/evo_calstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_caltasks_a.png -share/gnome/help/evolution/en_GB/figures/evo_contacteditor_a.png -share/gnome/help/evolution/en_GB/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-info.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-warning.png -share/gnome/help/evolution/en_GB/figures/evo_edit_search.png -share/gnome/help/evolution/en_GB/figures/evo_exchng_mapi.png -share/gnome/help/evolution/en_GB/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwstatustrack.png -share/gnome/help/evolution/en_GB/figures/evo_imapreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_junk_a.png -share/gnome/help/evolution/en_GB/figures/evo_label_a.png -share/gnome/help/evolution/en_GB/figures/evo_labels_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_mhreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_newmail.png -share/gnome/help/evolution/en_GB/figures/evo_newmess_a.png -share/gnome/help/evolution/en_GB/figures/evo_offline.png -share/gnome/help/evolution/en_GB/figures/evo_popreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_proxyadd_a.png -share/gnome/help/evolution/en_GB/figures/evo_rule_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_option_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_setup_a.png -share/gnome/help/evolution/en_GB/figures/evo_sendstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_shd_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_usereceive_a.png -share/gnome/help/evolution/en_GB/figures/evolution_contact_preference.png -share/gnome/help/evolution/en_GB/figures/evolution_mail_preference.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-mails.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-options.png -share/gnome/help/evolution/en_GB/figures/filter-new-fig.png -share/gnome/help/evolution/en_GB/figures/folder_plus.png -share/gnome/help/evolution/en_GB/figures/folder_size_mapi.png -share/gnome/help/evolution/en_GB/figures/folder_size_preference.png -share/gnome/help/evolution/en_GB/figures/google_cal_view.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend_retract.png -share/gnome/help/evolution/en_GB/figures/local_ics_calendar.png -share/gnome/help/evolution/en_GB/figures/mailer_preferences.png -share/gnome/help/evolution/en_GB/figures/meeting.png -share/gnome/help/evolution/en_GB/figures/minus.png -share/gnome/help/evolution/en_GB/figures/plus.png -share/gnome/help/evolution/en_GB/figures/quick_add_a.png -share/gnome/help/evolution/en_GB/figures/quick_reference.png -share/gnome/help/evolution/en_GB/figures/stock_search.png -share/gnome/help/evolution/en_GB/figures/ver_view_a.png -share/gnome/help/evolution/es/evolution.xml -share/gnome/help/evolution/es/figures/attach_reminder_a.png -share/gnome/help/evolution/es/figures/calendar_preference_display.png -share/gnome/help/evolution/es/figures/categories_a.png -share/gnome/help/evolution/es/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/es/figures/delgt-add.png -share/gnome/help/evolution/es/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/es/figures/evo_adv_search_a.png -share/gnome/help/evolution/es/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/es/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/es/figures/evo_backup_warning.png -share/gnome/help/evolution/es/figures/evo_blink.png -share/gnome/help/evolution/es/figures/evo_cal_callout_a.png -share/gnome/help/evolution/es/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/es/figures/evo_calstatus_a.png -share/gnome/help/evolution/es/figures/evo_caltasks_a.png -share/gnome/help/evolution/es/figures/evo_contacteditor_a.png -share/gnome/help/evolution/es/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/es/figures/evo_dialog-info.png -share/gnome/help/evolution/es/figures/evo_dialog-warning.png -share/gnome/help/evolution/es/figures/evo_edit_search.png -share/gnome/help/evolution/es/figures/evo_exchng_mapi.png -share/gnome/help/evolution/es/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/es/figures/evo_gwreceive_a.png -share/gnome/help/evolution/es/figures/evo_gwstatustrack.png -share/gnome/help/evolution/es/figures/evo_imapreceive_a.png -share/gnome/help/evolution/es/figures/evo_junk_a.png -share/gnome/help/evolution/es/figures/evo_label_a.png -share/gnome/help/evolution/es/figures/evo_labels_a.png -share/gnome/help/evolution/es/figures/evo_mail_a.png -share/gnome/help/evolution/es/figures/evo_mail_callout_a.png -share/gnome/help/evolution/es/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/es/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/es/figures/evo_memo_a.png -share/gnome/help/evolution/es/figures/evo_mhreceive_a.png -share/gnome/help/evolution/es/figures/evo_newmail.png -share/gnome/help/evolution/es/figures/evo_newmess_a.png -share/gnome/help/evolution/es/figures/evo_offline.png -share/gnome/help/evolution/es/figures/evo_popreceive_a.png -share/gnome/help/evolution/es/figures/evo_proxyadd_a.png -share/gnome/help/evolution/es/figures/evo_rule_a.png -share/gnome/help/evolution/es/figures/evo_send_option_a.png -share/gnome/help/evolution/es/figures/evo_send_setup_a.png -share/gnome/help/evolution/es/figures/evo_sendstatus_a.png -share/gnome/help/evolution/es/figures/evo_shd_memo_a.png -share/gnome/help/evolution/es/figures/evo_usereceive_a.png -share/gnome/help/evolution/es/figures/evolution_contact_preference.png -share/gnome/help/evolution/es/figures/evolution_mail_preference.png -share/gnome/help/evolution/es/figures/exchng-rec-mails.png -share/gnome/help/evolution/es/figures/exchng-rec-options.png -share/gnome/help/evolution/es/figures/filter-new-fig.png -share/gnome/help/evolution/es/figures/folder_plus.png -share/gnome/help/evolution/es/figures/folder_size_mapi.png -share/gnome/help/evolution/es/figures/folder_size_preference.png -share/gnome/help/evolution/es/figures/google_cal_view.png -share/gnome/help/evolution/es/figures/groupwise_resend.png -share/gnome/help/evolution/es/figures/groupwise_resend_retract.png -share/gnome/help/evolution/es/figures/local_ics_calendar.png -share/gnome/help/evolution/es/figures/mailer_preferences.png -share/gnome/help/evolution/es/figures/meeting.png -share/gnome/help/evolution/es/figures/minus.png -share/gnome/help/evolution/es/figures/plus.png -share/gnome/help/evolution/es/figures/quick_add_a.png -share/gnome/help/evolution/es/figures/quick_reference.png -share/gnome/help/evolution/es/figures/stock_search.png -share/gnome/help/evolution/es/figures/ver_view_a.png -share/gnome/help/evolution/eu/evolution.xml -share/gnome/help/evolution/eu/figures/attach_reminder_a.png -share/gnome/help/evolution/eu/figures/calendar_preference_display.png -share/gnome/help/evolution/eu/figures/categories_a.png -share/gnome/help/evolution/eu/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/eu/figures/delgt-add.png -share/gnome/help/evolution/eu/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/eu/figures/evo_adv_search_a.png -share/gnome/help/evolution/eu/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/eu/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/eu/figures/evo_backup_warning.png -share/gnome/help/evolution/eu/figures/evo_blink.png -share/gnome/help/evolution/eu/figures/evo_cal_callout_a.png -share/gnome/help/evolution/eu/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/eu/figures/evo_calstatus_a.png -share/gnome/help/evolution/eu/figures/evo_caltasks_a.png -share/gnome/help/evolution/eu/figures/evo_contacteditor_a.png -share/gnome/help/evolution/eu/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/eu/figures/evo_dialog-info.png -share/gnome/help/evolution/eu/figures/evo_dialog-warning.png -share/gnome/help/evolution/eu/figures/evo_edit_search.png -share/gnome/help/evolution/eu/figures/evo_exchng_mapi.png -share/gnome/help/evolution/eu/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/eu/figures/evo_gwreceive_a.png -share/gnome/help/evolution/eu/figures/evo_gwstatustrack.png -share/gnome/help/evolution/eu/figures/evo_imapreceive_a.png -share/gnome/help/evolution/eu/figures/evo_junk_a.png -share/gnome/help/evolution/eu/figures/evo_label_a.png -share/gnome/help/evolution/eu/figures/evo_labels_a.png -share/gnome/help/evolution/eu/figures/evo_mail_a.png -share/gnome/help/evolution/eu/figures/evo_mail_callout_a.png -share/gnome/help/evolution/eu/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/eu/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/eu/figures/evo_memo_a.png -share/gnome/help/evolution/eu/figures/evo_mhreceive_a.png -share/gnome/help/evolution/eu/figures/evo_newmail.png -share/gnome/help/evolution/eu/figures/evo_newmess_a.png -share/gnome/help/evolution/eu/figures/evo_offline.png -share/gnome/help/evolution/eu/figures/evo_popreceive_a.png -share/gnome/help/evolution/eu/figures/evo_proxyadd_a.png -share/gnome/help/evolution/eu/figures/evo_rule_a.png -share/gnome/help/evolution/eu/figures/evo_send_option_a.png -share/gnome/help/evolution/eu/figures/evo_send_setup_a.png -share/gnome/help/evolution/eu/figures/evo_sendstatus_a.png -share/gnome/help/evolution/eu/figures/evo_shd_memo_a.png -share/gnome/help/evolution/eu/figures/evo_usereceive_a.png -share/gnome/help/evolution/eu/figures/evolution_contact_preference.png -share/gnome/help/evolution/eu/figures/evolution_mail_preference.png -share/gnome/help/evolution/eu/figures/exchng-rec-mails.png -share/gnome/help/evolution/eu/figures/exchng-rec-options.png -share/gnome/help/evolution/eu/figures/filter-new-fig.png -share/gnome/help/evolution/eu/figures/folder_plus.png -share/gnome/help/evolution/eu/figures/folder_size_mapi.png -share/gnome/help/evolution/eu/figures/folder_size_preference.png -share/gnome/help/evolution/eu/figures/google_cal_view.png -share/gnome/help/evolution/eu/figures/groupwise_resend.png -share/gnome/help/evolution/eu/figures/groupwise_resend_retract.png -share/gnome/help/evolution/eu/figures/local_ics_calendar.png -share/gnome/help/evolution/eu/figures/mailer_preferences.png -share/gnome/help/evolution/eu/figures/meeting.png -share/gnome/help/evolution/eu/figures/minus.png -share/gnome/help/evolution/eu/figures/plus.png -share/gnome/help/evolution/eu/figures/quick_add_a.png -share/gnome/help/evolution/eu/figures/quick_reference.png -share/gnome/help/evolution/eu/figures/stock_search.png -share/gnome/help/evolution/eu/figures/ver_view_a.png -share/gnome/help/evolution/fr/evolution.xml -share/gnome/help/evolution/fr/figures/attach_reminder_a.png -share/gnome/help/evolution/fr/figures/calendar_preference_display.png -share/gnome/help/evolution/fr/figures/categories_a.png -share/gnome/help/evolution/fr/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/fr/figures/delgt-add.png -share/gnome/help/evolution/fr/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/fr/figures/evo_adv_search_a.png -share/gnome/help/evolution/fr/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/fr/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/fr/figures/evo_backup_warning.png -share/gnome/help/evolution/fr/figures/evo_blink.png -share/gnome/help/evolution/fr/figures/evo_cal_callout_a.png -share/gnome/help/evolution/fr/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/fr/figures/evo_calstatus_a.png -share/gnome/help/evolution/fr/figures/evo_caltasks_a.png -share/gnome/help/evolution/fr/figures/evo_contacteditor_a.png -share/gnome/help/evolution/fr/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/fr/figures/evo_dialog-info.png -share/gnome/help/evolution/fr/figures/evo_dialog-warning.png -share/gnome/help/evolution/fr/figures/evo_edit_search.png -share/gnome/help/evolution/fr/figures/evo_exchng_mapi.png -share/gnome/help/evolution/fr/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/fr/figures/evo_gwreceive_a.png -share/gnome/help/evolution/fr/figures/evo_gwstatustrack.png -share/gnome/help/evolution/fr/figures/evo_imapreceive_a.png -share/gnome/help/evolution/fr/figures/evo_junk_a.png -share/gnome/help/evolution/fr/figures/evo_label_a.png -share/gnome/help/evolution/fr/figures/evo_labels_a.png -share/gnome/help/evolution/fr/figures/evo_mail_a.png -share/gnome/help/evolution/fr/figures/evo_mail_callout_a.png -share/gnome/help/evolution/fr/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/fr/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/fr/figures/evo_memo_a.png -share/gnome/help/evolution/fr/figures/evo_mhreceive_a.png -share/gnome/help/evolution/fr/figures/evo_newmail.png -share/gnome/help/evolution/fr/figures/evo_newmess_a.png -share/gnome/help/evolution/fr/figures/evo_offline.png -share/gnome/help/evolution/fr/figures/evo_popreceive_a.png -share/gnome/help/evolution/fr/figures/evo_proxyadd_a.png -share/gnome/help/evolution/fr/figures/evo_rule_a.png -share/gnome/help/evolution/fr/figures/evo_send_option_a.png -share/gnome/help/evolution/fr/figures/evo_send_setup_a.png -share/gnome/help/evolution/fr/figures/evo_sendstatus_a.png -share/gnome/help/evolution/fr/figures/evo_shd_memo_a.png -share/gnome/help/evolution/fr/figures/evo_usereceive_a.png -share/gnome/help/evolution/fr/figures/evolution_contact_preference.png -share/gnome/help/evolution/fr/figures/evolution_mail_preference.png -share/gnome/help/evolution/fr/figures/exchng-rec-mails.png -share/gnome/help/evolution/fr/figures/exchng-rec-options.png -share/gnome/help/evolution/fr/figures/filter-new-fig.png -share/gnome/help/evolution/fr/figures/folder_plus.png -share/gnome/help/evolution/fr/figures/folder_size_mapi.png -share/gnome/help/evolution/fr/figures/folder_size_preference.png -share/gnome/help/evolution/fr/figures/google_cal_view.png -share/gnome/help/evolution/fr/figures/groupwise_resend.png -share/gnome/help/evolution/fr/figures/groupwise_resend_retract.png -share/gnome/help/evolution/fr/figures/local_ics_calendar.png -share/gnome/help/evolution/fr/figures/mailer_preferences.png -share/gnome/help/evolution/fr/figures/meeting.png -share/gnome/help/evolution/fr/figures/minus.png -share/gnome/help/evolution/fr/figures/plus.png -share/gnome/help/evolution/fr/figures/quick_add_a.png -share/gnome/help/evolution/fr/figures/quick_reference.png -share/gnome/help/evolution/fr/figures/stock_search.png -share/gnome/help/evolution/fr/figures/ver_view_a.png -share/gnome/help/evolution/gl/evolution.xml -share/gnome/help/evolution/gl/figures/attach_reminder_a.png -share/gnome/help/evolution/gl/figures/calendar_preference_display.png -share/gnome/help/evolution/gl/figures/categories_a.png -share/gnome/help/evolution/gl/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/gl/figures/delgt-add.png -share/gnome/help/evolution/gl/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/gl/figures/evo_adv_search_a.png -share/gnome/help/evolution/gl/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/gl/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/gl/figures/evo_backup_warning.png -share/gnome/help/evolution/gl/figures/evo_blink.png -share/gnome/help/evolution/gl/figures/evo_cal_callout_a.png -share/gnome/help/evolution/gl/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/gl/figures/evo_calstatus_a.png -share/gnome/help/evolution/gl/figures/evo_caltasks_a.png -share/gnome/help/evolution/gl/figures/evo_contacteditor_a.png -share/gnome/help/evolution/gl/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/gl/figures/evo_dialog-info.png -share/gnome/help/evolution/gl/figures/evo_dialog-warning.png -share/gnome/help/evolution/gl/figures/evo_edit_search.png -share/gnome/help/evolution/gl/figures/evo_exchng_mapi.png -share/gnome/help/evolution/gl/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/gl/figures/evo_gwreceive_a.png -share/gnome/help/evolution/gl/figures/evo_gwstatustrack.png -share/gnome/help/evolution/gl/figures/evo_imapreceive_a.png -share/gnome/help/evolution/gl/figures/evo_junk_a.png -share/gnome/help/evolution/gl/figures/evo_label_a.png -share/gnome/help/evolution/gl/figures/evo_labels_a.png -share/gnome/help/evolution/gl/figures/evo_mail_a.png -share/gnome/help/evolution/gl/figures/evo_mail_callout_a.png -share/gnome/help/evolution/gl/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/gl/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/gl/figures/evo_memo_a.png -share/gnome/help/evolution/gl/figures/evo_mhreceive_a.png -share/gnome/help/evolution/gl/figures/evo_newmail.png -share/gnome/help/evolution/gl/figures/evo_newmess_a.png -share/gnome/help/evolution/gl/figures/evo_offline.png -share/gnome/help/evolution/gl/figures/evo_popreceive_a.png -share/gnome/help/evolution/gl/figures/evo_proxyadd_a.png -share/gnome/help/evolution/gl/figures/evo_rule_a.png -share/gnome/help/evolution/gl/figures/evo_send_option_a.png -share/gnome/help/evolution/gl/figures/evo_send_setup_a.png -share/gnome/help/evolution/gl/figures/evo_sendstatus_a.png -share/gnome/help/evolution/gl/figures/evo_shd_memo_a.png -share/gnome/help/evolution/gl/figures/evo_usereceive_a.png -share/gnome/help/evolution/gl/figures/evolution_contact_preference.png -share/gnome/help/evolution/gl/figures/evolution_mail_preference.png -share/gnome/help/evolution/gl/figures/exchng-rec-mails.png -share/gnome/help/evolution/gl/figures/exchng-rec-options.png -share/gnome/help/evolution/gl/figures/filter-new-fig.png -share/gnome/help/evolution/gl/figures/folder_plus.png -share/gnome/help/evolution/gl/figures/folder_size_mapi.png -share/gnome/help/evolution/gl/figures/folder_size_preference.png -share/gnome/help/evolution/gl/figures/google_cal_view.png -share/gnome/help/evolution/gl/figures/groupwise_resend.png -share/gnome/help/evolution/gl/figures/groupwise_resend_retract.png -share/gnome/help/evolution/gl/figures/local_ics_calendar.png -share/gnome/help/evolution/gl/figures/mailer_preferences.png -share/gnome/help/evolution/gl/figures/meeting.png -share/gnome/help/evolution/gl/figures/minus.png -share/gnome/help/evolution/gl/figures/plus.png -share/gnome/help/evolution/gl/figures/quick_add_a.png -share/gnome/help/evolution/gl/figures/quick_reference.png -share/gnome/help/evolution/gl/figures/stock_search.png -share/gnome/help/evolution/gl/figures/ver_view_a.png -share/gnome/help/evolution/mk/evolution.xml -share/gnome/help/evolution/mk/figures/attach_reminder_a.png -share/gnome/help/evolution/mk/figures/calendar_preference_display.png -share/gnome/help/evolution/mk/figures/categories_a.png -share/gnome/help/evolution/mk/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/mk/figures/delgt-add.png -share/gnome/help/evolution/mk/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/mk/figures/evo_adv_search_a.png -share/gnome/help/evolution/mk/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/mk/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/mk/figures/evo_backup_warning.png -share/gnome/help/evolution/mk/figures/evo_blink.png -share/gnome/help/evolution/mk/figures/evo_cal_callout_a.png -share/gnome/help/evolution/mk/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/mk/figures/evo_calstatus_a.png -share/gnome/help/evolution/mk/figures/evo_caltasks_a.png -share/gnome/help/evolution/mk/figures/evo_contacteditor_a.png -share/gnome/help/evolution/mk/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/mk/figures/evo_dialog-info.png -share/gnome/help/evolution/mk/figures/evo_dialog-warning.png -share/gnome/help/evolution/mk/figures/evo_edit_search.png -share/gnome/help/evolution/mk/figures/evo_exchng_mapi.png -share/gnome/help/evolution/mk/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/mk/figures/evo_gwreceive_a.png -share/gnome/help/evolution/mk/figures/evo_gwstatustrack.png -share/gnome/help/evolution/mk/figures/evo_imapreceive_a.png -share/gnome/help/evolution/mk/figures/evo_junk_a.png -share/gnome/help/evolution/mk/figures/evo_label_a.png -share/gnome/help/evolution/mk/figures/evo_labels_a.png -share/gnome/help/evolution/mk/figures/evo_mail_a.png -share/gnome/help/evolution/mk/figures/evo_mail_callout_a.png -share/gnome/help/evolution/mk/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/mk/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/mk/figures/evo_memo_a.png -share/gnome/help/evolution/mk/figures/evo_mhreceive_a.png -share/gnome/help/evolution/mk/figures/evo_newmail.png -share/gnome/help/evolution/mk/figures/evo_newmess_a.png -share/gnome/help/evolution/mk/figures/evo_offline.png -share/gnome/help/evolution/mk/figures/evo_popreceive_a.png -share/gnome/help/evolution/mk/figures/evo_proxyadd_a.png -share/gnome/help/evolution/mk/figures/evo_rule_a.png -share/gnome/help/evolution/mk/figures/evo_send_option_a.png -share/gnome/help/evolution/mk/figures/evo_send_setup_a.png -share/gnome/help/evolution/mk/figures/evo_sendstatus_a.png -share/gnome/help/evolution/mk/figures/evo_shd_memo_a.png -share/gnome/help/evolution/mk/figures/evo_usereceive_a.png -share/gnome/help/evolution/mk/figures/evolution_contact_preference.png -share/gnome/help/evolution/mk/figures/evolution_mail_preference.png -share/gnome/help/evolution/mk/figures/exchng-rec-mails.png -share/gnome/help/evolution/mk/figures/exchng-rec-options.png -share/gnome/help/evolution/mk/figures/filter-new-fig.png -share/gnome/help/evolution/mk/figures/folder_plus.png -share/gnome/help/evolution/mk/figures/folder_size_mapi.png -share/gnome/help/evolution/mk/figures/folder_size_preference.png -share/gnome/help/evolution/mk/figures/google_cal_view.png -share/gnome/help/evolution/mk/figures/groupwise_resend.png -share/gnome/help/evolution/mk/figures/groupwise_resend_retract.png -share/gnome/help/evolution/mk/figures/local_ics_calendar.png -share/gnome/help/evolution/mk/figures/mailer_preferences.png -share/gnome/help/evolution/mk/figures/meeting.png -share/gnome/help/evolution/mk/figures/minus.png -share/gnome/help/evolution/mk/figures/plus.png -share/gnome/help/evolution/mk/figures/quick_add_a.png -share/gnome/help/evolution/mk/figures/quick_reference.png -share/gnome/help/evolution/mk/figures/stock_search.png -share/gnome/help/evolution/mk/figures/ver_view_a.png -share/gnome/help/evolution/oc/evolution.xml -share/gnome/help/evolution/oc/figures/attach_reminder_a.png -share/gnome/help/evolution/oc/figures/calendar_preference_display.png -share/gnome/help/evolution/oc/figures/categories_a.png -share/gnome/help/evolution/oc/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/oc/figures/delgt-add.png -share/gnome/help/evolution/oc/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/oc/figures/evo_adv_search_a.png -share/gnome/help/evolution/oc/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/oc/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/oc/figures/evo_backup_warning.png -share/gnome/help/evolution/oc/figures/evo_blink.png -share/gnome/help/evolution/oc/figures/evo_cal_callout_a.png -share/gnome/help/evolution/oc/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/oc/figures/evo_calstatus_a.png -share/gnome/help/evolution/oc/figures/evo_caltasks_a.png -share/gnome/help/evolution/oc/figures/evo_contacteditor_a.png -share/gnome/help/evolution/oc/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/oc/figures/evo_dialog-info.png -share/gnome/help/evolution/oc/figures/evo_dialog-warning.png -share/gnome/help/evolution/oc/figures/evo_edit_search.png -share/gnome/help/evolution/oc/figures/evo_exchng_mapi.png -share/gnome/help/evolution/oc/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/oc/figures/evo_gwreceive_a.png -share/gnome/help/evolution/oc/figures/evo_gwstatustrack.png -share/gnome/help/evolution/oc/figures/evo_imapreceive_a.png -share/gnome/help/evolution/oc/figures/evo_junk_a.png -share/gnome/help/evolution/oc/figures/evo_label_a.png -share/gnome/help/evolution/oc/figures/evo_labels_a.png -share/gnome/help/evolution/oc/figures/evo_mail_a.png -share/gnome/help/evolution/oc/figures/evo_mail_callout_a.png -share/gnome/help/evolution/oc/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/oc/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/oc/figures/evo_memo_a.png -share/gnome/help/evolution/oc/figures/evo_mhreceive_a.png -share/gnome/help/evolution/oc/figures/evo_newmail.png -share/gnome/help/evolution/oc/figures/evo_newmess_a.png -share/gnome/help/evolution/oc/figures/evo_offline.png -share/gnome/help/evolution/oc/figures/evo_popreceive_a.png -share/gnome/help/evolution/oc/figures/evo_proxyadd_a.png -share/gnome/help/evolution/oc/figures/evo_rule_a.png -share/gnome/help/evolution/oc/figures/evo_send_option_a.png -share/gnome/help/evolution/oc/figures/evo_send_setup_a.png -share/gnome/help/evolution/oc/figures/evo_sendstatus_a.png -share/gnome/help/evolution/oc/figures/evo_shd_memo_a.png -share/gnome/help/evolution/oc/figures/evo_usereceive_a.png -share/gnome/help/evolution/oc/figures/evolution_contact_preference.png -share/gnome/help/evolution/oc/figures/evolution_mail_preference.png -share/gnome/help/evolution/oc/figures/exchng-rec-mails.png -share/gnome/help/evolution/oc/figures/exchng-rec-options.png -share/gnome/help/evolution/oc/figures/filter-new-fig.png -share/gnome/help/evolution/oc/figures/folder_plus.png -share/gnome/help/evolution/oc/figures/folder_size_mapi.png -share/gnome/help/evolution/oc/figures/folder_size_preference.png -share/gnome/help/evolution/oc/figures/google_cal_view.png -share/gnome/help/evolution/oc/figures/groupwise_resend.png -share/gnome/help/evolution/oc/figures/groupwise_resend_retract.png -share/gnome/help/evolution/oc/figures/local_ics_calendar.png -share/gnome/help/evolution/oc/figures/mailer_preferences.png -share/gnome/help/evolution/oc/figures/meeting.png -share/gnome/help/evolution/oc/figures/minus.png -share/gnome/help/evolution/oc/figures/plus.png -share/gnome/help/evolution/oc/figures/quick_add_a.png -share/gnome/help/evolution/oc/figures/quick_reference.png -share/gnome/help/evolution/oc/figures/stock_search.png -share/gnome/help/evolution/oc/figures/ver_view_a.png -share/gnome/help/evolution/ru/evolution.xml -share/gnome/help/evolution/ru/figures/attach_reminder_a.png -share/gnome/help/evolution/ru/figures/calendar_preference_display.png -share/gnome/help/evolution/ru/figures/categories_a.png -share/gnome/help/evolution/ru/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/ru/figures/delgt-add.png -share/gnome/help/evolution/ru/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/ru/figures/evo_adv_search_a.png -share/gnome/help/evolution/ru/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/ru/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/ru/figures/evo_backup_warning.png -share/gnome/help/evolution/ru/figures/evo_blink.png -share/gnome/help/evolution/ru/figures/evo_cal_callout_a.png -share/gnome/help/evolution/ru/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/ru/figures/evo_calstatus_a.png -share/gnome/help/evolution/ru/figures/evo_caltasks_a.png -share/gnome/help/evolution/ru/figures/evo_contacteditor_a.png -share/gnome/help/evolution/ru/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/ru/figures/evo_dialog-info.png -share/gnome/help/evolution/ru/figures/evo_dialog-warning.png -share/gnome/help/evolution/ru/figures/evo_edit_search.png -share/gnome/help/evolution/ru/figures/evo_exchng_mapi.png -share/gnome/help/evolution/ru/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/ru/figures/evo_gwreceive_a.png -share/gnome/help/evolution/ru/figures/evo_gwstatustrack.png -share/gnome/help/evolution/ru/figures/evo_imapreceive_a.png -share/gnome/help/evolution/ru/figures/evo_junk_a.png -share/gnome/help/evolution/ru/figures/evo_label_a.png -share/gnome/help/evolution/ru/figures/evo_labels_a.png -share/gnome/help/evolution/ru/figures/evo_mail_a.png -share/gnome/help/evolution/ru/figures/evo_mail_callout_a.png -share/gnome/help/evolution/ru/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/ru/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/ru/figures/evo_memo_a.png -share/gnome/help/evolution/ru/figures/evo_mhreceive_a.png -share/gnome/help/evolution/ru/figures/evo_newmail.png -share/gnome/help/evolution/ru/figures/evo_newmess_a.png -share/gnome/help/evolution/ru/figures/evo_offline.png -share/gnome/help/evolution/ru/figures/evo_popreceive_a.png -share/gnome/help/evolution/ru/figures/evo_proxyadd_a.png -share/gnome/help/evolution/ru/figures/evo_rule_a.png -share/gnome/help/evolution/ru/figures/evo_send_option_a.png -share/gnome/help/evolution/ru/figures/evo_send_setup_a.png -share/gnome/help/evolution/ru/figures/evo_sendstatus_a.png -share/gnome/help/evolution/ru/figures/evo_shd_memo_a.png -share/gnome/help/evolution/ru/figures/evo_usereceive_a.png -share/gnome/help/evolution/ru/figures/evolution_contact_preference.png -share/gnome/help/evolution/ru/figures/evolution_mail_preference.png -share/gnome/help/evolution/ru/figures/exchng-rec-mails.png -share/gnome/help/evolution/ru/figures/exchng-rec-options.png -share/gnome/help/evolution/ru/figures/filter-new-fig.png -share/gnome/help/evolution/ru/figures/folder_plus.png -share/gnome/help/evolution/ru/figures/folder_size_mapi.png -share/gnome/help/evolution/ru/figures/folder_size_preference.png -share/gnome/help/evolution/ru/figures/google_cal_view.png -share/gnome/help/evolution/ru/figures/groupwise_resend.png -share/gnome/help/evolution/ru/figures/groupwise_resend_retract.png -share/gnome/help/evolution/ru/figures/local_ics_calendar.png -share/gnome/help/evolution/ru/figures/mailer_preferences.png -share/gnome/help/evolution/ru/figures/meeting.png -share/gnome/help/evolution/ru/figures/minus.png -share/gnome/help/evolution/ru/figures/plus.png -share/gnome/help/evolution/ru/figures/quick_add_a.png -share/gnome/help/evolution/ru/figures/quick_reference.png -share/gnome/help/evolution/ru/figures/stock_search.png -share/gnome/help/evolution/ru/figures/ver_view_a.png -share/gnome/help/evolution/sv/evolution.xml -share/gnome/help/evolution/sv/figures/attach_reminder_a.png -share/gnome/help/evolution/sv/figures/calendar_preference_display.png -share/gnome/help/evolution/sv/figures/categories_a.png -share/gnome/help/evolution/sv/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/sv/figures/delgt-add.png -share/gnome/help/evolution/sv/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/sv/figures/evo_adv_search_a.png -share/gnome/help/evolution/sv/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/sv/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/sv/figures/evo_backup_warning.png -share/gnome/help/evolution/sv/figures/evo_blink.png -share/gnome/help/evolution/sv/figures/evo_cal_callout_a.png -share/gnome/help/evolution/sv/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/sv/figures/evo_calstatus_a.png -share/gnome/help/evolution/sv/figures/evo_caltasks_a.png -share/gnome/help/evolution/sv/figures/evo_contacteditor_a.png -share/gnome/help/evolution/sv/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/sv/figures/evo_dialog-info.png -share/gnome/help/evolution/sv/figures/evo_dialog-warning.png -share/gnome/help/evolution/sv/figures/evo_edit_search.png -share/gnome/help/evolution/sv/figures/evo_exchng_mapi.png -share/gnome/help/evolution/sv/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/sv/figures/evo_gwreceive_a.png -share/gnome/help/evolution/sv/figures/evo_gwstatustrack.png -share/gnome/help/evolution/sv/figures/evo_imapreceive_a.png -share/gnome/help/evolution/sv/figures/evo_junk_a.png -share/gnome/help/evolution/sv/figures/evo_label_a.png -share/gnome/help/evolution/sv/figures/evo_labels_a.png -share/gnome/help/evolution/sv/figures/evo_mail_a.png -share/gnome/help/evolution/sv/figures/evo_mail_callout_a.png -share/gnome/help/evolution/sv/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/sv/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/sv/figures/evo_memo_a.png -share/gnome/help/evolution/sv/figures/evo_mhreceive_a.png -share/gnome/help/evolution/sv/figures/evo_newmail.png -share/gnome/help/evolution/sv/figures/evo_newmess_a.png -share/gnome/help/evolution/sv/figures/evo_offline.png -share/gnome/help/evolution/sv/figures/evo_popreceive_a.png -share/gnome/help/evolution/sv/figures/evo_proxyadd_a.png -share/gnome/help/evolution/sv/figures/evo_rule_a.png -share/gnome/help/evolution/sv/figures/evo_send_option_a.png -share/gnome/help/evolution/sv/figures/evo_send_setup_a.png -share/gnome/help/evolution/sv/figures/evo_sendstatus_a.png -share/gnome/help/evolution/sv/figures/evo_shd_memo_a.png -share/gnome/help/evolution/sv/figures/evo_usereceive_a.png -share/gnome/help/evolution/sv/figures/evolution_contact_preference.png -share/gnome/help/evolution/sv/figures/evolution_mail_preference.png -share/gnome/help/evolution/sv/figures/exchng-rec-mails.png -share/gnome/help/evolution/sv/figures/exchng-rec-options.png -share/gnome/help/evolution/sv/figures/filter-new-fig.png -share/gnome/help/evolution/sv/figures/folder_plus.png -share/gnome/help/evolution/sv/figures/folder_size_mapi.png -share/gnome/help/evolution/sv/figures/folder_size_preference.png -share/gnome/help/evolution/sv/figures/google_cal_view.png -share/gnome/help/evolution/sv/figures/groupwise_resend.png -share/gnome/help/evolution/sv/figures/groupwise_resend_retract.png -share/gnome/help/evolution/sv/figures/local_ics_calendar.png -share/gnome/help/evolution/sv/figures/mailer_preferences.png -share/gnome/help/evolution/sv/figures/meeting.png -share/gnome/help/evolution/sv/figures/minus.png -share/gnome/help/evolution/sv/figures/plus.png -share/gnome/help/evolution/sv/figures/quick_add_a.png -share/gnome/help/evolution/sv/figures/quick_reference.png -share/gnome/help/evolution/sv/figures/stock_search.png -share/gnome/help/evolution/sv/figures/ver_view_a.png -share/gnome/help/evolution/zh_CN/evolution.xml -share/gnome/help/evolution/zh_CN/figures/attach_reminder_a.png -share/gnome/help/evolution/zh_CN/figures/calendar_preference_display.png -share/gnome/help/evolution/zh_CN/figures/categories_a.png -share/gnome/help/evolution/zh_CN/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/zh_CN/figures/delgt-add.png -share/gnome/help/evolution/zh_CN/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/zh_CN/figures/evo_adv_search_a.png -share/gnome/help/evolution/zh_CN/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/zh_CN/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/zh_CN/figures/evo_backup_warning.png -share/gnome/help/evolution/zh_CN/figures/evo_blink.png -share/gnome/help/evolution/zh_CN/figures/evo_cal_callout_a.png -share/gnome/help/evolution/zh_CN/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/zh_CN/figures/evo_calstatus_a.png -share/gnome/help/evolution/zh_CN/figures/evo_caltasks_a.png -share/gnome/help/evolution/zh_CN/figures/evo_contacteditor_a.png -share/gnome/help/evolution/zh_CN/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/zh_CN/figures/evo_dialog-info.png -share/gnome/help/evolution/zh_CN/figures/evo_dialog-warning.png -share/gnome/help/evolution/zh_CN/figures/evo_edit_search.png -share/gnome/help/evolution/zh_CN/figures/evo_exchng_mapi.png -share/gnome/help/evolution/zh_CN/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/zh_CN/figures/evo_gwreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_gwstatustrack.png -share/gnome/help/evolution/zh_CN/figures/evo_imapreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_junk_a.png -share/gnome/help/evolution/zh_CN/figures/evo_label_a.png -share/gnome/help/evolution/zh_CN/figures/evo_labels_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mail_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mail_callout_a.png -share/gnome/help/evolution/zh_CN/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_memo_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mhreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_newmail.png -share/gnome/help/evolution/zh_CN/figures/evo_newmess_a.png -share/gnome/help/evolution/zh_CN/figures/evo_offline.png -share/gnome/help/evolution/zh_CN/figures/evo_popreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_proxyadd_a.png -share/gnome/help/evolution/zh_CN/figures/evo_rule_a.png -share/gnome/help/evolution/zh_CN/figures/evo_send_option_a.png -share/gnome/help/evolution/zh_CN/figures/evo_send_setup_a.png -share/gnome/help/evolution/zh_CN/figures/evo_sendstatus_a.png -share/gnome/help/evolution/zh_CN/figures/evo_shd_memo_a.png -share/gnome/help/evolution/zh_CN/figures/evo_usereceive_a.png -share/gnome/help/evolution/zh_CN/figures/evolution_contact_preference.png -share/gnome/help/evolution/zh_CN/figures/evolution_mail_preference.png -share/gnome/help/evolution/zh_CN/figures/exchng-rec-mails.png -share/gnome/help/evolution/zh_CN/figures/exchng-rec-options.png -share/gnome/help/evolution/zh_CN/figures/filter-new-fig.png -share/gnome/help/evolution/zh_CN/figures/folder_plus.png -share/gnome/help/evolution/zh_CN/figures/folder_size_mapi.png -share/gnome/help/evolution/zh_CN/figures/folder_size_preference.png -share/gnome/help/evolution/zh_CN/figures/google_cal_view.png -share/gnome/help/evolution/zh_CN/figures/groupwise_resend.png -share/gnome/help/evolution/zh_CN/figures/groupwise_resend_retract.png -share/gnome/help/evolution/zh_CN/figures/local_ics_calendar.png -share/gnome/help/evolution/zh_CN/figures/mailer_preferences.png -share/gnome/help/evolution/zh_CN/figures/meeting.png -share/gnome/help/evolution/zh_CN/figures/minus.png -share/gnome/help/evolution/zh_CN/figures/plus.png -share/gnome/help/evolution/zh_CN/figures/quick_add_a.png -share/gnome/help/evolution/zh_CN/figures/quick_reference.png -share/gnome/help/evolution/zh_CN/figures/stock_search.png -share/gnome/help/evolution/zh_CN/figures/ver_view_a.png -share/icons/hicolor/16x16/apps/evolution-mail.png -share/icons/hicolor/16x16/apps/evolution-memos.png -share/icons/hicolor/16x16/apps/evolution-tasks.png -share/icons/hicolor/16x16/apps/evolution.png -share/icons/hicolor/22x22/apps/evolution-mail.png -share/icons/hicolor/22x22/apps/evolution-memos.png -share/icons/hicolor/22x22/apps/evolution-tasks.png -share/icons/hicolor/22x22/apps/evolution.png -share/icons/hicolor/24x24/apps/evolution-mail.png -share/icons/hicolor/24x24/apps/evolution-memos.png -share/icons/hicolor/24x24/apps/evolution-tasks.png -share/icons/hicolor/24x24/apps/evolution.png -share/icons/hicolor/32x32/apps/evolution-mail.png -share/icons/hicolor/32x32/apps/evolution-memos.png -share/icons/hicolor/32x32/apps/evolution-tasks.png -share/icons/hicolor/32x32/apps/evolution.png -share/icons/hicolor/48x48/apps/evolution-mail.png -share/icons/hicolor/48x48/apps/evolution-memos.png -share/icons/hicolor/48x48/apps/evolution-tasks.png -share/icons/hicolor/48x48/apps/evolution.png -share/icons/hicolor/scalable/apps/evolution.svg -share/locale/af/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/be@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/br/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nds/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ps/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo -share/mime-info/evolution.mime -share/omf/evolution/evolution-C.omf -share/omf/evolution/evolution-cs.omf -share/omf/evolution/evolution-de.omf -share/omf/evolution/evolution-el.omf -share/omf/evolution/evolution-en_GB.omf -share/omf/evolution/evolution-es.omf -share/omf/evolution/evolution-eu.omf -share/omf/evolution/evolution-fr.omf -share/omf/evolution/evolution-gl.omf -share/omf/evolution/evolution-mk.omf -share/omf/evolution/evolution-oc.omf -share/omf/evolution/evolution-ru.omf -share/omf/evolution/evolution-sv.omf -share/omf/evolution/evolution-zh_CN.omf -@dirrm share/omf/evolution -@dirrm share/gnome/help/evolution/zh_CN/figures -@dirrm share/gnome/help/evolution/zh_CN -@dirrm share/gnome/help/evolution/sv/figures -@dirrm share/gnome/help/evolution/sv -@dirrm share/gnome/help/evolution/ru/figures -@dirrm share/gnome/help/evolution/ru -@dirrm share/gnome/help/evolution/oc/figures -@dirrm share/gnome/help/evolution/oc -@dirrm share/gnome/help/evolution/mk/figures -@dirrm share/gnome/help/evolution/mk -@dirrm share/gnome/help/evolution/gl/figures -@dirrm share/gnome/help/evolution/gl -@dirrm share/gnome/help/evolution/fr/figures -@dirrm share/gnome/help/evolution/fr -@dirrm share/gnome/help/evolution/eu/figures -@dirrm share/gnome/help/evolution/eu -@dirrm share/gnome/help/evolution/es/figures -@dirrm share/gnome/help/evolution/es -@dirrm share/gnome/help/evolution/en_GB/figures -@dirrm share/gnome/help/evolution/en_GB -@dirrm share/gnome/help/evolution/el/figures -@dirrm share/gnome/help/evolution/el -@dirrm share/gnome/help/evolution/de/figures -@dirrm share/gnome/help/evolution/de -@dirrm share/gnome/help/evolution/cs/figures -@dirrm share/gnome/help/evolution/cs -@dirrm share/gnome/help/evolution/C/figures -@dirrm share/gnome/help/evolution/C -@dirrm share/gnome/help/evolution -@dirrm %%DATADIR%%/%%VERSION%%/views/tasks -@dirrm %%DATADIR%%/%%VERSION%%/views/memos -@dirrm %%DATADIR%%/%%VERSION%%/views/mail -@dirrm %%DATADIR%%/%%VERSION%%/views/calendar -@dirrm %%DATADIR%%/%%VERSION%%/views/addressbook -@dirrm %%DATADIR%%/%%VERSION%%/views -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/theme -@dirrm %%DATADIR%%/%%VERSION%%/sounds -@dirrm %%DATADIR%%/%%VERSION%%/mail-autoconfig -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor -@dirrm %%DATADIR%%/%%VERSION%%/icons -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sv -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sq -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pt -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pl -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/it -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/hu -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/fr -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/es -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/de -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/cs -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/ca -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/C -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref -@dirrm %%DATADIR%%/%%VERSION%%/help -@dirrm %%DATADIR%%/%%VERSION%%/etspec -@dirrm %%DATADIR%%/%%VERSION%%/errors -@dirrm %%DATADIR%%/%%VERSION%%/ecps -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sv -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ro -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pt -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pl -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/nl -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/mk -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/lt -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ko -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ja -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/it -@dirrm %%DATADIR%%/%%VERSION%%/default/id/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/id/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/id -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/hu -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fr -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fi -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/es -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/de -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/cs -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ca -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/C -@dirrm %%DATADIR%%/%%VERSION%%/default -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm share/doc/eshell -@dirrmtry share/applications -@dirrm libexec/evolution/%%VERSION%% -@dirrm libexec/evolution -@dirrm lib/evolution/%%VERSION%%/plugins -@dirrm lib/evolution/%%VERSION%%/modules -@dirrm lib/evolution/%%VERSION%% -@dirrm lib/evolution -@dirrm include/evolution-%%VERSION%%/text -@dirrm include/evolution-%%VERSION%%/table -@dirrm include/evolution-%%VERSION%%/shell -@dirrm include/evolution-%%VERSION%%/misc -@dirrm include/evolution-%%VERSION%%/menus -@dirrm include/evolution-%%VERSION%%/mail -@dirrm include/evolution-%%VERSION%%/libart_lgpl -@dirrm include/evolution-%%VERSION%%/libgnomecanvas -@dirrm include/evolution-%%VERSION%%/filter -@dirrm include/evolution-%%VERSION%%/em-format -@dirrm include/evolution-%%VERSION%%/e-util -@dirrm include/evolution-%%VERSION%%/composer -@dirrm include/evolution-%%VERSION%%/calendar/gui/dialogs -@dirrm include/evolution-%%VERSION%%/calendar/gui -@dirrm include/evolution-%%VERSION%%/calendar/common -@dirrm include/evolution-%%VERSION%%/calendar -@dirrm include/evolution-%%VERSION%%/addressbook/gui/widgets -@dirrm include/evolution-%%VERSION%%/addressbook/gui -@dirrm include/evolution-%%VERSION%%/addressbook -@dirrm include/evolution-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile deleted file mode 100644 index 7db1c7b48..000000000 --- a/mail/gnome-gmail-notifier/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gnome-gmail-notifier -# Date created: Nov 16 2007 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-gmail-notifier -PORTVERSION= 0.10.1 -PORTREVISION= 2 -CATEGORIES= mail deskutils -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= avl@FreeBSD.org -COMMENT= A Gmail Inbox Monitor for the GNOME2 desktop - -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ - soup-2.4:${PORTSDIR}/devel/libsoup \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring - -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= glib20 gtk20 gconf2 libxml2 librsvg2 -USE_GSTREAMER= good - -post-patch: - @${REINPLACE_CMD} -e 's|@DATADIRNAME@|share|' ${WRKSRC}/po/Makefile.in.in - -.include <bsd.port.mk> diff --git a/mail/gnome-gmail-notifier/distinfo b/mail/gnome-gmail-notifier/distinfo deleted file mode 100644 index 6afb0ae7a..000000000 --- a/mail/gnome-gmail-notifier/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-gmail-notifier-0.10.1.tar.bz2) = a25819e55bbcbeccb1ae5ddd8e5ed1a6e0e55f77c5bf6b5661705c29541e50d0 -SIZE (gnome-gmail-notifier-0.10.1.tar.bz2) = 192949 diff --git a/mail/gnome-gmail-notifier/pkg-descr b/mail/gnome-gmail-notifier/pkg-descr deleted file mode 100644 index 6633b9fb5..000000000 --- a/mail/gnome-gmail-notifier/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The Gnome Gmail Notifier project aims to provide a stable, efficient -GTK+2.0 application that provides periodic updates that pertain to the -user's gmail inbox. - -The Notifier presents itself as a system tray icon in the GNOME2 -desktop, displaying a small balloon popup when the user recieves new -mail. - -WWW: http://notifier.geekysuavo.org/ - -- Florent Thoumie -flz@FreeBSD.org diff --git a/mail/gnome-gmail-notifier/pkg-plist b/mail/gnome-gmail-notifier/pkg-plist deleted file mode 100644 index 7cb59a754..000000000 --- a/mail/gnome-gmail-notifier/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/gnome-gmail-notifier -share/applications/gnome-gmail-notifier.desktop -share/gnome-control-center/default-apps/gnome-gmail-notifier.xml -%%DATADIR%%/ggn-about.xml -%%DATADIR%%/ggn-edit.xml -%%DATADIR%%/ggn-error-lg.svg -%%DATADIR%%/ggn-error-sm.svg -%%DATADIR%%/ggn-menu.xml -%%DATADIR%%/ggn-new-lg.svg -%%DATADIR%%/ggn-new-sm.svg -%%DATADIR%%/ggn-normal-lg.svg -%%DATADIR%%/ggn-normal-sm.svg -%%DATADIR%%/ggn-prefs.xml -%%DATADIR%%/ggn-wait.svg -%%DATADIR%%/ggn-warn.svg -%%DATADIR%%/ggn-write.svg -share/locale/es/LC_MESSAGES/gnome-gmail-notifier.mo -share/pixmaps/gnome-gmail-notifier.svg -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/gnome-control-center/default-apps -@dirrmtry share/gnome-control-center diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile deleted file mode 100644 index 956d28120..000000000 --- a/mail/mail-notification/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: mail-notification -# Date created: 18 Sep 2003 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= mail-notification -DISTVERSION= 5.4 -PORTREVISION= 8 -CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= mailnotify - -MAINTAINER= mwisnicki+freebsd@gmail.com -COMMENT= A mail notification for freedesktop.org-compliant system trays - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - notify:${PORTSDIR}/devel/libnotify - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GNOME= gconf2 gnomeprefix gnomevfs2 libglade2 libgnomeui libxml2 -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -JB_CONF_ARGS= cc="${CC}" cflags="${CFLAGS}" cppflags="${CPPFLAGS}" ldflags="${LDFLAGS}" prefix="${PREFIX}" -JB_CONF_ENV= jb_cppflags="${CPPFLAGS}" jb_ldflags="${LDFLAGS}" -GCONF_SCHEMAS= mail-notification.schemas -INSTALLS_OMF= yes -INSTALLS_ICONS= yes - -OPTIONS= EVOLUTION "Evolution support" off \ - GMAIL "Gmail support" on \ - HOTMAIL "Windows Live Hotmail support" on \ - IMAP "IMAP support" on \ - MAILDIR "Maildir support" on \ - MBOX "mbox support" on \ - MH "MH support" on \ - MOZILLA "Mozilla products support" on \ - POP3 "POP3 support" on \ - SASL "SASL authentication support" on \ - SSL "SSL/TLS support" on \ - SYLPHEED "Sylpheed support" on \ - YAHOO "Yahoo! Mail support" on - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_MBOX) -JB_CONF_ARGS+= mbox=no -.endif -.if defined(WITHOUT_MH) -JB_CONF_ARGS+= mh=no -.endif -.if defined(WITHOUT_MAILDIR) -JB_CONF_ARGS+= maildir=no -.endif -.if defined(WITHOUT_POP3) -JB_CONF_ARGS+= pop3=no -.endif -.if defined(WITHOUT_IMAP) -JB_CONF_ARGS+= imap=no -.endif -.if defined(WITHOUT_POP3) && defined(WITHOUT_IMAP) -# only POP3 and IMAP use SSL and SASL -WITHOUT_SSL= yes -WITHOUT_SASL= yes -.endif -.if defined(WITHOUT_GMAIL) -JB_CONF_ARGS+= gmail=no -PLIST_SUB+= GMAIL="@comment " -.else -PLIST_SUB+= GMAIL="" -.endif -.if defined(WITHOUT_HOTMAIL) -JB_CONF_ARGS+= hotmail=no -PLIST_SUB+= HOTMAIL="@comment " -.else -RUN_DEPENDS+= getlive:${PORTSDIR}/mail/getlive -PLIST_SUB+= HOTMAIL="" -.endif -.if defined(WITHOUT_YAHOO) -JB_CONF_ARGS+= yahoo=no -PLIST_SUB+= YAHOO="@comment " -.else -RUN_DEPENDS+= fetchyahoo:${PORTSDIR}/mail/fetchyahoo -PLIST_SUB+= YAHOO="" -.endif -.if defined(WITHOUT_EVOLUTION) -JB_CONF_ARGS+= evolution=no -PLIST_SUB+= EVOLUTION="@comment " -.else -EVO_VERSION!= make -C ${PORTSDIR}/mail/evolution -V EVO_VERSION -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc:${PORTSDIR}/mail/evolution -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc:${PORTSDIR}/mail/evolution -PLIST_SUB+= EVOLUTION="" EVO_VERSION=${EVO_VERSION} -# Work around the fact that MN is using evolution's private(?) api that is not part of -# evolution-plugin thus it's includes are not covered by pkgconfig metadata. -# That path is frozen at 3.14 even for later versions of libgtkhtml. -CFLAGS+= -I${LOCALBASE}/include/libgtkhtml-3.14 -I${LOCALBASE}/include/libgtkhtml-3.14/editor -.endif -.if defined(WITHOUT_MOZILLA) -JB_CONF_ARGS+= mozilla=no -.endif -.if defined(WITHOUT_SYLPHEED) -JB_CONF_ARGS+= sylpheed=no -.endif -.if defined(WITH_MBOX) \ - || defined(WITH_MH) \ - || defined(WITH_MAILDIR) \ - || defined(WITH_POP3) \ - || defined(WITH_IMAP) \ - || defined(WITH_MOZILLA) \ - || defined(WITH_SYLPHEED) \ - || defined(WITH_HOTMAIL) \ - || defined(WITH_YAHOO) -LIB_DEPENDS+= gmime-2.0.4:${PORTSDIR}/mail/gmime2 -.endif -.if defined(WITHOUT_SSL) -JB_CONF_ARGS+= ssl=no -.else -# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.openssl.mk" -.endif -.if defined(WITHOUT_SASL) -JB_CONF_ARGS+= sasl=no -.else -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 -.endif - -post-patch: -.if ${OSVERSION} < 700042 - @${REINPLACE_CMD} -e "s,-Wno-pointer-sign,," ${WRKSRC}/jb -.endif - -do-configure: - cd ${WRKSRC} && ${JB_CONF_ENV} ./jb configure ${JB_CONF_ARGS} - -do-build: - cd ${WRKSRC} && ./jb build - -do-install: - cd ${WRKSRC} && ./jb install - -.include <bsd.port.post.mk> diff --git a/mail/mail-notification/distinfo b/mail/mail-notification/distinfo deleted file mode 100644 index d5eea0fb4..000000000 --- a/mail/mail-notification/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mail-notification-5.4.tar.bz2) = 5dec5f3852437e7735269697c77a29a24ea230987c764523fe66dabdca815af5 -SIZE (mail-notification-5.4.tar.bz2) = 570008 diff --git a/mail/mail-notification/files/patch-openssl-threads b/mail/mail-notification/files/patch-openssl-threads deleted file mode 100644 index 8c935adef..000000000 --- a/mail/mail-notification/files/patch-openssl-threads +++ /dev/null @@ -1,11 +0,0 @@ ---- jbsrc/lib/src/extras/jb-openssl.c.orig 2008-04-27 16:47:43.000000000 +0200 -+++ jbsrc/lib/src/extras/jb-openssl.c 2008-07-10 22:48:53.000000000 +0200 -@@ -91,7 +91,7 @@ - result = jb_test_compile_string("#define OPENSSL_THREAD_DEFINES\n" - "#include <openssl/opensslconf.h>\n" - "int main () {\n" -- "#ifndef OPENSSL_THREADS\n" -+ "#if !defined(OPENSSL_THREADS) && !defined(THREADS)\n" - "#error \"no thread support\"\n" - "#endif\n" - "}\n", diff --git a/mail/mail-notification/files/patch-po_pl.po b/mail/mail-notification/files/patch-po_pl.po deleted file mode 100644 index 24bf6f940..000000000 --- a/mail/mail-notification/files/patch-po_pl.po +++ /dev/null @@ -1,15 +0,0 @@ ---- po/pl.po.orig 2008-05-22 17:38:01.000000000 +0200 -+++ po/pl.po 2008-07-11 01:44:09.000000000 +0200 -@@ -777,9 +777,9 @@ - #, c-format - msgid "feed retrieved successfully (%i byte)" - msgid_plural "feed retrieved successfully (%i bytes)" --msgstr[0] "nagłówek pobrany pomyÅ›lnie (%s bajt)" --msgstr[1] "nagłówek pobrany pomyÅ›lnie (%s bajty)" --msgstr[2] "nagłówek pobrany pomyÅ›lnie (%s bajtów)" -+msgstr[0] "nagłówek pobrany pomyÅ›lnie (%i bajt)" -+msgstr[1] "nagłówek pobrany pomyÅ›lnie (%i bajty)" -+msgstr[2] "nagłówek pobrany pomyÅ›lnie (%i bajtów)" - - #: ../src/mn-gmail-mailbox.gob:203 ../src/mn-gmail-mailbox.gob:254 - msgid "unable to parse feed" diff --git a/mail/mail-notification/files/patch-src-mn-stock.c b/mail/mail-notification/files/patch-src-mn-stock.c deleted file mode 100644 index a2742d1eb..000000000 --- a/mail/mail-notification/files/patch-src-mn-stock.c +++ /dev/null @@ -1,39 +0,0 @@ -diff -Nrbu src/mn-stock.c.orig src/mn-stock.c ---- src/mn-stock.c.orig 2008-05-22 19:45:35.000000000 +0400 -+++ src/mn-stock.c 2010-05-24 19:36:03.000000000 +0400 -@@ -32,11 +32,11 @@ - const char *icon_name; - const char *source_stock_id; - } icons[] = { -- { MN_STOCK_MAIL, NULL, "stock_mail" }, -- { MN_STOCK_NO_MAIL, NULL, "stock_inbox" }, -- { MN_STOCK_LOCAL, NULL, "stock_folder" }, -- { MN_STOCK_REMOTE, NULL, "stock_internet" }, -- { MN_STOCK_UNKNOWN, NULL, "stock_unknown" }, -+ { MN_STOCK_MAIL, NULL, "mail-message-new" }, -+ { MN_STOCK_NO_MAIL, NULL, "mail-notification" }, -+ { MN_STOCK_LOCAL, NULL, "folder" }, -+ { MN_STOCK_REMOTE, NULL, "applications-internet" }, -+ { MN_STOCK_UNKNOWN, NULL, "dialog-question" }, - { MN_STOCK_ERROR, NULL, NULL, GTK_STOCK_DIALOG_ERROR }, - #if WITH_GMAIL - { MN_STOCK_GMAIL, PKGDATADIR G_DIR_SEPARATOR_S "gmail.png" }, -@@ -48,14 +48,14 @@ - { MN_STOCK_HOTMAIL, PKGDATADIR G_DIR_SEPARATOR_S "hotmail.png" }, - #endif - #if WITH_MBOX || WITH_MOZILLA || WITH_MH || WITH_MAILDIR || WITH_SYLPHEED -- { MN_STOCK_SYSTEM_MAILBOX, NULL, "system" }, -+ { MN_STOCK_SYSTEM_MAILBOX, NULL, "applications-system" }, - #endif - #if WITH_EVOLUTION - { MN_STOCK_EVOLUTION_MAILBOX, NULL, "evolution" }, - #endif -- { MN_STOCK_MAIL_READER, NULL, "stock_mail-handling" }, -- { MN_STOCK_OPEN_MESSAGE, NULL, "stock_mail-open" }, -- { MN_STOCK_CONSIDER_NEW_MAIL_AS_READ, NULL, "stock_mark" } -+ { MN_STOCK_MAIL_READER, NULL, "mail-unread" }, -+ { MN_STOCK_OPEN_MESSAGE, NULL, "mail-read" }, -+ { MN_STOCK_CONSIDER_NEW_MAIL_AS_READ, NULL, "mail-mark-read" } - }; - GtkIconFactory *factory; - GtkIconTheme *icon_theme; diff --git a/mail/mail-notification/pkg-descr b/mail/mail-notification/pkg-descr deleted file mode 100644 index 227c14361..000000000 --- a/mail/mail-notification/pkg-descr +++ /dev/null @@ -1,25 +0,0 @@ -Mail Notification is a status icon (aka tray icon) that informs you if you -have new mail. - -It works with system trays implementing the freedesktop.org System Tray -Specification, such as the GNOME Panel Notification Area, the Xfce -Notification Area and the KDE System Tray. - -Mail Notification features include: - - * multiple mailbox support - * mbox, MH, Maildir, POP3, IMAP, Gmail, Evolution, Mozilla products - (Mozilla, SeaMonkey, Thunderbird, ...) and Sylpheed support - * SASL authentication support - * APOP authentication support - * SSL/TLS support - * automatic detection of mailbox format - * immediate notification (the status icon is updated immediately or - within seconds after a mailbox changes) - * message popups - * HIG 2.0 compliance - -WWW: http://www.nongnu.org/mailnotify/ - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/mail/mail-notification/pkg-plist b/mail/mail-notification/pkg-plist deleted file mode 100644 index aa5729cbb..000000000 --- a/mail/mail-notification/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -bin/mail-notification -etc/xdg/autostart/mail-notification.desktop -share/applications/mail-notification-properties.desktop -share/gnome/help/mail-notification/C/documentation-license.xml -share/gnome/help/mail-notification/C/figures/mail.png -share/gnome/help/mail-notification/C/mail-notification.xml -share/gnome/help/mail-notification/C/software-license.xml -%%GMAIL%%share/mail-notification/gmail.png -%%HOTMAIL%%share/mail-notification/hotmail.png -share/mail-notification/logo.png -share/mail-notification/new-mail.wav -%%YAHOO%%share/mail-notification/yahoo.png -share/mail-notification/mailbox-properties-dialog.glade -share/mail-notification/properties-dialog.glade -share/omf/mail-notification/mail-notification-C.omf -share/icons/hicolor/16x16/apps/mail-notification.png -share/icons/hicolor/22x22/apps/mail-notification.png -share/icons/hicolor/24x24/apps/mail-notification.png -share/icons/hicolor/32x32/apps/mail-notification.png -share/icons/hicolor/48x48/apps/mail-notification.png -share/icons/hicolor/scalable/apps/mail-notification.svg -share/locale/bg/LC_MESSAGES/mail-notification.mo -share/locale/ca/LC_MESSAGES/mail-notification.mo -share/locale/cs/LC_MESSAGES/mail-notification.mo -share/locale/de/LC_MESSAGES/mail-notification.mo -share/locale/es/LC_MESSAGES/mail-notification.mo -share/locale/fr/LC_MESSAGES/mail-notification.mo -share/locale/ja/LC_MESSAGES/mail-notification.mo -share/locale/nl/LC_MESSAGES/mail-notification.mo -share/locale/pl/LC_MESSAGES/mail-notification.mo -share/locale/pt/LC_MESSAGES/mail-notification.mo -share/locale/pt_BR/LC_MESSAGES/mail-notification.mo -share/locale/ru/LC_MESSAGES/mail-notification.mo -share/locale/sr/LC_MESSAGES/mail-notification.mo -share/locale/sr@Latn/LC_MESSAGES/mail-notification.mo -share/locale/sv/LC_MESSAGES/mail-notification.mo -%%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/liborg-jylefort-mail-notification.so -%%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/org-jylefort-mail-notification.eplug -@dirrm share/omf/mail-notification -@dirrm share/mail-notification -@dirrm share/gnome/help/mail-notification/C/figures -@dirrm share/gnome/help/mail-notification/C -@dirrm share/gnome/help/mail-notification -@dirrmtry share/applications diff --git a/misc/bigboard/Makefile b/misc/bigboard/Makefile deleted file mode 100644 index 7aeeb4e4d..000000000 --- a/misc/bigboard/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: bigboard -# Date created: 2008-05-28 -# Whom: Ashish Shukla <wahjava@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= bigboard -PORTVERSION= 0.5.38 -PORTREVISION= 6 -CATEGORIES= misc gnome -MASTER_SITES= GNOME - -MAINTAINER= ashish@FreeBSD.org -COMMENT= Big Board sidebar is an experimental panel for the GNOME Desktop - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \ - ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring \ - ${LOCALBASE}/libdata/pkgconfig/libsoup-2.4.pc:${PORTSDIR}/devel/libsoup \ - ${LOCALBASE}/libdata/pkgconfig/hippo-canvas-1.pc:${PORTSDIR}/x11-toolkits/hippo-canvas \ - ${LOCALBASE}/libdata/pkgconfig/ddm-1.pc:${PORTSDIR}/net/desktop-data-model \ - ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:${PORTSDIR}/x11-toolkits/py-gnome2 \ - ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - hippocanvas-1.0:${PORTSDIR}/x11-toolkits/hippo-canvas -RUN_DEPENDS= ${LOCALBASE}/libexec/desktop-data-engine:${PORTSDIR}/net/desktop-data-model \ - ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:${PORTSDIR}/x11-toolkits/py-gnome2 \ - ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus - -USE_GMAKE= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_PYTHON= 2.5+ -USE_GNOME= pygtk2 gtk20 gnomevfs2 gnomedesktop gnomepanel gconf2 pygnome2 gnomehack -GCONF_SCHEMAS= bigboard.schemas - -post-patch: - @${FIND} ${WRKSRC} -type f -exec fgrep -l '%%LOCALBASE%%' {} \; |${XARGS} ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' -i .bak - -.include <bsd.port.mk> diff --git a/misc/bigboard/distinfo b/misc/bigboard/distinfo deleted file mode 100644 index 72f84f627..000000000 --- a/misc/bigboard/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bigboard-0.5.38.tar.bz2) = 51ac5a3ae677f01ad072be2baa45853a0a1f3b2d12dc089ed9a61db15f022e92 -SIZE (bigboard-0.5.38.tar.bz2) = 616564 diff --git a/misc/bigboard/files/patch-bigboard-apps_directory.py b/misc/bigboard/files/patch-bigboard-apps_directory.py deleted file mode 100644 index 9c2c939aa..000000000 --- a/misc/bigboard/files/patch-bigboard-apps_directory.py +++ /dev/null @@ -1,11 +0,0 @@ ---- bigboard/apps_directory.py~ 2008-03-25 20:09:55.000000000 +0530 -+++ bigboard/apps_directory.py 2008-06-02 05:51:42.000000000 +0530 -@@ -9,7 +9,7 @@ - def __init__(self): - gobject.GObject.__init__(self) - self._logger = logging.getLogger('bigboard.AppsDirectory') -- self._tree = gmenu.lookup_tree('applications.menu', gmenu.FLAGS_INCLUDE_EXCLUDED) -+ self._tree = gmenu.lookup_tree('gnome-applications.menu', gmenu.FLAGS_INCLUDE_EXCLUDED) - self._apps = {} - # with gnome-menus-2.16.0-2.fc6 omitting the user_data arg crashes the gmenu module - self._tree.add_monitor(self._on_apps_changed, None) diff --git a/misc/bigboard/files/patch-bigboard-libbig-__init__.py b/misc/bigboard/files/patch-bigboard-libbig-__init__.py deleted file mode 100644 index 1737a8ce9..000000000 --- a/misc/bigboard/files/patch-bigboard-libbig-__init__.py +++ /dev/null @@ -1,11 +0,0 @@ ---- bigboard/libbig/__init__.py 2008-03-25 20:09:55.000000000 +0530 -+++ bigboard/libbig/__init__.py.new 2008-05-28 12:49:50.000000000 +0530 -@@ -21,7 +21,7 @@ - - def get_xdg_datadirs(): - result = [] -- default = '/usr/share' -+ default = '%%LOCALBASE%%/share' - try: - for x in os.environ['XDG_DATA_DIRS'].split(':'): - result.append(x) diff --git a/misc/bigboard/files/patch-bigboard-stocks-apps-appbrowser.py b/misc/bigboard/files/patch-bigboard-stocks-apps-appbrowser.py deleted file mode 100644 index 66a1ad64d..000000000 --- a/misc/bigboard/files/patch-bigboard-stocks-apps-appbrowser.py +++ /dev/null @@ -1,24 +0,0 @@ ---- bigboard/stocks/apps/appbrowser.py 2008-05-28 12:46:40.000000000 +0530 -+++ bigboard/stocks/apps/appbrowser.py.new 2008-05-28 12:47:15.000000000 +0530 -@@ -56,7 +56,7 @@ - - self.__more_info = IconLink(text="More Info", prelight=False, img_scale_width=16, img_scale_height=16, spacing=2, underline=pango.UNDERLINE_LOW, xalign=hippo.ALIGNMENT_START) - self.__more_info.link.connect("button-press-event", lambda l,e: self.emit("more-info", self.__app)) -- self.__more_info.img.set_property('image-name', '/usr/share/icons/gnome/16x16/status/info.png') -+ self.__more_info.img.set_property('image-name', '%%LOCALBASE%%/share/icons/gnome/16x16/status/info.png') - self.__controls_box.append(self.__more_info) - - self.__check_showing = CanvasCheckbox("Show in sidebar") -@@ -111,10 +111,10 @@ - - self.__controls_box.set_child_visible(self.__more_info, not self.__app.is_local()) - if app.is_installed(): -- self.__action_button_image.set_property("image-name", "/usr/share/icons/gnome/16x16/actions/gnome-run.png") -+ self.__action_button_image.set_property("image-name", "%%LOCALBASE%%/share/icons/gnome/16x16/actions/gnome-run.png") - self.__action_button.set_label_text("Run...") - else: -- self.__action_button_image.set_property("image-name", "/usr/share/icons/gnome/16x16/apps/system-software-installer.png") -+ self.__action_button_image.set_property("image-name", "%%LOCALBASE%%/share/icons/gnome/16x16/apps/system-software-installer.png") - self.__action_button.set_label_text("Install...") - - def launch(self): diff --git a/misc/bigboard/files/patch-bigboard-stocks-mail-MailStock.py b/misc/bigboard/files/patch-bigboard-stocks-mail-MailStock.py deleted file mode 100644 index b63d2769e..000000000 --- a/misc/bigboard/files/patch-bigboard-stocks-mail-MailStock.py +++ /dev/null @@ -1,8 +0,0 @@ ---- bigboard/stocks/mail/MailStock.py~ 2008-04-29 02:40:59.000000000 +0530 -+++ bigboard/stocks/mail/MailStock.py 2008-05-28 12:38:44.000000000 +0530 -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!/usr/bin/env python - # -*- coding: utf-8 -*- - import logging, re, time, urllib2 - diff --git a/misc/bigboard/files/patch-bigboard-stocks-self-SelfStock.py b/misc/bigboard/files/patch-bigboard-stocks-self-SelfStock.py deleted file mode 100644 index 48d479f79..000000000 --- a/misc/bigboard/files/patch-bigboard-stocks-self-SelfStock.py +++ /dev/null @@ -1,58 +0,0 @@ ---- bigboard/stocks/self/SelfStock.py 2008-04-29 02:40:59.000000000 +0530 -+++ bigboard/stocks/self/SelfStock.py.new 2008-05-28 12:42:26.000000000 +0530 -@@ -131,16 +131,16 @@ - - self.__mugshot_link = IconLink(img_scale_width=22, img_scale_height=22, xalign=hippo.ALIGNMENT_START) - self.__mugshot_link.link.connect("activated", self.__show_mugshot_link) -- self.__mugshot_link.img.set_property('image-name', '/usr/share/icons/gnome/22x22/apps/web-browser.png') -+ self.__mugshot_link.img.set_property('image-name', '%%LOCALBASE%%/share/icons/gnome/22x22/apps/web-browser.png') - self.__personalization_box.append(self.__mugshot_link) - - link = IconLink(text='Desktop Preferences', img_scale_width=22, img_scale_height=22, xalign=hippo.ALIGNMENT_START) - link.link.connect("activated", self.__on_system_preferences) -- link.img.set_property('image-name', '/usr/share/icons/gnome/22x22/categories/preferences-system.png') -+ link.img.set_property('image-name', '%%LOCALBASE%%/share/icons/gnome/22x22/categories/preferences-system.png') - self.__personalization_box.append(link) - link = IconLink(text='Sidebar Preferences', img_scale_width=22, img_scale_height=22, xalign=hippo.ALIGNMENT_START) - link.link.connect("activated", self.__on_sidebar_controls) -- link.img.set_property('image-name', '/usr/share/icons/gnome/22x22/categories/preferences-desktop.png') -+ link.img.set_property('image-name', '%%LOCALBASE%%/share/icons/gnome/22x22/categories/preferences-desktop.png') - self.__personalization_box.append(link) - - vbox.append(Separator()) -@@ -159,7 +159,7 @@ - - link = IconLink(text='Log in as Another User...', img_scale_width=22, img_scale_height=22, xalign=hippo.ALIGNMENT_START) - link.link.connect("activated", self.__do_fus_login_other_user) -- link.img.set_property('image-name', '/usr/share/icons/gnome/22x22/apps/system-users.png') -+ link.img.set_property('image-name', '%%LOCALBASE%%/share/icons/gnome/22x22/apps/system-users.png') - self.__fus_box.append(link) - self.__fus_users = [] - self.__handle_fus_change() -@@ -169,7 +169,7 @@ - - link = IconLink(text='Logout or Shutdown...', img_scale_width=22, img_scale_height=22, xalign=hippo.ALIGNMENT_START) - link.link.connect("activated", self.__on_logout) -- link.img.set_property('image-name', '/usr/share/icons/gnome/22x22/apps/gnome-shutdown.png') -+ link.img.set_property('image-name', '%%LOCALBASE%%/share/icons/gnome/22x22/apps/gnome-shutdown.png') - self.__logout_controls_box.append(link) - - self.update_self(myself) -@@ -183,7 +183,7 @@ - self.__name.set_property("text", myself.name) - self.__mugshot_link.link.set_property("text", 'Visit Account Page') - else: -- self.__photo.set_property("image-name", '/usr/share/pixmaps/nobody.png') -+ self.__photo.set_property("image-name", '%%LOCALBASE%%/share/pixmaps/nobody.png') - self.__name.set_property("text", "Nobody") - self.__personalization_box.set_child_visible(self.__mugshot_link, False) - -@@ -256,7 +256,7 @@ - self._namephoto_box.connect("button-press-event", lambda button, event: self.__on_activate()) - - self._photo = CanvasMugshotURLImage(scale_width=48, scale_height=48) -- self._photo.set_property("image-name", '/usr/share/pixmaps/nobody.png') -+ self._photo.set_property("image-name", '%%LOCALBASE%%/share/pixmaps/nobody.png') - self._namephoto_box.set_photo(self._photo) - - self._namephoto_box_child = CanvasHBox() diff --git a/misc/bigboard/files/patch-main.py b/misc/bigboard/files/patch-main.py deleted file mode 100644 index 4fc12f39d..000000000 --- a/misc/bigboard/files/patch-main.py +++ /dev/null @@ -1,26 +0,0 @@ ---- main.py 2008-04-29 02:40:59.000000000 +0530 -+++ main.py.new 2008-05-28 12:51:14.000000000 +0530 -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!/usr/bin/env python - - import os, sys, threading, getopt, logging, StringIO, stat, signal - import xml.dom.minidom, urllib2, urlparse, subprocess, weakref -@@ -48,7 +48,7 @@ - - GCONF_PREFIX = '/apps/bigboard/' - --REEXEC_CMD = os.getenv('BB_REEXEC') or '/usr/bin/bigboard' -+REEXEC_CMD = os.getenv('BB_REEXEC') or '%%LOCALBASE%%/bin/bigboard' - REEXEC_CMD = os.path.abspath(REEXEC_CMD) - - BB_DATADIR = os.getenv('BB_DATADIR') -@@ -69,7 +69,7 @@ - if datadir_env: - datadirs = datadir_env.split(':') - else: -- datadirs = ['/usr/share/'] -+ datadirs = ['%%LOCALBASE%%/share/'] - return map(lambda x: os.path.join(x, 'bigboard'), datadirs) - - def _find_in_datadir(fname): diff --git a/misc/bigboard/pkg-descr b/misc/bigboard/pkg-descr deleted file mode 100644 index 25479452a..000000000 --- a/misc/bigboard/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The Big Board sidebar is an experimental panel for the GNOME Desktop, -designed to integrate with Online Desktop and Mugshot - -WWW: http://live.gnome.org/OnlineDesktop/Sidebar diff --git a/misc/bigboard/pkg-plist b/misc/bigboard/pkg-plist deleted file mode 100644 index f513a669b..000000000 --- a/misc/bigboard/pkg-plist +++ /dev/null @@ -1,312 +0,0 @@ -bin/bigboard -libdata/bonobo/servers/GNOME_OnlineDesktop_BigBoardFactory.server -%%PYTHON_SITELIBDIR%%/bigboard/__init__.py -%%PYTHON_SITELIBDIR%%/bigboard/__init__.pyc -%%PYTHON_SITELIBDIR%%/bigboard/__init__.pyo -%%PYTHON_SITELIBDIR%%/bigboard/accounts.py -%%PYTHON_SITELIBDIR%%/bigboard/accounts.pyc -%%PYTHON_SITELIBDIR%%/bigboard/accounts.pyo -%%PYTHON_SITELIBDIR%%/bigboard/accounts_dialog.py -%%PYTHON_SITELIBDIR%%/bigboard/accounts_dialog.pyc -%%PYTHON_SITELIBDIR%%/bigboard/accounts_dialog.pyo -%%PYTHON_SITELIBDIR%%/bigboard/apps_directory.py -%%PYTHON_SITELIBDIR%%/bigboard/apps_directory.pyc -%%PYTHON_SITELIBDIR%%/bigboard/apps_directory.pyo -%%PYTHON_SITELIBDIR%%/bigboard/big_widgets.py -%%PYTHON_SITELIBDIR%%/bigboard/big_widgets.pyc -%%PYTHON_SITELIBDIR%%/bigboard/big_widgets.pyo -%%PYTHON_SITELIBDIR%%/bigboard/bignative.la -%%PYTHON_SITELIBDIR%%/bigboard/bignative.so -%%PYTHON_SITELIBDIR%%/bigboard/databound.py -%%PYTHON_SITELIBDIR%%/bigboard/databound.pyc -%%PYTHON_SITELIBDIR%%/bigboard/databound.pyo -%%PYTHON_SITELIBDIR%%/bigboard/editor.py -%%PYTHON_SITELIBDIR%%/bigboard/editor.pyc -%%PYTHON_SITELIBDIR%%/bigboard/editor.pyo -%%PYTHON_SITELIBDIR%%/bigboard/global_mugshot.py -%%PYTHON_SITELIBDIR%%/bigboard/global_mugshot.pyc -%%PYTHON_SITELIBDIR%%/bigboard/global_mugshot.pyo -%%PYTHON_SITELIBDIR%%/bigboard/globals.py -%%PYTHON_SITELIBDIR%%/bigboard/globals.pyc -%%PYTHON_SITELIBDIR%%/bigboard/globals.pyo -%%PYTHON_SITELIBDIR%%/bigboard/google.py -%%PYTHON_SITELIBDIR%%/bigboard/google.pyc -%%PYTHON_SITELIBDIR%%/bigboard/google.pyo -%%PYTHON_SITELIBDIR%%/bigboard/google_stock.py -%%PYTHON_SITELIBDIR%%/bigboard/google_stock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/google_stock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/httplib2/__init__.py -%%PYTHON_SITELIBDIR%%/bigboard/httplib2/__init__.pyc -%%PYTHON_SITELIBDIR%%/bigboard/httplib2/__init__.pyo -%%PYTHON_SITELIBDIR%%/bigboard/httplib2/iri2uri.py -%%PYTHON_SITELIBDIR%%/bigboard/httplib2/iri2uri.pyc -%%PYTHON_SITELIBDIR%%/bigboard/httplib2/iri2uri.pyo -%%PYTHON_SITELIBDIR%%/bigboard/keybinder/__init__.py -%%PYTHON_SITELIBDIR%%/bigboard/keybinder/__init__.pyc -%%PYTHON_SITELIBDIR%%/bigboard/keybinder/__init__.pyo -%%PYTHON_SITELIBDIR%%/bigboard/keybinder/_keybinder.la -%%PYTHON_SITELIBDIR%%/bigboard/keybinder/_keybinder.so -%%PYTHON_SITELIBDIR%%/bigboard/keyring.py -%%PYTHON_SITELIBDIR%%/bigboard/keyring.pyc -%%PYTHON_SITELIBDIR%%/bigboard/keyring.pyo -%%PYTHON_SITELIBDIR%%/bigboard/layout_utils.py -%%PYTHON_SITELIBDIR%%/bigboard/layout_utils.pyc -%%PYTHON_SITELIBDIR%%/bigboard/layout_utils.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/__init__.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/__init__.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/__init__.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/dbusutil.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/dbusutil.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/dbusutil.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/format_escaped.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/format_escaped.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/format_escaped.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/gutil.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/gutil.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/gutil.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/http.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/http.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/http.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/imagecache.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/imagecache.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/imagecache.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/logutil.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/logutil.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/logutil.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/polling.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/polling.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/polling.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/signalobject.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/signalobject.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/signalobject.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/singletonmixin.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/singletonmixin.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/singletonmixin.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/stdout_logger.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/stdout_logger.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/stdout_logger.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/struct.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/struct.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/struct.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libbig/xmlquery.py -%%PYTHON_SITELIBDIR%%/bigboard/libbig/xmlquery.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libbig/xmlquery.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgimmie.py -%%PYTHON_SITELIBDIR%%/bigboard/libgimmie.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgimmie.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/COPYING -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_BSDDBCookieJar.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_BSDDBCookieJar.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_BSDDBCookieJar.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_ClientCookie.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_ClientCookie.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_ClientCookie.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_ConnCache.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_ConnCache.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_ConnCache.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Debug.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Debug.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Debug.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_HeadersUtil.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_HeadersUtil.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_HeadersUtil.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_LWPCookieJar.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_LWPCookieJar.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_LWPCookieJar.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_MSIECookieJar.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_MSIECookieJar.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_MSIECookieJar.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_MSIEDBCookieJar.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_MSIEDBCookieJar.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_MSIEDBCookieJar.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_MozillaCookieJar.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_MozillaCookieJar.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_MozillaCookieJar.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Opener.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Opener.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Opener.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Request.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Request.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Request.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Util.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Util.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_Util.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/__init__.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/__init__.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/__init__.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_urllib2_support.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_urllib2_support.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie/_urllib2_support.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/README -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/__init__.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/__init__.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/__init__.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/lgconstants.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/lgconstants.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/lgconstants.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/lgcontacts.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/lgcontacts.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/lgcontacts.pyo -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/libgmail.py -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/libgmail.pyc -%%PYTHON_SITELIBDIR%%/bigboard/libgmail/libgmail.pyo -%%PYTHON_SITELIBDIR%%/bigboard/overview_layout.py -%%PYTHON_SITELIBDIR%%/bigboard/overview_layout.pyc -%%PYTHON_SITELIBDIR%%/bigboard/overview_layout.pyo -%%PYTHON_SITELIBDIR%%/bigboard/overview_table.py -%%PYTHON_SITELIBDIR%%/bigboard/overview_table.pyc -%%PYTHON_SITELIBDIR%%/bigboard/overview_table.pyo -%%PYTHON_SITELIBDIR%%/bigboard/people_tracker.py -%%PYTHON_SITELIBDIR%%/bigboard/people_tracker.pyc -%%PYTHON_SITELIBDIR%%/bigboard/people_tracker.pyo -%%PYTHON_SITELIBDIR%%/bigboard/pyshell.py -%%PYTHON_SITELIBDIR%%/bigboard/pyshell.pyc -%%PYTHON_SITELIBDIR%%/bigboard/pyshell.pyo -%%PYTHON_SITELIBDIR%%/bigboard/scroll_ribbon.py -%%PYTHON_SITELIBDIR%%/bigboard/scroll_ribbon.pyc -%%PYTHON_SITELIBDIR%%/bigboard/scroll_ribbon.pyo -%%PYTHON_SITELIBDIR%%/bigboard/search.py -%%PYTHON_SITELIBDIR%%/bigboard/search.pyc -%%PYTHON_SITELIBDIR%%/bigboard/search.pyo -%%PYTHON_SITELIBDIR%%/bigboard/slideout.py -%%PYTHON_SITELIBDIR%%/bigboard/slideout.pyc -%%PYTHON_SITELIBDIR%%/bigboard/slideout.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stock.py -%%PYTHON_SITELIBDIR%%/bigboard/stock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps.xml -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/AppsStock.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/AppsStock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/AppsStock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/appbrowser.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/appbrowser.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/appbrowser.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/apps.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/apps.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/apps.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/apps_widgets.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/apps_widgets.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/apps_widgets.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/apps/thumbnail.png -%%PYTHON_SITELIBDIR%%/bigboard/stocks/files.xml -%%PYTHON_SITELIBDIR%%/bigboard/stocks/files/FilesStock.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/files/FilesStock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/files/FilesStock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/files/filebrowser.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/files/filebrowser.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/files/filebrowser.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/files/thumbnail.png -%%PYTHON_SITELIBDIR%%/bigboard/stocks/google_calendar.xml -%%PYTHON_SITELIBDIR%%/bigboard/stocks/google_calendar/CalendarStock.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/google_calendar/CalendarStock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/google_calendar/CalendarStock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/google_calendar/thumbnail.png -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail.xml -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/MailStock.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/MailStock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/MailStock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/lgconstants.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/lgconstants.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/lgconstants.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/libgmail_patched.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/libgmail_patched.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/libgmail_patched.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mail/thumbnail.png -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mugshot_photos.xml -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mugshot_photos/PhotosStock.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mugshot_photos/PhotosStock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mugshot_photos/PhotosStock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/mugshot_photos/thumbnail.png -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people.xml -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/PeopleStock.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/PeopleStock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/PeopleStock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/peoplebrowser.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/peoplebrowser.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/peoplebrowser.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/peoplewidgets.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/peoplewidgets.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/peoplewidgets.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/people/thumbnail.png -%%PYTHON_SITELIBDIR%%/bigboard/stocks/search.xml -%%PYTHON_SITELIBDIR%%/bigboard/stocks/search/SearchStock.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/search/SearchStock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/search/SearchStock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/self.xml -%%PYTHON_SITELIBDIR%%/bigboard/stocks/self/SelfStock.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/self/SelfStock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/self/SelfStock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/self/portfoliomanager.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/self/portfoliomanager.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/self/portfoliomanager.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/workspaces.xml -%%PYTHON_SITELIBDIR%%/bigboard/stocks/workspaces/WorkspacesStock.py -%%PYTHON_SITELIBDIR%%/bigboard/stocks/workspaces/WorkspacesStock.pyc -%%PYTHON_SITELIBDIR%%/bigboard/stocks/workspaces/WorkspacesStock.pyo -%%PYTHON_SITELIBDIR%%/bigboard/stocks/workspaces/thumbnail.png -%%PYTHON_SITELIBDIR%%/bigboard/table_layout.py -%%PYTHON_SITELIBDIR%%/bigboard/table_layout.pyc -%%PYTHON_SITELIBDIR%%/bigboard/table_layout.pyo -%%PYTHON_SITELIBDIR%%/bigboard/themes/__init__.py -%%PYTHON_SITELIBDIR%%/bigboard/themes/__init__.pyc -%%PYTHON_SITELIBDIR%%/bigboard/themes/__init__.pyo -%%PYTHON_SITELIBDIR%%/bigboard/themes/default.css -%%PYTHON_SITELIBDIR%%/bigboard/themes/default.py -%%PYTHON_SITELIBDIR%%/bigboard/themes/default.pyc -%%PYTHON_SITELIBDIR%%/bigboard/themes/default.pyo -%%PYTHON_SITELIBDIR%%/bigboard/themes/fedora.css -%%PYTHON_SITELIBDIR%%/bigboard/themes/fedora.py -%%PYTHON_SITELIBDIR%%/bigboard/workboard.py -%%PYTHON_SITELIBDIR%%/bigboard/workboard.pyc -%%PYTHON_SITELIBDIR%%/bigboard/workboard.pyo -libexec/bigboard-applets -libexec/bigboard/main.py -libexec/bigboard/main.pyc -libexec/bigboard/main.pyo -%%DATADIR%%/bigboard-bulb-bw.png -%%DATADIR%%/bigboard-bulb.png -%%DATADIR%%/bigboard-collapse.png -%%DATADIR%%/bigboard-document.png -%%DATADIR%%/bigboard-down-arrow-disabled.png -%%DATADIR%%/bigboard-down-arrow-enabled.png -%%DATADIR%%/bigboard-expand.png -%%DATADIR%%/bigboard-info.png -%%DATADIR%%/bigboard-left-button.png -%%DATADIR%%/bigboard-music.png -%%DATADIR%%/bigboard-nophoto-45.png -%%DATADIR%%/bigboard-nophoto-60.png -%%DATADIR%%/bigboard-presentation.png -%%DATADIR%%/bigboard-right-button.png -%%DATADIR%%/bigboard-spreadsheet.png -%%DATADIR%%/bigboard-today-disabled.png -%%DATADIR%%/bigboard-today-enabled.png -%%DATADIR%%/bigboard-up-arrow-disabled.png -%%DATADIR%%/bigboard-up-arrow-enabled.png -%%DATADIR%%/ctrl_esc_keys.png -%%DATADIR%%/windows_key.png -share/gnome-2.0/ui/GNOME_OnlineDesktop_BigBoardButtonApplet.xml -share/online-prefs-sync/bigboard.synclist -@dirrm share/online-prefs-sync -@dirrmtry share/gnome-2.0/ui -@dirrmtry share/gnome-2.0 -@dirrm %%DATADIR%% -@dirrm libexec/bigboard -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/themes -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks/workspaces -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks/self -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks/search -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks/people -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks/mugshot_photos -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks/mail -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks/google_calendar -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks/files -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks/apps -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/stocks -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/libgmail/ClientCookie -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/libgmail -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/libbig -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/keybinder -@dirrm %%PYTHON_SITELIBDIR%%/bigboard/httplib2 -@dirrm %%PYTHON_SITELIBDIR%%/bigboard -@dirrm %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile deleted file mode 100644 index cba4f0fd6..000000000 --- a/net-im/gossip/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: gossip -# Date created: 08 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gossip -PORTVERSION= 0.31 -PORTREVISION= 6 -CATEGORIES= net-im gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GTK2 Jabber Instant Messaging client - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - aspell.16:${PORTSDIR}/textproc/aspell -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -BROKEN= It does build with new libnotify 0.7.x -DEPRECATED= No longer maintain by upstream, use net-im/empathy instead -EXPIRATION_DATE=2011-08-01 - -USE_XORG= x11 xext ice xscrnsaver -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel gnomedocutils \ - libgnomeui -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --enable-dbus=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gossip.schemas - -OPTIONS= NOTIFY "Enable libnotify support" on \ - TELEPATHY "Enable telepathy support" off \ - EBOOK "Enable Evolution integration" off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+= --enable-libnotify=no -.endif - -.if defined(WITH_TELEPATHY) -LIB_DEPENDS+= telepathy.2:${PORTSDIR}/net-im/libtelepathy -CONFIGURE_ARGS+= --enable-telepathy=yes -.else -CONFIGURE_ARGS+= --enable-telepathy=no -.endif - -.if defined(WITH_EBOOK) -USE_GNOME+= evolutiondataserver -.else -CONFIGURE_ARGS+= --enable-ebook=no -.endif - -.include <bsd.port.post.mk> diff --git a/net-im/gossip/distinfo b/net-im/gossip/distinfo deleted file mode 100644 index ac15fb1ce..000000000 --- a/net-im/gossip/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gossip-0.31.tar.bz2) = ad2de7ab1700fe2368cc558137e4c17fd983a204894f2a911769709073e38510 -SIZE (gnome2/gossip-0.31.tar.bz2) = 1723001 diff --git a/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c b/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c deleted file mode 100644 index ef9d11783..000000000 --- a/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libloudermouth/lm-bs-listener.c.orig 2008-08-03 14:38:37.000000000 -0400 -+++ libloudermouth/lm-bs-listener.c 2008-08-03 14:38:50.000000000 -0400 -@@ -27,6 +27,7 @@ - #include <glib.h> - - #ifndef G_OS_WIN32 -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/tcp.h> - #endif /* G_OS_WIN32 */ diff --git a/net-im/gossip/pkg-descr b/net-im/gossip/pkg-descr deleted file mode 100644 index e35bf5d47..000000000 --- a/net-im/gossip/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gossip is a modern client for the Jabber Instant Messaging system. - -WWW: http://developer.imendio.com/projects/gossip/ diff --git a/net-im/gossip/pkg-plist b/net-im/gossip/pkg-plist deleted file mode 100644 index 2c79d086e..000000000 --- a/net-im/gossip/pkg-plist +++ /dev/null @@ -1,151 +0,0 @@ -bin/gossip -etc/sound/events/gossip.soundlist -libdata/bonobo/servers/GNOME_Peekaboo_Applet.server -libexec/peekaboo-applet -share/applications/gossip.desktop -share/gnome/help/gossip/C/figures/gossip-available.png -share/gnome/help/gossip/C/figures/gossip-away.png -share/gnome/help/gossip/C/figures/gossip-busy.png -share/gnome/help/gossip/C/figures/gossip-extended-away.png -share/gnome/help/gossip/C/figures/gossip-offline.png -share/gnome/help/gossip/C/figures/gossip-personal-details.png -share/gnome/help/gossip/C/figures/gossip-roster.png -share/gnome/help/gossip/C/gossip.xml -share/gnome/help/gossip/C/legal.xml -share/gnome/help/gossip/es/figures/gossip-available.png -share/gnome/help/gossip/es/figures/gossip-away.png -share/gnome/help/gossip/es/figures/gossip-busy.png -share/gnome/help/gossip/es/figures/gossip-extended-away.png -share/gnome/help/gossip/es/figures/gossip-offline.png -share/gnome/help/gossip/es/figures/gossip-personal-details.png -share/gnome/help/gossip/es/figures/gossip-roster.png -share/gnome/help/gossip/es/gossip.xml -share/gnome/help/gossip/fr/figures/gossip-available.png -share/gnome/help/gossip/fr/figures/gossip-away.png -share/gnome/help/gossip/fr/figures/gossip-busy.png -share/gnome/help/gossip/fr/figures/gossip-extended-away.png -share/gnome/help/gossip/fr/figures/gossip-offline.png -share/gnome/help/gossip/fr/figures/gossip-personal-details.png -share/gnome/help/gossip/fr/figures/gossip-roster.png -share/gnome/help/gossip/fr/gossip.xml -share/gnome/help/gossip/oc/figures/gossip-available.png -share/gnome/help/gossip/oc/figures/gossip-away.png -share/gnome/help/gossip/oc/figures/gossip-busy.png -share/gnome/help/gossip/oc/figures/gossip-extended-away.png -share/gnome/help/gossip/oc/figures/gossip-offline.png -share/gnome/help/gossip/oc/figures/gossip-personal-details.png -share/gnome/help/gossip/oc/figures/gossip-roster.png -share/gnome/help/gossip/oc/gossip.xml -share/gnome/help/gossip/sv/figures/gossip-available.png -share/gnome/help/gossip/sv/figures/gossip-away.png -share/gnome/help/gossip/sv/figures/gossip-busy.png -share/gnome/help/gossip/sv/figures/gossip-extended-away.png -share/gnome/help/gossip/sv/figures/gossip-offline.png -share/gnome/help/gossip/sv/figures/gossip-personal-details.png -share/gnome/help/gossip/sv/figures/gossip-roster.png -share/gnome/help/gossip/sv/gossip.xml -share/gossip/GNOME_Peekaboo_Applet.xml -share/gossip/chat.glade -share/gossip/file-transfer.glade -share/gossip/gossip-account.dtd -share/gossip/gossip-available.png -share/gossip/gossip-away.png -share/gossip/gossip-busy.png -share/gossip/gossip-chatroom.dtd -share/gossip/gossip-contact-groups.dtd -share/gossip/gossip-contact.dtd -share/gossip/gossip-extended-away.png -share/gossip/gossip-file-transfer.png -share/gossip/gossip-group-message.png -share/gossip/gossip-log.xsl -share/gossip/gossip-logo.png -share/gossip/gossip-mac-overlay-new-message.png -share/gossip/gossip-message.png -share/gossip/gossip-offline.png -share/gossip/gossip-pending.png -share/gossip/gossip-status-presets.dtd -share/gossip/gossip-typing.png -share/gossip/group-chat.glade -share/gossip/main.glade -share/gossip/vcard_16.png -share/gossip/vcard_48.png -share/omf/gossip/gossip-C.omf -share/omf/gossip/gossip-es.omf -share/omf/gossip/gossip-fr.omf -share/omf/gossip/gossip-oc.omf -share/omf/gossip/gossip-sv.omf -share/sounds/gossip/chat1.wav -share/sounds/gossip/chat2.wav -share/sounds/gossip/offline.wav -share/sounds/gossip/online.wav -share/sounds/gossip/send.wav -share/icons/hicolor/16x16/apps/gossip.png -share/icons/hicolor/22x22/apps/gossip.png -share/icons/hicolor/24x24/apps/gossip.png -share/icons/hicolor/32x32/apps/gossip.png -share/icons/hicolor/48x48/apps/gossip.png -share/icons/hicolor/scalable/apps/gossip.svg -share/locale/ar/LC_MESSAGES/gossip.mo -share/locale/az/LC_MESSAGES/gossip.mo -share/locale/bg/LC_MESSAGES/gossip.mo -share/locale/ca/LC_MESSAGES/gossip.mo -share/locale/cs/LC_MESSAGES/gossip.mo -share/locale/cy/LC_MESSAGES/gossip.mo -share/locale/da/LC_MESSAGES/gossip.mo -share/locale/de/LC_MESSAGES/gossip.mo -share/locale/dz/LC_MESSAGES/gossip.mo -share/locale/el/LC_MESSAGES/gossip.mo -share/locale/en_CA/LC_MESSAGES/gossip.mo -share/locale/en_GB/LC_MESSAGES/gossip.mo -share/locale/eo/LC_MESSAGES/gossip.mo -share/locale/es/LC_MESSAGES/gossip.mo -share/locale/eu/LC_MESSAGES/gossip.mo -share/locale/fi/LC_MESSAGES/gossip.mo -share/locale/fr/LC_MESSAGES/gossip.mo -share/locale/ga/LC_MESSAGES/gossip.mo -share/locale/he/LC_MESSAGES/gossip.mo -share/locale/hr/LC_MESSAGES/gossip.mo -share/locale/hu/LC_MESSAGES/gossip.mo -share/locale/it/LC_MESSAGES/gossip.mo -share/locale/lt/LC_MESSAGES/gossip.mo -share/locale/ml/LC_MESSAGES/gossip.mo -share/locale/ms/LC_MESSAGES/gossip.mo -share/locale/nb/LC_MESSAGES/gossip.mo -share/locale/ne/LC_MESSAGES/gossip.mo -share/locale/nl/LC_MESSAGES/gossip.mo -share/locale/oc/LC_MESSAGES/gossip.mo -share/locale/pl/LC_MESSAGES/gossip.mo -share/locale/pt/LC_MESSAGES/gossip.mo -share/locale/pt_BR/LC_MESSAGES/gossip.mo -share/locale/ru/LC_MESSAGES/gossip.mo -share/locale/sq/LC_MESSAGES/gossip.mo -share/locale/sr/LC_MESSAGES/gossip.mo -share/locale/sr@Latn/LC_MESSAGES/gossip.mo -share/locale/sv/LC_MESSAGES/gossip.mo -share/locale/tr/LC_MESSAGES/gossip.mo -share/locale/uk/LC_MESSAGES/gossip.mo -share/locale/vi/LC_MESSAGES/gossip.mo -share/locale/zh_CN/LC_MESSAGES/gossip.mo -share/locale/zh_HK/LC_MESSAGES/gossip.mo -share/locale/zh_TW/LC_MESSAGES/gossip.mo -@dirrm share/omf/gossip -@dirrm share/gnome/help/gossip/sv/figures -@dirrm share/gnome/help/gossip/sv -@dirrm share/gnome/help/gossip/oc/figures -@dirrm share/gnome/help/gossip/oc -@dirrm share/gnome/help/gossip/fr/figures -@dirrm share/gnome/help/gossip/fr -@dirrm share/gnome/help/gossip/es/figures -@dirrm share/gnome/help/gossip/es -@dirrm share/gnome/help/gossip/C/figures -@dirrm share/gnome/help/gossip/C -@dirrm share/gnome/help/gossip -@dirrm share/sounds/gossip -@dirrm share/gossip -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/applications diff --git a/net-im/pino/Makefile b/net-im/pino/Makefile deleted file mode 100644 index 776cca740..000000000 --- a/net-im/pino/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: pino -# Date created: 2010-03-14 -# Whom: Frank Steinborn <steinex@nognu.de> -# -# $FreeBSD$ -# - -PORTNAME= pino -PORTVERSION= 0.2.8 -PORTREVISION= 1 -CATEGORIES= net-im -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple and fast Twitter and Identi.ca client - -BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ - gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - notify.4:${PORTSDIR}/devel/libnotify \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 - -BROKEN= Doesn't build with vala-0.10 - -PROJECTHOST= pino-twitter -USE_GNOME= gnomehack intltool libxml2 gtk20 glib20 -USE_GETTEXT= yes -USE_PYTHON_BUILD= yes -USE_BZIP2= yes -INSTALLS_ICONS= yes - -post-patch: - @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ - ${WRKSRC}/indicator/pino - -do-configure: - @cd ${WRKSRC} && ./waf configure --prefix="${PREFIX}" - -do-build: - @cd ${WRKSRC} && ./waf build - -do-install: - @cd ${WRKSRC} && ./waf install - -.include <bsd.port.mk> diff --git a/net-im/pino/distinfo b/net-im/pino/distinfo deleted file mode 100644 index cb3775285..000000000 --- a/net-im/pino/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pino-0.2.8.tar.bz2) = 9f2795a2d6a999a3f5b32eadec0db73a2273af12c22f9183ce20962edbc6ff6e -SIZE (pino-0.2.8.tar.bz2) = 205613 diff --git a/net-im/pino/pkg-descr b/net-im/pino/pkg-descr deleted file mode 100644 index 026d186e7..000000000 --- a/net-im/pino/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Pino is a simple and fast Twitter and Identi.ca client using GTK2. -It is written in Vala language and compiled to the native binary -code. - -WWW: http://pino-app.appspot.com/ diff --git a/net-im/pino/pkg-plist b/net-im/pino/pkg-plist deleted file mode 100644 index 348394f60..000000000 --- a/net-im/pino/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/pino -share/applications/pino.desktop -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/README -share/icons/hicolor/scalable/apps/pino.svg -share/icons/hicolor/scalable/apps/pino_fresh.svg -share/indicators/messages/applications/pino -share/locale/ar/LC_MESSAGES/pino.mo -share/locale/cs/LC_MESSAGES/pino.mo -share/locale/de/LC_MESSAGES/pino.mo -share/locale/es/LC_MESSAGES/pino.mo -share/locale/fa/LC_MESSAGES/pino.mo -share/locale/fr/LC_MESSAGES/pino.mo -share/locale/gl/LC_MESSAGES/pino.mo -share/locale/hu/LC_MESSAGES/pino.mo -share/locale/it/LC_MESSAGES/pino.mo -share/locale/ko_KR/LC_MESSAGES/pino.mo -share/locale/lv/LC_MESSAGES/pino.mo -share/locale/nl/LC_MESSAGES/pino.mo -share/locale/pl/LC_MESSAGES/pino.mo -share/locale/pt/LC_MESSAGES/pino.mo -share/locale/pt_BR/LC_MESSAGES/pino.mo -share/locale/ru/LC_MESSAGES/pino.mo -share/locale/sr/LC_MESSAGES/pino.mo -share/locale/sv/LC_MESSAGES/pino.mo -share/locale/th/LC_MESSAGES/pino.mo -share/locale/uk/LC_MESSAGES/pino.mo -share/locale/zh_CN/LC_MESSAGES/pino.mo -share/locale/bn_IN/LC_MESSAGES/pino.mo -share/locale/en_GB/LC_MESSAGES/pino.mo -share/locale/mk/LC_MESSAGES/pino.mo -share/locale/ml/LC_MESSAGES/pino.mo -share/locale/pa/LC_MESSAGES/pino.mo -share/locale/te/LC_MESSAGES/pino.mo -share/locale/tr/LC_MESSAGES/pino.mo -share/locale/ja/LC_MESSAGES/pino.mo -share/locale/ro/LC_MESSAGES/pino.mo -%%DATADIR%%/icons/delete_status.png -%%DATADIR%%/icons/direct.svg -%%DATADIR%%/icons/direct_fresh.svg -%%DATADIR%%/icons/direct_reply.png -%%DATADIR%%/icons/favorite.png -%%DATADIR%%/icons/favorite_no.png -%%DATADIR%%/icons/mentions.svg -%%DATADIR%%/icons/mentions_fresh.svg -%%DATADIR%%/icons/progress.gif -%%DATADIR%%/icons/re_tweet.png -%%DATADIR%%/icons/reply.png -%%DATADIR%%/icons/timeline.svg -%%DATADIR%%/icons/timeline_fresh.svg -%%DATADIR%%/icons/userpic.svg -%%DATADIR%%/templates/main.tpl -%%DATADIR%%/templates/status.tpl -%%DATADIR%%/templates/status_direct.tpl -%%DATADIR%%/templates/status_me.tpl -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrmtry share/locale/ko_KR/LC_MESSAGES -@dirrmtry share/locale/ko_KR -@dirrmtry share/indicators/messages/applications -@dirrmtry share/indicators/messages -@dirrmtry share/indicators -@dirrmtry share/applications diff --git a/net/gq/Makefile b/net/gq/Makefile deleted file mode 100644 index 1ab490b9c..000000000 --- a/net/gq/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: gq -# Date Created: 8 Jun 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= gq -PORTVERSION= 1.3.4 -PORTREVISION= 8 -PORTEPOCH= 1 -CATEGORIES= net -MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK-based LDAP client - -LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring - -OPTIONS= DND "Enable Drag and drop support in browse mode" On \ - CACHE "Support the OpenLDAP experimental client cache" On - -USE_GNOME= libglade2 gnomedocutils -USE_OPENSSL= yes -USE_OPENLDAP= yes -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} - -CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_DND) -CONFIGURE_ARGS+= --enable-browser-dnd -.endif - -.if !defined(WITHOUT_CACHE) -CONFIGURE_ARGS+= --enable-cache -.endif - -.include <bsd.port.post.mk> diff --git a/net/gq/distinfo b/net/gq/distinfo deleted file mode 100644 index d26f43dae..000000000 --- a/net/gq/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gq-1.3.4.tar.gz) = 2ac77f3233ddaef718f89c9371ab5165af29cf9738ed46b6bea64b37e45d4b60 -SIZE (gq-1.3.4.tar.gz) = 557801 diff --git a/net/gq/files/patch-src::state.c b/net/gq/files/patch-src::state.c deleted file mode 100644 index 4e80d0bcb..000000000 --- a/net/gq/files/patch-src::state.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/state.c.orig Thu Jul 29 09:44:27 2004 -+++ src/state.c Thu Jul 29 09:44:51 2004 -@@ -754,7 +754,7 @@ - } - } - -- if (n != NULL && v->type != 0) { -+ if (n != NULL && v!=NULL && v->type != 0) { - char *ep; - - assert(v); diff --git a/net/gq/files/patch-src_gq-server.c b/net/gq/files/patch-src_gq-server.c deleted file mode 100644 index 51aab59ac..000000000 --- a/net/gq/files/patch-src_gq-server.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/gq-server.c.orig 2008-04-30 04:15:42.000000000 +0000 -+++ src/gq-server.c 2008-04-30 04:15:11.000000000 +0000 -@@ -25,6 +25,7 @@ - - #include "gq-server.h" - -+#include <sys/select.h> - #include <errno.h> - #include <string.h> - diff --git a/net/gq/pkg-descr b/net/gq/pkg-descr deleted file mode 100644 index 4470e8b06..000000000 --- a/net/gq/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -GQ is a GTK-based LDAP client. Features include: - - - browse and search modes - - LDAP V3 schema browser - - template editor - - edit and delete entries - - add entries with templates - - export subtree or whole server to LDIF file - - use any number of servers - - search based on single argument or LDAP filter - -WWW: http://www.gq-project.org/ diff --git a/net/gq/pkg-plist b/net/gq/pkg-plist deleted file mode 100644 index 14bf171f8..000000000 --- a/net/gq/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/gq -share/applications/gq.desktop -%%DATADIR%%/gq.glade -share/mime/packages/gq-ldif.xml -share/pixmaps/gq/bomb.xpm -share/pixmaps/gq/entry.png -share/pixmaps/gq/gq.xpm -share/pixmaps/gq/hide.xpm -share/pixmaps/gq/new.xpm -share/pixmaps/gq/textview.png -share/pixmaps/gq/warning.xpm -share/gnome/help/gq-manual/C/gq-manual.xml -share/gnome/help/gq-manual/C/legal.xml -share/gnome/help/gq-manual/de/gq-manual.xml -share/gnome/help/gq-manual/de/legal.xml -share/icons/hicolor/16x16/apps/ldap-group.png -share/icons/hicolor/16x16/apps/ldap-organization.png -share/icons/hicolor/16x16/apps/ldap-person.png -share/locale/cs/LC_MESSAGES/gq.mo -share/locale/de/LC_MESSAGES/gq.mo -share/locale/ja/LC_MESSAGES/gq.mo -share/locale/zh_CN/LC_MESSAGES/gq.mo -share/omf/gq-manual/gq-manual-C.omf -share/omf/gq-manual/gq-manual-de.omf - -@dirrm share/pixmaps/gq -@dirrm %%DATADIR%% -@dirrm share/gnome/help/gq-manual/C -@dirrm share/gnome/help/gq-manual/de -@dirrm share/gnome/help/gq-manual -@dirrm share/omf/gq-manual -@dirrmtry share/applications - -@exec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime -@unexec %%PREFIX%%/bin/update-mime-database %%PREFIX%%/share/mime diff --git a/net/libproxy-gnome/Makefile b/net/libproxy-gnome/Makefile deleted file mode 100644 index 33b181785..000000000 --- a/net/libproxy-gnome/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libproxy-gnome -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTREVISION= 0 -CATEGORIES= net devel -PKGNAMESUFFIX= -gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME plug-in for libproxy - -LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy - -MASTERDIR= ${.CURDIR}/../libproxy -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gconf2 - -LIBPROXY_SLAVE= gnome - -do-install: - ${MKDIR} ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ - ${INSTALL_LIB} ${WRKSRC}/libproxy/config_gnome.so \ - ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ - ${INSTALL_PROGRAM} ${WRKSRC}/libproxy/pxgconf \ - ${PREFIX}/libexec/ - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-gnome/pkg-descr b/net/libproxy-gnome/pkg-descr deleted file mode 100644 index 60ce67f8f..000000000 --- a/net/libproxy-gnome/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows the GNOME Desktop to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-gnome/pkg-plist b/net/libproxy-gnome/pkg-plist deleted file mode 100644 index 4b735c7b3..000000000 --- a/net/libproxy-gnome/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/libproxy/%%VERSION%%/modules/config_gnome.so -libexec/pxgconf diff --git a/net/libproxy-kde/Makefile b/net/libproxy-kde/Makefile deleted file mode 100644 index f0de35259..000000000 --- a/net/libproxy-kde/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libproxy-kde -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTREVISION= 0 -CATEGORIES= net devel -PKGNAMESUFFIX= -kde - -MAINTAINER= gnome@FreeBSD.org -COMMENT= KDE plug-in for libproxy - -LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy - -MASTERDIR= ${.CURDIR}/../libproxy -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -USE_QT_VER= 4 -QT_COMPONENTS= corelib moc_build qmake_build uic_build rcc_build -USE_KDE4= automoc4 kdelibs - -LIBPROXY_SLAVE= kde - -do-install: - ${MKDIR} ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ - ${INSTALL_LIB} ${WRKSRC}/lib/config_kde4.so \ - ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/ - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-kde/pkg-descr b/net/libproxy-kde/pkg-descr deleted file mode 100644 index af1779a74..000000000 --- a/net/libproxy-kde/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows the KDE Desktop to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-kde/pkg-plist b/net/libproxy-kde/pkg-plist deleted file mode 100644 index e343d5a43..000000000 --- a/net/libproxy-kde/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/libproxy/%%VERSION%%/modules/config_kde4.so diff --git a/net/libproxy-mozjs/Makefile b/net/libproxy-mozjs/Makefile deleted file mode 100644 index b95648ce8..000000000 --- a/net/libproxy-mozjs/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: libproxy-mozjs -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTREVISION= 0 -CATEGORIES= net www -PKGNAMESUFFIX= -mozjs - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mozilla Javascript plug-in for libproxy - -LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy - -MASTERDIR= ${.CURDIR}/../libproxy -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -USE_GECKO= libxul - -LIBPROXY_SLAVE= mozjs - -do-install: - ${INSTALL_LIB} ${WRKSRC}/libproxy/pacrunner_mozjs.so \ - ${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-mozjs/pkg-descr b/net/libproxy-mozjs/pkg-descr deleted file mode 100644 index 1bcd6c2a3..000000000 --- a/net/libproxy-mozjs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows Mozilla-based browsers to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-mozjs/pkg-plist b/net/libproxy-mozjs/pkg-plist deleted file mode 100644 index 49a504212..000000000 --- a/net/libproxy-mozjs/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/libproxy/%%VERSION%%/modules/pacrunner_mozjs.so diff --git a/net/libproxy-perl/Makefile b/net/libproxy-perl/Makefile deleted file mode 100644 index 6e111db99..000000000 --- a/net/libproxy-perl/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libproxy-perl -# Date created: 11 Januari 2011 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTREVISION= 0 -CATEGORIES= net lang -PKGNAMESUFFIX= -perl - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Perl binding for libproxy - -LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy - -MASTERDIR= ${.CURDIR}/../libproxy -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -USE_PERL5= yes - -LIBPROXY_SLAVE= perl - -do-install: - ${MKDIR} ${SITE_PERL}/mach/auto/Net/Libproxy ${SITE_PERL}/mach/Net - ${INSTALL_LIB} ${WRKSRC}/perl/blib/arch/auto/Net/Libproxy.so \ - ${SITE_PERL}/mach/auto/Net/Libproxy/ - ${INSTALL_DATA} ${WRKSRC}/perl/blib/lib/Libproxy.pm \ - ${SITE_PERL}/mach/Net/ - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-perl/pkg-descr b/net/libproxy-perl/pkg-descr deleted file mode 100644 index 49068649c..000000000 --- a/net/libproxy-perl/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows perl applications to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-perl/pkg-plist b/net/libproxy-perl/pkg-plist deleted file mode 100644 index 51235dcfa..000000000 --- a/net/libproxy-perl/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/mach/Net/Libproxy.pm -%%SITE_PERL%%/mach/auto/Net/Libproxy/Libproxy.so -@dirrm %%SITE_PERL%%/mach/auto/Net/Libproxy -@dirrmtry %%SITE_PERL%%/mach/auto/Net -@dirrmtry %%SITE_PERL%%/mach/Net diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile deleted file mode 100644 index b79cb59f2..000000000 --- a/net/libproxy-python/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: libproxy-python -# Date created: 11 Januari 2011 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTREVISION= 0 -CATEGORIES= net lang -PKGNAMESUFFIX= -python - -MAINTAINER= gnome@FreeBSD.org -COMMENT= python binding for libproxy - -LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy - -MASTERDIR= ${.CURDIR}/../libproxy -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -USE_PYTHON= 2.5+ - -LIBPROXY_SLAVE= python - -do-build: -# empty - -post-build: - ${PYTHON_CMD} -Qold ${PYTHON_LIBDIR}/compileall.py \ - ${WRKSRC}/bindings/python - ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - ${WRKSRC}/bindings/python - -do-install: -.for file in libproxy.py libproxy.pyc libproxy.pyo - ${INSTALL_DATA} ${WRKSRC}/bindings/python/${file} \ - ${PYTHON_SITELIBDIR} -.endfor - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-python/pkg-descr b/net/libproxy-python/pkg-descr deleted file mode 100644 index fe6c53af7..000000000 --- a/net/libproxy-python/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows python applications to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-python/pkg-plist b/net/libproxy-python/pkg-plist deleted file mode 100644 index 3c6098ab1..000000000 --- a/net/libproxy-python/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/libproxy.py -%%PYTHON_SITELIBDIR%%/libproxy.pyc -%%PYTHON_SITELIBDIR%%/libproxy.pyo diff --git a/net/libproxy-webkit/Makefile b/net/libproxy-webkit/Makefile deleted file mode 100644 index 15fcbdcb9..000000000 --- a/net/libproxy-webkit/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libproxy-webkit -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net/libproxy-webkit/Makefile,v 1.12 2011/01/12 13:10:54 kwm Exp $ - -PORTREVISION= 1 -CATEGORIES= net www -PKGNAMESUFFIX= -webkit - -MAINTAINER= gnome@FreeBSD.org -COMMENT= WebKit Javascript plug-in for libproxy - -LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy \ - webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 - -MASTERDIR= ${.CURDIR}/../libproxy -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -LIBPROXY_SLAVE= webkit - -do-install: -# ${MKDIR} - ${INSTALL_LIB} ${WRKSRC}/libproxy/pacrunner_webkit.so \ - ${PREFIX}/lib/libproxy/0.4.6/modules/ - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-webkit/pkg-descr b/net/libproxy-webkit/pkg-descr deleted file mode 100644 index e9b912c76..000000000 --- a/net/libproxy-webkit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows the WebKit web browser to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-webkit/pkg-plist b/net/libproxy-webkit/pkg-plist deleted file mode 100644 index 0ec505707..000000000 --- a/net/libproxy-webkit/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/libproxy/%%VERSION%%/modules/pacrunner_webkit.so diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile deleted file mode 100644 index bac4313a3..000000000 --- a/net/libproxy/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: libproxy -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= libproxy -PORTVERSION= 0.4.6 -PORTREVISION?= 0 -CATEGORIES?= net devel -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= Library that provides automatic proxy configuration management - -USE_CMAKE= yes - -PLIST_SUB+= VERSION=${PORTVERSION} - -.if !defined(LIBPROXY_SLAVE) -USE_LDCONFIG= yes -CMAKE_ARGS+= -DWITH_PYTHON:BOOL=OFF -DWITH_PERL:BOOL=OFF \ - -DWITH_GNOME:BOOL=OFF -DWITH_KDE4:BOOL=OFF \ - -DWITH_WEBKIT:BOOL=OFF -DWITH_MOZJS:BOOL=OFF \ - -DWITH_NETWORKMANAGER:BOOL=OFF -DWITH_VALA:BOOL=ON -.else - -# Libproxy is build for the slave ports, since I haven't been able to find -# out how to only build optional code with cmake. -# Patches for this problem are welcome. - -. if ${LIBPROXY_SLAVE}=="python" -CMAKE_ARGS+= -DWITH_PYTHON:BOOL=ON -. else -CMAKE_ARGS+= -DWITH_PYTHON:BOOL=OFF -. endif - -. if ${LIBPROXY_SLAVE}=="perl" -CMAKE_ARGS+= -DWITH_PERL:BOOL=ON -. else -CMAKE_ARGS+= -DWITH_PERL:BOOL=OFF -. endif - -. if ${LIBPROXY_SLAVE}=="gnome" -CMAKE_ARGS+= -DWITH_GNOME:BOOL=ON -. else -CMAKE_ARGS+= -DWITH_GNOME:BOOL=OFF -. endif - -. if ${LIBPROXY_SLAVE}=="kde" -CMAKE_ARGS+= -DWITH_KDE4:BOOL=ON -. else -CMAKE_ARGS+= -DWITH_KDE4:BOOL=OFF -. endif - -. if ${LIBPROXY_SLAVE}=="webkit" -CMAKE_ARGS+= -DWITH_WEBKIT:BOOL=ON -. else -CMAKE_ARGS+= -DWITH_WEBKIT:BOOL=OFF -. endif - -. if ${LIBPROXY_SLAVE}=="mozjs" -CMAKE_ARGS+= -DWITH_MOZJS:BOOL=ON -. else -CMAKE_ARGS+= -DWITH_MOZJS:BOOL=OFF -. endif -.endif - -post-install: - @${MKDIR} ${PREFIX}/lib/libproxy/${PORTVERSION}/modules/ - -.include <bsd.port.mk> diff --git a/net/libproxy/distinfo b/net/libproxy/distinfo deleted file mode 100644 index 3d981bd75..000000000 --- a/net/libproxy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libproxy-0.4.6.tar.gz) = 9ad912e63b1efca98fb442240a2bc7302e6021c1d0b1b9363327729f29462f30 -SIZE (libproxy-0.4.6.tar.gz) = 82483 diff --git a/net/libproxy/files/patch-libmodman_CMakeLists.txt b/net/libproxy/files/patch-libmodman_CMakeLists.txt deleted file mode 100644 index 76f2848dd..000000000 --- a/net/libproxy/files/patch-libmodman_CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- libmodman/CMakeLists.txt.orig 2010-09-01 22:23:34.000000000 +0200 -+++ libmodman/CMakeLists.txt 2011-01-08 01:39:09.000000000 +0100 -@@ -12,9 +12,9 @@ - module_manager.hpp - module_manager.cpp) - if(NOT WIN32) -- target_link_libraries(modman dl) -+ target_link_libraries(modman) - endif() --set_target_properties(modman PROPERTIES PREFIX "lib" VERSION 1.0.0 SOVERSION 1) -+set_target_properties(modman PROPERTIES PREFIX "lib" VERSION 1 SOVERSION 1) - install(TARGETS modman DESTINATION ${LIB_INSTALL_DIR}) - - ### Tests diff --git a/net/libproxy/files/patch-libproxy_CMakeLists.txt b/net/libproxy/files/patch-libproxy_CMakeLists.txt deleted file mode 100644 index 69a25ed01..000000000 --- a/net/libproxy/files/patch-libproxy_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- libproxy/CMakeLists.txt.orig 2010-09-01 22:23:34.000000000 +0200 -+++ libproxy/CMakeLists.txt 2010-12-27 10:59:14.000000000 +0100 -@@ -6,7 +6,7 @@ - if (WIN32) - add_definitions(-D_CRT_SECURE_NO_WARNINGS=1) - else(WIN32) -- add_definitions(-D_POSIX_C_SOURCE=1) -+# add_definitions(-D_POSIX_C_SOURCE=1) - set(CMAKE_CXX_FLAGS "-fvisibility=hidden ${CMAKE_CXX_FLAGS}") - endif(WIN32) - diff --git a/net/libproxy/files/patch-libproxy_cmake_devfiles.cmk b/net/libproxy/files/patch-libproxy_cmake_devfiles.cmk deleted file mode 100644 index ea1a0b88b..000000000 --- a/net/libproxy/files/patch-libproxy_cmake_devfiles.cmk +++ /dev/null @@ -1,11 +0,0 @@ ---- libproxy/cmake/devfiles.cmk.orig 2010-09-01 22:23:34.000000000 +0200 -+++ libproxy/cmake/devfiles.cmk 2010-12-27 11:23:34.000000000 +0100 -@@ -15,7 +15,7 @@ - endif(IS_ABSOLUTE ${INCLUDE_INSTALL_DIR}) - - configure_file(${CMAKE_SOURCE_DIR}/libproxy/libproxy-1.0.pc.in ${CMAKE_BINARY_DIR}/libproxy-1.0.pc @ONLY) -- install(FILES ${CMAKE_BINARY_DIR}/libproxy-1.0.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) -+ install(FILES ${CMAKE_BINARY_DIR}/libproxy-1.0.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata//pkgconfig) - - # CMake Find helper - configure_file(${CMAKE_SOURCE_DIR}/libproxy/Findlibproxy.cmake.in ${CMAKE_BINARY_DIR}/Findlibproxy.cmake @ONLY) diff --git a/net/libproxy/files/patch-libproxy_cmake_libproxy.cmk b/net/libproxy/files/patch-libproxy_cmake_libproxy.cmk deleted file mode 100644 index d1d22b193..000000000 --- a/net/libproxy/files/patch-libproxy_cmake_libproxy.cmk +++ /dev/null @@ -1,19 +0,0 @@ ---- libproxy/cmake/libproxy.cmk.orig 2010-09-01 22:23:34.000000000 +0200 -+++ libproxy/cmake/libproxy.cmk 2011-01-08 01:32:46.000000000 +0100 -@@ -2,7 +2,7 @@ add_library(libproxy SHARED extension_co - if(WIN32) - target_link_libraries(libproxy modman;ws2_32;${LIBPROXY_LIBRARIES}) - else() -- target_link_libraries(libproxy modman;m;pthread;dl;${LIBPROXY_LIBRARIES}) -+ target_link_libraries(libproxy modman;m;pthread;${LIBPROXY_LIBRARIES}) - endif() - file(TO_NATIVE_PATH ${MODULE_INSTALL_DIR} MODULE_INSTALL_DIR) - if(WIN32) -@@ -17,6 +17,6 @@ endif() - - set_property(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/proxy.cpp - PROPERTY COMPILE_DEFINITIONS MODULEDIR="${MODULEDIR}";BUILTIN_MODULES=${BUILTIN_MODULES}) --set_target_properties(libproxy PROPERTIES PREFIX "" VERSION 1.0.0 SOVERSION 1) -+set_target_properties(libproxy PROPERTIES PREFIX "" VERSION 1 SOVERSION 1) - install(TARGETS libproxy DESTINATION ${LIB_INSTALL_DIR}) - install(FILES proxy.h DESTINATION ${INCLUDE_INSTALL_DIR}) diff --git a/net/libproxy/files/patch-libproxy_cmake_modules.cmk b/net/libproxy/files/patch-libproxy_cmake_modules.cmk deleted file mode 100644 index 08768da01..000000000 --- a/net/libproxy/files/patch-libproxy_cmake_modules.cmk +++ /dev/null @@ -1,16 +0,0 @@ ---- libproxy/cmake/modules.cmk.orig 2011-01-08 01:06:52.000000000 +0100 -+++ libproxy/cmake/modules.cmk 2011-01-08 01:07:02.000000000 +0100 -@@ -17,10 +17,10 @@ include(cmake/modules/pacrunner_mozjs.cm - include(cmake/modules/pacrunner_webkit.cmk) - - # Build the pacrunner into libproxy unless we are building for multiple engines --set(BIPR 1) --if(MOZJS_FOUND AND WEBKIT_FOUND) -+#set(BIPR 1) -+#if(MOZJS_FOUND AND WEBKIT_FOUND) - set(BIPR 0) --endif() -+#endif() - - # - ## Module definition diff --git a/net/libproxy/files/patch-libproxy_cmake_modules_config-gnome.cmk b/net/libproxy/files/patch-libproxy_cmake_modules_config-gnome.cmk deleted file mode 100644 index cc4bc6854..000000000 --- a/net/libproxy/files/patch-libproxy_cmake_modules_config-gnome.cmk +++ /dev/null @@ -1,8 +0,0 @@ ---- libproxy/cmake/modules/config_gnome.cmk.orig 2011-01-08 01:14:36.000000000 +0100 -+++ libproxy/cmake/modules/config_gnome.cmk 2011-01-08 01:16:19.000000000 +0100 -@@ -1,4 +1,5 @@ - if (NOT WIN32 AND NOT APPLE) -+ option(WITH_GNOME "Search for GConf2 package" ON) - px_check_modules(GNOME gconf-2.0 gobject-2.0) - - # GNOME (gconf) helper diff --git a/net/libproxy/files/patch-libproxy_cmake_modules_network-networkmanager.cmk b/net/libproxy/files/patch-libproxy_cmake_modules_network-networkmanager.cmk deleted file mode 100644 index e8f52ba06..000000000 --- a/net/libproxy/files/patch-libproxy_cmake_modules_network-networkmanager.cmk +++ /dev/null @@ -1,9 +0,0 @@ ---- libproxy/cmake/modules/network_networkmanager.cmk.orig 2011-01-08 01:21:37.000000000 +0100 -+++ libproxy/cmake/modules/network_networkmanager.cmk 2011-01-08 01:22:18.000000000 +0100 -@@ -1,3 +1,4 @@ - if (NOT WIN32 AND NOT APPLE) -+ option(WITH_NETWORKMANAGER "Search for NetworkManager package" ON) - px_check_modules(NM NetworkManager dbus-1) --endif() -\ No newline at end of file -+endif() diff --git a/net/libproxy/files/patch-libproxy_cmake_modules_pacrunner-webkit.cmk b/net/libproxy/files/patch-libproxy_cmake_modules_pacrunner-webkit.cmk deleted file mode 100644 index de1d1f649..000000000 --- a/net/libproxy/files/patch-libproxy_cmake_modules_pacrunner-webkit.cmk +++ /dev/null @@ -1,11 +0,0 @@ ---- libproxy/cmake/modules/pacrunner_webkit.cmk.orig 2011-01-08 01:14:30.000000000 +0100 -+++ libproxy/cmake/modules/pacrunner_webkit.cmk 2011-01-08 01:16:05.000000000 +0100 -@@ -12,5 +12,6 @@ elseif(APPLE) - set(WEBKIT_FOUND 1) - endif() - else() -+ option(WITH_WEBKIT "Search for WebKit package" ON) - px_check_modules(WEBKIT webkit-1.0) --endif() -\ No newline at end of file -+endif() diff --git a/net/libproxy/files/patch-libproxy_proxy.cpp b/net/libproxy/files/patch-libproxy_proxy.cpp deleted file mode 100644 index 90d6de2c8..000000000 --- a/net/libproxy/files/patch-libproxy_proxy.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- libproxy/proxy.cpp.orig 2010-09-01 14:31:50.000000000 +0200 -+++ libproxy/proxy.cpp 2010-09-01 14:32:09.000000000 +0200 -@@ -17,6 +17,8 @@ - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - ******************************************************************************/ - -+#include <sys/types.h> -+ - #include <vector> - #include <cstring> // For strdup() - #include <iostream> // For cerr diff --git a/net/libproxy/files/patch-libproxy_url.hpp b/net/libproxy/files/patch-libproxy_url.hpp deleted file mode 100644 index 4fbef585a..000000000 --- a/net/libproxy/files/patch-libproxy_url.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- libproxy/url.hpp.orig 2010-09-01 14:30:33.000000000 +0200 -+++ libproxy/url.hpp 2010-09-01 14:31:13.000000000 +0200 -@@ -20,6 +20,8 @@ - #ifndef URL_HPP_ - #define URL_HPP_ - -+#include <sys/types.h> -+ - #include <map> - #include <stdexcept> - #include <string> diff --git a/net/libproxy/pkg-descr b/net/libproxy/pkg-descr deleted file mode 100644 index a542311cc..000000000 --- a/net/libproxy/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -GNOME? KDE? Command line? WPAD? PAC? Network changed? It doesn't matter! -Just ask libproxy what proxy to use: you get simple code and your users -get correct, consistant behavior and broad infrastructure compatibility. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy/pkg-plist b/net/libproxy/pkg-plist deleted file mode 100644 index ca4f6738e..000000000 --- a/net/libproxy/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/proxy -include/proxy.h -lib/libmodman.so -lib/libmodman.so.1 -lib/libproxy.so -lib/libproxy.so.1 -libdata/pkgconfig/libproxy-1.0.pc -share/cmake/Modules/Findlibproxy.cmake -share/vala/vapi/libproxy-1.0.vapi -@dirrmtry share/vala/vapi -@dirrmtry share/vala -@dirrm share/cmake/Modules -@dirrm share/cmake -@exec mkdir -p %D/lib/libproxy/%%VERSION%%/modules -@dirrm lib/libproxy/%%VERSION%%/modules -@dirrm lib/libproxy/%%VERSION%% -@dirrm lib/libproxy diff --git a/ports-mgmt/gnome-packagekit/Makefile b/ports-mgmt/gnome-packagekit/Makefile deleted file mode 100644 index 9b7edb7b4..000000000 --- a/ports-mgmt/gnome-packagekit/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: gnome-packagekit -# Date created: 15 Aug 2009 -# Whom: Anders F Bjorklund <afb@users.sourceforge.net> -# -# $FreeBSD$ -# $MCom: ports/ports-mgmt/gnome-packagekit/Makefile,v 1.21 2011/03/06 20:52:37 kwm Exp $ - -PORTNAME= gnome-packagekit -PORTVERSION= 2.32.0 -PORTREVISION= 2 -CATEGORIES= ports-mgmt sysutils gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= PackageKit client programs for the GNOME desktop - -BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - packagekit-glib2.14:${PORTSDIR}/ports-mgmt/packagekit \ - notify.4:${PORTSDIR}/devel/libnotify \ - unique-1.0:${PORTSDIR}/x11-toolkits/unique \ - upower-glib.1:${PORTSDIR}/sysutils/upower \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomemenus gnomedocutils \ - desktopfileutils -USE_GETTEXT= yes -USE_ICONV= yes -USE_PYTHON_BUILD=2.5+ -GCONF_SCHEMAS= gnome-packagekit.schemas -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gpk-application.1 gpk-backend-status.1 gpk-install-local-file.1 \ - gpk-install-mime-type.1 gpk-install-package-name.1 \ - gpk-install-provide-file.1 gpk-prefs.1 gpk-repo.1 gpk-update-icon.1 \ - gpk-update-viewer.1 - -pre-configure: - @${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \ - -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/ports-mgmt/gnome-packagekit/distinfo b/ports-mgmt/gnome-packagekit/distinfo deleted file mode 100644 index 043b3b065..000000000 --- a/ports-mgmt/gnome-packagekit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-packagekit-2.32.0.tar.bz2) = bc68dad11e5c9db89dcd2548a29736456063b38aa99633f9cfc4427a77a4525e -SIZE (gnome-packagekit-2.32.0.tar.bz2) = 3638533 diff --git a/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in b/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in deleted file mode 100644 index fc8e606d8..000000000 --- a/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in +++ /dev/null @@ -1,11 +0,0 @@ ---- data/gnome-packagekit.schemas.in.orig 2010-02-27 14:22:29.000000000 +0800 -+++ data/gnome-packagekit.schemas.in 2010-02-27 14:22:45.000000000 +0800 -@@ -540,7 +540,7 @@ - <applyto>/apps/gnome_settings_daemon/gtk-modules/pk-gtk-module</applyto> - <owner>gnome-packagekit</owner> - <type>bool</type> -- <default>true</default> -+ <default>false</default> - <locale name="C"> - <short>GTK+ module for font installation</short> - <long>This key determines if applications should be able to prompt for fonts</long> diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-check-update.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-check-update.c deleted file mode 100644 index 36c7b7258..000000000 --- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-check-update.c +++ /dev/null @@ -1,66 +0,0 @@ ---- src/gpk-check-update.c.orig 2010-09-22 17:20:47.000000000 +0200 -+++ src/gpk-check-update.c 2011-03-07 18:27:18.000000000 +0100 -@@ -388,9 +388,8 @@ gpk_check_update_finished_notify (GpkChe - } - - /* TRANSLATORS: title: system update completed all okay */ -- notification = notify_notification_new_with_status_icon (_("The system update has completed"), -- message_text->str, "help-browser", -- cupdate->priv->status_icon); -+ notification = notify_notification_new (_("The system update has completed"), -+ message_text->str, "help-browser"); - notify_notification_set_timeout (notification, 15000); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - if (restart == PK_RESTART_ENUM_SYSTEM) { -@@ -456,7 +455,7 @@ gpk_check_update_show_error (GpkCheckUpd - - /* do the bubble */ - egg_debug ("title=%s, message=%s", title, message); -- notification = notify_notification_new_with_status_icon (title, message, "help-browser", cupdate->priv->status_icon); -+ notification = notify_notification_new (title, message, "help-browser"); - if (notification == NULL) { - egg_warning ("failed to get bubble"); - goto out; -@@ -656,7 +655,7 @@ gpk_check_update_critical_updates_warnin - - /* do the bubble */ - egg_debug ("title=%s, message=%s", title, message); -- notification = notify_notification_new_with_status_icon (title, message, "help-browser", cupdate->priv->status_icon); -+ notification = notify_notification_new (title, message, "help-browser"); - if (notification == NULL) { - egg_warning ("failed to get bubble"); - return; -@@ -782,9 +781,8 @@ gpk_check_update_check_on_battery (GpkCh - /* TRANSLATORS: policy says update, but we are on battery and so prompt */ - message = _("Automatic updates are not being installed as the computer is running on battery power"); - /* TRANSLATORS: informs user will not install by default */ -- notification = notify_notification_new_with_status_icon (_("Updates not installed"), -- message, "help-browser", -- cupdate->priv->status_icon); -+ notification = notify_notification_new (_("Updates not installed"), -+ message, "help-browser"); - notify_notification_set_timeout (notification, 15000); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - // notify_notification_add_action (notification, "do-not-show-update-not-battery", -@@ -839,10 +837,10 @@ gpk_check_update_notify_doing_updates (G - goto out; - - /* TRANSLATORS: title: notification when we scheduled an automatic update */ -- notification = notify_notification_new_with_status_icon (_("Updates are being installed"), -+ notification = notify_notification_new (_("Updates are being installed"), - /* TRANSLATORS: tell the user why the hard disk is grinding... */ - _("Updates are being automatically installed on your computer"), -- "software-update-urgent", cupdate->priv->status_icon); -+ "software-update-urgent"); - notify_notification_set_timeout (notification, 15000); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - /* TRANSLATORS: button: cancel the update system */ -@@ -1328,7 +1326,7 @@ gpk_check_update_get_distro_upgrades_fin - - /* TRANSLATORS: a distro update is available, e.g. Fedora 8 to Fedora 9 */ - title = _("Distribution upgrades available"); -- notification = notify_notification_new_with_status_icon (title, string->str, "help-browser", cupdate->priv->status_icon); -+ notification = notify_notification_new (title, string->str, "help-browser"); - if (notification == NULL) { - egg_warning ("failed to make bubble"); - goto out; diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus-task.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus-task.c deleted file mode 100644 index 78c8ceaa5..000000000 --- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus-task.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gpk-dbus-task.c.orig 2011-03-07 18:28:01.000000000 +0100 -+++ src/gpk-dbus-task.c 2011-03-07 18:28:10.000000000 +0100 -@@ -377,7 +377,7 @@ gpk_dbus_task_handle_error (GpkDbusTask - dtask->priv->cached_error_code = g_object_ref (error_code); - - /* do the bubble */ -- notification = notify_notification_new (title, message, "help-browser", NULL); -+ notification = notify_notification_new (title, message, "help-browser"); - notify_notification_set_timeout (notification, 15000); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - notify_notification_add_action (notification, "show-error-details", diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus.c deleted file mode 100644 index 471734de6..000000000 --- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus.c +++ /dev/null @@ -1,59 +0,0 @@ ---- src/gpk-dbus.c.orig 2010-07-20 09:56:17.000000000 +0200 -+++ src/gpk-dbus.c 2010-07-21 17:14:31.000000000 +0200 -@@ -32,6 +32,12 @@ - #include <unistd.h> - #endif /* HAVE_UNISTD_H */ - -+#ifdef __FreeBSD__ -+#include <sys/sysctl.h> -+//#include <errno.h> -+#include <string.h> -+#endif -+ - #include <sys/wait.h> - #include <fcntl.h> - -@@ -212,6 +218,13 @@ gpk_dbus_get_exec_for_sender (GpkDbus *d - GError *error = NULL; - guint pid; - -+#ifdef __FreeBSD__ -+ size_t len; -+ int mib[4]; -+/* figure out how to use the above GError */ -+ int error2; -+#endif -+ - g_return_val_if_fail (PK_IS_DBUS (dbus), NULL); - g_return_val_if_fail (sender != NULL, NULL); - -@@ -223,7 +236,29 @@ gpk_dbus_get_exec_for_sender (GpkDbus *d - } - - /* get command line from proc */ -+#ifdef __FreeBSD__ -+ mib[0] = CTL_KERN; -+ mib[1] = KERN_PROC; -+ mib[2] = KERN_PROC_PATHNAME; -+ mib[3] = pid; -+ -+ len = 0; -+ -+ error2 = sysctl(mib, 4, NULL, &len, NULL, 0); -+ if (error2) { -+ printf ("Error: %s\n", strerror(error2)); -+ goto out; -+ } -+ -+ filename = malloc(len); -+ error2 = sysctl(mib, 4, filename, &len, NULL, 0); -+ if (error2) { -+ printf ("Error: %s\n", strerror(error2)); -+ goto out; -+ } -+#else - filename = g_strdup_printf ("/proc/%i/exe", pid); -+#endif - cmdline = g_file_read_link (filename, &error); - if (cmdline == NULL) { - egg_warning ("failed to find exec: %s", error->message); diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c deleted file mode 100644 index 2fb068576..000000000 --- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c +++ /dev/null @@ -1,38 +0,0 @@ ---- src/gpk-firmware.c.orig 2011-03-07 18:20:16.000000000 +0100 -+++ src/gpk-firmware.c 2011-03-07 18:20:38.000000000 +0100 -@@ -268,7 +268,7 @@ gpk_firmware_require_restart (GpkFirmwar - message = _("You will need to restart this computer before the hardware will work correctly."); - - /* TRANSLATORS: title of libnotify bubble */ -- notification = notify_notification_new (_("Additional software was installed"), message, "help-browser", NULL); -+ notification = notify_notification_new (_("Additional software was installed"), message, "help-browser"); - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - -@@ -303,7 +303,7 @@ gpk_firmware_require_replug (GpkFirmware - message = _("You will need to remove and then reinsert the hardware before it will work correctly."); - - /* TRANSLATORS: title of libnotify bubble */ -- notification = notify_notification_new (_("Additional software was installed"), message, "help-browser", NULL); -+ notification = notify_notification_new (_("Additional software was installed"), message, "help-browser"); - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - -@@ -330,7 +330,7 @@ gpk_firmware_require_nothing (GpkFirmwar - message = _("Your hardware has been set up and is now ready to use."); - - /* TRANSLATORS: title of libnotify bubble */ -- notification = notify_notification_new (_("Additional software was installed"), message, "help-browser", NULL); -+ notification = notify_notification_new (_("Additional software was installed"), message, "help-browser"); - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - -@@ -624,7 +624,7 @@ gpk_firmware_timeout_cb (gpointer data) - } - - /* TRANSLATORS: title of libnotify bubble */ -- notification = notify_notification_new (_("Additional firmware required"), string->str, "help-browser", NULL); -+ notification = notify_notification_new (_("Additional firmware required"), string->str, "help-browser"); - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - notify_notification_add_action (notification, "install-firmware", diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c deleted file mode 100644 index 51cc104ea..000000000 --- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gpk-hardware.c.orig 2011-03-07 18:21:23.000000000 +0100 -+++ src/gpk-hardware.c 2011-03-07 18:21:32.000000000 +0100 -@@ -183,7 +183,7 @@ gpk_hardware_what_provides_cb (GObject * - message = g_strdup_printf ("%s\n\t%s", _("Additional packages can be installed to support this hardware"), package); - /* TRANSLATORS: a new bit of hardware has been plugged in */ - body = g_strdup_printf ("%s", _("New hardware attached")); -- notification = notify_notification_new (body, message, "help-browser", NULL); -+ notification = notify_notification_new (body, message, "help-browser"); - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - notify_notification_add_action (notification, GPK_HARDWARE_INSTALL_ACTION, diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-watch.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-watch.c deleted file mode 100644 index f724d7845..000000000 --- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-watch.c +++ /dev/null @@ -1,29 +0,0 @@ ---- src/gpk-watch.c.orig 2010-09-22 17:20:31.000000000 +0200 -+++ src/gpk-watch.c 2011-03-07 09:32:41.000000000 +0100 -@@ -1153,7 +1153,7 @@ gpk_watch_process_messages_cb (PkMessage - } - - /* do the bubble */ -- notification = notify_notification_new_with_status_icon (gpk_message_enum_to_localised_text (type), details, "emblem-important", watch->priv->status_icon); -+ notification = notify_notification_new (gpk_message_enum_to_localised_text (type), details, "emblem-important"); - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - ret = notify_notification_show (notification, &error); -@@ -1213,7 +1213,7 @@ gpk_watch_process_error_code (GpkWatch * - title_prefix = g_strdup_printf ("%s: %s", _("Package Manager"), title); - - /* do the bubble */ -- notification = notify_notification_new (title_prefix, message, "help-browser", NULL); -+ notification = notify_notification_new (title_prefix, message, "help-browser"); - notify_notification_set_timeout (notification, 15000); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - notify_notification_add_action (notification, "show-error-details", -@@ -1392,7 +1392,7 @@ gpk_watch_adopt_cb (PkClient *client, GA - goto out; - - /* TRANSLATORS: title: an action has finished, and we are showing the libnotify bubble */ -- notification = notify_notification_new (_("Task completed"), message, "help-browser", NULL); -+ notification = notify_notification_new (_("Task completed"), message, "help-browser"); - notify_notification_set_timeout (notification, 5000); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - notify_notification_add_action (notification, "do-not-show-notify-complete", diff --git a/ports-mgmt/gnome-packagekit/pkg-descr b/ports-mgmt/gnome-packagekit/pkg-descr deleted file mode 100644 index eedcedc39..000000000 --- a/ports-mgmt/gnome-packagekit/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gnome-packagekit is the name of the collection of graphical -tools for PackageKit to be used in the GNOME desktop. - -WWW: http://www.packagekit.org/ diff --git a/ports-mgmt/gnome-packagekit/pkg-plist b/ports-mgmt/gnome-packagekit/pkg-plist deleted file mode 100644 index ea5c21c23..000000000 --- a/ports-mgmt/gnome-packagekit/pkg-plist +++ /dev/null @@ -1,507 +0,0 @@ -bin/gpk-application -bin/gpk-backend-status -bin/gpk-dbus-service -bin/gpk-install-catalog -bin/gpk-install-local-file -bin/gpk-install-mime-type -bin/gpk-install-package-name -bin/gpk-install-provide-file -bin/gpk-log -bin/gpk-prefs -bin/gpk-repo -bin/gpk-service-pack -bin/gpk-update-icon -bin/gpk-update-viewer -%%PYTHON_SITELIBDIR%%/packagekit/genums.py -%%PYTHON_SITELIBDIR%%/packagekit/genums.pyc -%%PYTHON_SITELIBDIR%%/packagekit/genums.pyo -%%PYTHON_SITELIBDIR%%/packagekit/gtkwidgets.py -%%PYTHON_SITELIBDIR%%/packagekit/gtkwidgets.pyc -%%PYTHON_SITELIBDIR%%/packagekit/gtkwidgets.pyo -share/applications/gpk-application.desktop -share/applications/gpk-install-catalog.desktop -share/applications/gpk-install-file.desktop -share/applications/gpk-log.desktop -share/applications/gpk-prefs.desktop -share/applications/gpk-repo.desktop -share/applications/gpk-service-pack.desktop -share/applications/gpk-update-viewer.desktop -share/dbus-1/services/org.freedesktop.PackageKit.service -share/gnome-packagekit/gpk-application.ui -share/gnome-packagekit/gpk-backend-status.ui -share/gnome-packagekit/gpk-client.ui -share/gnome-packagekit/gpk-error.ui -share/gnome-packagekit/gpk-eula.ui -share/gnome-packagekit/gpk-log.ui -share/gnome-packagekit/gpk-prefs.ui -share/gnome-packagekit/gpk-repo.ui -share/gnome-packagekit/gpk-service-pack.ui -share/gnome-packagekit/gpk-signature.ui -share/gnome-packagekit/gpk-update-viewer.ui -share/gnome-packagekit/icons/hicolor/16x16/actions/pk-desktop-gnome.png -share/gnome-packagekit/icons/hicolor/16x16/actions/pk-desktop-kde.png -share/gnome-packagekit/icons/hicolor/16x16/actions/pk-desktop-xfce.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-cleanup.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-download.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-installing.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-refresh-cache.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-removing.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-searching.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-testing.png -share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-waiting.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-collection-available.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-collection-installed.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-add.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-available.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-blocked.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-cleanup.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-delete.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-download.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-downloaded.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-info.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-installed.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-search.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-sources.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-update.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-refresh-cache.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-rollback.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-service-pack.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-setup.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-bugfix.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-enhancement.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-high.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-low.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-normal.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-security.png -share/gnome-packagekit/icons/hicolor/16x16/status/pk-wait.png -share/gnome-packagekit/icons/hicolor/22x22/actions/pk-desktop-gnome.png -share/gnome-packagekit/icons/hicolor/22x22/actions/pk-desktop-kde.png -share/gnome-packagekit/icons/hicolor/22x22/actions/pk-desktop-xfce.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-cleanup.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-download.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-installing.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-refresh-cache.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-removing.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-searching.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-testing.png -share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-waiting.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-collection-available.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-collection-installed.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-add.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-available.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-blocked.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-cleanup.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-delete.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-download.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-downloaded.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-info.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-search.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-sources.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-update.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-refresh-cache.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-rollback.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-service-pack.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-setup.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-bugfix.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-enhancement.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-high.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-low.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-normal.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-security.png -share/gnome-packagekit/icons/hicolor/22x22/status/pk-wait.png -share/gnome-packagekit/icons/hicolor/24x24/actions/pk-desktop-gnome.png -share/gnome-packagekit/icons/hicolor/24x24/actions/pk-desktop-kde.png -share/gnome-packagekit/icons/hicolor/24x24/actions/pk-desktop-xfce.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-cleanup.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-download.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-installing.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-refresh-cache.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-removing.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-searching.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-testing.png -share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-waiting.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-collection-available.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-collection-installed.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-add.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-available.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-blocked.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-cleanup.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-delete.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-download.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-downloaded.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-info.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-installed.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-search.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-sources.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-update.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-refresh-cache.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-rollback.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-service-pack.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-setup.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-bugfix.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-enhancement.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-high.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-low.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-normal.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-security.png -share/gnome-packagekit/icons/hicolor/24x24/status/pk-wait.png -share/gnome-packagekit/icons/hicolor/48x48/actions/pk-desktop-gnome.png -share/gnome-packagekit/icons/hicolor/48x48/actions/pk-desktop-kde.png -share/gnome-packagekit/icons/hicolor/48x48/actions/pk-desktop-xfce.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-cleanup.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-download.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-installing.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-refresh-cache.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-removing.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-searching.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-testing.png -share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-waiting.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-collection-available.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-collection-installed.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-add.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-available.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-blocked.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-cleanup.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-delete.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-download.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-downloaded.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-info.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-installed.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-search.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-sources.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-update.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-refresh-cache.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-rollback.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-service-pack.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-setup.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-bugfix.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-enhancement.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-high.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-low.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-normal.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-security.png -share/gnome-packagekit/icons/hicolor/48x48/status/pk-wait.png -share/gnome-packagekit/icons/hicolor/scalable/actions/pk-desktop-gnome.svg -share/gnome-packagekit/icons/hicolor/scalable/actions/pk-desktop-kde.svgz -share/gnome-packagekit/icons/hicolor/scalable/actions/pk-desktop-xfce.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-collection-available.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-collection-installed.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-add.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-available.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-blocked.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-cleanup.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-delete.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-download.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-downloaded.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-info.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-installed.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-search.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-sources.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-update.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-refresh-cache.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-rollback.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-service-pack.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-setup.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-bugfix.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-enhancement.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-high.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-low.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-normal.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-security.svg -share/gnome-packagekit/icons/hicolor/scalable/status/pk-wait.svg -share/gnome/autostart/gpk-update-icon.desktop -share/gnome/help/gnome-packagekit/C/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/C/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/C/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/C/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/C/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/C/figures/gpk-log.png -share/gnome/help/gnome-packagekit/C/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/C/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/C/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/C/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/C/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/C/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/C/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/C/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/C/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/C/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/C/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/C/legal.xml -share/gnome/help/gnome-packagekit/de/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/de/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/de/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/de/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/de/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/de/figures/gpk-log.png -share/gnome/help/gnome-packagekit/de/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/de/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/de/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/de/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/de/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/de/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/de/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/de/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/de/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/de/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/de/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/el/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/el/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/el/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/el/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/el/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/el/figures/gpk-log.png -share/gnome/help/gnome-packagekit/el/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/el/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/el/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/el/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/el/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/el/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/el/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/el/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/el/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/el/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/el/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/es/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/es/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/es/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/es/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/es/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/es/figures/gpk-log.png -share/gnome/help/gnome-packagekit/es/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/es/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/es/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/es/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/es/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/es/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/es/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/es/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/es/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/es/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/es/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/oc/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-log.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/oc/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/oc/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/pl/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-log.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/pl/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/pl/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/sv/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-log.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/sv/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/sv/gnome-packagekit.xml -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-added-deps.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-application-groups.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-client-codecs.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-client-copy-local.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-eula.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-log.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-prefs.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-remove-confirm.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-repo-auth.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-repo.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-service-pack-example.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-service-pack.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-signature.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-updates-overview.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-updates-warning.png -share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-updates.png -share/gnome/help/gnome-packagekit/zh_CN/gnome-packagekit.xml -share/icons/hicolor/16x16/apps/gpk-log.png -share/icons/hicolor/16x16/apps/gpk-prefs.png -share/icons/hicolor/16x16/apps/gpk-repo.png -share/icons/hicolor/16x16/apps/gpk-service-pack.png -share/icons/hicolor/16x16/mimetypes/application-x-catalog.png -share/icons/hicolor/16x16/mimetypes/application-x-package-list.png -share/icons/hicolor/16x16/mimetypes/application-x-servicepack.png -share/icons/hicolor/22x22/apps/gpk-log.png -share/icons/hicolor/22x22/apps/gpk-prefs.png -share/icons/hicolor/22x22/apps/gpk-repo.png -share/icons/hicolor/22x22/apps/gpk-service-pack.png -share/icons/hicolor/22x22/mimetypes/application-x-catalog.png -share/icons/hicolor/22x22/mimetypes/application-x-package-list.png -share/icons/hicolor/22x22/mimetypes/application-x-servicepack.png -share/icons/hicolor/24x24/apps/gpk-log.png -share/icons/hicolor/24x24/apps/gpk-prefs.png -share/icons/hicolor/24x24/apps/gpk-repo.png -share/icons/hicolor/24x24/apps/gpk-service-pack.png -share/icons/hicolor/24x24/mimetypes/application-x-catalog.png -share/icons/hicolor/24x24/mimetypes/application-x-package-list.png -share/icons/hicolor/24x24/mimetypes/application-x-servicepack.png -share/icons/hicolor/48x48/apps/gpk-log.png -share/icons/hicolor/48x48/apps/gpk-prefs.png -share/icons/hicolor/48x48/apps/gpk-repo.png -share/icons/hicolor/48x48/apps/gpk-service-pack.png -share/icons/hicolor/48x48/mimetypes/application-x-catalog.png -share/icons/hicolor/48x48/mimetypes/application-x-package-list.png -share/icons/hicolor/48x48/mimetypes/application-x-servicepack.png -share/icons/hicolor/scalable/apps/gpk-log.svg -share/icons/hicolor/scalable/apps/gpk-prefs.svg -share/icons/hicolor/scalable/apps/gpk-repo.svg -share/icons/hicolor/scalable/apps/gpk-service-pack.svg -share/icons/hicolor/scalable/mimetypes/application-x-catalog.svg -share/icons/hicolor/scalable/mimetypes/application-x-package-list.svg -share/icons/hicolor/scalable/mimetypes/application-x-servicepack.svg -share/locale/ar/LC_MESSAGES/gnome-packagekit.mo -share/locale/as/LC_MESSAGES/gnome-packagekit.mo -share/locale/bg/LC_MESSAGES/gnome-packagekit.mo -share/locale/bn/LC_MESSAGES/gnome-packagekit.mo -share/locale/bn_IN/LC_MESSAGES/gnome-packagekit.mo -share/locale/ca/LC_MESSAGES/gnome-packagekit.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-packagekit.mo -share/locale/cs/LC_MESSAGES/gnome-packagekit.mo -share/locale/cy/LC_MESSAGES/gnome-packagekit.mo -share/locale/da/LC_MESSAGES/gnome-packagekit.mo -share/locale/de/LC_MESSAGES/gnome-packagekit.mo -share/locale/el/LC_MESSAGES/gnome-packagekit.mo -share/locale/en@shaw/LC_MESSAGES/gnome-packagekit.mo -share/locale/en_GB/LC_MESSAGES/gnome-packagekit.mo -share/locale/es/LC_MESSAGES/gnome-packagekit.mo -share/locale/et/LC_MESSAGES/gnome-packagekit.mo -share/locale/fi/LC_MESSAGES/gnome-packagekit.mo -share/locale/fr/LC_MESSAGES/gnome-packagekit.mo -share/locale/gl/LC_MESSAGES/gnome-packagekit.mo -share/locale/gu/LC_MESSAGES/gnome-packagekit.mo -share/locale/he/LC_MESSAGES/gnome-packagekit.mo -share/locale/hi/LC_MESSAGES/gnome-packagekit.mo -share/locale/hu/LC_MESSAGES/gnome-packagekit.mo -share/locale/id/LC_MESSAGES/gnome-packagekit.mo -share/locale/it/LC_MESSAGES/gnome-packagekit.mo -share/locale/ja/LC_MESSAGES/gnome-packagekit.mo -share/locale/kn/LC_MESSAGES/gnome-packagekit.mo -share/locale/lt/LC_MESSAGES/gnome-packagekit.mo -share/locale/lv/LC_MESSAGES/gnome-packagekit.mo -share/locale/ml/LC_MESSAGES/gnome-packagekit.mo -share/locale/mr/LC_MESSAGES/gnome-packagekit.mo -share/locale/ms/LC_MESSAGES/gnome-packagekit.mo -share/locale/nb/LC_MESSAGES/gnome-packagekit.mo -share/locale/nl/LC_MESSAGES/gnome-packagekit.mo -share/locale/oc/LC_MESSAGES/gnome-packagekit.mo -share/locale/or/LC_MESSAGES/gnome-packagekit.mo -share/locale/pa/LC_MESSAGES/gnome-packagekit.mo -share/locale/pl/LC_MESSAGES/gnome-packagekit.mo -share/locale/pt/LC_MESSAGES/gnome-packagekit.mo -share/locale/pt_BR/LC_MESSAGES/gnome-packagekit.mo -share/locale/ro/LC_MESSAGES/gnome-packagekit.mo -share/locale/ru/LC_MESSAGES/gnome-packagekit.mo -share/locale/sk/LC_MESSAGES/gnome-packagekit.mo -share/locale/sl/LC_MESSAGES/gnome-packagekit.mo -share/locale/sr/LC_MESSAGES/gnome-packagekit.mo -share/locale/sr@latin/LC_MESSAGES/gnome-packagekit.mo -share/locale/sv/LC_MESSAGES/gnome-packagekit.mo -share/locale/ta/LC_MESSAGES/gnome-packagekit.mo -share/locale/te/LC_MESSAGES/gnome-packagekit.mo -share/locale/tr/LC_MESSAGES/gnome-packagekit.mo -share/locale/uk/LC_MESSAGES/gnome-packagekit.mo -share/locale/zh_CN/LC_MESSAGES/gnome-packagekit.mo -share/locale/zh_HK/LC_MESSAGES/gnome-packagekit.mo -share/locale/zh_TW/LC_MESSAGES/gnome-packagekit.mo -share/omf/gnome-packagekit/gnome-packagekit-C.omf -share/omf/gnome-packagekit/gnome-packagekit-de.omf -share/omf/gnome-packagekit/gnome-packagekit-el.omf -share/omf/gnome-packagekit/gnome-packagekit-es.omf -share/omf/gnome-packagekit/gnome-packagekit-oc.omf -share/omf/gnome-packagekit/gnome-packagekit-pl.omf -share/omf/gnome-packagekit/gnome-packagekit-sv.omf -share/omf/gnome-packagekit/gnome-packagekit-zh_CN.omf -@dirrm share/omf/gnome-packagekit -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrm share/gnome/help/gnome-packagekit/zh_CN/figures -@dirrm share/gnome/help/gnome-packagekit/zh_CN -@dirrm share/gnome/help/gnome-packagekit/sv/figures -@dirrm share/gnome/help/gnome-packagekit/sv -@dirrm share/gnome/help/gnome-packagekit/pl/figures -@dirrm share/gnome/help/gnome-packagekit/pl -@dirrm share/gnome/help/gnome-packagekit/oc/figures -@dirrm share/gnome/help/gnome-packagekit/oc -@dirrm share/gnome/help/gnome-packagekit/es/figures -@dirrm share/gnome/help/gnome-packagekit/es -@dirrm share/gnome/help/gnome-packagekit/el/figures -@dirrm share/gnome/help/gnome-packagekit/el -@dirrm share/gnome/help/gnome-packagekit/de/figures -@dirrm share/gnome/help/gnome-packagekit/de -@dirrm share/gnome/help/gnome-packagekit/C/figures -@dirrm share/gnome/help/gnome-packagekit/C -@dirrm share/gnome/help/gnome-packagekit -@dirrm share/gnome-packagekit/icons/hicolor/scalable/status -@dirrm share/gnome-packagekit/icons/hicolor/scalable/actions -@dirrm share/gnome-packagekit/icons/hicolor/scalable -@dirrm share/gnome-packagekit/icons/hicolor/48x48/status -@dirrm share/gnome-packagekit/icons/hicolor/48x48/animations -@dirrm share/gnome-packagekit/icons/hicolor/48x48/actions -@dirrm share/gnome-packagekit/icons/hicolor/48x48 -@dirrm share/gnome-packagekit/icons/hicolor/24x24/status -@dirrm share/gnome-packagekit/icons/hicolor/24x24/animations -@dirrm share/gnome-packagekit/icons/hicolor/24x24/actions -@dirrm share/gnome-packagekit/icons/hicolor/24x24 -@dirrm share/gnome-packagekit/icons/hicolor/22x22/status -@dirrm share/gnome-packagekit/icons/hicolor/22x22/animations -@dirrm share/gnome-packagekit/icons/hicolor/22x22/actions -@dirrm share/gnome-packagekit/icons/hicolor/22x22 -@dirrm share/gnome-packagekit/icons/hicolor/16x16/status -@dirrm share/gnome-packagekit/icons/hicolor/16x16/animations -@dirrm share/gnome-packagekit/icons/hicolor/16x16/actions -@dirrm share/gnome-packagekit/icons/hicolor/16x16 -@dirrm share/gnome-packagekit/icons/hicolor -@dirrm share/gnome-packagekit/icons -@dirrm share/gnome-packagekit -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry %%PYTHON_SITELIBDIR%%/packagekit diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile deleted file mode 100644 index 247c7a888..000000000 --- a/security/gnome-gpg/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gnome-gpg -# Date created: 2006-09-02 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/security/gnome-gpg/Makefile,v 1.3 2011/04/09 15:57:11 mezz Exp $ - -PORTNAME= gnome-gpg -PORTVERSION= 0.5.0 -PORTREVISION= 8 -CATEGORIES= security -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Simple commandline wrapper around gpg for gnome-keyring - -BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GNOME= libgnomeui -CONFIGURE_ENV= set_more_warnings="no" - -PLIST_FILES= bin/gnome-gpg -MAN1= gnome-gpg.1 - -.include <bsd.port.mk> diff --git a/security/gnome-gpg/distinfo b/security/gnome-gpg/distinfo deleted file mode 100644 index edc144621..000000000 --- a/security/gnome-gpg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-gpg-0.5.0.tar.bz2) = 2acebd35613e78ecac14cd4783f9df6d33a25e62857cb5cb868091f0d05a53d5 -SIZE (gnome-gpg-0.5.0.tar.bz2) = 69620 diff --git a/security/gnome-gpg/pkg-descr b/security/gnome-gpg/pkg-descr deleted file mode 100644 index fc0cb1a01..000000000 --- a/security/gnome-gpg/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Simple commandline wrapper around gpg that makes it store its passphrase -in gnome-keyring. It is a direct competitor to (the unmaintained) -quintuple-agent. diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile deleted file mode 100644 index 1bde62517..000000000 --- a/security/gnome-keyring-sharp/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnome-keyring-sharp -# Date created: 2008-10-08 -# Whom: Romain Tartiere <romain@blogreen.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-keyring-sharp -PORTVERSION= 1.0.2 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= http://www.go-mono.com/archive/${PORTNAME}/ - -MAINTAINER= mono@FreeBSD.org -COMMENT= Fully managed implementation of gnome-keyring - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \ - ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \ - ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gtksharp20 -USE_LDCONFIG= yes - -.include <bsd.port.mk> diff --git a/security/gnome-keyring-sharp/distinfo b/security/gnome-keyring-sharp/distinfo deleted file mode 100644 index 2fb2892d4..000000000 --- a/security/gnome-keyring-sharp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-keyring-sharp-1.0.2.tar.gz) = 043e3e22132bdfe34e8ca314b6fd34bb0bc55a23eeb102778c64c243bb595315 -SIZE (gnome-keyring-sharp-1.0.2.tar.gz) = 308244 diff --git a/security/gnome-keyring-sharp/pkg-descr b/security/gnome-keyring-sharp/pkg-descr deleted file mode 100644 index 6ad79b26b..000000000 --- a/security/gnome-keyring-sharp/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -gnome-keyring-sharp is a fully managed implementation of libgnome-keyring. - -When the gnome-keyring-daemon is running, you can use this to retrieve/store -confidential information such as passwords, notes or network services user -information. - -WWW: http://andrew.jorgensenfamily.us/2008/08/gnome-keyring-sharp/ diff --git a/security/gnome-keyring-sharp/pkg-plist b/security/gnome-keyring-sharp/pkg-plist deleted file mode 100644 index 565f4f89a..000000000 --- a/security/gnome-keyring-sharp/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -@comment $FreeBSD$ -lib/libgnome-keyring-sharp-glue.a -lib/libgnome-keyring-sharp-glue.la -lib/libgnome-keyring-sharp-glue.so -lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll -lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll.config -lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll.mdb -lib/mono/gnome-keyring-sharp-1.0/Gnome.Keyring.dll -lib/monodoc/sources/Gnome.Keyring.source -lib/monodoc/sources/Gnome.Keyring.tree -lib/monodoc/sources/Gnome.Keyring.zip -libdata/pkgconfig/gnome-keyring-sharp-1.0.pc -@dirrm lib/mono/gnome-keyring-sharp-1.0 -@dirrm lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66 -@dirrm lib/mono/gac/Gnome.Keyring diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile deleted file mode 100644 index 3d2d12a96..000000000 --- a/security/seahorse-plugins/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# New ports collection makefile for: seahorse-plugins -# Date created: 06 August 2008 -# Whom: Dave McKay <dave@mu.org> -# -# $FreeBSD$ -# $MCom: ports/security/seahorse-plugins/Makefile,v 1.27 2011/03/07 08:30:01 kwm Exp $ -# - -PORTNAME= seahorse-plugins -PORTVERSION= 2.30.1 -PORTREVISION= 6 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plug-ins for the Seahorse key and password management application - -LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse \ - gcrypt.18:${PORTSDIR}/security/libgcrypt - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -#USE_GECKO= libxul -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= NAUTILUS "Enable the Nautilus component" on \ - GEDIT "Enable GEdit plug-in support" on \ - APPLET "Enable clipboard encryption applet" on \ - NOTIFY "Enable libnotify support" on -#EPIPHANY "Enable Epiphany plug-in support" on - -GCONF_SCHEMAS= seahorse-plugins.schemas -MAN1= seahorse-agent.1 seahorse-tool.1 - -.include <bsd.port.pre.mk> - -#.if ${GECKO}=="libxul" -#CONFIGURE_ARGS+=--with-gecko=libxul-unstable -#.else -#CONFIGURE_ARGS+=--with-gecko=${GECKO} -#.endif - -.if !defined(WITHOUT_GEDIT) -BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -PLIST_SUB+= GEDIT="" -GCONF_SCHEMAS+= seahorse-gedit.schemas -.else -PLIST_SUB+= GEDIT="@comment " -CONFIGURE_ARGS+=--disable-gedit -.endif - -.if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 -PLIST_SUB+= NAUTILUS="" -.else -PLIST_SUB+= NAUTILUS="@comment " -CONFIGURE_ARGS+=--disable-nautilus -.endif - -#.if !defined(WITHOUT_EPIPHANY) -#BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany -#PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.26" -#.else -CONFIGURE_ARGS+=--disable-epiphany -PLIST_SUB+= EPHY="@comment " -#.endif - -.if !defined(WITHOUT_APPLET) -USE_GNOME+= gnomepanel -PLIST_SUB+= APPLET="" -.else -CONFIGURE_ARGS+=--disable-applet -PLIST_SUB+= APPLET="@comment " -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - -e 's|epiphany-2.24|epiphany-2.26|g' \ - -e 's|2.24|2.26|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/security/seahorse-plugins/distinfo b/security/seahorse-plugins/distinfo deleted file mode 100644 index 1b696bab9..000000000 --- a/security/seahorse-plugins/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/seahorse-plugins-2.30.1.tar.bz2) = 1fdfed1aef2c22a29a9abc00eae67752854e466a66cee2a8c1c278277e832d66 -SIZE (gnome2/seahorse-plugins-2.30.1.tar.bz2) = 1304864 diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c b/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c deleted file mode 100644 index 70d1c9261..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c +++ /dev/null @@ -1,10 +0,0 @@ ---- agent/seahorse-agent-cache.c.orig 2009-08-01 15:25:55.000000000 -0400 -+++ agent/seahorse-agent-cache.c 2009-08-01 15:23:38.000000000 -0400 -@@ -237,6 +237,7 @@ seahorse_agent_cache_init () - g_cache = - g_hash_table_new_full (g_str_hash, g_str_equal, NULL, destroy_cache_item); - -+ gpgme_check_version (NULL); - err = gpgme_engine_check_version (proto); - g_return_if_fail (GPG_IS_OK (err)); - diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c b/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c deleted file mode 100644 index 4ecd84940..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c +++ /dev/null @@ -1,32 +0,0 @@ ---- agent/seahorse-agent-io.c.orig Sun Aug 28 15:52:02 2005 -+++ agent/seahorse-agent-io.c Fri Oct 7 21:51:25 2005 -@@ -412,12 +412,18 @@ io_handler (GIOChannel *source, GIOCondi - gsize length; - GError *err = NULL; - gboolean ret = TRUE; -+ GIOStatus status; - - if (condition & G_IO_IN) { - /* Read 1 line from the io channel, including newline character */ -- g_io_channel_read_line (source, &string, &length, NULL, &err); -+ status = g_io_channel_read_line (source, &string, &length, NULL, &err); - -- if (err != NULL) { -+ if (status == G_IO_STATUS_EOF) { -+ free_conn (cn); -+ ret = FALSE; -+ } -+ -+ else if (err != NULL) { - g_critical ("couldn't read from socket: %s", err->message); - g_clear_error (&err); - free_conn (cn); -@@ -434,7 +440,7 @@ io_handler (GIOChannel *source, GIOCondi - g_free (string); - } - -- if (cn && condition & G_IO_HUP) { -+ else if (cn && condition & G_IO_HUP) { - free_conn (cn); - ret = FALSE; /* removes watch */ - } diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent.h b/security/seahorse-plugins/files/patch-agent_seahorse-agent.h deleted file mode 100644 index 7ba32051e..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent.h +++ /dev/null @@ -1,11 +0,0 @@ ---- agent/seahorse-agent.h.orig 2008-08-06 01:22:16.000000000 -0400 -+++ agent/seahorse-agent.h 2008-08-06 01:22:27.000000000 -0400 -@@ -22,6 +22,8 @@ - #ifndef __SEAHORSE_AGENT_H__ - #define __SEAHORSE_AGENT_H__ - -+#include <sys/types.h> -+ - #include <glib.h> - #include <gconf/gconf-client.h> - #include <gconf/gconf.h> diff --git a/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c b/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c deleted file mode 100644 index 7ddf0bb3f..000000000 --- a/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libseahorse/seahorse-notification.c.orig 2011-03-07 09:25:10.000000000 +0100 -+++ libseahorse/seahorse-notification.c 2011-03-07 09:25:57.000000000 +0100 -@@ -213,7 +213,7 @@ - heading = format_key_text (snotif->heading); - message = format_key_text (snotif->message); - -- notif = notify_notification_new (heading, message, snotif->icon, attachto); -+ notif = notify_notification_new (heading, message, snotif->icon); - - g_free (heading); - g_free (message); diff --git a/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c b/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c deleted file mode 100644 index 16c64303b..000000000 --- a/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libseahorse/seahorse-pgp-operation.c.orig 2009-08-01 15:26:28.000000000 -0400 -+++ libseahorse/seahorse-pgp-operation.c 2009-08-01 15:23:41.000000000 -0400 -@@ -323,6 +323,7 @@ seahorse_pgp_operation_init (SeahorsePGP - gpgme_error_t err; - gpgme_ctx_t ctx; - -+ gpgme_check_version (NULL); - err = gpgme_engine_check_version (proto); - g_return_if_fail (GPG_IS_OK (err)); - diff --git a/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c b/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c deleted file mode 100644 index d423b6b59..000000000 --- a/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c +++ /dev/null @@ -1,23 +0,0 @@ ---- plugins/nautilus/seahorse-tool.c.orig 2009-08-01 15:27:07.000000000 -0400 -+++ plugins/nautilus/seahorse-tool.c 2009-08-01 15:23:46.000000000 -0400 -@@ -171,6 +171,9 @@ prompt_recipients (gpgme_key_t *signkey) - - if (recips) { - -+ gpgme_check_version (NULL); -+ gerr = gpgme_engine_check_version (GPGME_PROTOCOL_OpenPGP); -+ g_return_val_if_fail (GPG_IS_OK (gerr), NULL); - gerr = gpgme_new (&ctx); - g_return_val_if_fail (GPG_IS_OK (gerr), NULL); - -@@ -327,6 +330,10 @@ prompt_signer () - - id = cryptui_keyset_key_raw_keyid (keyset, signer); - g_free (signer); -+ -+ gpgme_check_version (NULL); -+ gerr = gpgme_engine_check_version (GPGME_PROTOCOL_OpenPGP); -+ g_return_val_if_fail (GPG_IS_OK (gerr), NULL); - - gerr = gpgme_new (&ctx); - g_return_val_if_fail (GPG_IS_OK (gerr), NULL); diff --git a/security/seahorse-plugins/pkg-descr b/security/seahorse-plugins/pkg-descr deleted file mode 100644 index 1fda4fd5d..000000000 --- a/security/seahorse-plugins/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -These are various plug-ins for the Seahorse security management application. -They serve to extend Seahorse, and to integrate Seahorse into other -applications such as Nautilus, GEdit, etc. - -WWW: http://seahorse.sourceforge.net/ diff --git a/security/seahorse-plugins/pkg-plist b/security/seahorse-plugins/pkg-plist deleted file mode 100644 index 3efe45464..000000000 --- a/security/seahorse-plugins/pkg-plist +++ /dev/null @@ -1,253 +0,0 @@ -bin/seahorse-agent -bin/seahorse-preferences -bin/seahorse-tool -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.a -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.la -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.so -%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/seahorse.ephy-extension -%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.a -%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.la -%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.so -%%GEDIT%%lib/gedit-2/plugins/seahorse-pgp.gedit-plugin -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.a -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.la -%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.so -lib/seahorse/seahorse-applet -libdata/bonobo/servers/GNOME_SeahorseApplet.server -share/applications/seahorse-pgp-encrypted.desktop -share/applications/seahorse-pgp-keys.desktop -share/applications/seahorse-pgp-preferences.desktop -share/applications/seahorse-pgp-signature.desktop -share/gnome-2.0/ui/GNOME_SeahorseApplet.xml -share/gnome/help/seahorse-applet/C/legal.xml -share/gnome/help/seahorse-applet/C/seahorse-applet.xml -share/gnome/help/seahorse-applet/es/seahorse-applet.xml -share/gnome/help/seahorse-applet/fr/seahorse-applet.xml -share/gnome/help/seahorse-applet/it/seahorse-applet.xml -share/gnome/help/seahorse-applet/oc/seahorse-applet.xml -share/gnome/help/seahorse-applet/ru/seahorse-applet.xml -share/gnome/help/seahorse-applet/sv/seahorse-applet.xml -share/gnome/help/seahorse-applet/vi/seahorse-applet.xml -share/gnome/help/seahorse-plugins/C/legal.xml -share/gnome/help/seahorse-plugins/C/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/ca/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/cs/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/de/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/el/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/en_GB/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/es/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/fr/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/it/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/oc/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/ru/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/sv/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/vi/seahorse-plugins.xml -share/icons/hicolor/48x48/apps/seahorse-applet.png -share/icons/hicolor/scalable/apps/seahorse-applet.svg -share/locale/ar/LC_MESSAGES/seahorse-plugins.mo -share/locale/as/LC_MESSAGES/seahorse-plugins.mo -share/locale/ast/LC_MESSAGES/seahorse-plugins.mo -share/locale/az/LC_MESSAGES/seahorse-plugins.mo -share/locale/be@latin/LC_MESSAGES/seahorse-plugins.mo -share/locale/bg/LC_MESSAGES/seahorse-plugins.mo -share/locale/bn/LC_MESSAGES/seahorse-plugins.mo -share/locale/bn_IN/LC_MESSAGES/seahorse-plugins.mo -share/locale/br/LC_MESSAGES/seahorse-plugins.mo -share/locale/ca/LC_MESSAGES/seahorse-plugins.mo -share/locale/ca@valencia/LC_MESSAGES/seahorse-plugins.mo -share/locale/cs/LC_MESSAGES/seahorse-plugins.mo -share/locale/da/LC_MESSAGES/seahorse-plugins.mo -share/locale/de/LC_MESSAGES/seahorse-plugins.mo -share/locale/dz/LC_MESSAGES/seahorse-plugins.mo -share/locale/el/LC_MESSAGES/seahorse-plugins.mo -share/locale/en@shaw/LC_MESSAGES/seahorse-plugins.mo -share/locale/en_CA/LC_MESSAGES/seahorse-plugins.mo -share/locale/en_GB/LC_MESSAGES/seahorse-plugins.mo -share/locale/es/LC_MESSAGES/seahorse-plugins.mo -share/locale/et/LC_MESSAGES/seahorse-plugins.mo -share/locale/eu/LC_MESSAGES/seahorse-plugins.mo -share/locale/fi/LC_MESSAGES/seahorse-plugins.mo -share/locale/fr/LC_MESSAGES/seahorse-plugins.mo -share/locale/ga/LC_MESSAGES/seahorse-plugins.mo -share/locale/gl/LC_MESSAGES/seahorse-plugins.mo -share/locale/gu/LC_MESSAGES/seahorse-plugins.mo -share/locale/he/LC_MESSAGES/seahorse-plugins.mo -share/locale/hi/LC_MESSAGES/seahorse-plugins.mo -share/locale/hr/LC_MESSAGES/seahorse-plugins.mo -share/locale/hu/LC_MESSAGES/seahorse-plugins.mo -share/locale/it/LC_MESSAGES/seahorse-plugins.mo -share/locale/ja/LC_MESSAGES/seahorse-plugins.mo -share/locale/kn/LC_MESSAGES/seahorse-plugins.mo -share/locale/ko/LC_MESSAGES/seahorse-plugins.mo -share/locale/ku/LC_MESSAGES/seahorse-plugins.mo -share/locale/lt/LC_MESSAGES/seahorse-plugins.mo -share/locale/lv/LC_MESSAGES/seahorse-plugins.mo -share/locale/mai/LC_MESSAGES/seahorse-plugins.mo -share/locale/mk/LC_MESSAGES/seahorse-plugins.mo -share/locale/ml/LC_MESSAGES/seahorse-plugins.mo -share/locale/mr/LC_MESSAGES/seahorse-plugins.mo -share/locale/ms/LC_MESSAGES/seahorse-plugins.mo -share/locale/nb/LC_MESSAGES/seahorse-plugins.mo -share/locale/ne/LC_MESSAGES/seahorse-plugins.mo -share/locale/nl/LC_MESSAGES/seahorse-plugins.mo -share/locale/nn/LC_MESSAGES/seahorse-plugins.mo -share/locale/oc/LC_MESSAGES/seahorse-plugins.mo -share/locale/or/LC_MESSAGES/seahorse-plugins.mo -share/locale/pa/LC_MESSAGES/seahorse-plugins.mo -share/locale/pl/LC_MESSAGES/seahorse-plugins.mo -share/locale/pt/LC_MESSAGES/seahorse-plugins.mo -share/locale/pt_BR/LC_MESSAGES/seahorse-plugins.mo -share/locale/ro/LC_MESSAGES/seahorse-plugins.mo -share/locale/ru/LC_MESSAGES/seahorse-plugins.mo -share/locale/rw/LC_MESSAGES/seahorse-plugins.mo -share/locale/si/LC_MESSAGES/seahorse-plugins.mo -share/locale/sk/LC_MESSAGES/seahorse-plugins.mo -share/locale/sl/LC_MESSAGES/seahorse-plugins.mo -share/locale/sq/LC_MESSAGES/seahorse-plugins.mo -share/locale/sr/LC_MESSAGES/seahorse-plugins.mo -share/locale/sr@latin/LC_MESSAGES/seahorse-plugins.mo -share/locale/sv/LC_MESSAGES/seahorse-plugins.mo -share/locale/ta/LC_MESSAGES/seahorse-plugins.mo -share/locale/te/LC_MESSAGES/seahorse-plugins.mo -share/locale/th/LC_MESSAGES/seahorse-plugins.mo -share/locale/tr/LC_MESSAGES/seahorse-plugins.mo -share/locale/uk/LC_MESSAGES/seahorse-plugins.mo -share/locale/vi/LC_MESSAGES/seahorse-plugins.mo -share/locale/zh_CN/LC_MESSAGES/seahorse-plugins.mo -share/locale/zh_HK/LC_MESSAGES/seahorse-plugins.mo -share/locale/zh_TW/LC_MESSAGES/seahorse-plugins.mo -share/mime/packages/seahorse.xml -share/omf/seahorse-applet/seahorse-applet-C.omf -share/omf/seahorse-applet/seahorse-applet-es.omf -share/omf/seahorse-applet/seahorse-applet-fr.omf -share/omf/seahorse-applet/seahorse-applet-it.omf -share/omf/seahorse-applet/seahorse-applet-oc.omf -share/omf/seahorse-applet/seahorse-applet-ru.omf -share/omf/seahorse-applet/seahorse-applet-sv.omf -share/omf/seahorse-applet/seahorse-applet-vi.omf -share/omf/seahorse-plugins/seahorse-plugins-C.omf -share/omf/seahorse-plugins/seahorse-plugins-ca.omf -share/omf/seahorse-plugins/seahorse-plugins-cs.omf -share/omf/seahorse-plugins/seahorse-plugins-de.omf -share/omf/seahorse-plugins/seahorse-plugins-el.omf -share/omf/seahorse-plugins/seahorse-plugins-en_GB.omf -share/omf/seahorse-plugins/seahorse-plugins-es.omf -share/omf/seahorse-plugins/seahorse-plugins-fr.omf -share/omf/seahorse-plugins/seahorse-plugins-it.omf -share/omf/seahorse-plugins/seahorse-plugins-oc.omf -share/omf/seahorse-plugins/seahorse-plugins-ru.omf -share/omf/seahorse-plugins/seahorse-plugins-sv.omf -share/omf/seahorse-plugins/seahorse-plugins-vi.omf -share/pixmaps/seahorse-applet.svg -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-encrypted.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-key.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-signed.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-text.png -share/pixmaps/seahorse-plugins/22x22/seahorse-applet-unknown.png -share/pixmaps/seahorse-plugins/22x22/seahorse-key-personal.png -share/pixmaps/seahorse-plugins/22x22/seahorse-key.png -share/pixmaps/seahorse-plugins/22x22/seahorse-sign-bad.png -share/pixmaps/seahorse-plugins/22x22/seahorse-sign-ok.png -share/pixmaps/seahorse-plugins/22x22/seahorse-sign.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-encrypted.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-key.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-signed.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-text.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet-unknown.png -share/pixmaps/seahorse-plugins/48x48/seahorse-applet.png -share/pixmaps/seahorse-plugins/48x48/seahorse-key-personal.png -share/pixmaps/seahorse-plugins/48x48/seahorse-key.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign-bad.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign-ok.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign-unknown.png -share/pixmaps/seahorse-plugins/48x48/seahorse-sign.png -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-encrypted.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-key.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-signed.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-text.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet-unknown.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-applet.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-key-personal.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-key-ssh.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-key.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-person.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-share-keys.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign-bad.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign-ok.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign-unknown.svg -share/pixmaps/seahorse-plugins/scalable/seahorse-sign.svg -%%DATADIR%%/ui/seahorse-agent-cache.xml -%%DATADIR%%/ui/seahorse-applet-preferences.xml -%%DATADIR%%/ui/seahorse-multi-encrypt.xml -%%DATADIR%%/ui/seahorse-notify.xml -%%DATADIR%%/ui/seahorse-prefs.xml -%%DATADIR%%/ui/seahorse-progress.xml -%%EPHY%%@dirrmtry lib/epiphany/%%EPHY_VERSION%%/extensions -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrmtry share/pixmaps/seahorse-plugins/scalable -@dirrmtry share/pixmaps/seahorse-plugins/48x48 -@dirrmtry share/pixmaps/seahorse-plugins/22x22 -@dirrmtry share/pixmaps/seahorse-plugins -@dirrm share/omf/seahorse-plugins -@dirrm share/omf/seahorse-applet -@dirrm share/gnome/help/seahorse-plugins/vi -@dirrm share/gnome/help/seahorse-plugins/sv -@dirrm share/gnome/help/seahorse-plugins/ru -@dirrm share/gnome/help/seahorse-plugins/oc -@dirrm share/gnome/help/seahorse-plugins/it -@dirrm share/gnome/help/seahorse-plugins/fr -@dirrm share/gnome/help/seahorse-plugins/es -@dirrm share/gnome/help/seahorse-plugins/en_GB -@dirrm share/gnome/help/seahorse-plugins/el -@dirrm share/gnome/help/seahorse-plugins/de -@dirrm share/gnome/help/seahorse-plugins/cs -@dirrm share/gnome/help/seahorse-plugins/ca -@dirrm share/gnome/help/seahorse-plugins/C -@dirrm share/gnome/help/seahorse-plugins -@dirrm share/gnome/help/seahorse-applet/vi -@dirrm share/gnome/help/seahorse-applet/sv -@dirrm share/gnome/help/seahorse-applet/ru -@dirrm share/gnome/help/seahorse-applet/oc -@dirrm share/gnome/help/seahorse-applet/it -@dirrm share/gnome/help/seahorse-applet/fr -@dirrm share/gnome/help/seahorse-applet/es -@dirrm share/gnome/help/seahorse-applet/C -@dirrm share/gnome/help/seahorse-applet -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile deleted file mode 100644 index 6a9dd20e3..000000000 --- a/security/seahorse/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: Seahorse -# Date created: 08 March 2000 -# Whom: Dave McKay <dave@mu.org> -# -# $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.104 2011/07/03 11:57:45 kwm Exp $ -# - -PORTNAME= seahorse -PORTVERSION= 2.32.0 -PORTREVISION= 6 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME application for managing encryption keys (PGP, SSH) - -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gcr.0:${PORTSDIR}/security/gnome-keyring \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -CONFLICTS= seahorse-3.[0-9]* - -USE_XORG= sm -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-introspection=no - -GCONF_SCHEMAS= seahorse.schemas -MAN1= seahorse.1 seahorse-daemon.1 - -OPTIONS= LDAP "Enable LDAP support" on \ - NOTIFY "Enable libnotify support" on \ - MDNS "Enable mDNS key sharing" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -.else -CONFIGURE_ARGS+=--disable-ldap -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+=--disable-sharing -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo deleted file mode 100644 index 5e0b05802..000000000 --- a/security/seahorse/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/seahorse-2.32.0.tar.bz2) = f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d -SIZE (gnome2/seahorse-2.32.0.tar.bz2) = 2491230 diff --git a/security/seahorse/files/patch-libseahorse_seahorse-notification.c b/security/seahorse/files/patch-libseahorse_seahorse-notification.c deleted file mode 100644 index 7cf855253..000000000 --- a/security/seahorse/files/patch-libseahorse_seahorse-notification.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libseahorse/seahorse-notification.c.orig 2011-03-06 21:03:39.000000000 +0100 -+++ libseahorse/seahorse-notification.c 2011-03-06 21:03:58.000000000 +0100 -@@ -231,7 +231,7 @@ setup_libnotify_notification (SeahorseNo - heading = format_key_text (snotif->heading); - message = format_key_text (snotif->message); - -- notif = notify_notification_new (heading, message, snotif->icon, attachto); -+ notif = notify_notification_new (heading, message, snotif->icon); - - g_free (heading); - g_free (message); diff --git a/security/seahorse/pkg-descr b/security/seahorse/pkg-descr deleted file mode 100644 index ea4098271..000000000 --- a/security/seahorse/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program. - -It is a tool for secure communications and data storage. -Data encryption and digital signature creation can easily -be performed through a GUI and Key Management operations -can easily be carried out through an intuitive interface. - -WWW: http://seahorse.sourceforge.net/ diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist deleted file mode 100644 index 09524c6f6..000000000 --- a/security/seahorse/pkg-plist +++ /dev/null @@ -1,344 +0,0 @@ -bin/seahorse -bin/seahorse-daemon -include/libcryptui/cryptui-key-chooser.h -include/libcryptui/cryptui-key-combo.h -include/libcryptui/cryptui-key-list.h -include/libcryptui/cryptui-key-store.h -include/libcryptui/cryptui-keyset.h -include/libcryptui/cryptui.h -lib/libcryptui.a -lib/libcryptui.la -lib/libcryptui.so -lib/libcryptui.so.0 -lib/seahorse/seahorse-ssh-askpass -lib/seahorse/xloadimage -libdata/pkgconfig/cryptui-0.0.pc -share/applications/seahorse.desktop -share/dbus-1/services/org.gnome.seahorse.service -share/doc/libcryptui/ch01.html -share/doc/libcryptui/home.png -share/doc/libcryptui/index.html -share/doc/libcryptui/index.sgml -share/doc/libcryptui/left.png -share/doc/libcryptui/libcryptui-cryptui-defines.html -share/doc/libcryptui/libcryptui-cryptui-key-chooser.html -share/doc/libcryptui/libcryptui-cryptui-key-combo.html -share/doc/libcryptui/libcryptui-cryptui-key-list.html -share/doc/libcryptui/libcryptui-cryptui-key-store.html -share/doc/libcryptui/libcryptui-cryptui-keyset.html -share/doc/libcryptui/libcryptui-cryptui-marshal.html -share/doc/libcryptui/libcryptui-cryptui.html -share/doc/libcryptui/libcryptui.devhelp -share/doc/libcryptui/libcryptui.devhelp2 -share/doc/libcryptui/right.png -share/doc/libcryptui/style.css -share/doc/libcryptui/up.png -share/doc/libseahorse/api-index-full.html -share/doc/libseahorse/ch01.html -share/doc/libseahorse/home.png -share/doc/libseahorse/index.html -share/doc/libseahorse/index.sgml -share/doc/libseahorse/left.png -share/doc/libseahorse/libseahorse-SeahorseKeyserverControl.html -share/doc/libseahorse/libseahorse-SeahorseObjectModel.html -share/doc/libseahorse/libseahorse-SeahorseObjectWidget.html -share/doc/libseahorse/libseahorse-SeahorseOperation.html -share/doc/libseahorse/libseahorse-SeahorseSecureEntry.html -share/doc/libseahorse/libseahorse-SeahorseUnknown.html -share/doc/libseahorse/libseahorse-SeahorseWidget.html -share/doc/libseahorse/libseahorse-seahorse-check-button-control.html -share/doc/libseahorse/libseahorse-seahorse-combo-keys.html -share/doc/libseahorse/libseahorse-seahorse-commands.html -share/doc/libseahorse/libseahorse-seahorse-context.html -share/doc/libseahorse/libseahorse-seahorse-dns-sd.html -share/doc/libseahorse/libseahorse-seahorse-gconf.html -share/doc/libseahorse/libseahorse-seahorse-gtkstock.html -share/doc/libseahorse/libseahorse-seahorse-libdialogs.html -share/doc/libseahorse/libseahorse-seahorse-marshal.html -share/doc/libseahorse/libseahorse-seahorse-object.html -share/doc/libseahorse/libseahorse-seahorse-passphrase.html -share/doc/libseahorse/libseahorse-seahorse-prefs.html -share/doc/libseahorse/libseahorse-seahorse-progress.html -share/doc/libseahorse/libseahorse-seahorse-secure-memory.html -share/doc/libseahorse/libseahorse-seahorse-servers.html -share/doc/libseahorse/libseahorse-seahorse-set-model.html -share/doc/libseahorse/libseahorse-seahorse-set.html -share/doc/libseahorse/libseahorse-seahorse-source.html -share/doc/libseahorse/libseahorse-seahorse-transfer-operation.html -share/doc/libseahorse/libseahorse-seahorse-types.html -share/doc/libseahorse/libseahorse-seahorse-unix-signal.html -share/doc/libseahorse/libseahorse-seahorse-unknown-source.html -share/doc/libseahorse/libseahorse-seahorse-util.html -share/doc/libseahorse/libseahorse-seahorse-validity.html -share/doc/libseahorse/libseahorse-seahorse-view.html -share/doc/libseahorse/libseahorse-seahorse-xxx.html -share/doc/libseahorse/libseahorse.devhelp -share/doc/libseahorse/libseahorse.devhelp2 -share/doc/libseahorse/object-tree.html -share/doc/libseahorse/right.png -share/doc/libseahorse/style.css -share/doc/libseahorse/up.png -share/gnome/help/seahorse/C/figures/seahorse-window.png -share/gnome/help/seahorse/C/legal.xml -share/gnome/help/seahorse/C/seahorse.xml -share/gnome/help/seahorse/ca/figures/seahorse-window.png -share/gnome/help/seahorse/ca/seahorse.xml -share/gnome/help/seahorse/cs/figures/seahorse-window.png -share/gnome/help/seahorse/cs/seahorse.xml -share/gnome/help/seahorse/de/figures/seahorse-window.png -share/gnome/help/seahorse/de/seahorse.xml -share/gnome/help/seahorse/el/figures/seahorse-window.png -share/gnome/help/seahorse/el/seahorse.xml -share/gnome/help/seahorse/en_GB/figures/seahorse-window.png -share/gnome/help/seahorse/en_GB/seahorse.xml -share/gnome/help/seahorse/es/figures/seahorse-window.png -share/gnome/help/seahorse/es/seahorse.xml -share/gnome/help/seahorse/eu/figures/seahorse-window.png -share/gnome/help/seahorse/eu/seahorse.xml -share/gnome/help/seahorse/fr/figures/seahorse-window.png -share/gnome/help/seahorse/fr/seahorse.xml -share/gnome/help/seahorse/it/figures/seahorse-window.png -share/gnome/help/seahorse/it/seahorse.xml -share/gnome/help/seahorse/ja/figures/seahorse-window.png -share/gnome/help/seahorse/ja/seahorse.xml -share/gnome/help/seahorse/oc/figures/seahorse-window.png -share/gnome/help/seahorse/oc/seahorse.xml -share/gnome/help/seahorse/ru/figures/seahorse-window.png -share/gnome/help/seahorse/ru/seahorse.xml -share/gnome/help/seahorse/sv/figures/seahorse-window.png -share/gnome/help/seahorse/sv/seahorse.xml -share/gnome/help/seahorse/vi/figures/seahorse-window.png -share/gnome/help/seahorse/vi/seahorse.xml -share/gnome/help/seahorse/zh_CN/figures/seahorse-window.png -share/gnome/help/seahorse/zh_CN/seahorse.xml -share/icons/hicolor/16x16/apps/seahorse-preferences.png -share/icons/hicolor/16x16/apps/seahorse.png -share/icons/hicolor/22x22/apps/seahorse-preferences.png -share/icons/hicolor/22x22/apps/seahorse.png -share/icons/hicolor/24x24/apps/seahorse-preferences.png -share/icons/hicolor/24x24/apps/seahorse.png -share/icons/hicolor/32x32/apps/seahorse-preferences.png -share/icons/hicolor/32x32/apps/seahorse.png -share/icons/hicolor/48x48/apps/seahorse-preferences.png -share/icons/hicolor/48x48/apps/seahorse.png -share/locale/ar/LC_MESSAGES/seahorse.mo -share/locale/as/LC_MESSAGES/seahorse.mo -share/locale/ast/LC_MESSAGES/seahorse.mo -share/locale/az/LC_MESSAGES/seahorse.mo -share/locale/be@latin/LC_MESSAGES/seahorse.mo -share/locale/bg/LC_MESSAGES/seahorse.mo -share/locale/bn/LC_MESSAGES/seahorse.mo -share/locale/bn_IN/LC_MESSAGES/seahorse.mo -share/locale/br/LC_MESSAGES/seahorse.mo -share/locale/ca/LC_MESSAGES/seahorse.mo -share/locale/ca@valencia/LC_MESSAGES/seahorse.mo -share/locale/cs/LC_MESSAGES/seahorse.mo -share/locale/cy/LC_MESSAGES/seahorse.mo -share/locale/da/LC_MESSAGES/seahorse.mo -share/locale/de/LC_MESSAGES/seahorse.mo -share/locale/dz/LC_MESSAGES/seahorse.mo -share/locale/el/LC_MESSAGES/seahorse.mo -share/locale/en_CA/LC_MESSAGES/seahorse.mo -share/locale/en_GB/LC_MESSAGES/seahorse.mo -share/locale/en@shaw/LC_MESSAGES/seahorse.mo -share/locale/es/LC_MESSAGES/seahorse.mo -share/locale/et/LC_MESSAGES/seahorse.mo -share/locale/eu/LC_MESSAGES/seahorse.mo -share/locale/fi/LC_MESSAGES/seahorse.mo -share/locale/fr/LC_MESSAGES/seahorse.mo -share/locale/ga/LC_MESSAGES/seahorse.mo -share/locale/gl/LC_MESSAGES/seahorse.mo -share/locale/gu/LC_MESSAGES/seahorse.mo -share/locale/he/LC_MESSAGES/seahorse.mo -share/locale/hi/LC_MESSAGES/seahorse.mo -share/locale/hr/LC_MESSAGES/seahorse.mo -share/locale/hu/LC_MESSAGES/seahorse.mo -share/locale/id/LC_MESSAGES/seahorse.mo -share/locale/it/LC_MESSAGES/seahorse.mo -share/locale/ja/LC_MESSAGES/seahorse.mo -share/locale/kn/LC_MESSAGES/seahorse.mo -share/locale/ku/LC_MESSAGES/seahorse.mo -share/locale/ko/LC_MESSAGES/seahorse.mo -share/locale/lt/LC_MESSAGES/seahorse.mo -share/locale/lv/LC_MESSAGES/seahorse.mo -share/locale/mai/LC_MESSAGES/seahorse.mo -share/locale/mk/LC_MESSAGES/seahorse.mo -share/locale/ml/LC_MESSAGES/seahorse.mo -share/locale/mr/LC_MESSAGES/seahorse.mo -share/locale/ms/LC_MESSAGES/seahorse.mo -share/locale/nb/LC_MESSAGES/seahorse.mo -share/locale/ne/LC_MESSAGES/seahorse.mo -share/locale/nl/LC_MESSAGES/seahorse.mo -share/locale/nn/LC_MESSAGES/seahorse.mo -share/locale/oc/LC_MESSAGES/seahorse.mo -share/locale/or/LC_MESSAGES/seahorse.mo -share/locale/pa/LC_MESSAGES/seahorse.mo -share/locale/pl/LC_MESSAGES/seahorse.mo -share/locale/pt/LC_MESSAGES/seahorse.mo -share/locale/pt_BR/LC_MESSAGES/seahorse.mo -share/locale/ro/LC_MESSAGES/seahorse.mo -share/locale/ru/LC_MESSAGES/seahorse.mo -share/locale/rw/LC_MESSAGES/seahorse.mo -share/locale/si/LC_MESSAGES/seahorse.mo -share/locale/sk/LC_MESSAGES/seahorse.mo -share/locale/sl/LC_MESSAGES/seahorse.mo -share/locale/sq/LC_MESSAGES/seahorse.mo -share/locale/sr/LC_MESSAGES/seahorse.mo -share/locale/sr@latin/LC_MESSAGES/seahorse.mo -share/locale/sv/LC_MESSAGES/seahorse.mo -share/locale/ta/LC_MESSAGES/seahorse.mo -share/locale/te/LC_MESSAGES/seahorse.mo -share/locale/th/LC_MESSAGES/seahorse.mo -share/locale/tr/LC_MESSAGES/seahorse.mo -share/locale/uk/LC_MESSAGES/seahorse.mo -share/locale/vi/LC_MESSAGES/seahorse.mo -share/locale/zh_CN/LC_MESSAGES/seahorse.mo -share/locale/zh_HK/LC_MESSAGES/seahorse.mo -share/locale/zh_TW/LC_MESSAGES/seahorse.mo -share/omf/seahorse/seahorse-C.omf -share/omf/seahorse/seahorse-ca.omf -share/omf/seahorse/seahorse-cs.omf -share/omf/seahorse/seahorse-de.omf -share/omf/seahorse/seahorse-el.omf -share/omf/seahorse/seahorse-en_GB.omf -share/omf/seahorse/seahorse-es.omf -share/omf/seahorse/seahorse-eu.omf -share/omf/seahorse/seahorse-fr.omf -share/omf/seahorse/seahorse-it.omf -share/omf/seahorse/seahorse-ja.omf -share/omf/seahorse/seahorse-oc.omf -share/omf/seahorse/seahorse-ru.omf -share/omf/seahorse/seahorse-sv.omf -share/omf/seahorse/seahorse-vi.omf -share/omf/seahorse/seahorse-zh_CN.omf -share/pixmaps/seahorse/22x22/seahorse-key-personal.png -share/pixmaps/seahorse/22x22/seahorse-key-ssh.png -share/pixmaps/seahorse/22x22/seahorse-key.png -share/pixmaps/seahorse/22x22/seahorse-person.png -share/pixmaps/seahorse/22x22/seahorse-share-keys.png -share/pixmaps/seahorse/22x22/seahorse-sign-bad.png -share/pixmaps/seahorse/22x22/seahorse-sign-ok.png -share/pixmaps/seahorse/22x22/seahorse-sign.png -share/pixmaps/seahorse/48x48/seahorse-key-personal.png -share/pixmaps/seahorse/48x48/seahorse-key-ssh.png -share/pixmaps/seahorse/48x48/seahorse-key.png -share/pixmaps/seahorse/48x48/seahorse-person.png -share/pixmaps/seahorse/48x48/seahorse-share-keys.png -share/pixmaps/seahorse/48x48/seahorse-sign-bad.png -share/pixmaps/seahorse/48x48/seahorse-sign-ok.png -share/pixmaps/seahorse/48x48/seahorse-sign-unknown.png -share/pixmaps/seahorse/48x48/seahorse-sign.png -share/pixmaps/seahorse/scalable/seahorse-key-personal.svg -share/pixmaps/seahorse/scalable/seahorse-key-ssh.svg -share/pixmaps/seahorse/scalable/seahorse-key.svg -share/pixmaps/seahorse/scalable/seahorse-person.svg -share/pixmaps/seahorse/scalable/seahorse-share-keys.svg -share/pixmaps/seahorse/scalable/seahorse-sign-bad.svg -share/pixmaps/seahorse/scalable/seahorse-sign-ok.svg -share/pixmaps/seahorse/scalable/seahorse-sign-unknown.svg -share/pixmaps/seahorse/scalable/seahorse-sign.svg -%%DATADIR%%/ui/seahorse-add-keyring.xml -%%DATADIR%%/ui/seahorse-add-keyserver.xml -%%DATADIR%%/ui/seahorse-add-subkey.xml -%%DATADIR%%/ui/seahorse-add-uid.xml -%%DATADIR%%/ui/seahorse-change-passphrase.xml -%%DATADIR%%/ui/seahorse-expires.xml -%%DATADIR%%/ui/seahorse-generate-select.xml -%%DATADIR%%/ui/seahorse-gkr-add-item.xml -%%DATADIR%%/ui/seahorse-gkr-item-properties.xml -%%DATADIR%%/ui/seahorse-gkr-keyring.xml -%%DATADIR%%/ui/seahorse-key-manager.ui -%%DATADIR%%/ui/seahorse-key-manager.xml -%%DATADIR%%/ui/seahorse-keyserver-results.ui -%%DATADIR%%/ui/seahorse-keyserver-results.xml -%%DATADIR%%/ui/seahorse-keyserver-search.xml -%%DATADIR%%/ui/seahorse-keyserver-sync.xml -%%DATADIR%%/ui/seahorse-notify.xml -%%DATADIR%%/ui/seahorse-pgp-generate.xml -%%DATADIR%%/ui/seahorse-pgp-private-key-properties.xml -%%DATADIR%%/ui/seahorse-pgp-public-key-properties.xml -%%DATADIR%%/ui/seahorse-prefs.xml -%%DATADIR%%/ui/seahorse-progress.xml -%%DATADIR%%/ui/seahorse-revoke.xml -%%DATADIR%%/ui/seahorse-sign.xml -%%DATADIR%%/ui/seahorse-signer.xml -%%DATADIR%%/ui/seahorse-ssh-generate.xml -%%DATADIR%%/ui/seahorse-ssh-key-properties.xml -%%DATADIR%%/ui/seahorse-ssh-upload.xml -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrm share/pixmaps/seahorse/scalable -@dirrm share/pixmaps/seahorse/48x48 -@dirrm share/pixmaps/seahorse/22x22 -@dirrm share/pixmaps/seahorse -@dirrm share/omf/seahorse -@dirrm share/gnome/help/seahorse/zh_CN/figures -@dirrm share/gnome/help/seahorse/zh_CN -@dirrm share/gnome/help/seahorse/vi/figures -@dirrm share/gnome/help/seahorse/vi -@dirrm share/gnome/help/seahorse/sv/figures -@dirrm share/gnome/help/seahorse/sv -@dirrm share/gnome/help/seahorse/ru/figures -@dirrm share/gnome/help/seahorse/ru -@dirrm share/gnome/help/seahorse/oc/figures -@dirrm share/gnome/help/seahorse/oc -@dirrm share/gnome/help/seahorse/ja/figures -@dirrm share/gnome/help/seahorse/ja -@dirrm share/gnome/help/seahorse/it/figures -@dirrm share/gnome/help/seahorse/it -@dirrm share/gnome/help/seahorse/fr/figures -@dirrm share/gnome/help/seahorse/fr -@dirrm share/gnome/help/seahorse/eu/figures -@dirrm share/gnome/help/seahorse/eu -@dirrm share/gnome/help/seahorse/es/figures -@dirrm share/gnome/help/seahorse/es -@dirrm share/gnome/help/seahorse/en_GB/figures -@dirrm share/gnome/help/seahorse/en_GB -@dirrm share/gnome/help/seahorse/el/figures -@dirrm share/gnome/help/seahorse/el -@dirrm share/gnome/help/seahorse/de/figures -@dirrm share/gnome/help/seahorse/de -@dirrm share/gnome/help/seahorse/cs/figures -@dirrm share/gnome/help/seahorse/cs -@dirrm share/gnome/help/seahorse/ca/figures -@dirrm share/gnome/help/seahorse/ca -@dirrm share/gnome/help/seahorse/C/figures -@dirrm share/gnome/help/seahorse/C -@dirrm share/gnome/help/seahorse -@dirrm share/doc/libseahorse -@dirrm share/doc/libcryptui -@dirrmtry share/applications -@dirrm lib/seahorse -@dirrm include/libcryptui -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile deleted file mode 100644 index 3aebf5ec7..000000000 --- a/sysutils/gksu/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: gksu -# Date created: 2 October 2004 -# Whom: Jesse van den Kieboom <troplosti@orcaweb.cjb.net> -# -# $FreeBSD$ -# - -PORTNAME= gksu -PORTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://people.debian.org/~kov/gksu/ - -MAINTAINER= bsam@FreeBSD.org -COMMENT= Graphical frontend to su - -LIB_DEPENDS= gksu2:${PORTSDIR}/sysutils/libgksu \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring - -USE_GNOME= gtk20 pkgconfig gnomeprefix gnomehack gconf2 intlhack nautilus2 -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gksu.1 - -.include <bsd.port.mk> diff --git a/sysutils/gksu/distinfo b/sysutils/gksu/distinfo deleted file mode 100644 index 7fe87d046..000000000 --- a/sysutils/gksu/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gksu-2.0.2.tar.gz) = a1de3dca039d88c195fcdc9516379439a1d699750417f1e655aa2101a955ee5a -SIZE (gksu-2.0.2.tar.gz) = 468121 diff --git a/sysutils/gksu/pkg-descr b/sysutils/gksu/pkg-descr deleted file mode 100644 index cd37cdb35..000000000 --- a/sysutils/gksu/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -gksu is a Gtk+ frontend to /bin/su. It supports login shells and preserving -environment when acting as a su frontend. It is useful to menu items or other -graphical programs that need to ask a user's password to run another program -as another user. - -WWW: http://www.gnu.org/non-gnu/gksu/ - -- Jesse van den Kieboom -troplosti@orcaweb.cjb.net diff --git a/sysutils/gksu/pkg-plist b/sysutils/gksu/pkg-plist deleted file mode 100644 index 1d01a0483..000000000 --- a/sysutils/gksu/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/gksu -bin/gksudo -lib/nautilus/extensions-2.0/libnautilus-gksu.la -lib/nautilus/extensions-2.0/libnautilus-gksu.so -lib/nautilus/extensions-2.0/libnautilus-gksu.a -share/applications/gksu.desktop -share/pixmaps/gksu-icon.png -share/pixmaps/gksu-root-terminal.png -share/gksu/gksu-migrate-conf.sh -man/man1/gksudo.1 -@dirrm share/gksu -@dirrmtry share/applications diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile deleted file mode 100644 index 86be2b732..000000000 --- a/sysutils/gnome-mount/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnome-mount -# Date created: 04 June 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.27 2011/03/06 20:33:35 kwm Exp $ -# - -PORTNAME= gnome-mount -PORTVERSION= 0.8 -PORTREVISION= 9 -CATEGORIES= sysutils gnome -MASTER_SITES= http://hal.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A front-end to mount, umount, and eject using HAL - -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - notify.4:${PORTSDIR}/devel/libnotify \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/polkit-gnome.pc:${PORTSDIR}/sysutils/policykit-gnome - -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtk20 -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-nautilus-extension -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-mount.schemas -MAN1= gnome-mount.1 -MLINKS= gnome-mount.1 gnome-eject.1 \ - gnome-mount.1 gnome-umount.1 - -.include <bsd.port.mk> diff --git a/sysutils/gnome-mount/distinfo b/sysutils/gnome-mount/distinfo deleted file mode 100644 index 48d3c6c54..000000000 --- a/sysutils/gnome-mount/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-mount-0.8.tar.gz) = 44ca6b78b49a4181435e489c7b7d416c8f26442dcecdc01ec4b981274ed957e2 -SIZE (gnome-mount-0.8.tar.gz) = 505788 diff --git a/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in b/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in deleted file mode 100644 index c46bf1609..000000000 --- a/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in +++ /dev/null @@ -1,47 +0,0 @@ ---- gnome-mount.schemas.in.orig Tue Apr 10 18:50:12 2007 -+++ gnome-mount.schemas.in Sat Apr 14 14:49:22 2007 -@@ -6,7 +6,7 @@ - <applyto>/system/storage/default_options/vfat/mount_options</applyto> - <type>list</type> - <list_type>string</list_type> -- <default>[shortname=lower,uid=]</default> -+ <default>[longnames,-u=]</default> - <locale name="C"> - <short>Default mount options for vfat fs</short> - <long>A list of default mount options for volumes formatted with the vfat file system.</long> -@@ -18,7 +18,7 @@ - <applyto>/system/storage/default_options/iso9660/mount_options</applyto> - <type>list</type> - <list_type>string</list_type> -- <default>[uid=]</default> -+ <default>[]</default> - <locale name="C"> - <short>Default mount options for iso9660 fs</short> - <long>A list of default mount options for volumes formatted with the iso9660 file system.</long> -@@ -30,7 +30,7 @@ - <applyto>/system/storage/default_options/udf/mount_options</applyto> - <type>list</type> - <list_type>string</list_type> -- <default>[uid=]</default> -+ <default>[]</default> - <locale name="C"> - <short>Default mount options for udf fs</short> - <long>A list of default mount options for volumes formatted with the udf file system.</long> -@@ -42,7 +42,7 @@ - <applyto>/system/storage/default_options/ntfs/mount_options</applyto> - <type>list</type> - <list_type>string</list_type> -- <default>[umask=222]</default> -+ <default>[-m=755]</default> - <locale name="C"> - <short>Default mount options for ntfs fs</short> - <long>A list of default mount options for volumes formatted with the ntfs file system.</long> -@@ -52,7 +52,7 @@ - <key>/schemas/system/storage/default_options/ntfs/fstype_override</key> - <applyto>/system/storage/default_options/ntfs/fstype_override</applyto> - <type>string</type> -- <default>ntfs-3g</default> -+ <default></default> - <locale name="C"> - <short>When 'ntfs' is detected, what file system driver to use by default</short> - <long>The name of the file system driver to use by default when 'ntfs' is detected. This is useful for configuring the system to use the 'ntfs-3g' driver for all 'ntfs' file systems by default. User can still choose to use the 'ntfs' file system driver by overriding it per-volume or on the command line.</long> diff --git a/sysutils/gnome-mount/files/patch-src_gnome-mount.c b/sysutils/gnome-mount/files/patch-src_gnome-mount.c deleted file mode 100644 index fb1a67192..000000000 --- a/sysutils/gnome-mount/files/patch-src_gnome-mount.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/gnome-mount.c.orig 2010-12-26 14:53:42.000000000 +0100 -+++ src/gnome-mount.c 2010-12-26 18:19:30.000000000 +0100 -@@ -38,7 +38,7 @@ - - #include <glib/gi18n.h> - #include <gconf/gconf-client.h> --#include <gdk/gdkx.h> -+#include <gtk/gtk.h> - #include "copy-paste/gnome-password-dialog.h" - #include <gnome-keyring.h> - #include <libnotify/notify.h> -@@ -1577,8 +1577,7 @@ - message = g_strdup_printf (_("There is data that needs to be written to the device %s before it can be removed. Please do not remove the media or disconnect the drive."), unmount_note_drive_name); - unmount_note = notify_notification_new (summary, - message, -- "gnome-dev-harddisk", /* TODO: use appropriate icon */ -- NULL); -+ "gnome-dev-harddisk"); - if (unmount_note == NULL) { - g_warning ("Cannot create note for unmount cache sync"); - } else { diff --git a/sysutils/gnome-mount/pkg-descr b/sysutils/gnome-mount/pkg-descr deleted file mode 100644 index a75d36294..000000000 --- a/sysutils/gnome-mount/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gnome-mount is a HAL-based front-end to mount, umount, and eject which -offers a centralized place where settings for these commands are maintained. diff --git a/sysutils/gnome-mount/pkg-plist b/sysutils/gnome-mount/pkg-plist deleted file mode 100644 index 3c685882f..000000000 --- a/sysutils/gnome-mount/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/gnome-eject -bin/gnome-mount -bin/gnome-umount -libdata/pkgconfig/gnome-mount.pc -%%DATADIR%%/gnome-mount-properties.glade -share/locale/ar/LC_MESSAGES/gnome-mount.mo -share/locale/be/LC_MESSAGES/gnome-mount.mo -share/locale/be@latin/LC_MESSAGES/gnome-mount.mo -share/locale/ca/LC_MESSAGES/gnome-mount.mo -share/locale/da/LC_MESSAGES/gnome-mount.mo -share/locale/dz/LC_MESSAGES/gnome-mount.mo -share/locale/el/LC_MESSAGES/gnome-mount.mo -share/locale/en_GB/LC_MESSAGES/gnome-mount.mo -share/locale/es/LC_MESSAGES/gnome-mount.mo -share/locale/fi/LC_MESSAGES/gnome-mount.mo -share/locale/fr/LC_MESSAGES/gnome-mount.mo -share/locale/hu/LC_MESSAGES/gnome-mount.mo -share/locale/it/LC_MESSAGES/gnome-mount.mo -share/locale/ja/LC_MESSAGES/gnome-mount.mo -share/locale/lv/LC_MESSAGES/gnome-mount.mo -share/locale/mk/LC_MESSAGES/gnome-mount.mo -share/locale/nb/LC_MESSAGES/gnome-mount.mo -share/locale/oc/LC_MESSAGES/gnome-mount.mo -share/locale/pa/LC_MESSAGES/gnome-mount.mo -share/locale/pl/LC_MESSAGES/gnome-mount.mo -share/locale/pt/LC_MESSAGES/gnome-mount.mo -share/locale/pt_BR/LC_MESSAGES/gnome-mount.mo -share/locale/ru/LC_MESSAGES/gnome-mount.mo -share/locale/sv/LC_MESSAGES/gnome-mount.mo -share/locale/vi/LC_MESSAGES/gnome-mount.mo -share/locale/zh_HK/LC_MESSAGES/gnome-mount.mo -share/locale/zh_TW/LC_MESSAGES/gnome-mount.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrm %%DATADIR%% diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile deleted file mode 100644 index 4a9dd8b06..000000000 --- a/sysutils/gnome-power-manager/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: gnome-power-manager -# Date created: 03 May 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.72 2011/04/25 19:53:56 mezz Exp $ -# - -PORTNAME= gnome-power-manager -PORTVERSION= 2.32.0 -PORTREVISION= 1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Power management system for the GNOME Desktop - -LIB_DEPENDS= upower-glib.1:${PORTSDIR}/sysutils/upower \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - notify.4:${PORTSDIR}/devel/libnotify \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit - -CONFLICTS= gnome-power-manager-3.[0-9]* - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack intlhack libwnck \ - gnomedocutils gnomepanel -CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ - --disable-docbook-docs \ - --enable-hal -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-power-manager.schemas - -.if !defined(NO_INSTALL_MANPAGES) -BUILD_DEPENDS+= docbook2html:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410 -MAN1= gnome-power-manager.1 gnome-power-preferences.1 \ - gnome-power-statistics.1 -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lresolv|| ; s|-Werror||g' \ - ${WRKSRC}/configure -.if defined(NO_INSTALL_MANPAGES) - @${REINPLACE_CMD} -e "s|2MAN_TRUE=$$|2MAN_TRUE='#'|g ; \ - s|2MAN_FALSE='#'|2MAN_FALSE=|g" ${WRKSRC}/configure -.endif - -.include <bsd.port.mk> diff --git a/sysutils/gnome-power-manager/distinfo b/sysutils/gnome-power-manager/distinfo deleted file mode 100644 index 2cf9e984e..000000000 --- a/sysutils/gnome-power-manager/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gnome-power-manager-2.32.0.tar.bz2) = 17fa301bf7e133285c0e054ae3be2b0f690c48f59b09f67e04d6ed339b330476 -SIZE (gnome2/gnome-power-manager-2.32.0.tar.bz2) = 3892164 diff --git a/sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in b/sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in deleted file mode 100644 index 9a5d2c5a5..000000000 --- a/sysutils/gnome-power-manager/files/patch-applets_brightness_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- applets/brightness/Makefile.in.orig 2010-01-01 20:51:42.000000000 +0800 -+++ applets/brightness/Makefile.in 2010-01-01 20:51:42.000000000 +0800 -@@ -344,6 +344,7 @@ - gnome_brightness_applet_LDADD = \ - $(DBUS_LIBS) \ - $(GNOME_LIBS) \ -+ -lexecinfo \ - $(PANEL_LIBS) - - serverdir = $(prefix)/libdata/bonobo/servers diff --git a/sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in b/sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in deleted file mode 100644 index 4965221fe..000000000 --- a/sysutils/gnome-power-manager/files/patch-applets_inhibit_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- applets/inhibit/Makefile.in.orig 2010-01-01 20:53:23.000000000 +0800 -+++ applets/inhibit/Makefile.in 2010-01-01 20:53:36.000000000 +0800 -@@ -343,6 +343,7 @@ - gnome_inhibit_applet_LDADD = \ - $(DBUS_LIBS) \ - $(GNOME_LIBS) \ -+ -lexecinfo \ - $(PANEL_LIBS) - - serverdir = $(prefix)/libdata/bonobo/servers diff --git a/sysutils/gnome-power-manager/files/patch-configure b/sysutils/gnome-power-manager/files/patch-configure deleted file mode 100644 index 69d50145e..000000000 --- a/sysutils/gnome-power-manager/files/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.orig 2010-01-30 18:17:55.000000000 -0500 -+++ configure 2010-01-30 18:18:23.000000000 -0500 -@@ -12822,21 +12822,15 @@ if test "$GCC" = "yes"; then - WARNINGFLAGS="$WARNINGFLAGS -Wreturn-type" - WARNINGFLAGS="$WARNINGFLAGS -Wformat-nonliteral" - WARNINGFLAGS="$WARNINGFLAGS -Wformat-security" -- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-include-dirs" - WARNINGFLAGS="$WARNINGFLAGS -Wmissing-format-attribute" -- WARNINGFLAGS="$WARNINGFLAGS -Wclobbered" -- WARNINGFLAGS="$WARNINGFLAGS -Wempty-body" -- WARNINGFLAGS="$WARNINGFLAGS -Wignored-qualifiers" - # WARNINGFLAGS="$WARNINGFLAGS -Wsign-compare" -- WARNINGFLAGS="$WARNINGFLAGS -Wtype-limits" - # WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized" - # WARNINGFLAGS="$WARNINGFLAGS -Waggregate-return" - WARNINGFLAGS="$WARNINGFLAGS -Wdeclaration-after-statement" - WARNINGFLAGS="$WARNINGFLAGS -Wshadow" - WARNINGFLAGS="$WARNINGFLAGS -Winline" - # WARNINGFLAGS="$WARNINGFLAGS -Wswitch-enum" -- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-parameter-type" -- WARNINGFLAGS="$WARNINGFLAGS -Woverride-init" -+# WARNINGFLAGS="$WARNINGFLAGS -Woverride-init" - WARNINGFLAGS="$WARNINGFLAGS -Wno-strict-aliasing" - else - WARNINGFLAGS="" diff --git a/sysutils/gnome-power-manager/files/patch-src_Makefile.in b/sysutils/gnome-power-manager/files/patch-src_Makefile.in deleted file mode 100644 index 0f4da29db..000000000 --- a/sysutils/gnome-power-manager/files/patch-src_Makefile.in +++ /dev/null @@ -1,34 +0,0 @@ ---- src/Makefile.in.orig 2010-06-06 12:19:04.000000000 +0200 -+++ src/Makefile.in 2010-06-06 12:21:46.000000000 +0200 -@@ -499,6 +499,7 @@ - $(GNOME_LIBS) \ - $(UNIQUE_LIBS) \ - $(DBUS_LIBS) \ -+ -lexecinfo \ - -lm - - gnome_power_statistics_CFLAGS = \ -@@ -520,6 +521,7 @@ - $(UNIQUE_LIBS) \ - $(GPM_EXTRA_LIBS) \ - $(UPOWER_LIBS) \ -+ -lexecinfo \ - -lm - - gnome_power_preferences_CFLAGS = \ -@@ -573,6 +575,7 @@ - $(LIBNOTIFY_LIBS) \ - $(GPM_EXTRA_LIBS) \ - $(UPOWER_LIBS) \ -+ -lexecinfo \ - -lm - - gnome_power_manager_CFLAGS = \ -@@ -639,6 +642,7 @@ - $(X11_LIBS) \ - $(LIBNOTIFY_LIBS) \ - $(GPM_EXTRA_LIBS) \ -+ -lexecinfo \ - -lm - - gnome_power_self_test_CFLAGS = -DEGG_TEST $(AM_CFLAGS) $(WARNINGFLAGS) diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-load.c b/sysutils/gnome-power-manager/files/patch-src_gpm-load.c deleted file mode 100644 index eaa8df1b2..000000000 --- a/sysutils/gnome-power-manager/files/patch-src_gpm-load.c +++ /dev/null @@ -1,55 +0,0 @@ ---- src/gpm-load.c.orig 2010-01-01 23:29:11.000000000 -0500 -+++ src/gpm-load.c 2010-01-01 23:46:31.000000000 -0500 -@@ -33,6 +33,10 @@ - #include <kstat.h> - #include <sys/sysinfo.h> - #endif -+#if defined(__FreeBSD__) -+#include <sys/resource.h> -+#include <sys/sysctl.h> -+#endif - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif /* HAVE_UNISTD_H */ -@@ -151,6 +155,32 @@ out: - return FALSE; - } - -+#elif defined(__FreeBSD__) -+ -+/** -+ * gpm_load_get_cpu_values: -+ * @cpu_idle: The idle time reported by the CPU -+ * @cpu_total: The total time reported by the CPU -+ * Return value: Success of reading of the kern.cp_time sysctl. -+ **/ -+static gboolean -+gpm_load_get_cpu_values (long unsigned *cpu_idle, long unsigned *cpu_total) -+{ -+ long cpts[CPUSTATES]; -+ size_t length; -+ -+ length = sizeof (cpts); -+ if (sysctlbyname ("kern.cp_time", cpts, &length, NULL, 0)) { -+ return FALSE; -+ } -+ -+ *cpu_idle = (unsigned long) cpts[CP_IDLE]; -+ *cpu_total = (unsigned long) (cpts[CP_USER] + cpts[CP_NICE] + \ -+ cpts[CP_SYS] + cpts[CP_IDLE] + cpts[CP_INTR]); -+ -+ return TRUE; -+} -+ - #else - - /** -@@ -192,7 +222,7 @@ gpm_load_get_cpu_values (long unsigned * - *cpu_total = cpu_user + cpu_nice + cpu_system + *cpu_idle; - ret = TRUE; - out: -- if (!fd) -+ if (fd) - fclose (fd); - return ret; - } diff --git a/sysutils/gnome-power-manager/files/patch-src_gpm-manager.c b/sysutils/gnome-power-manager/files/patch-src_gpm-manager.c deleted file mode 100644 index a71c447da..000000000 --- a/sysutils/gnome-power-manager/files/patch-src_gpm-manager.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/gpm-manager.c.orig 2011-03-07 12:49:54.000000000 +0100 -+++ src/gpm-manager.c 2011-03-07 12:51:08.000000000 +0100 -@@ -481,11 +481,7 @@ gpm_manager_notify (GpmManager *manager, - gpm_manager_notify_close (manager, *notification_class); - - /* if the status icon is hidden, don't point at it */ -- if (manager->priv->status_icon != NULL && -- gtk_status_icon_is_embedded (manager->priv->status_icon)) -- notification = notify_notification_new_with_status_icon (title, message, icon, manager->priv->status_icon); -- else -- notification = notify_notification_new (title, message, icon, NULL); -+ notification = notify_notification_new (title, message, icon); - notify_notification_set_timeout (notification, timeout); - notify_notification_set_urgency (notification, urgency); - g_signal_connect (notification, "closed", G_CALLBACK (gpm_manager_notification_closed_cb), notification_class); diff --git a/sysutils/gnome-power-manager/pkg-descr b/sysutils/gnome-power-manager/pkg-descr deleted file mode 100644 index 186c9ced4..000000000 --- a/sysutils/gnome-power-manager/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GNOME Power Manager is a GNOME session daemon that acts as a policy agent -on top of HAL (the Hardware Abstraction Layer). GNOME Power Manager listens -for HAL events and responds with user-configurable reactions. -Currently it supports laptop batteries and AC adapters. Its goal is to be -architecture neutral and free of polling and other hacks. - -WWW: http://projects.gnome.org/gnome-power-manager/ diff --git a/sysutils/gnome-power-manager/pkg-plist b/sysutils/gnome-power-manager/pkg-plist deleted file mode 100644 index 4bd92ff7e..000000000 --- a/sysutils/gnome-power-manager/pkg-plist +++ /dev/null @@ -1,781 +0,0 @@ -bin/gnome-power-bugreport.sh -bin/gnome-power-manager -bin/gnome-power-preferences -bin/gnome-power-statistics -etc/xdg/autostart/gnome-power-manager.desktop -libdata/bonobo/servers/GNOME_BrightnessApplet.server -libdata/bonobo/servers/GNOME_InhibitApplet.server -libexec/gnome-brightness-applet -libexec/gnome-inhibit-applet -sbin/gnome-power-backlight-helper -share/applications/gnome-power-preferences.desktop -share/applications/gnome-power-statistics.desktop -share/dbus-1/services/gnome-power-manager.service -share/gnome-2.0/ui/GNOME_BrightnessApplet.xml -share/gnome-2.0/ui/GNOME_InhibitApplet.xml -%%DATADIR%%/acme.ui -%%DATADIR%%/gpm-feedback-widget.ui -%%DATADIR%%/gpm-prefs.ui -%%DATADIR%%/gpm-statistics.ui -%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/22x22/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/22x22/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/24x24/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/24x24/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/32x32/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/32x32/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/48x48/actions/gpm-hibernate.png -%%DATADIR%%/icons/hicolor/48x48/actions/gpm-suspend.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ac-adapter.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-charged.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-empty.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-missing.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-disabled.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-disabled.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit-invalid.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-monitor.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100-charging.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100.png -%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-missing.png -%%DATADIR%%/icons/hicolor/icon-theme.cache -%%DATADIR%%/icons/hicolor/scalable/actions/gpm-hibernate.svg -%%DATADIR%%/icons/hicolor/scalable/actions/gpm-suspend.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ac-adapter.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-charged.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-empty.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-missing.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-disabled.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-disabled.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit-invalid.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-monitor.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100-charging.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100.svg -%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg -share/gnome/help/gnome-power-manager/C/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/C/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/C/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/C/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/C/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/C/figures/gpm-low.png -share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/C/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/C/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/C/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/C/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/C/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/C/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/C/legal.xml -share/gnome/help/gnome-power-manager/ca/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/ca/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-low.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/ca/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/ca/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/ca/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/de/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/de/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/de/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/de/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/de/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/de/figures/gpm-low.png -share/gnome/help/gnome-power-manager/de/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/de/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/de/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/de/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/de/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/de/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/de/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/de/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/el/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/el/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/el/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/el/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/el/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/el/figures/gpm-low.png -share/gnome/help/gnome-power-manager/el/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/el/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/el/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/el/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/el/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/el/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/el/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/el/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/en_GB/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/en_GB/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-low.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/en_GB/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/en_GB/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/en_GB/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/es/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/es/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/es/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/es/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/es/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/es/figures/gpm-low.png -share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/es/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/es/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/es/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/es/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/es/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/es/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/eu/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/eu/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-low.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/eu/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/eu/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/eu/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/fi/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/fi/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-low.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/fi/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/fi/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/fi/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/fr/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/fr/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-low.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/fr/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/fr/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/fr/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/hu/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/hu/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-low.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/hu/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/hu/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/hu/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/it/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/it/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/it/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/it/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/it/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/it/figures/gpm-low.png -share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/it/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/it/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/it/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/it/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/it/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/it/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/oc/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/oc/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-low.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/oc/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/oc/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/oc/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/pa/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/pa/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-low.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/pa/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/pa/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/pa/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/ru/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/ru/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-low.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/ru/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/ru/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/ru/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/sv/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/sv/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-low.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/sv/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/sv/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/sv/gnome-power-manager.xml -share/gnome/help/gnome-power-manager/zh_CN/figures/applet-brightness.png -share/gnome/help/gnome-power-manager/zh_CN/figures/applet-inhibit.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-cell-capacity.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-charged.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-critical.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-low.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-prefs-ac.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-prefs-battery.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-prefs-general.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-stats-graph.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-suspend-problem.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gpm-unplugged.png -share/gnome/help/gnome-power-manager/zh_CN/figures/gs-prefs.png -share/gnome/help/gnome-power-manager/zh_CN/gnome-power-manager.xml -share/icons/hicolor/16x16/apps/gnome-brightness-applet.png -share/icons/hicolor/16x16/apps/gnome-inhibit-applet.png -share/icons/hicolor/16x16/apps/gnome-power-manager.png -share/icons/hicolor/16x16/apps/gnome-power-statistics.png -share/icons/hicolor/22x22/apps/gnome-brightness-applet.png -share/icons/hicolor/22x22/apps/gnome-inhibit-applet.png -share/icons/hicolor/22x22/apps/gnome-power-manager.png -share/icons/hicolor/22x22/apps/gnome-power-statistics.png -share/icons/hicolor/24x24/apps/gnome-brightness-applet.png -share/icons/hicolor/24x24/apps/gnome-inhibit-applet.png -share/icons/hicolor/24x24/apps/gnome-power-manager.png -share/icons/hicolor/24x24/apps/gnome-power-statistics.png -share/icons/hicolor/32x32/apps/gnome-brightness-applet.png -share/icons/hicolor/32x32/apps/gnome-inhibit-applet.png -share/icons/hicolor/32x32/apps/gnome-power-manager.png -share/icons/hicolor/32x32/apps/gnome-power-statistics.png -share/icons/hicolor/48x48/apps/gnome-brightness-applet.png -share/icons/hicolor/48x48/apps/gnome-inhibit-applet.png -share/icons/hicolor/48x48/apps/gnome-power-manager.png -share/icons/hicolor/48x48/apps/gnome-power-statistics.png -share/icons/hicolor/scalable/apps/gnome-brightness-applet.svg -share/icons/hicolor/scalable/apps/gnome-inhibit-applet.svg -share/icons/hicolor/scalable/apps/gnome-power-manager.svg -share/icons/hicolor/scalable/apps/gnome-power-statistics.svg -share/locale/ar/LC_MESSAGES/gnome-power-manager.mo -share/locale/as/LC_MESSAGES/gnome-power-manager.mo -share/locale/ast/LC_MESSAGES/gnome-power-manager.mo -share/locale/be/LC_MESSAGES/gnome-power-manager.mo -share/locale/be@latin/LC_MESSAGES/gnome-power-manager.mo -share/locale/bg/LC_MESSAGES/gnome-power-manager.mo -share/locale/bn/LC_MESSAGES/gnome-power-manager.mo -share/locale/bn_IN/LC_MESSAGES/gnome-power-manager.mo -share/locale/ca/LC_MESSAGES/gnome-power-manager.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-power-manager.mo -share/locale/cs/LC_MESSAGES/gnome-power-manager.mo -share/locale/cy/LC_MESSAGES/gnome-power-manager.mo -share/locale/da/LC_MESSAGES/gnome-power-manager.mo -share/locale/de/LC_MESSAGES/gnome-power-manager.mo -share/locale/dz/LC_MESSAGES/gnome-power-manager.mo -share/locale/el/LC_MESSAGES/gnome-power-manager.mo -share/locale/en@shaw/LC_MESSAGES/gnome-power-manager.mo -share/locale/en_CA/LC_MESSAGES/gnome-power-manager.mo -share/locale/en_GB/LC_MESSAGES/gnome-power-manager.mo -share/locale/es/LC_MESSAGES/gnome-power-manager.mo -share/locale/et/LC_MESSAGES/gnome-power-manager.mo -share/locale/eu/LC_MESSAGES/gnome-power-manager.mo -share/locale/fa/LC_MESSAGES/gnome-power-manager.mo -share/locale/fi/LC_MESSAGES/gnome-power-manager.mo -share/locale/fr/LC_MESSAGES/gnome-power-manager.mo -share/locale/ga/LC_MESSAGES/gnome-power-manager.mo -share/locale/gl/LC_MESSAGES/gnome-power-manager.mo -share/locale/gu/LC_MESSAGES/gnome-power-manager.mo -share/locale/he/LC_MESSAGES/gnome-power-manager.mo -share/locale/hi/LC_MESSAGES/gnome-power-manager.mo -share/locale/hr/LC_MESSAGES/gnome-power-manager.mo -share/locale/hu/LC_MESSAGES/gnome-power-manager.mo -share/locale/id/LC_MESSAGES/gnome-power-manager.mo -share/locale/is/LC_MESSAGES/gnome-power-manager.mo -share/locale/it/LC_MESSAGES/gnome-power-manager.mo -share/locale/ja/LC_MESSAGES/gnome-power-manager.mo -share/locale/ka/LC_MESSAGES/gnome-power-manager.mo -share/locale/kn/LC_MESSAGES/gnome-power-manager.mo -share/locale/ko/LC_MESSAGES/gnome-power-manager.mo -share/locale/ku/LC_MESSAGES/gnome-power-manager.mo -share/locale/lt/LC_MESSAGES/gnome-power-manager.mo -share/locale/lv/LC_MESSAGES/gnome-power-manager.mo -share/locale/mai/LC_MESSAGES/gnome-power-manager.mo -share/locale/mg/LC_MESSAGES/gnome-power-manager.mo -share/locale/mk/LC_MESSAGES/gnome-power-manager.mo -share/locale/ml/LC_MESSAGES/gnome-power-manager.mo -share/locale/mr/LC_MESSAGES/gnome-power-manager.mo -share/locale/nb/LC_MESSAGES/gnome-power-manager.mo -share/locale/nl/LC_MESSAGES/gnome-power-manager.mo -share/locale/nn/LC_MESSAGES/gnome-power-manager.mo -share/locale/oc/LC_MESSAGES/gnome-power-manager.mo -share/locale/or/LC_MESSAGES/gnome-power-manager.mo -share/locale/pa/LC_MESSAGES/gnome-power-manager.mo -share/locale/pl/LC_MESSAGES/gnome-power-manager.mo -share/locale/pt/LC_MESSAGES/gnome-power-manager.mo -share/locale/pt_BR/LC_MESSAGES/gnome-power-manager.mo -share/locale/ro/LC_MESSAGES/gnome-power-manager.mo -share/locale/ru/LC_MESSAGES/gnome-power-manager.mo -share/locale/si/LC_MESSAGES/gnome-power-manager.mo -share/locale/sk/LC_MESSAGES/gnome-power-manager.mo -share/locale/sl/LC_MESSAGES/gnome-power-manager.mo -share/locale/sr/LC_MESSAGES/gnome-power-manager.mo -share/locale/sr@latin/LC_MESSAGES/gnome-power-manager.mo -share/locale/sv/LC_MESSAGES/gnome-power-manager.mo -share/locale/ta/LC_MESSAGES/gnome-power-manager.mo -share/locale/te/LC_MESSAGES/gnome-power-manager.mo -share/locale/th/LC_MESSAGES/gnome-power-manager.mo -share/locale/tr/LC_MESSAGES/gnome-power-manager.mo -share/locale/uk/LC_MESSAGES/gnome-power-manager.mo -share/locale/vi/LC_MESSAGES/gnome-power-manager.mo -share/locale/zh_CN/LC_MESSAGES/gnome-power-manager.mo -share/locale/zh_HK/LC_MESSAGES/gnome-power-manager.mo -share/locale/zh_TW/LC_MESSAGES/gnome-power-manager.mo -share/omf/gnome-power-manager/gnome-power-manager-C.omf -share/omf/gnome-power-manager/gnome-power-manager-ca.omf -share/omf/gnome-power-manager/gnome-power-manager-de.omf -share/omf/gnome-power-manager/gnome-power-manager-el.omf -share/omf/gnome-power-manager/gnome-power-manager-en_GB.omf -share/omf/gnome-power-manager/gnome-power-manager-es.omf -share/omf/gnome-power-manager/gnome-power-manager-eu.omf -share/omf/gnome-power-manager/gnome-power-manager-fi.omf -share/omf/gnome-power-manager/gnome-power-manager-fr.omf -share/omf/gnome-power-manager/gnome-power-manager-hu.omf -share/omf/gnome-power-manager/gnome-power-manager-it.omf -share/omf/gnome-power-manager/gnome-power-manager-oc.omf -share/omf/gnome-power-manager/gnome-power-manager-pa.omf -share/omf/gnome-power-manager/gnome-power-manager-ru.omf -share/omf/gnome-power-manager/gnome-power-manager-sv.omf -share/omf/gnome-power-manager/gnome-power-manager-zh_CN.omf -share/polkit-1/actions/org.gnome.power.policy -@dirrm share/omf/gnome-power-manager -@dirrm share/gnome/help/gnome-power-manager/zh_CN/figures -@dirrm share/gnome/help/gnome-power-manager/zh_CN -@dirrm share/gnome/help/gnome-power-manager/sv/figures -@dirrm share/gnome/help/gnome-power-manager/sv -@dirrm share/gnome/help/gnome-power-manager/ru/figures -@dirrm share/gnome/help/gnome-power-manager/ru -@dirrm share/gnome/help/gnome-power-manager/pa/figures -@dirrm share/gnome/help/gnome-power-manager/pa -@dirrm share/gnome/help/gnome-power-manager/oc/figures -@dirrm share/gnome/help/gnome-power-manager/oc -@dirrm share/gnome/help/gnome-power-manager/it/figures -@dirrm share/gnome/help/gnome-power-manager/it -@dirrm share/gnome/help/gnome-power-manager/hu/figures -@dirrm share/gnome/help/gnome-power-manager/hu -@dirrm share/gnome/help/gnome-power-manager/fr/figures -@dirrm share/gnome/help/gnome-power-manager/fr -@dirrm share/gnome/help/gnome-power-manager/fi/figures -@dirrm share/gnome/help/gnome-power-manager/fi -@dirrm share/gnome/help/gnome-power-manager/eu/figures -@dirrm share/gnome/help/gnome-power-manager/eu -@dirrm share/gnome/help/gnome-power-manager/es/figures -@dirrm share/gnome/help/gnome-power-manager/es -@dirrm share/gnome/help/gnome-power-manager/en_GB/figures -@dirrm share/gnome/help/gnome-power-manager/en_GB -@dirrm share/gnome/help/gnome-power-manager/el/figures -@dirrm share/gnome/help/gnome-power-manager/el -@dirrm share/gnome/help/gnome-power-manager/de/figures -@dirrm share/gnome/help/gnome-power-manager/de -@dirrm share/gnome/help/gnome-power-manager/ca/figures -@dirrm share/gnome/help/gnome-power-manager/ca -@dirrm share/gnome/help/gnome-power-manager/C/figures -@dirrm share/gnome/help/gnome-power-manager/C -@dirrm share/gnome/help/gnome-power-manager -@dirrm %%DATADIR%%/icons/hicolor/scalable/status -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile deleted file mode 100644 index b4379a4df..000000000 --- a/sysutils/gnome-settings-daemon/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: gnome-settings-daemon -# Date created: 14 Jan 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-settings-daemon/Makefile,v 1.74 2011/03/06 18:50:43 kwm Exp $ -# - -PORTNAME= gnome-settings-daemon -PORTVERSION= 2.32.1 -PORTREVISION= 2 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 settings daemon - -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - notify.4:${PORTSDIR}/devel/libnotify \ - nss3.1:${PORTSDIR}/security/nss -RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb - -CONFLICTS= gnome-settings-daemon-3.[0-9]* - -USE_XORG= xxf86misc -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop libgnomekbd -USE_GETTEXT= yes -USE_GSTREAMER= good -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= PULSEAUDIO "Enable Pulseaudio support" On - -GCONF_SCHEMAS= apps_gnome_settings_daemon_housekeeping.schemas \ - apps_gnome_settings_daemon_keybindings.schemas \ - apps_gnome_settings_daemon_xrandr.schemas \ - desktop_gnome_font_rendering.schemas \ - desktop_gnome_keybindings.schemas \ - desktop_gnome_peripherals_smartcard.schemas \ - desktop_gnome_peripherals_touchpad.schemas \ - gnome-settings-daemon.schemas - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_PULSEAUDIO) -CONFIGURE_ARGS+=--disable-pulse -PLIST_SUB+= PULSEAUDIO="@comment " -.else -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio -CONFIGURE_ARGS+=--enable-pulse -PLIST_SUB+= PULSEAUDIO="" -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/gnome-settings-daemon/distinfo b/sysutils/gnome-settings-daemon/distinfo deleted file mode 100644 index 4720b385e..000000000 --- a/sysutils/gnome-settings-daemon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gnome-settings-daemon-2.32.1.tar.bz2) = 0074b3fec3ad6e3ab91a05dc20906b06101ea8bca0cd2caf394a5cc141b05e86 -SIZE (gnome2/gnome-settings-daemon-2.32.1.tar.bz2) = 1331850 diff --git a/sysutils/gnome-settings-daemon/files/patch-libnotify b/sysutils/gnome-settings-daemon/files/patch-libnotify deleted file mode 100644 index 1166875bf..000000000 --- a/sysutils/gnome-settings-daemon/files/patch-libnotify +++ /dev/null @@ -1,58 +0,0 @@ -From e1ab570b0dce479ba235e5542ea07d1b5bafc4c9 Mon Sep 17 00:00:00 2001 -From: William Jon McCann <jmccann@redhat.com> -Date: Tue, 12 Oct 2010 03:35:45 +0000 -Subject: Require libnotify 0.6.0 - ---- -diff --git a/plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c b/plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c -index 9ca820a..f5964b9 100644 ---- plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c -+++ plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c -@@ -608,9 +608,7 @@ ax_slowkeys_warning_post_bubble (GsdA11yKeyboardManager *manager, - gsd_a11y_keyboard_manager_ensure_status_icon (manager); - manager->priv->notification = notify_notification_new (title, - message, -- "preferences-desktop-accessibility", -- NULL); -- notify_notification_attach_to_status_icon (manager->priv->notification, manager->priv->status_icon); -+ "preferences-desktop-accessibility"); - notify_notification_set_timeout (manager->priv->notification, NOTIFICATION_TIMEOUT * 1000); - - notify_notification_add_action (manager->priv->notification, -@@ -747,9 +745,7 @@ ax_stickykeys_warning_post_bubble (GsdA11yKeyboardManager *manager, - gsd_a11y_keyboard_manager_ensure_status_icon (manager); - manager->priv->notification = notify_notification_new (title, - message, -- "preferences-desktop-accessibility", -- NULL); -- notify_notification_attach_to_status_icon (manager->priv->notification, manager->priv->status_icon); -+ "preferences-desktop-accessibility"); - notify_notification_set_timeout (manager->priv->notification, NOTIFICATION_TIMEOUT * 1000); - - notify_notification_add_action (manager->priv->notification, -diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c -index 02536a3..ef57d5b 100644 ---- plugins/xrandr/gsd-xrandr-manager.c -+++ plugins/xrandr/gsd-xrandr-manager.c -@@ -1084,16 +1084,9 @@ error_message (GsdXrandrManager *mgr, const char *primary_text, GError *error_to - - g_assert (error_to_display == NULL || secondary_text == NULL); - -- if (priv->status_icon) -- notification = notify_notification_new_with_status_icon (primary_text, -- error_to_display ? error_to_display->message : secondary_text, -- GSD_XRANDR_ICON_NAME, -- priv->status_icon); -- else -- notification = notify_notification_new (primary_text, -- error_to_display ? error_to_display->message : secondary_text, -- GSD_XRANDR_ICON_NAME, -- NULL); -+ notification = notify_notification_new (primary_text, -+ error_to_display ? error_to_display->message : secondary_text, -+ GSD_XRANDR_ICON_NAME); - - notify_notification_show (notification, NULL); /* NULL-GError */ - #else --- -cgit v0.8.3.4 diff --git a/sysutils/gnome-settings-daemon/pkg-descr b/sysutils/gnome-settings-daemon/pkg-descr deleted file mode 100644 index 9ce205e84..000000000 --- a/sysutils/gnome-settings-daemon/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GNOME 2 settings daemon. - -WWW: http://www.gnome.org diff --git a/sysutils/gnome-settings-daemon/pkg-plist b/sysutils/gnome-settings-daemon/pkg-plist deleted file mode 100644 index 054cf6ea3..000000000 --- a/sysutils/gnome-settings-daemon/pkg-plist +++ /dev/null @@ -1,246 +0,0 @@ -etc/dbus-1/system.d/org.gnome.SettingsDaemon.DateTimeMechanism.conf -etc/xdg/autostart/gnome-settings-daemon.desktop -include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-client.h -include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-plugin.h -lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/liba11y-keyboard.a -lib/gnome-settings-daemon-2.0/liba11y-keyboard.la -lib/gnome-settings-daemon-2.0/liba11y-keyboard.so -lib/gnome-settings-daemon-2.0/libbackground.a -lib/gnome-settings-daemon-2.0/libbackground.la -lib/gnome-settings-daemon-2.0/libbackground.so -lib/gnome-settings-daemon-2.0/libclipboard.a -lib/gnome-settings-daemon-2.0/libclipboard.la -lib/gnome-settings-daemon-2.0/libclipboard.so -lib/gnome-settings-daemon-2.0/libfont.a -lib/gnome-settings-daemon-2.0/libfont.la -lib/gnome-settings-daemon-2.0/libfont.so -lib/gnome-settings-daemon-2.0/libhousekeeping.a -lib/gnome-settings-daemon-2.0/libhousekeeping.la -lib/gnome-settings-daemon-2.0/libhousekeeping.so -lib/gnome-settings-daemon-2.0/libkeybindings.a -lib/gnome-settings-daemon-2.0/libkeybindings.la -lib/gnome-settings-daemon-2.0/libkeybindings.so -lib/gnome-settings-daemon-2.0/libkeyboard.a -lib/gnome-settings-daemon-2.0/libkeyboard.la -lib/gnome-settings-daemon-2.0/libkeyboard.so -%%PULSEAUDIO%%lib/gnome-settings-daemon-2.0/libmedia-keys.a -%%PULSEAUDIO%%lib/gnome-settings-daemon-2.0/libmedia-keys.la -%%PULSEAUDIO%%lib/gnome-settings-daemon-2.0/libmedia-keys.so -lib/gnome-settings-daemon-2.0/libmouse.a -lib/gnome-settings-daemon-2.0/libmouse.la -lib/gnome-settings-daemon-2.0/libmouse.so -lib/gnome-settings-daemon-2.0/libsmartcard.a -lib/gnome-settings-daemon-2.0/libsmartcard.la -lib/gnome-settings-daemon-2.0/libsmartcard.so -lib/gnome-settings-daemon-2.0/libsound.a -lib/gnome-settings-daemon-2.0/libsound.la -lib/gnome-settings-daemon-2.0/libsound.so -lib/gnome-settings-daemon-2.0/libtyping-break.a -lib/gnome-settings-daemon-2.0/libtyping-break.la -lib/gnome-settings-daemon-2.0/libtyping-break.so -lib/gnome-settings-daemon-2.0/libxrandr.a -lib/gnome-settings-daemon-2.0/libxrandr.la -lib/gnome-settings-daemon-2.0/libxrandr.so -lib/gnome-settings-daemon-2.0/libxrdb.a -lib/gnome-settings-daemon-2.0/libxrdb.la -lib/gnome-settings-daemon-2.0/libxrdb.so -lib/gnome-settings-daemon-2.0/libxsettings.a -lib/gnome-settings-daemon-2.0/libxsettings.la -lib/gnome-settings-daemon-2.0/libxsettings.so -%%PULSEAUDIO%%lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/smartcard.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin -lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin -libdata/pkgconfig/gnome-settings-daemon.pc -libexec/gnome-settings-daemon -libexec/gsd-datetime-mechanism -libexec/gsd-locate-pointer -share/dbus-1/services/org.gnome.SettingsDaemon.service -share/dbus-1/system-services/org.gnome.SettingsDaemon.DateTimeMechanism.service -share/gnome-control-center/keybindings/50-accessibility.xml -%%DATADIR%%/acme.ui -%%DATADIR%%/gsd-a11y-preferences-dialog.ui -%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-off.png -%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-on.png -%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-off.png -%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-on.png -%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-off.png -%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-on.png -%%DATADIR%%/modmap-dialog.ui -%%DATADIR%%/xrdb/Editres.ad -%%DATADIR%%/xrdb/Emacs.ad -%%DATADIR%%/xrdb/General.ad -%%DATADIR%%/xrdb/Motif.ad -%%DATADIR%%/xrdb/Tk.ad -%%DATADIR%%/xrdb/Xaw.ad -share/icons/hicolor/16x16/actions/touchpad-disabled.png -share/icons/hicolor/16x16/actions/touchpad-enabled.png -share/icons/hicolor/16x16/apps/gsd-xrandr.png -share/icons/hicolor/22x22/actions/touchpad-disabled.png -share/icons/hicolor/22x22/actions/touchpad-enabled.png -share/icons/hicolor/22x22/apps/gsd-xrandr.png -share/icons/hicolor/24x24/actions/touchpad-disabled.png -share/icons/hicolor/24x24/actions/touchpad-enabled.png -share/icons/hicolor/24x24/apps/gsd-xrandr.png -share/icons/hicolor/32x32/actions/touchpad-disabled.png -share/icons/hicolor/32x32/actions/touchpad-enabled.png -share/icons/hicolor/32x32/apps/gsd-xrandr.png -share/icons/hicolor/scalable/actions/touchpad-disabled.svg -share/icons/hicolor/scalable/actions/touchpad-enabled.svg -share/icons/hicolor/scalable/apps/gsd-xrandr.svg -share/locale/af/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/am/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ar/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/as/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ast/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/az/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/be/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/be@latin/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bg/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bn_IN/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/br/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/bs/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ca/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/crh/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/cs/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/cy/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/da/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/de/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/dz/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/el/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/en@shaw/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/en_CA/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/en_GB/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/es/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/et/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/eu/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/fa/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/fi/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/fr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ga/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/gl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/gu/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/he/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/hi/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/hr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/hu/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/id/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/is/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/it/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ja/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ka/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/kn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ko/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ku/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/lt/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/lv/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mai/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mg/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mk/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ml/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/mr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ms/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nb/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nds/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ne/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nn/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/nso/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/oc/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/or/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pa/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pt/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/pt_BR/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ro/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ru/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/rw/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/si/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sk/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sl/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sq/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sr@latin/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/sv/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/ta/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/te/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/th/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/tr/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/uk/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/vi/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/wa/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/xh/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zh_CN/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zh_HK/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zh_TW/LC_MESSAGES/gnome-settings-daemon.mo -share/locale/zu/LC_MESSAGES/gnome-settings-daemon.mo -share/polkit-1/actions/org.gnome.settingsdaemon.datetimemechanism.policy -@dirrm %%DATADIR%%/xrdb -@dirrm %%DATADIR%%/icons/hicolor/64x64/devices -@dirrm %%DATADIR%%/icons/hicolor/64x64 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm lib/gnome-settings-daemon-2.0 -@dirrm include/gnome-settings-daemon-2.0/gnome-settings-daemon -@dirrm include/gnome-settings-daemon-2.0 -@dirrmtry etc/gnome-settings-daemon/xrandr -@dirrmtry etc/gnome-settings-daemon -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile deleted file mode 100644 index bd5348709..000000000 --- a/sysutils/xfce4-settings/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# New ports collection makefile for: xfce4-settings -# Date created: 2 October 2008 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xfce4-settings -PORTVERSION= 4.8.2 -PORTREVISION= 1 -CATEGORIES= sysutils xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= xfce4 - -MAINTAINER= oliver@FreeBSD.org -COMMENT= XFce 4 settings application - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -OPTIONS= XKLAVIER "Keyboard layout settings" off \ - XCURSOR "Enable cursor themes support" on \ - XRANDR "Enable Xrandr support" on \ - NOTIFY "Enable notification support" on \ - NLS "Enable Native Language Support" on - -CONFIGURE_ARGS= --disable-sound-settings \ - --disable-debug -CONFIGURE_ENV+= ac_cv_prog_AWK="${AWK}" -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 gtk20 desktopfileutils intltool intlhack \ - pkgconfig -USE_XFCE= configenv libexo libmenu libutil xfconf -USE_XORG= inputproto x11 xi - -.include <bsd.port.pre.mk> - -.if defined(WITH_XKLAVIER) -LIB_DEPENDS+= xklavier.12:${PORTSDIR}/x11/libxklavier -CONFIGURE_ARGS+=--enable-libxklavier -.else -CONFIGURE_ARGS+=--disable-libxklavier -.endif - -.if defined(WITH_XCURSOR) -USE_XORG+= xcursor -CONFIGURE_ARGS+=--enable-xcursor -.else -CONFIGURE_ARGS+=--disable-xcursor -.endif - -.if defined(WITH_XRANDR) -USE_XORG+= xrandr -CONFIGURE_ARGS+=--enable-xrandr -PLIST_SUB+= XRANDR="" -.else -CONFIGURE_ARGS+=--disable-xrandr -PLIST_SUB+= XRANDR="@comment " -.endif - -.if defined(WITH_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--enable-libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-patch: - # until xfce4-icon-theme is back we rely on Tango - @${REINPLACE_CMD} -e 's|Rodent|Tango|g' \ - ${WRKSRC}/dialogs/appearance-settings/main.c \ - ${WRKSRC}/xfsettingsd/xsettings.xml - @${REINPLACE_CMD} -e 's|xkl_config_registry_load (settings->priv->xkl_registry)|xkl_config_registry_load (settings->priv->xkl_registry, FALSE)|g; \ - s|xkl_engine_stop_listen (settings->priv->xkl_engine)|xkl_engine_stop_listen (settings->priv->xkl_engine, FALSE)|g' \ - ${WRKSRC}/dialogs/keyboard-settings/xfce-keyboard-settings.c - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/sysutils/xfce4-settings/distinfo b/sysutils/xfce4-settings/distinfo deleted file mode 100644 index 6a0fc8259..000000000 --- a/sysutils/xfce4-settings/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xfce4/xfce4-settings-4.8.2.tar.bz2) = 3f79865a6a3817f3c868f2412cbf105e73e54810438f62035699ae5fd72c29d0 -SIZE (xfce4/xfce4-settings-4.8.2.tar.bz2) = 668903 diff --git a/sysutils/xfce4-settings/pkg-descr b/sysutils/xfce4-settings/pkg-descr deleted file mode 100644 index f3be82d49..000000000 --- a/sysutils/xfce4-settings/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The settings manager allows you to customize your desktop environment in -an easy and intuitive way. You can set some hardware components such as -mouse, keyboard or display; but also theme your windows, widgets and icons, -set your preferred applications, manage your sessions... - -WWW: http://www.xfce.org/projects/xfce4-settings/ diff --git a/sysutils/xfce4-settings/pkg-plist b/sysutils/xfce4-settings/pkg-plist deleted file mode 100644 index 0f77b3c08..000000000 --- a/sysutils/xfce4-settings/pkg-plist +++ /dev/null @@ -1,79 +0,0 @@ -bin/xfce4-accessibility-settings -bin/xfce4-appearance-settings -%%XRANDR%%bin/xfce4-display-settings -bin/xfce4-keyboard-settings -bin/xfce4-mouse-settings -bin/xfce4-settings-editor -bin/xfce4-settings-helper -bin/xfce4-settings-manager -bin/xfsettingsd -etc/xdg/autostart/xfce4-settings-helper-autostart.desktop -etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml -%%XRANDR%%%%NLS%%share/applications/xfce-display-settings.desktop -share/applications/xfce-keyboard-settings.desktop -share/applications/xfce-mouse-settings.desktop -share/applications/xfce-settings-manager.desktop -share/applications/xfce-ui-settings.desktop -share/applications/xfce4-accessibility-settings.desktop -share/applications/xfce4-settings-editor.desktop -%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/bn/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/da/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/de/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/el/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/es/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/he/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/id/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/is/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/it/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/si/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-settings.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-settings.mo -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ur_PK -%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ur -%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ug -%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/si -%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/kk -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast -@dirrmtry etc/xdg/xfce4/xfconf/xfce-perchannel-xml -@dirrmtry etc/xdg/xfce4/xfconf -@dirrmtry etc/xdg/xfce4 -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg - diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile deleted file mode 100644 index fb39d2727..000000000 --- a/textproc/libxml++26/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: libxml++ -# Date created: Feb 26, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/libxml++26/Makefile,v 1.42 2011/04/15 12:46:42 kwm Exp $ -# - -PORTNAME= libxml++ -PORTVERSION= 2.34.1 -PORTREVISION?= 0 -CATEGORIES= textproc -MASTER_SITES= GNOME - -MAINTAINER= bland@FreeBSD.org -COMMENT= XML API for C++ - -USE_BZIP2= yes - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -.if !defined(REFERENCE_PORT) - -LATEST_LINK= libxml++26 - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 pkgconfig -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --disable-documentation - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^gentoo_ltmain_version=/s/`.*`/$$gentoo_lt_version/' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^library_configdir =/s/libdir/includedir/' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^Cflags:/s/libdir/includedir/' \ - ${WRKSRC}/libxml++-2.6.pc.in - -.include <bsd.port.mk> - -.endif diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo deleted file mode 100644 index c90747815..000000000 --- a/textproc/libxml++26/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libxml++-2.34.1.tar.bz2) = 664f3636c425554bf5e7d1b60253244e2d723899be8a971fc54332148bfce040 -SIZE (libxml++-2.34.1.tar.bz2) = 1286110 diff --git a/textproc/libxml++26/pkg-descr b/textproc/libxml++26/pkg-descr deleted file mode 100644 index 94d8feaff..000000000 --- a/textproc/libxml++26/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libxml++ is a C++ interface for working with XML files, using libxml -(gnome-xml) to parse and write the actual XML files. It has a simple -but complete API. - -WWW: http://libxmlplusplus.sourceforge.net/ diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist deleted file mode 100644 index f9349c1b9..000000000 --- a/textproc/libxml++26/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -include/libxml++-%%API_VERSION%%/include/libxml++config.h -include/libxml++-%%API_VERSION%%/libxml++/attribute.h -include/libxml++-%%API_VERSION%%/libxml++/document.h -include/libxml++-%%API_VERSION%%/libxml++/dtd.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/exception.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/internal_error.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/parse_error.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/validity_error.h -include/libxml++-%%API_VERSION%%/libxml++/io/istreamparserinputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/ostreamoutputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/outputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/parserinputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/keepblanks.h -include/libxml++-%%API_VERSION%%/libxml++/libxml++.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/cdatanode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/commentnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/contentnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/element.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/entityreference.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/node.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/processinginstructionnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/textnode.h -include/libxml++-%%API_VERSION%%/libxml++/noncopyable.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/domparser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/parser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/saxparser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/textreader.h -include/libxml++-%%API_VERSION%%/libxml++/schema.h -include/libxml++-%%API_VERSION%%/libxml++/validators/dtdvalidator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h -lib/libxml++-%%VERSION%%.a -lib/libxml++-%%VERSION%%.la -lib/libxml++-%%VERSION%%.so -lib/libxml++-%%VERSION%%.so.2 -libdata/pkgconfig/libxml++-%%API_VERSION%%.pc -@dirrm include/libxml++-%%API_VERSION%%/libxml++/validators -@dirrm include/libxml++-%%API_VERSION%%/libxml++/parsers -@dirrm include/libxml++-%%API_VERSION%%/libxml++/nodes -@dirrm include/libxml++-%%API_VERSION%%/libxml++/io -@dirrm include/libxml++-%%API_VERSION%%/libxml++/exceptions -@dirrm include/libxml++-%%API_VERSION%%/libxml++ -@dirrm include/libxml++-%%API_VERSION%%/include -@dirrm include/libxml++-%%API_VERSION%% diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile deleted file mode 100644 index a1a9de0b8..000000000 --- a/www/epiphany/Makefile +++ /dev/null @@ -1,97 +0,0 @@ -# Ports collection Makefile for: epiphany -# Date created: 24 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.245 2011/04/11 08:57:31 kwm Exp $ -# - -PORTNAME= epiphany -PORTVERSION= 2.30.6 -PORTREVISION?= 2 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= An extremely lightweight and simple web browser for GNOME 2 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ - notify.4:${PORTSDIR}/devel/libnotify \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ - ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes - -CONFLICTS= epiphany-3.[0-9]* - -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_BZIP2= yes -USE_PYTHON= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils -WANT_GNOME= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -CONFIGURE_ARGS+=--enable-introspection \ - --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} ${EXTRA_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${EXTRA_LIBS}" - -GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas - -PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" - -MAN1= epiphany.1 - -OPTIONS= NSS "Import passwords from 2.26 and older on first run" on \ - SPELLCHECK "Enable spell checking by default" on \ - SEED "Enable seed (JavaScript) support" off \ - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -NO_WERROR= yes -# allow build with more warnings enabled -.if defined(NO_WERROR) -CONFIGURE_ARGS+= --enable-compile-warnings=no -.endif - -.if defined(WITH_NSS) -LIB_DEPENDS+= nss3.1:${PORTSDIR}/security/nss -CONFIGURE_ARGS+=--enable-nss -.else -CONFIGURE_ARGS+=--disable-nss -.endif - -.if defined(WITH_SEED) -LIB_DEPENDS+= seed.0:${PORTSDIR}/devel/seed -CONFIGURE_ARGS+=--enable-seed -.endif - -.if defined(WITH_SPELLCHECK) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-embed_ephy-embed-prefs.c -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' - @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; \ - s|-ldl"$$|"|g' \ - -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|g' \ - ${WRKSRC}/configure - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo deleted file mode 100644 index c35a5c88c..000000000 --- a/www/epiphany/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/epiphany-2.30.6.tar.bz2) = 278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc -SIZE (gnome2/epiphany-2.30.6.tar.bz2) = 5927938 diff --git a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c deleted file mode 100644 index f9fbb6a13..000000000 --- a/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c +++ /dev/null @@ -1,12 +0,0 @@ ---- embed/ephy-embed-prefs.c.orig 2009-10-25 16:18:24.000000000 -0400 -+++ embed/ephy-embed-prefs.c 2009-10-25 16:19:05.000000000 -0400 -@@ -250,6 +250,9 @@ ephy_embed_prefs_init (void) - /* Hardcoded settings */ - g_object_set (settings, "auto-shrink-images", FALSE, NULL); - -+ /* Enable spell-check by default */ -+ g_object_set (settings, "enable-spell-checking", TRUE, NULL); -+ - /* Connections */ - connections = g_malloc (sizeof (guint) * G_N_ELEMENTS (webkit_pref_entries)); - diff --git a/www/epiphany/files/patch-embed_downloader-view.c b/www/epiphany/files/patch-embed_downloader-view.c deleted file mode 100644 index d15de3c6a..000000000 --- a/www/epiphany/files/patch-embed_downloader-view.c +++ /dev/null @@ -1,20 +0,0 @@ ---- embed/downloader-view.c.orig 2011-03-07 10:49:18.000000000 +0100 -+++ embed/downloader-view.c 2011-03-07 10:56:01.000000000 +0100 -@@ -337,7 +337,7 @@ show_notification (DownloaderView *dv, c - g_object_ref (dv); - - notification = notify_notification_new (title, msg, -- GTK_STOCK_INFO, NULL); -+ GTK_STOCK_INFO); - - g_signal_connect_after (notification, "closed", - G_CALLBACK (notification_closed_cb), dv); -@@ -346,8 +346,6 @@ show_notification (DownloaderView *dv, c - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT); - notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW); - -- notify_notification_attach_to_status_icon (notification, status_icon); -- - /* There are some visual glitches when the notification is shown and - * the GtkStatusIcon is still not visible. To avoid that, we delay the - * popup a bit. */ diff --git a/www/epiphany/files/patch-embed_ephy-embed-prefs.c b/www/epiphany/files/patch-embed_ephy-embed-prefs.c deleted file mode 100644 index 197a26478..000000000 --- a/www/epiphany/files/patch-embed_ephy-embed-prefs.c +++ /dev/null @@ -1,15 +0,0 @@ ---- embed/ephy-embed-prefs.c.orig 2010-02-20 04:42:51.000000000 -0500 -+++ embed/ephy-embed-prefs.c 2010-05-08 20:03:20.000000000 -0400 -@@ -322,8 +322,10 @@ webkit_pref_callback_accept_languages (G - langs_str = g_strjoinv (", ", langs); - - /* Update Soup session */ -- session = webkit_get_default_session (); -- g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL); -+ if (langs_str != NULL && strlen (langs_str) > 0) { -+ session = webkit_get_default_session (); -+ g_object_set (G_OBJECT (session), webkit_pref, langs_str, NULL); -+ } - - g_strfreev (langs); - g_free (langs_str); diff --git a/www/epiphany/files/patch-lib_ephy-spell-check.c b/www/epiphany/files/patch-lib_ephy-spell-check.c deleted file mode 100644 index bd68a07d9..000000000 --- a/www/epiphany/files/patch-lib_ephy-spell-check.c +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/ephy-spell-check.c.orig 2008-03-17 00:41:47.000000000 -0400 -+++ lib/ephy-spell-check.c 2008-03-17 00:47:22.000000000 -0400 -@@ -69,8 +69,15 @@ ephy_spell_check_init (EphySpellCheck *s - priv->dict = enchant_broker_request_dict (priv->broker, *locale); - if (priv->dict != NULL) break; - } -- if (priv->dict == NULL) -- g_warning (enchant_broker_get_error (priv->broker)); -+ if (priv->dict == NULL) { -+ g_warning ("No dictionary found for current locale; trying 'en'"); -+ priv->dict = enchant_broker_request_dict (priv->broker, "en"); -+ -+ if (priv->dict == NULL) { -+ g_warning (enchant_broker_get_error (priv->broker)); -+ g_warning ("No dictionary found; expect a crash until LANG is properly set"); -+ } -+ } - } - - static void diff --git a/www/epiphany/files/patch-src_Makefile.in b/www/epiphany/files/patch-src_Makefile.in deleted file mode 100644 index 2d715ad69..000000000 --- a/www/epiphany/files/patch-src_Makefile.in +++ /dev/null @@ -1,26 +0,0 @@ ---- src/Makefile.in.orig 2010-10-04 21:25:05.000000000 +0000 -+++ src/Makefile.in 2010-10-04 21:29:36.000000000 +0000 -@@ -1584,8 +1584,10 @@ - @HAVE_INTROSPECTION_TRUE@Epiphany-$(EPIPHANY_API_VERSION).gir: $(INTROSPECTION_SCANNER) $(EPHY_GIR_H_FILES) \ - @HAVE_INTROSPECTION_TRUE@ $(EPHY_GIR_C_FILES) epiphany - @HAVE_INTROSPECTION_TRUE@ $(AM_V_GEN) PKG_CONFIG_PATH=$(top_builddir)/data:$$PKG_CONFIG_PATH \ --@HAVE_INTROSPECTION_TRUE@ $(INTROSPECTION_SCANNER) -v \ --@HAVE_INTROSPECTION_TRUE@ --namespace Epiphany \ -+@HAVE_INTROSPECTION_TRUE@ $(INTROSPECTION_SCANNER) -v --warn-all \ -+@HAVE_INTROSPECTION_TRUE@ --identifier-prefix=Ephy \ -+@HAVE_INTROSPECTION_TRUE@ --symbol-prefix=ephy \ -+@HAVE_INTROSPECTION_TRUE@ --namespace=Epiphany \ - @HAVE_INTROSPECTION_TRUE@ --nsversion=$(EPIPHANY_API_VERSION) \ - @HAVE_INTROSPECTION_TRUE@ --add-include-path=. \ - @HAVE_INTROSPECTION_TRUE@ --add-include-path=$(srcdir) \ -@@ -1593,8 +1595,8 @@ - @HAVE_INTROSPECTION_TRUE@ --include=libxml2-2.0 \ - @HAVE_INTROSPECTION_TRUE@ --include=WebKit-1.0 \ - @HAVE_INTROSPECTION_TRUE@ --program=./epiphany \ --@HAVE_INTROSPECTION_TRUE@ --output $@ \ --@HAVE_INTROSPECTION_TRUE@ --pkg epiphany-$(EPIPHANY_API_VERSION) \ -+@HAVE_INTROSPECTION_TRUE@ --output=$@ \ -+@HAVE_INTROSPECTION_TRUE@ --pkg=epiphany-$(EPIPHANY_API_VERSION) \ - @HAVE_INTROSPECTION_TRUE@ -DEPIPHANY_COMPILATION \ - @HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir)/embed \ - @HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir)/lib \ diff --git a/www/epiphany/pkg-descr b/www/epiphany/pkg-descr deleted file mode 100644 index 51066f8d5..000000000 --- a/www/epiphany/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Epiphany is a web browser designed to be as lightweight and fast as -possible, at the expense of many of the features found in other -browsers. - -WWW: http://www.gnome.org/projects/epiphany/ diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist deleted file mode 100644 index c14e43c94..000000000 --- a/www/epiphany/pkg-plist +++ /dev/null @@ -1,461 +0,0 @@ -bin/epiphany -include/epiphany/%%EPHY_VERSION%%/epiphany/epiphany.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock-manager.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dbus.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dialog.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-container.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-event.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-persist.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-prefs.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-shell.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-single.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-utils.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extension.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extensions-manager.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-history.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-lib-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-link.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-loader.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node-db.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-notebook.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-permission-manager.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-session.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-shell.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-state.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-statusbar.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-type-builtins.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-web-view.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-window.h -@comment libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc -libdata/pkgconfig/epiphany-2.30.pc -share/aclocal/epiphany.m4 -share/applications/bme.desktop -share/applications/epiphany.desktop -share/dbus-1/services/org.gnome.Epiphany.service -lib/girepository-1.0/Epiphany-2.30.typelib -share/gir-1.0/Epiphany-2.30.gir -%%DOCSDIR%%/EphyDialog.html -%%DOCSDIR%%/EphyLocationAction.html -%%DOCSDIR%%/EphyLocationEntry.html -%%DOCSDIR%%/EphyNodeView.html -%%DOCSDIR%%/EphySearchEntry.html -%%DOCSDIR%%/EphySpinner.html -%%DOCSDIR%%/EphyStatusbar.html -%%DOCSDIR%%/EphyToolbar.html -%%DOCSDIR%%/EphyTreeModelNode.html -%%DOCSDIR%%/EphyTreeModelSort.html -%%DOCSDIR%%/EphyWebView.html -%%DOCSDIR%%/EphyWindow.html -%%DOCSDIR%%/EphyZoomAction.html -%%DOCSDIR%%/EphyZoomControl.html -%%DOCSDIR%%/annotation-glossary.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/epiphany-Epiphany-Debug-Helpers.html -%%DOCSDIR%%/epiphany-Epiphany-File-Helpers.html -%%DOCSDIR%%/epiphany.devhelp -%%DOCSDIR%%/epiphany.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DATADIR%%/about.ini -%%DATADIR%%/default-bookmarks.rdf -%%DATADIR%%/epiphany-bookmark-editor-ui.xml -%%DATADIR%%/epiphany-bookmarks-html.xsl -%%DATADIR%%/epiphany-bookmarksbar.xml -%%DATADIR%%/epiphany-fs-toolbar.xml -%%DATADIR%%/epiphany-history-window-ui.xml -%%DATADIR%%/epiphany-toolbar.xml -%%DATADIR%%/epiphany-ui.xml -%%DATADIR%%/epiphany.xhtml -%%DATADIR%%/glade/certificate-dialogs.ui -%%DATADIR%%/glade/epiphany.ui -%%DATADIR%%/glade/form-signing-dialog.ui -%%DATADIR%%/glade/prefs-dialog.ui -%%DATADIR%%/glade/print.ui -%%DATADIR%%/icons/hicolor/16x16/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/16x16/actions/history-view.png -%%DATADIR%%/icons/hicolor/16x16/actions/location-entry.png -%%DATADIR%%/icons/hicolor/16x16/places/bookmark-web.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-broken.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-insecure.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-secure-checked.png -%%DATADIR%%/icons/hicolor/16x16/status/lock-secure.png -%%DATADIR%%/icons/hicolor/16x16/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/22x22/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/22x22/actions/history-view.png -%%DATADIR%%/icons/hicolor/22x22/actions/location-entry.png -%%DATADIR%%/icons/hicolor/22x22/places/bookmark-web.png -%%DATADIR%%/icons/hicolor/22x22/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/24x24/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/24x24/actions/history-view.png -%%DATADIR%%/icons/hicolor/24x24/actions/location-entry.png -%%DATADIR%%/icons/hicolor/24x24/places/bookmark-web.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-broken.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-insecure.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-secure-checked.png -%%DATADIR%%/icons/hicolor/24x24/status/lock-secure.png -%%DATADIR%%/icons/hicolor/24x24/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/32x32/actions/bookmark-view.png -%%DATADIR%%/icons/hicolor/32x32/actions/history-view.png -%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.png -%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.svg -%%DATADIR%%/icons/hicolor/32x32/status/popup-hidden.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-broken.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-insecure.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-secure-checked.png -%%DATADIR%%/icons/hicolor/48x48/status/lock-secure.png -%%DATADIR%%/icons/hicolor/scalable/actions/bookmark-view.svg -%%DATADIR%%/icons/hicolor/scalable/actions/history-view.svg -%%DATADIR%%/icons/hicolor/scalable/actions/location-entry.svg -%%DATADIR%%/icons/hicolor/scalable/status/popup-hidden.svg -%%DATADIR%%/mime-types-permissions.xml -share/gnome/help/epiphany/C/epiphany.xml -share/gnome/help/epiphany/C/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/C/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/C/figures/ephy-screenshot.png -share/gnome/help/epiphany/C/legal.xml -share/gnome/help/epiphany/bg/epiphany.xml -share/gnome/help/epiphany/bg/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/bg/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/bg/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/bg/figures/ephy-screenshot.png -share/gnome/help/epiphany/ca/epiphany.xml -share/gnome/help/epiphany/ca/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ca/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ca/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/ca/figures/ephy-screenshot.png -share/gnome/help/epiphany/cs/epiphany.xml -share/gnome/help/epiphany/cs/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/cs/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/cs/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/cs/figures/ephy-screenshot.png -share/gnome/help/epiphany/de/epiphany.xml -share/gnome/help/epiphany/de/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/de/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/de/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/de/figures/ephy-screenshot.png -share/gnome/help/epiphany/el/epiphany.xml -share/gnome/help/epiphany/el/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/el/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/el/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/el/figures/ephy-screenshot.png -share/gnome/help/epiphany/en_GB/epiphany.xml -share/gnome/help/epiphany/en_GB/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/en_GB/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/en_GB/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/en_GB/figures/ephy-screenshot.png -share/gnome/help/epiphany/es/epiphany.xml -share/gnome/help/epiphany/es/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/es/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/es/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/es/figures/ephy-screenshot.png -share/gnome/help/epiphany/eu/epiphany.xml -share/gnome/help/epiphany/eu/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/eu/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/eu/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/eu/figures/ephy-screenshot.png -share/gnome/help/epiphany/fi/epiphany.xml -share/gnome/help/epiphany/fi/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fi/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fi/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/fi/figures/ephy-screenshot.png -share/gnome/help/epiphany/fr/epiphany.xml -share/gnome/help/epiphany/fr/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fr/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/fr/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/fr/figures/ephy-screenshot.png -share/gnome/help/epiphany/it/epiphany.xml -share/gnome/help/epiphany/it/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/it/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/it/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/it/figures/ephy-screenshot.png -share/gnome/help/epiphany/ja/epiphany.xml -share/gnome/help/epiphany/ja/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ja/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ja/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/ja/figures/ephy-screenshot.png -share/gnome/help/epiphany/nl/epiphany.xml -share/gnome/help/epiphany/nl/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/nl/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/nl/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/nl/figures/ephy-screenshot.png -share/gnome/help/epiphany/oc/epiphany.xml -share/gnome/help/epiphany/oc/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/oc/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/oc/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/oc/figures/ephy-screenshot.png -share/gnome/help/epiphany/ru/epiphany.xml -share/gnome/help/epiphany/ru/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ru/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/ru/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/ru/figures/ephy-screenshot.png -share/gnome/help/epiphany/sv/epiphany.xml -share/gnome/help/epiphany/sv/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/sv/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/sv/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/sv/figures/ephy-screenshot.png -share/gnome/help/epiphany/uk/epiphany.xml -share/gnome/help/epiphany/uk/figures/ephy-addressbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/uk/figures/ephy-bookmarkbar-smartbookmark-screenshot.png -share/gnome/help/epiphany/uk/figures/ephy-history-window-screenshot.png -share/gnome/help/epiphany/uk/figures/ephy-screenshot.png -share/icons/HighContrastLargePrint/48x48/apps/gnome-web-browser.png -share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-web-browser.png -share/icons/LowContrastLargePrint/48x48/apps/gnome-web-browser.png -share/icons/hicolor/16x16/apps/gnome-web-browser.png -share/icons/hicolor/22x22/apps/gnome-web-browser.png -share/icons/hicolor/24x24/apps/gnome-web-browser.png -share/icons/hicolor/32x32/apps/gnome-web-browser.png -share/icons/hicolor/48x48/apps/epiphany-bookmarks.png -share/icons/hicolor/scalable/apps/gnome-web-browser.svg -share/locale/am/LC_MESSAGES/epiphany.mo -share/locale/an/LC_MESSAGES/epiphany.mo -share/locale/ar/LC_MESSAGES/epiphany.mo -share/locale/as/LC_MESSAGES/epiphany.mo -share/locale/ast/LC_MESSAGES/epiphany.mo -share/locale/az/LC_MESSAGES/epiphany.mo -share/locale/be/LC_MESSAGES/epiphany.mo -share/locale/be@latin/LC_MESSAGES/epiphany.mo -share/locale/bg/LC_MESSAGES/epiphany.mo -share/locale/bn/LC_MESSAGES/epiphany.mo -share/locale/bn_IN/LC_MESSAGES/epiphany.mo -share/locale/br/LC_MESSAGES/epiphany.mo -share/locale/bs/LC_MESSAGES/epiphany.mo -share/locale/ca/LC_MESSAGES/epiphany.mo -share/locale/ca@valencia/LC_MESSAGES/epiphany.mo -share/locale/cs/LC_MESSAGES/epiphany.mo -share/locale/cy/LC_MESSAGES/epiphany.mo -share/locale/da/LC_MESSAGES/epiphany.mo -share/locale/de/LC_MESSAGES/epiphany.mo -share/locale/dz/LC_MESSAGES/epiphany.mo -share/locale/el/LC_MESSAGES/epiphany.mo -share/locale/en_CA/LC_MESSAGES/epiphany.mo -share/locale/en_GB/LC_MESSAGES/epiphany.mo -share/locale/en@shaw/LC_MESSAGES/epiphany.mo -share/locale/es/LC_MESSAGES/epiphany.mo -share/locale/et/LC_MESSAGES/epiphany.mo -share/locale/eu/LC_MESSAGES/epiphany.mo -share/locale/fa/LC_MESSAGES/epiphany.mo -share/locale/fi/LC_MESSAGES/epiphany.mo -share/locale/fr/LC_MESSAGES/epiphany.mo -share/locale/ga/LC_MESSAGES/epiphany.mo -share/locale/gl/LC_MESSAGES/epiphany.mo -share/locale/gu/LC_MESSAGES/epiphany.mo -share/locale/he/LC_MESSAGES/epiphany.mo -share/locale/hi/LC_MESSAGES/epiphany.mo -share/locale/hr/LC_MESSAGES/epiphany.mo -share/locale/hu/LC_MESSAGES/epiphany.mo -share/locale/hy/LC_MESSAGES/epiphany.mo -share/locale/id/LC_MESSAGES/epiphany.mo -share/locale/ig/LC_MESSAGES/epiphany.mo -share/locale/is/LC_MESSAGES/epiphany.mo -share/locale/it/LC_MESSAGES/epiphany.mo -share/locale/ja/LC_MESSAGES/epiphany.mo -share/locale/ka/LC_MESSAGES/epiphany.mo -share/locale/kn/LC_MESSAGES/epiphany.mo -share/locale/ko/LC_MESSAGES/epiphany.mo -share/locale/ku/LC_MESSAGES/epiphany.mo -share/locale/li/LC_MESSAGES/epiphany.mo -share/locale/lt/LC_MESSAGES/epiphany.mo -share/locale/lv/LC_MESSAGES/epiphany.mo -share/locale/mai/LC_MESSAGES/epiphany.mo -share/locale/mg/LC_MESSAGES/epiphany.mo -share/locale/mi/LC_MESSAGES/epiphany.mo -share/locale/mk/LC_MESSAGES/epiphany.mo -share/locale/ml/LC_MESSAGES/epiphany.mo -share/locale/mn/LC_MESSAGES/epiphany.mo -share/locale/mr/LC_MESSAGES/epiphany.mo -share/locale/ms/LC_MESSAGES/epiphany.mo -share/locale/nb/LC_MESSAGES/epiphany.mo -share/locale/nds/LC_MESSAGES/epiphany.mo -share/locale/ne/LC_MESSAGES/epiphany.mo -share/locale/nl/LC_MESSAGES/epiphany.mo -share/locale/nn/LC_MESSAGES/epiphany.mo -share/locale/oc/LC_MESSAGES/epiphany.mo -share/locale/or/LC_MESSAGES/epiphany.mo -share/locale/pa/LC_MESSAGES/epiphany.mo -share/locale/pl/LC_MESSAGES/epiphany.mo -share/locale/ps/LC_MESSAGES/epiphany.mo -share/locale/pt/LC_MESSAGES/epiphany.mo -share/locale/pt_BR/LC_MESSAGES/epiphany.mo -share/locale/ro/LC_MESSAGES/epiphany.mo -share/locale/ru/LC_MESSAGES/epiphany.mo -share/locale/rw/LC_MESSAGES/epiphany.mo -share/locale/si/LC_MESSAGES/epiphany.mo -share/locale/sk/LC_MESSAGES/epiphany.mo -share/locale/sl/LC_MESSAGES/epiphany.mo -share/locale/sq/LC_MESSAGES/epiphany.mo -share/locale/sr/LC_MESSAGES/epiphany.mo -share/locale/sr@latin/LC_MESSAGES/epiphany.mo -share/locale/sv/LC_MESSAGES/epiphany.mo -share/locale/ta/LC_MESSAGES/epiphany.mo -share/locale/te/LC_MESSAGES/epiphany.mo -share/locale/th/LC_MESSAGES/epiphany.mo -share/locale/tk/LC_MESSAGES/epiphany.mo -share/locale/tr/LC_MESSAGES/epiphany.mo -share/locale/uk/LC_MESSAGES/epiphany.mo -share/locale/uz/LC_MESSAGES/epiphany.mo -share/locale/uz@cyrillic/LC_MESSAGES/epiphany.mo -share/locale/vi/LC_MESSAGES/epiphany.mo -share/locale/wa/LC_MESSAGES/epiphany.mo -share/locale/yo/LC_MESSAGES/epiphany.mo -share/locale/zh_CN/LC_MESSAGES/epiphany.mo -share/locale/zh_HK/LC_MESSAGES/epiphany.mo -share/locale/zh_TW/LC_MESSAGES/epiphany.mo -share/omf/epiphany/epiphany-C.omf -share/omf/epiphany/epiphany-bg.omf -share/omf/epiphany/epiphany-ca.omf -share/omf/epiphany/epiphany-cs.omf -share/omf/epiphany/epiphany-de.omf -share/omf/epiphany/epiphany-el.omf -share/omf/epiphany/epiphany-en_GB.omf -share/omf/epiphany/epiphany-es.omf -share/omf/epiphany/epiphany-eu.omf -share/omf/epiphany/epiphany-fi.omf -share/omf/epiphany/epiphany-fr.omf -share/omf/epiphany/epiphany-it.omf -share/omf/epiphany/epiphany-ja.omf -share/omf/epiphany/epiphany-nl.omf -share/omf/epiphany/epiphany-oc.omf -share/omf/epiphany/epiphany-ru.omf -share/omf/epiphany/epiphany-sv.omf -share/omf/epiphany/epiphany-uk.omf -@dirrm share/omf/epiphany -@dirrmtry share/icons/LowContrastLargePrint/48x48/apps -@dirrmtry share/icons/LowContrastLargePrint/48x48 -@dirrmtry share/icons/LowContrastLargePrint -@dirrm share/gnome/help/epiphany/uk/figures -@dirrm share/gnome/help/epiphany/uk -@dirrm share/gnome/help/epiphany/sv/figures -@dirrm share/gnome/help/epiphany/sv -@dirrm share/gnome/help/epiphany/ru/figures -@dirrm share/gnome/help/epiphany/ru -@dirrm share/gnome/help/epiphany/oc/figures -@dirrm share/gnome/help/epiphany/oc -@dirrm share/gnome/help/epiphany/nl/figures -@dirrm share/gnome/help/epiphany/nl -@dirrm share/gnome/help/epiphany/ja/figures -@dirrm share/gnome/help/epiphany/ja -@dirrm share/gnome/help/epiphany/it/figures -@dirrm share/gnome/help/epiphany/it -@dirrm share/gnome/help/epiphany/fr/figures -@dirrm share/gnome/help/epiphany/fr -@dirrm share/gnome/help/epiphany/fi/figures -@dirrm share/gnome/help/epiphany/fi -@dirrm share/gnome/help/epiphany/eu/figures -@dirrm share/gnome/help/epiphany/eu -@dirrm share/gnome/help/epiphany/es/figures -@dirrm share/gnome/help/epiphany/es -@dirrm share/gnome/help/epiphany/en_GB/figures -@dirrm share/gnome/help/epiphany/en_GB -@dirrm share/gnome/help/epiphany/el/figures -@dirrm share/gnome/help/epiphany/el -@dirrm share/gnome/help/epiphany/de/figures -@dirrm share/gnome/help/epiphany/de -@dirrm share/gnome/help/epiphany/cs/figures -@dirrm share/gnome/help/epiphany/cs -@dirrm share/gnome/help/epiphany/ca/figures -@dirrm share/gnome/help/epiphany/ca -@dirrm share/gnome/help/epiphany/bg/figures -@dirrm share/gnome/help/epiphany/bg -@dirrm share/gnome/help/epiphany/C/figures -@dirrm share/gnome/help/epiphany/C -@dirrm share/gnome/help/epiphany -@dirrmtry %%DATADIR%%/icons/hicolor/scalable/status -@dirrmtry %%DATADIR%%/icons/hicolor/scalable/actions -@dirrmtry %%DATADIR%%/icons/hicolor/scalable -@dirrmtry %%DATADIR%%/icons/hicolor/48x48/status -@dirrmtry %%DATADIR%%/icons/hicolor/48x48 -@dirrmtry %%DATADIR%%/icons/hicolor/32x32/status -@dirrmtry %%DATADIR%%/icons/hicolor/32x32/actions -@dirrmtry %%DATADIR%%/icons/hicolor/32x32 -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/status -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/places -@dirrmtry %%DATADIR%%/icons/hicolor/24x24/actions -@dirrmtry %%DATADIR%%/icons/hicolor/24x24 -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/status -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/places -@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions -@dirrmtry %%DATADIR%%/icons/hicolor/22x22 -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/status -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/places -@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions -@dirrmtry %%DATADIR%%/icons/hicolor/16x16 -@dirrmtry %%DATADIR%%/icons/hicolor -@dirrmtry %%DATADIR%%/icons -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/art -@dirrmtry %%DATADIR%% -@dirrmtry %%DOCSDIR%% -@dirrmtry share/applications -@dirrmtry lib/epiphany/%%EPHY_VERSION%%/plugins -@dirrmtry lib/epiphany/%%EPHY_VERSION%% -@dirrmtry lib/epiphany -@dirrm include/epiphany/%%EPHY_VERSION%%/epiphany -@dirrm include/epiphany/%%EPHY_VERSION%% -@dirrm include/epiphany -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yo/LC_MESSAGES -@dirrmtry share/locale/yo -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ig/LC_MESSAGES -@dirrmtry share/locale/ig -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/an/LC_MESSAGES -@dirrmtry share/locale/an diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile deleted file mode 100644 index f95df3326..000000000 --- a/www/gnome-user-share/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gnome-user-share -# Date created: 26 November 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gnome-user-share/Makefile,v 1.25 2011/03/07 12:40:13 kwm Exp $ -# - -PORTNAME= gnome-user-share -PORTVERSION= 2.30.1 -PORTREVISION= 1 -CATEGORIES= www deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Personal file-sharing service for the GNOME Desktop - -LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \ - canberra.0:${PORTSDIR}/audio/libcanberra \ - notify.4:${PORTSDIR}/devel/libnotify \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \ - console-kit-daemon:${PORTSDIR}/sysutils/consolekit - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_APACHE= 2.2+ -USE_XORG= sm -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \ - ${WRKSRC}/data/dav_user_*.conf - -.include <bsd.port.mk> diff --git a/www/gnome-user-share/distinfo b/www/gnome-user-share/distinfo deleted file mode 100644 index 764098821..000000000 --- a/www/gnome-user-share/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gnome-user-share-2.30.1.tar.bz2) = 30ba07420a495450f80b4be001601150453ddc3504ff23c486fd1541ff5a1bfe -SIZE (gnome2/gnome-user-share-2.30.1.tar.bz2) = 959747 diff --git a/www/gnome-user-share/files/patch-configure b/www/gnome-user-share/files/patch-configure deleted file mode 100644 index 7c2899da0..000000000 --- a/www/gnome-user-share/files/patch-configure +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.orig 2010-09-28 10:42:29.000000000 +0000 -+++ configure 2010-09-28 10:43:25.000000000 +0000 -@@ -13411,12 +13411,12 @@ - pkg_cv_USER_SHARE_CFLAGS="$USER_SHARE_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null` -+ pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -13427,12 +13427,12 @@ - pkg_cv_USER_SHARE_LIBS="$USER_SHARE_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5 -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES\""; } >&5 -+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null` -+ pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -13452,14 +13452,14 @@ - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1` -+ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1` - else -- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1` -+ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$USER_SHARE_PKG_ERRORS" >&5 - -- as_fn_error $? "Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2) were not met: -+ as_fn_error $? "Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES) were not met: - - $USER_SHARE_PKG_ERRORS - diff --git a/www/gnome-user-share/files/patch-src_obexpush.c b/www/gnome-user-share/files/patch-src_obexpush.c deleted file mode 100644 index 7b71c8d8e..000000000 --- a/www/gnome-user-share/files/patch-src_obexpush.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/obexpush.c.orig 2011-03-07 20:11:04.000000000 +0100 -+++ src/obexpush.c 2011-03-07 20:11:34.000000000 +0100 -@@ -139,10 +139,9 @@ - /* Translators: %s is the name of the filename received */ - notification_text = g_strdup_printf(_("You received \"%s\" via Bluetooth"), display); - g_free (display); -- notification = notify_notification_new_with_status_icon (_("You received a file"), -+ notification = notify_notification_new (_("You received a file"), - notification_text, -- "dialog-information", -- GTK_STATUS_ICON (statusicon)); -+ "dialog-information"); - - notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT); - diff --git a/www/gnome-user-share/files/patch-src_user_share.c b/www/gnome-user-share/files/patch-src_user_share.c deleted file mode 100644 index 4305314fb..000000000 --- a/www/gnome-user-share/files/patch-src_user_share.c +++ /dev/null @@ -1,48 +0,0 @@ ---- src/user_share.c.orig 2009-09-26 09:10:16.000000000 -0400 -+++ src/user_share.c 2009-09-26 09:13:52.000000000 -0400 -@@ -26,7 +26,9 @@ - #include <gdk/gdkx.h> - #include <gtk/gtk.h> - #include <glib/gi18n.h> -+#ifndef __FreeBSD__ - #include <bluetooth-client.h> -+#endif - #include <X11/Xlib.h> - - #include "user_share.h" -@@ -58,7 +60,9 @@ - static guint disabled_timeout_tag = 0; - static gboolean has_console = TRUE; - -+#ifndef __FreeBSD__ - static BluetoothClient *client = NULL; -+#endif - static gboolean bluetoothd_enabled = FALSE; - - #define OBEX_ENABLED (bluetoothd_enabled && has_console) -@@ -224,6 +228,7 @@ consolekit_init (void) - dbus_g_connection_unref (dbus_connection); - } - -+#ifndef __FreeBSD__ - static void - default_adapter_changed (GObject *gobject, - GParamSpec *pspec, -@@ -261,6 +266,7 @@ bluez_init (void) - g_signal_connect (G_OBJECT (client), "notify::default-adapter-powered", - G_CALLBACK (default_adapter_changed), NULL); - } -+#endif - - char * - lookup_public_dir (void) -@@ -590,7 +596,9 @@ main (int argc, char **argv) - - g_object_unref (client); - -+#ifndef __FreeBSD__ - bluez_init (); -+#endif - consolekit_init (); - - /* Initial setting */ diff --git a/www/gnome-user-share/pkg-descr b/www/gnome-user-share/pkg-descr deleted file mode 100644 index 0c6244b1b..000000000 --- a/www/gnome-user-share/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -gnome-user-share is a small package that binds together various free -software projects to bring easy to use user-level file sharing to the -masses. - -The program is meant to run in the background when the user is logged -in, and when file sharing is enabled a webdav server is started that -shares the $HOME/Public folder. The share is then published to all -computers on the local network using mDNS/bonjour, so that it shows -up in the Network location in Gnome. - --- gnome-user-share README diff --git a/www/gnome-user-share/pkg-message b/www/gnome-user-share/pkg-message deleted file mode 100644 index 84e472507..000000000 --- a/www/gnome-user-share/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Run gnome-file-share-properties as the user with which you want -to use gnome-user-share, then logout and log back into GNOME. Now everything -under ~/Public should be shared. You can view this by opening Nautilus, and -clicking on the Network icon under Computer. diff --git a/www/gnome-user-share/pkg-plist b/www/gnome-user-share/pkg-plist deleted file mode 100644 index 609b8dd23..000000000 --- a/www/gnome-user-share/pkg-plist +++ /dev/null @@ -1,214 +0,0 @@ -bin/gnome-file-share-properties -etc/xdg/autostart/gnome-user-share.desktop -lib/nautilus/extensions-2.0/libnautilus-share-extension.la -lib/nautilus/extensions-2.0/libnautilus-share-extension.so -libexec/gnome-user-share -share/applications/gnome-user-share-properties.desktop -%%DATADIR%%/dav_groupfile -%%DATADIR%%/dav_user_2.0.conf -%%DATADIR%%/dav_user_2.2.conf -%%DATADIR%%/file-share-properties.ui -share/gnome/help/gnome-user-share/C/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/C/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/C/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/C/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/C/gnome-user-share.xml -share/gnome/help/gnome-user-share/C/legal.xml -share/gnome/help/gnome-user-share/ca/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/ca/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/ca/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/ca/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/ca/gnome-user-share.xml -share/gnome/help/gnome-user-share/ca/legal.xml -share/gnome/help/gnome-user-share/cs/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/cs/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/cs/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/cs/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/cs/gnome-user-share.xml -share/gnome/help/gnome-user-share/cs/legal.xml -share/gnome/help/gnome-user-share/de/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/de/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/de/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/de/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/de/gnome-user-share.xml -share/gnome/help/gnome-user-share/de/legal.xml -share/gnome/help/gnome-user-share/el/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/el/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/el/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/el/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/el/gnome-user-share.xml -share/gnome/help/gnome-user-share/el/legal.xml -share/gnome/help/gnome-user-share/en_GB/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/en_GB/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/en_GB/gnome-user-share.xml -share/gnome/help/gnome-user-share/en_GB/legal.xml -share/gnome/help/gnome-user-share/es/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/es/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/es/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/es/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/es/gnome-user-share.xml -share/gnome/help/gnome-user-share/es/legal.xml -share/gnome/help/gnome-user-share/fr/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/fr/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/fr/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/fr/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/fr/gnome-user-share.xml -share/gnome/help/gnome-user-share/fr/legal.xml -share/gnome/help/gnome-user-share/it/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/it/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/it/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/it/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/it/gnome-user-share.xml -share/gnome/help/gnome-user-share/it/legal.xml -share/gnome/help/gnome-user-share/sv/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/sv/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/sv/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/sv/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/sv/gnome-user-share.xml -share/gnome/help/gnome-user-share/sv/legal.xml -share/gnome/help/gnome-user-share/zh_CN/figures/file-sharing-preferences.png -share/gnome/help/gnome-user-share/zh_CN/figures/receiving-over-bluetooth.png -share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-bluetooth.png -share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-the-network.png -share/gnome/help/gnome-user-share/zh_CN/gnome-user-share.xml -share/gnome/help/gnome-user-share/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/gnome-obex-server.png -share/icons/hicolor/22x22/apps/gnome-obex-server.png -share/icons/hicolor/32x32/apps/gnome-obex-server.png -share/icons/hicolor/48x48/apps/gnome-obex-server.png -share/locale/ar/LC_MESSAGES/gnome-user-share.mo -share/locale/as/LC_MESSAGES/gnome-user-share.mo -share/locale/ast/LC_MESSAGES/gnome-user-share.mo -share/locale/bg/LC_MESSAGES/gnome-user-share.mo -share/locale/bn/LC_MESSAGES/gnome-user-share.mo -share/locale/bn_IN/LC_MESSAGES/gnome-user-share.mo -share/locale/br/LC_MESSAGES/gnome-user-share.mo -share/locale/ca/LC_MESSAGES/gnome-user-share.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-user-share.mo -share/locale/cs/LC_MESSAGES/gnome-user-share.mo -share/locale/da/LC_MESSAGES/gnome-user-share.mo -share/locale/de/LC_MESSAGES/gnome-user-share.mo -share/locale/dz/LC_MESSAGES/gnome-user-share.mo -share/locale/el/LC_MESSAGES/gnome-user-share.mo -share/locale/en@shaw/LC_MESSAGES/gnome-user-share.mo -share/locale/en_CA/LC_MESSAGES/gnome-user-share.mo -share/locale/en_GB/LC_MESSAGES/gnome-user-share.mo -share/locale/eo/LC_MESSAGES/gnome-user-share.mo -share/locale/eu/LC_MESSAGES/gnome-user-share.mo -share/locale/es/LC_MESSAGES/gnome-user-share.mo -share/locale/et/LC_MESSAGES/gnome-user-share.mo -share/locale/fi/LC_MESSAGES/gnome-user-share.mo -share/locale/fr/LC_MESSAGES/gnome-user-share.mo -share/locale/ga/LC_MESSAGES/gnome-user-share.mo -share/locale/gl/LC_MESSAGES/gnome-user-share.mo -share/locale/gu/LC_MESSAGES/gnome-user-share.mo -share/locale/he/LC_MESSAGES/gnome-user-share.mo -share/locale/hi/LC_MESSAGES/gnome-user-share.mo -share/locale/hu/LC_MESSAGES/gnome-user-share.mo -share/locale/id/LC_MESSAGES/gnome-user-share.mo -share/locale/it/LC_MESSAGES/gnome-user-share.mo -share/locale/ja/LC_MESSAGES/gnome-user-share.mo -share/locale/kn/LC_MESSAGES/gnome-user-share.mo -share/locale/ko/LC_MESSAGES/gnome-user-share.mo -share/locale/lt/LC_MESSAGES/gnome-user-share.mo -share/locale/lv/LC_MESSAGES/gnome-user-share.mo -share/locale/mai/LC_MESSAGES/gnome-user-share.mo -share/locale/mk/LC_MESSAGES/gnome-user-share.mo -share/locale/ml/LC_MESSAGES/gnome-user-share.mo -share/locale/mr/LC_MESSAGES/gnome-user-share.mo -share/locale/nb/LC_MESSAGES/gnome-user-share.mo -share/locale/ne/LC_MESSAGES/gnome-user-share.mo -share/locale/nl/LC_MESSAGES/gnome-user-share.mo -share/locale/nn/LC_MESSAGES/gnome-user-share.mo -share/locale/oc/LC_MESSAGES/gnome-user-share.mo -share/locale/or/LC_MESSAGES/gnome-user-share.mo -share/locale/pa/LC_MESSAGES/gnome-user-share.mo -share/locale/pl/LC_MESSAGES/gnome-user-share.mo -share/locale/pt/LC_MESSAGES/gnome-user-share.mo -share/locale/pt_BR/LC_MESSAGES/gnome-user-share.mo -share/locale/ro/LC_MESSAGES/gnome-user-share.mo -share/locale/ru/LC_MESSAGES/gnome-user-share.mo -share/locale/rw/LC_MESSAGES/gnome-user-share.mo -share/locale/sk/LC_MESSAGES/gnome-user-share.mo -share/locale/sl/LC_MESSAGES/gnome-user-share.mo -share/locale/sq/LC_MESSAGES/gnome-user-share.mo -share/locale/sr/LC_MESSAGES/gnome-user-share.mo -share/locale/sr@latin/LC_MESSAGES/gnome-user-share.mo -share/locale/sv/LC_MESSAGES/gnome-user-share.mo -share/locale/ta/LC_MESSAGES/gnome-user-share.mo -share/locale/te/LC_MESSAGES/gnome-user-share.mo -share/locale/th/LC_MESSAGES/gnome-user-share.mo -share/locale/tr/LC_MESSAGES/gnome-user-share.mo -share/locale/ug/LC_MESSAGES/gnome-user-share.mo -share/locale/uk/LC_MESSAGES/gnome-user-share.mo -share/locale/vi/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_CN/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_HK/LC_MESSAGES/gnome-user-share.mo -share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo -share/omf/gnome-user-share/gnome-user-share-C.omf -share/omf/gnome-user-share/gnome-user-share-ca.omf -share/omf/gnome-user-share/gnome-user-share-cs.omf -share/omf/gnome-user-share/gnome-user-share-de.omf -share/omf/gnome-user-share/gnome-user-share-el.omf -share/omf/gnome-user-share/gnome-user-share-en_GB.omf -share/omf/gnome-user-share/gnome-user-share-es.omf -share/omf/gnome-user-share/gnome-user-share-fr.omf -share/omf/gnome-user-share/gnome-user-share-it.omf -share/omf/gnome-user-share/gnome-user-share-sv.omf -share/omf/gnome-user-share/gnome-user-share-zh_CN.omf -@dirrm share/omf/gnome-user-share -@dirrm share/gnome/help/gnome-user-share/zh_CN/figures -@dirrm share/gnome/help/gnome-user-share/zh_CN -@dirrm share/gnome/help/gnome-user-share/sv/figures -@dirrm share/gnome/help/gnome-user-share/sv -@dirrm share/gnome/help/gnome-user-share/it/figures -@dirrm share/gnome/help/gnome-user-share/it -@dirrm share/gnome/help/gnome-user-share/fr/figures -@dirrm share/gnome/help/gnome-user-share/fr -@dirrm share/gnome/help/gnome-user-share/es/figures -@dirrm share/gnome/help/gnome-user-share/es -@dirrm share/gnome/help/gnome-user-share/en_GB/figures -@dirrm share/gnome/help/gnome-user-share/en_GB -@dirrm share/gnome/help/gnome-user-share/el/figures -@dirrm share/gnome/help/gnome-user-share/el -@dirrm share/gnome/help/gnome-user-share/de/figures -@dirrm share/gnome/help/gnome-user-share/de -@dirrm share/gnome/help/gnome-user-share/cs/figures -@dirrm share/gnome/help/gnome-user-share/cs -@dirrm share/gnome/help/gnome-user-share/ca/figures -@dirrm share/gnome/help/gnome-user-share/ca -@dirrm share/gnome/help/gnome-user-share/C/figures -@dirrm share/gnome/help/gnome-user-share/C -@dirrm share/gnome/help/gnome-user-share -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile deleted file mode 100644 index 4db4733a7..000000000 --- a/www/gtkhtml3/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: gtkhtml3 -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.179 2011/03/06 20:20:29 kwm Exp $ -# - -PORTNAME= gtkhtml3 -PORTVERSION= 3.32.1 -PORTREVISION= 1 -CATEGORIES= www gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - enchant.1:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="3.14" - -post-patch: - @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ - ${WRKSRC}/intltool-merge.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \ - s|-DGTK_DISABLE_DEPRECATED||g ; \ - s|-DGDK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|gtkhtml-editor-test[$$]|gtkhtml3-editor-test$$|' \ - ${WRKSRC}/components/editor/Makefile.in - -.include <bsd.port.mk> diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo deleted file mode 100644 index 59301a05e..000000000 --- a/www/gtkhtml3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gtkhtml-3.32.1.tar.bz2) = 78b6da6c1f4f61947f77de505a626a028ee3ecb6ad3c7c06cc4a6273e16d95c6 -SIZE (gnome2/gtkhtml-3.32.1.tar.bz2) = 1196875 diff --git a/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c b/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c deleted file mode 100644 index ec390b5d8..000000000 --- a/www/gtkhtml3/files/patch-components_editor_gtkhtml-spell-dialog.c +++ /dev/null @@ -1,13 +0,0 @@ ---- components/editor/gtkhtml-spell-dialog.c.orig 2010-09-19 17:57:00.000000000 +0000 -+++ components/editor/gtkhtml-spell-dialog.c 2010-09-19 17:57:41.000000000 +0000 -@@ -443,7 +443,9 @@ spell_dialog_init (GtkhtmlSpellDialog *d - - gtk_dialog_add_button ( - GTK_DIALOG (dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE); -- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -+#if !GTK_CHECK_VERSION(2,90,7) -+ g_object_set (dialog, "has-separator", FALSE, NULL); -+#endif - gtk_window_set_title (GTK_WINDOW (dialog), _("Spell Checker")); - gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); - diff --git a/www/gtkhtml3/pkg-descr b/www/gtkhtml3/pkg-descr deleted file mode 100644 index 38451dc01..000000000 --- a/www/gtkhtml3/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GtkHTML is a lightweight HTML rendering, printing, and editing engine. - -WWW: http://www.ximian.com/ diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist deleted file mode 100644 index fe5d58315..000000000 --- a/www/gtkhtml3/pkg-plist +++ /dev/null @@ -1,169 +0,0 @@ -bin/gtkhtml3-editor-test -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-actions.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-common.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor-widgets.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-editor.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-checker.h -include/libgtkhtml-%%VERSION%%/editor/gtkhtml-spell-language.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-embedded.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-enums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-properties.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-search.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-stream.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml-types.h -include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h -include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h -lib/libgtkhtml-%%VERSION%%.a -lib/libgtkhtml-%%VERSION%%.la -lib/libgtkhtml-%%VERSION%%.so -lib/libgtkhtml-%%VERSION%%.so.19 -lib/libgtkhtml-editor-%%VERSION%%.a -lib/libgtkhtml-editor-%%VERSION%%.la -lib/libgtkhtml-editor-%%VERSION%%.so -lib/libgtkhtml-editor-%%VERSION%%.so.0 -libdata/pkgconfig/gtkhtml-editor-%%VERSION%%.pc -libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc -share/gtkhtml-%%VERSION%%/gtkhtml-editor-builder.ui -share/gtkhtml-%%VERSION%%/gtkhtml-editor-manager.ui -share/gtkhtml-%%VERSION%%/icons/bulb.png -share/gtkhtml-%%VERSION%%/icons/confidential-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/draft-paper.png -share/gtkhtml-%%VERSION%%/icons/draft-stamp.jpg -share/gtkhtml-%%VERSION%%/icons/empty_image.png -share/gtkhtml-%%VERSION%%/icons/flowers.png -share/gtkhtml-%%VERSION%%/icons/html-viewer.png -share/gtkhtml-%%VERSION%%/icons/info_bulb.png -share/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg -share/gtkhtml-%%VERSION%%/icons/paper.png -share/gtkhtml-%%VERSION%%/icons/rect.png -share/gtkhtml-%%VERSION%%/icons/ribbon.jpg -share/gtkhtml-%%VERSION%%/icons/rule-blue-center.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-left.png -share/gtkhtml-%%VERSION%%/icons/rule-blue-right.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-center.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-left.png -share/gtkhtml-%%VERSION%%/icons/rule-yellow-flowers-right.png -share/gtkhtml-%%VERSION%%/icons/texture.png -share/gtkhtml-%%VERSION%%/icons/transparent.png -share/gtkhtml-%%VERSION%%/keybindingsrc.emacs -share/locale/af/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mg/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -@dirrm share/gtkhtml-%%VERSION%%/icons -@dirrm share/gtkhtml-%%VERSION%% -@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml -@dirrm include/libgtkhtml-%%VERSION%%/editor -@dirrm include/libgtkhtml-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile deleted file mode 100644 index f09ab5d6f..000000000 --- a/www/kazehakase/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# New ports collection makefile for: kazehakase -# Date created: 2004-04-06 -# Whom: michael johnson <ahze@ahze.net> -# -# $FreeBSD$ -# $MCom: ports/www/kazehakase/Makefile,v 1.31 2011/04/30 20:43:28 mezz Exp $ -# - -PORTNAME= kazehakase -PORTVERSION= 0.5.8 -PORTREVISION= 6 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/43802 - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon - -LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ - estraier.8:${PORTSDIR}/textproc/hyperestraier - -USE_GNOME= gnomehack intlhack gnomeprefix gtk20 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GECKO= libxul -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gecko_engine=${GECKO} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ - -I${LOCALBASE}/include/nspr" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAN1= kazehakase.1 -OPTIONS= WEBKIT "Webkit Backend (along with Gecko)" On - -.if defined(WITH_MIGEMO) -USE_RUBY= yes -BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.x -.endif - -.if defined(WITH_WEBKIT) -LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 -PLIST_SUB+= WEBKIT="" -.else -PLIST_SUB+= WEBKIT="@comment " -.endif - -.if defined(WITH_THUMBNAIL) || exists(${LOCALBASE}/bin/gs) -USE_GHOSTSCRIPT=yes -.endif - -.if defined(WITH_MIGEMO) -.if ${ARCH} == "i386" || ${ARCH} == "sparc64" -RUN_DEPENDS+= migemo:${PORTSDIR}/japanese/migemo - -CONFIGURE_ARGS+= --enable-migemo -.endif -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "Enable Migemo (Japanese incremental search) by defining WITH_MIGEMO" - @${ECHO_MSG} "" - @${ECHO_MSG} "Enable Thumbnail support by defining WITH_THUMBNAIL" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/migemo|${LOCALBASE}/share/migemo|; \ - s|=beginner|=medium|' ${WRKSRC}/etc/kzrc -.if defined(WITH_MIGEMO) - @${REINPLACE_CMD} -e 's|migemo=fals|migemo=tru|' ${WRKSRC}/etc/kzrc -.endif -.if defined(WITH_THUMBNAIL) - @${ECHO_MSG} "create_thumbnail=true" >> ${WRKSRC}/etc/kzrc -.endif - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED=1||g' - @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-embedding||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-unstable||g' \ - ${WRKSRC}/configure - -pre-install: - @${REINPLACE_CMD} -e 's|localen|locale|' \ - ${WRKSRC}/po/Makefile - -.include <bsd.port.post.mk> diff --git a/www/kazehakase/distinfo b/www/kazehakase/distinfo deleted file mode 100644 index 806cd67b0..000000000 --- a/www/kazehakase/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kazehakase-0.5.8.tar.gz) = 1d461c56b3df86544d123d2a15484a156a6053c4fe2884d773a987d450406943 -SIZE (kazehakase-0.5.8.tar.gz) = 1433099 diff --git a/www/kazehakase/files/patch-configure b/www/kazehakase/files/patch-configure deleted file mode 100644 index 9a617da0c..000000000 --- a/www/kazehakase/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon May 29 10:03:44 2006 -+++ configure Mon May 29 10:03:54 2006 -@@ -976,7 +976,7 @@ - psdir='${docdir}' - libdir='${exec_prefix}/lib' - localedir='${datarootdir}/locale' --mandir='${datarootdir}/man' -+mandir='${prefix}/man' - - ac_prev= - ac_dashdash= diff --git a/www/kazehakase/files/patch-etc::bookmarkbar.xml b/www/kazehakase/files/patch-etc::bookmarkbar.xml deleted file mode 100644 index 3609035d6..000000000 --- a/www/kazehakase/files/patch-etc::bookmarkbar.xml +++ /dev/null @@ -1,23 +0,0 @@ ---- etc/bookmarkbar.xml.orig Thu Oct 28 19:38:33 2004 -+++ etc/bookmarkbar.xml Thu Oct 28 19:39:48 2004 -@@ -10,6 +10,20 @@ - </bookmark> - <separator/> - <folder> -+ <title>FreeBSD News</title> -+ <info> -+ <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://www.freebsd.org/news/news.rdf"> -+ </metadata> -+ </info> -+ </folder> -+ <folder> -+ <title>FreshPorts</title> -+ <info> -+ <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://www.freshports.org/backend/rss2.0.php"> -+ </metadata> -+ </info> -+ </folder> -+ <folder> - <title>Yahoo!News</title> - <info> - <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://rss.news.yahoo.com/rss/topstories"> diff --git a/www/kazehakase/files/patch-gtk b/www/kazehakase/files/patch-gtk deleted file mode 100644 index 1e64c3b51..000000000 --- a/www/kazehakase/files/patch-gtk +++ /dev/null @@ -1,180 +0,0 @@ ---- src/kz-tab-label.c (revision 3870) -+++ src/kz-tab-label.c (revision 3871) -@@ -519,7 +519,7 @@ - - g_return_if_fail(KZ_IS_TAB_LABEL(kztab)); - -- if (!GTK_WIDGET_REALIZED(kztab)) return; -+ if (!gtk_widget_get_realized(GTK_WIDGET(kztab))) return; - - priv = KZ_TAB_LABEL_GET_PRIVATE (kztab); - if (priv->create_thumbnail && -@@ -965,7 +965,7 @@ - - widget = GTK_WIDGET(kztab); - -- if(GTK_WIDGET_REALIZED(widget)) -+ if(gtk_widget_get_realized(widget)) - { - GdkBitmap *mask; - KzTabLabelPrivate *priv = KZ_TAB_LABEL_GET_PRIVATE(kztab); ---- src/dialogs/kz-about-dialog.c (revision 3870) -+++ src/dialogs/kz-about-dialog.c (revision 3871) -@@ -78,7 +78,7 @@ - - /* Draw background image */ - gdk_draw_pixbuf(widget->window, -- widget->style->bg_gc[GTK_WIDGET_STATE(widget)], -+ widget->style->bg_gc[gtk_widget_get_state(widget)], - image, - 0, 0, - 0, 0, -@@ -87,7 +87,7 @@ - 0, 0); - /* Draw logo at top right */ - gdk_draw_pixbuf(widget->window, -- widget->style->fg_gc[GTK_WIDGET_STATE(widget)], -+ widget->style->fg_gc[gtk_widget_get_state(widget)], - logo, - 0, 0, - bg_width - logo_width, 0, -@@ -113,7 +113,7 @@ - pango_layout_set_alignment(info_layout, PANGO_ALIGN_RIGHT); - pango_layout_get_pixel_extents(info_layout, &link, &logical); - gdk_draw_layout(widget->window, -- widget->style->fg_gc[GTK_WIDGET_STATE(widget)], -+ widget->style->fg_gc[gtk_widget_get_state(widget)], - bg_width - logical.width, logo_height, - info_layout); - g_free (version); -@@ -127,7 +127,7 @@ - pango_layout_set_width(copyright_layout, -1); - pango_layout_get_pixel_extents(copyright_layout, &link, &logical); - gdk_draw_layout(widget->window, -- widget->style->fg_gc[GTK_WIDGET_STATE(widget)], -+ widget->style->fg_gc[gtk_widget_get_state(widget)], - bg_width - logical.width, bg_height - logical.height, - copyright_layout); - ---- src/kz-web.c (revision 3870) -+++ src/kz-web.c (revision 3871) -@@ -656,7 +656,7 @@ - - requisition->height = GTK_CONTAINER(widget)->border_width; - -- if (child && GTK_WIDGET_VISIBLE(child)) { -+ if (child && gtk_widget_get_visible(child)) { - gtk_widget_size_request(child, &child_requisition); - requisition->width += child_requisition.width; - requisition->height += child_requisition.height; -@@ -669,11 +669,11 @@ - GtkWidget *child; - GtkAllocation child_allocation; - -- if (!GTK_WIDGET_REALIZED(widget)) -+ if (!gtk_widget_get_realized(widget)) - return; - widget->allocation = *allocation; - -- if (GTK_WIDGET_NO_WINDOW(widget)) { -+ if (!gtk_widget_get_has_window(widget)) { - child_allocation.x = allocation->x + GTK_CONTAINER(widget)->border_width; - child_allocation.y = allocation->y + GTK_CONTAINER(widget)->border_width; - } else { ---- src/widget/kz-entry.c (revision 3870) -+++ src/widget/kz-entry.c (revision 3871) -@@ -137,7 +137,7 @@ - { - GtkEntry *entry = GTK_ENTRY(widget); - -- if (!GTK_WIDGET_HAS_FOCUS(widget) && -+ if (!gtk_widget_has_focus(widget) && - (!gtk_entry_get_text(entry) || gtk_entry_get_text(entry)[0] == '\0')) { - PangoLayout *layout; - PangoAttrList *attrs; ---- src/widget/kz-paned.c (revision 3870) -+++ src/widget/kz-paned.c (revision 3871) -@@ -154,8 +154,8 @@ - - paned = GTK_PANED(kzpaned); - -- return paned->child1 && GTK_WIDGET_VISIBLE(paned->child1) && -- paned->child2 && GTK_WIDGET_VISIBLE(paned->child2); -+ return paned->child1 && gtk_widget_get_visible(paned->child1) && -+ paned->child2 && gtk_widget_get_visible(paned->child2); - } - - void ---- src/kz-download-box.c (revision 3870) -+++ src/kz-download-box.c (revision 3871) -@@ -344,7 +344,7 @@ - icon_set, - icon->image->style, - gtk_widget_get_direction(icon->image), -- GTK_WIDGET_STATE(icon->image), -+ gtk_widget_get_state(icon->image), - GTK_ICON_SIZE_MENU, - icon->image, - "download icon"); ---- src/actions/kz-zoom-action.c (revision 3870) -+++ src/actions/kz-zoom-action.c (revision 3871) -@@ -205,7 +205,7 @@ - KzWeb *web; - KzZoomActionPrivate *priv = KZ_ZOOM_ACTION_GET_PRIVATE (action); - -- if (!priv->spin || !GTK_WIDGET_VISIBLE(priv->spin)) -+ if (!priv->spin || !gtk_widget_get_visible(priv->spin)) - return; - - web = KZ_WINDOW_CURRENT_WEB(priv->kz); -@@ -228,7 +228,7 @@ - - priv = KZ_ZOOM_ACTION_GET_PRIVATE (action); - -- if (!priv->spin || !GTK_WIDGET_VISIBLE(priv->spin)) -+ if (!priv->spin || !gtk_widget_get_visible(priv->spin)) - return; - - spin = priv->spin; -@@ -249,7 +249,7 @@ - - priv = KZ_ZOOM_ACTION_GET_PRIVATE (action); - -- if (!priv->spin || !GTK_WIDGET_VISIBLE(priv->spin)) -+ if (!priv->spin || !gtk_widget_get_visible(priv->spin)) - return 1.0; - ratio = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(priv->spin)) / 100; - ---- src/kz-window.c (revision 3870) -+++ src/kz-window.c (revision 3871) -@@ -615,7 +615,7 @@ - - g_return_if_fail(KZ_IS_WINDOW(kz)); - -- if (!GTK_WIDGET_REALIZED(kz)) return; -+ if (!gtk_widget_get_realized(GTK_WIDGET(kz))) return; - - web = KZ_WINDOW_CURRENT_WEB(kz); - kz_actions_set_sensitive(kz, web); ---- configure.ac (revision 3870) -+++ configure.ac (revision 3871) -@@ -101,7 +101,7 @@ - dnl ************************************************************** - dnl Test for GTK+, and define GTK_CFLAGS and GTK_LIBS, if gthread is specified - dnl in MODULES, pass to pkg-config --AM_PATH_GTK_2_0(2.17.7, , ,[gthread]) -+AM_PATH_GTK_2_0(2.20.0, , ,[gthread]) - AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) - AC_PATH_PROG(GLIB_MKENUMS, glib-mkenums) - ---- configure.orig 2010-07-08 19:04:29.000000000 +0200 -+++ configure 2010-07-08 19:07:21.000000000 +0200 -@@ -17020,7 +17020,7 @@ - no_gtk=yes - fi - -- min_gtk_version=2.17.7 -+ min_gtk_version=2.20.0 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5 - $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; } - diff --git a/www/kazehakase/files/patch-macros_gecko.m4 b/www/kazehakase/files/patch-macros_gecko.m4 deleted file mode 100644 index efbffea18..000000000 --- a/www/kazehakase/files/patch-macros_gecko.m4 +++ /dev/null @@ -1,58 +0,0 @@ ---- macros/gecko.m4.orig 2009-09-29 05:38:19.000000000 +0200 -+++ macros/gecko.m4 2010-07-18 19:50:53.000000000 +0200 -@@ -30,7 +30,7 @@ - AM_CXXFLAGS=$_SAVE_AM_CXXFLAGS - fi - --CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT -I$MOZILLA_INCLUDE_ROOT/widget -I$MOZILLA_INCLUDE_ROOT/layout -I$MOZILLA_INCLUDE_ROOT/helperAppDlg -I$MOZILLA_INCLUDE_ROOT/dom -I$MOZILLA_INCLUDE_ROOT/exthandler -I$MOZILLA_INCLUDE_ROOT/pipnss -I$MOZILLA_INCLUDE_ROOT/necko -I$MOZILLA_INCLUDE_ROOT/gfx -I$MOZILLA_INCLUDE_ROOT/content -I$MOZILLA_INCLUDE_ROOT/locale -I$MOZILLA_INCLUDE_ROOT/docshell -I$MOZILLA_INCLUDE_ROOT/mimetype -I$MOZILLA_INCLUDE_ROOT/nkcache -I$MOZILLA_INCLUDE_ROOT/uriloader -I$MOZILLA_INCLUDE_ROOT/wallet -I$MOZILLA_INCLUDE_ROOT/passwordmgr -I$MOZILLA_INCLUDE_ROOT/string -I$MOZILLA_INCLUDE_ROOT/xpcom `$PKG_CONFIG --cflags-only-I $GECKO_MODULE` -Wconversion -Werror" -+CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT -I$MOZILLA_INCLUDE_ROOT/widget -I$MOZILLA_INCLUDE_ROOT/layout -I$MOZILLA_INCLUDE_ROOT/helperAppDlg -I$MOZILLA_INCLUDE_ROOT/dom -I$MOZILLA_INCLUDE_ROOT/exthandler -I$MOZILLA_INCLUDE_ROOT/pipnss -I$MOZILLA_INCLUDE_ROOT/necko -I$MOZILLA_INCLUDE_ROOT/gfx -I$MOZILLA_INCLUDE_ROOT/content -I$MOZILLA_INCLUDE_ROOT/locale -I$MOZILLA_INCLUDE_ROOT/docshell -I$MOZILLA_INCLUDE_ROOT/mimetype -I$MOZILLA_INCLUDE_ROOT/nkcache -I$MOZILLA_INCLUDE_ROOT/uriloader -I$MOZILLA_INCLUDE_ROOT/wallet -I$MOZILLA_INCLUDE_ROOT/passwordmgr -I$MOZILLA_INCLUDE_ROOT/string -I$MOZILLA_INCLUDE_ROOT/xpcom `$PKG_CONFIG --cflags-only-I $GECKO_MODULE` -Wconversion" - CXXFLAGS="$AM_CXXFLAGS `$PKG_CONFIG --cflags-only-other $GECKO_MODULE`" - - AC_MSG_RESULT([$CXXFLAGS]) -@@ -197,6 +197,8 @@ - [Whether to use mozilla, firefox seamonkey xpcom (default: mozilla)]), - [GECKO="$withval"]) - -+LIBXUL_UNIFIED_VER=1.9.2 -+LIBXUL_UNIFIED=0 - AC_MSG_CHECKING([for gecko engine]) - if test "x$GECKO" = "xno"; then - GECKO= -@@ -216,6 +218,9 @@ - GECKO=xulrunner - elif $PKG_CONFIG --exists libxul-unstable; then - GECKO=libxul -+ elif $PKG_CONFIG --exists "libxul >= $LIBXUL_UNIFIED_VER" ; then -+ GECKO=libxul -+ LIBXUL_UNIFIED=1 - else - gecko_engine_not_found_message="not found" - fi -@@ -239,7 +244,10 @@ - mozilla-firefox) min_version=1.0 ;; - seamonkey) min_version=1.1 ;; - xulrunner) min_version=1.8 ;; -- libxul) min_version=1.9 ;; -+ libxul) -+ min_version=1.9 -+ if test x"$LIBXUL_UNIFIED"="x1" ; then min_version=1.9.2 ; fi -+ ;; - esac - - dnl ************************************************************** -@@ -250,13 +258,13 @@ - enable_gtkmozembed=no) - if test x"$enable_gtkmozembed" = "xyes"; then - if test x"$GECKO" = "xlibxul"; then -- GECKO_MODULE=$GECKO-unstable -+ GECKO_MODULE=$GECKO - else - GECKO_MODULE=$GECKO-xpcom - fi - else - if test x"$GECKO" = "xlibxul"; then -- GECKO_MODULE=$GECKO-embedding-unstable -+ GECKO_MODULE=$GECKO - else - GECKO_MODULE=$GECKO-gtkmozembed - fi diff --git a/www/kazehakase/files/patch-module_embed_gecko_kz-mozwrapper.cpp b/www/kazehakase/files/patch-module_embed_gecko_kz-mozwrapper.cpp deleted file mode 100644 index a630860ad..000000000 --- a/www/kazehakase/files/patch-module_embed_gecko_kz-mozwrapper.cpp +++ /dev/null @@ -1,42 +0,0 @@ ---- module/embed/gecko/kz-mozwrapper.cpp (revision 3871) -+++ module/embed/gecko/kz-mozwrapper.cpp (revision 3872) -@@ -102,7 +102,7 @@ - #ifndef G_OS_WIN32 - # define nsString_h___ - # define nsAString_h___ --# include <nsPresContext.h> -+//# include <nsPresContext.h> - # undef nsAString_h___ - # undef nsString_h___ - #endif -@@ -2152,29 +2152,5 @@ - gboolean - KzMozWrapper::SetZoomOnDocShell (float aZoom, nsIDocShell *DocShell) - { --#ifndef G_OS_WIN32 -- nsCOMPtr<nsPresContext> PresContext; -- nsresult rv = DocShell->GetPresContext (getter_AddRefs(PresContext)); -- if (NS_FAILED(rv) || !PresContext) return FALSE; -- -- nsIDeviceContext *DeviceContext(nsnull); -- DeviceContext = PresContext->DeviceContext(); -- if (!DeviceContext) return FALSE; -- -- nsCOMPtr<nsIContentViewer> ContentViewer; -- -- rv = DocShell->GetContentViewer(getter_AddRefs(ContentViewer)); -- if (NS_FAILED(rv) || !ContentViewer) return FALSE; -- -- nsCOMPtr<nsIMarkupDocumentViewer> mdv = do_QueryInterface(ContentViewer); -- if (!mdv) return FALSE; -- -- rv = mdv->SetTextZoom (aZoom); -- -- if NS_FAILED(rv) return FALSE; -- -- return TRUE; --#else -- return FALSE; --#endif -+ return NS_SUCCEEDED(mDOMWindow->SetTextZoom(aZoom)); - } diff --git a/www/kazehakase/files/patch-src_net_kz-http.c b/www/kazehakase/files/patch-src_net_kz-http.c deleted file mode 100644 index deb8e918b..000000000 --- a/www/kazehakase/files/patch-src_net_kz-http.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/net/kz-http.c.orig 2009-09-04 00:46:36.000000000 +0200 -+++ src/net/kz-http.c 2009-09-04 00:46:49.000000000 +0200 -@@ -25,7 +25,7 @@ - # include "config.h" - #endif /* HAVE_CONFIG_H */ - --#include <features.h> -+//#include <features.h> - #define __USE_XOPEN - #include <time.h> - #include "gnet.h" diff --git a/www/kazehakase/pkg-descr b/www/kazehakase/pkg-descr deleted file mode 100644 index 238ff04cc..000000000 --- a/www/kazehakase/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Kazehakase is a browser with gecko engine like Epiphany or Galeon. - -Main features: - - o Tabbed browsing - o Remote bookmark (e.g. RSS) in menu or sidebar - It is able to update periodically - o In Japan, there are other remote bookmarks, for instance, LIRS - (In Japanese), hina-di (In Japanese) , Kazehakase can handle these ones. - o Variable UI (menus, toolbar etc.) on user level - o Customizable mouse gestures - o Customizable key accelerator - -WWW: http://kazehakase.sourceforge.jp/ diff --git a/www/kazehakase/pkg-plist b/www/kazehakase/pkg-plist deleted file mode 100644 index d27231a95..000000000 --- a/www/kazehakase/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -bin/kazehakase -bin/kz-embed-process -etc/kazehakase/bookmarkbar.xml -etc/kazehakase/bookmarks.xml -etc/kazehakase/kz-ui-beginner.xml -etc/kazehakase/kz-ui-bookmarks.xml -etc/kazehakase/kz-ui-expert.xml -etc/kazehakase/kz-ui-medium.xml -etc/kazehakase/kzrc -etc/kazehakase/mozilla/encodings.xml -etc/kazehakase/proxyrc -etc/kazehakase/smartbookmarks.xml -lib/kazehakase/libkazehakase.la -lib/kazehakase/libkazehakase.so -lib/kazehakase/libkazehakase.so.1 -lib/kazehakase/embed/gecko.la -lib/kazehakase/embed/gecko.so -lib/kazehakase/embed/per_process.la -lib/kazehakase/embed/per_process.so -%%WEBKIT%%lib/kazehakase/embed/webkit_gtk.la -%%WEBKIT%%lib/kazehakase/embed/webkit_gtk.so -lib/kazehakase/search/hyper-estraier.la -lib/kazehakase/search/hyper-estraier.so -share/applications/kazehakase.desktop -share/kazehakase/icons/autoscroll.xpm -share/kazehakase/icons/kz-anchor.png -share/kazehakase/icons/kz-book-search.png -share/kazehakase/icons/kz-bookmark.png -share/kazehakase/icons/kz-closebackward.png -share/kazehakase/icons/kz-closeforward.png -share/kazehakase/icons/kz-closewindow.png -share/kazehakase/icons/kz-copyimagelocation.png -share/kazehakase/icons/kz-copyurl.png -share/kazehakase/icons/kz-epiphany.png -share/kazehakase/icons/kz-firefox.png -share/kazehakase/icons/kz-folder-open.png -share/kazehakase/icons/kz-folder-search.png -share/kazehakase/icons/kz-folder.png -share/kazehakase/icons/kz-font-decrease.png -share/kazehakase/icons/kz-font-increase.png -share/kazehakase/icons/kz-galeon.png -share/kazehakase/icons/kz-google.png -share/kazehakase/icons/kz-gray.png -share/kazehakase/icons/kz-green.png -share/kazehakase/icons/kz-history.png -share/kazehakase/icons/kz-konqueror.png -share/kazehakase/icons/kz-logo-bg.png -share/kazehakase/icons/kz-logo.png -share/kazehakase/icons/kz-mozilla.png -share/kazehakase/icons/kz-netscape.png -share/kazehakase/icons/kz-newwindow.png -share/kazehakase/icons/kz-openimagewindow.png -share/kazehakase/icons/kz-openlinkwindow.png -share/kazehakase/icons/kz-openselectedlink.png -share/kazehakase/icons/kz-red.png -share/kazehakase/icons/kz-remote-bookmark.png -share/kazehakase/icons/kz-rss-feed.png -share/kazehakase/icons/kz-savelink.png -share/kazehakase/icons/kz-scrap-bookmark.png -share/kazehakase/icons/kz-search.png -share/kazehakase/icons/kz-separator.png -share/kazehakase/icons/kz-smart-bookmark.png -share/kazehakase/icons/kz-tab-next.png -share/kazehakase/icons/kz-tab-prev.png -share/kazehakase/icons/kz-view-source.png -share/kazehakase/icons/kz-yellow.png -share/kazehakase/kz-no-thumbnail.png -share/kazehakase/search-result.css -share/kazehakase/search-result.js -share/pixmaps/kazehakase-icon.png -share/locale/cs/LC_MESSAGES/kazehakase.mo -share/locale/de/LC_MESSAGES/kazehakase.mo -share/locale/fr/LC_MESSAGES/kazehakase.mo -share/locale/ja/LC_MESSAGES/kazehakase.mo -share/locale/nl/LC_MESSAGES/kazehakase.mo -share/locale/ru/LC_MESSAGES/kazehakase.mo -@dirrm share/kazehakase/icons -@dirrm share/kazehakase -@dirrm lib/kazehakase/search -@dirrm lib/kazehakase/embed -@dirrm lib/kazehakase -@dirrm etc/kazehakase/mozilla -@dirrm etc/kazehakase -@dirrmtry share/applications diff --git a/www/libxul/Makefile b/www/libxul/Makefile deleted file mode 100644 index e62c9b919..000000000 --- a/www/libxul/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# New ports collection makefile for: xulrunner -# Date created: 2006-02-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libxul -DISTVERSION= 1.9.2.17 -PORTREVISION= 1 -CATEGORIES?= www devel -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= xulrunner/releases/${DISTVERSION}/source -DISTNAME= xulrunner-${DISTVERSION}.source - -MAINTAINER?= gecko@FreeBSD.org -COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps - -WRKSRC= ${WRKDIR}/mozilla-1.9.2 -CONFLICTS= mozilla-[0-9]* -GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \ - lib/${MOZILLA}/include lib/${MOZILLA}/lib - -USE_AUTOTOOLS= autoconf213 -WANT_GNOME= yes -WANT_PERL= yes -ALL_TARGET= default -HAS_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} -LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} -USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA} - -PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig -MOZ_OPTIONS?= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ - --disable-javaxpcom --enable-canvas \ - --enable-system-cairo --disable-updater \ - --disable-necko-wifi --disable-ipc -MOZ_EXTENSIONS= default,cookie,permissions -OPTIONS= # Empty, used for generic gecko OPTIONS -USE_GECKO_OPTIONS= java debug logging optimized_cflags -USE_GECKO= gecko -MOZILLA_EXEC_NAME=xulrunner -MOZ_TOOLKIT= cairo-gtk2 -USE_MOZILLA= -png -nss -dbm -jpeg -MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-gtkmozembed-embedding \ - mozilla-gtkmozembed mozilla-js mozilla-nss mozilla-plugin - -OPTIONS= DBUS "Enable D-BUS support" on - -.include <bsd.port.pre.mk> - -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} - -.if ${OSVERSION} < 700000 -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio -EXTRA_PATCHES= ${FILESDIR}/releng6_pulseaudio -.else -EXTRA_PATCHES= ${FILESDIR}/libsydney_oss -.endif - -.if ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -CONFIGURE_ENV+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - -.if defined(WITHOUT_DBUS) -MOZ_OPTIONS+= --disable-dbus --disable-libnotify -.else -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - notify.4:${PORTSDIR}/devel/libnotify -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ - ${WRKSRC}/storage/build/Makefile.in \ - ${WRKSRC}/db/sqlite3/src/Makefile.in - ${REINPLACE_CMD} -e 's|/usr/local/include|${LOCALBASE}/include|' \ - ${WRKSRC}/js/src/config/mkdepend/Makefile.in - @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g ; \ - s|echo aout|echo elf|g ; \ - s|/usr/X11R6|${LOCALBASE}|g' \ - ${WRKSRC}/js/src/configure - -pre-configure: - (cd ${WRKSRC}/js/src/ && ${AUTOCONF}) - -post-build: - @${REINPLACE_CMD} -e "s|\(Libs:.*\)\($$\)|\1 -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}\2| ; \ - s|%sdkdir%|%sdkdir%/sdk|g ; \ - s|%%MOZ_LIBDIR%%|${PREFIX}/lib/${MOZILLA}|g" \ - ${WRKSRC}/xulrunner/installer/*.pc.in || ${TRUE} - -.include <bsd.port.post.mk> diff --git a/www/libxul/distinfo b/www/libxul/distinfo deleted file mode 100644 index 2f4d3dd32..000000000 --- a/www/libxul/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xulrunner-1.9.2.17.source.tar.bz2) = 6b2de4332f7f0a7b3a2afb6a496ac972db9799b4955e613130e7e574b82245e8 -SIZE (xulrunner-1.9.2.17.source.tar.bz2) = 51768448 diff --git a/www/libxul/files/libsydney_oss b/www/libxul/files/libsydney_oss deleted file mode 100644 index a68d549b2..000000000 --- a/www/libxul/files/libsydney_oss +++ /dev/null @@ -1,15 +0,0 @@ ---- media/libsydneyaudio/src/Makefile.in.orig 2009-08-17 14:21:06.000000000 +0200 -+++ media/libsydneyaudio/src/Makefile.in 2009-08-17 14:21:53.000000000 +0200 -@@ -45,6 +45,12 @@ - LIBRARY_NAME = sydneyaudio - FORCE_STATIC_LIB= 1 - -+ifeq ($(OS_ARCH),FreeBSD) -+CSRCS = \ -+ sydney_audio_oss.c \ -+ $(NULL) -+endif -+ - ifeq ($(OS_ARCH),Linux) - CSRCS = \ - sydney_audio_alsa.c \ diff --git a/www/libxul/files/patch-config-mkdepend-imakemdep.h b/www/libxul/files/patch-config-mkdepend-imakemdep.h deleted file mode 100644 index b688e6644..000000000 --- a/www/libxul/files/patch-config-mkdepend-imakemdep.h +++ /dev/null @@ -1,10 +0,0 @@ ---- config/mkdepend/imakemdep.h Fri Sep 4 21:22:25 1998 -+++ config/mkdepend/imakemdep.h Thu Oct 16 22:43:25 2003 -@@ -278,4 +278,7 @@ - "-D__i386__", - # endif -+# if defined(__amd64__) || defined(__x86_64__) -+ "-D__amd64__ -D__x86_64__", -+# endif - # ifdef __GNUC__ - "-traditional", diff --git a/www/libxul/files/patch-config_autoconf.mk.in b/www/libxul/files/patch-config_autoconf.mk.in deleted file mode 100644 index b39d9bacf..000000000 --- a/www/libxul/files/patch-config_autoconf.mk.in +++ /dev/null @@ -1,21 +0,0 @@ ---- config/autoconf.mk.in.orig 2007-08-28 12:02:43.000000000 -0400 -+++ config/autoconf.mk.in 2007-09-26 14:21:51.000000000 -0400 -@@ -58,14 +58,14 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/%%MOZILLA%% - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ --idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+idldir = $(datadir)/idl/%%MOZILLA%% - --installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) -+installdir = $(libdir)/%%MOZILLA%% -+sdkdir = $(libdir)/%%MOZILLA%% - - DIST = $(DEPTH)/dist - LIBXUL_SDK = @LIBXUL_SDK@ diff --git a/www/libxul/files/patch-config_mkdepend_Makefile.in b/www/libxul/files/patch-config_mkdepend_Makefile.in deleted file mode 100644 index 8da7e48ab..000000000 --- a/www/libxul/files/patch-config_mkdepend_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- config/mkdepend/Makefile.in.orig Sun Apr 18 14:17:26 2004 -+++ config/mkdepend/Makefile.in Sun Dec 12 09:42:11 2004 -@@ -73,6 +73,7 @@ - include $(topsrcdir)/config/rules.mk - - HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += $(XCFLAGS) - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) diff --git a/www/libxul/files/patch-config_rules.mk b/www/libxul/files/patch-config_rules.mk deleted file mode 100644 index 8ab35f5a8..000000000 --- a/www/libxul/files/patch-config_rules.mk +++ /dev/null @@ -1,13 +0,0 @@ ---- config/rules.mk.orig Thu Sep 14 14:07:03 2006 -+++ config/rules.mk Wed Oct 18 11:00:09 2006 -@@ -442,9 +442,7 @@ - endif - - ifeq ($(OS_ARCH),FreeBSD) --ifdef IS_COMPONENT --EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic --endif -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc - endif - - ifeq ($(OS_ARCH),NetBSD) diff --git a/www/libxul/files/patch-configure.in b/www/libxul/files/patch-configure.in deleted file mode 100644 index aab5aa4ba..000000000 --- a/www/libxul/files/patch-configure.in +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.in.orig 2009-10-29 23:11:31.000000000 +0100 -+++ configure.in 2009-11-16 19:51:19.000000000 +0100 -@@ -1352,7 +1352,7 @@ - CPU_ARCH=sparc - ;; - --x86_64 | ia64) -+amd64 | x86_64 | ia64) - CPU_ARCH="$OS_TEST" - ;; - -@@ -3582,8 +3582,8 @@ - *) - - AC_CHECK_LIB(c, iconv, [_ICONV_LIBS="$_ICONV_LIBS"], -- AC_CHECK_LIB(iconv, iconv, [_ICONV_LIBS="$_ICONV_LIBS -liconv"], -- AC_CHECK_LIB(iconv, libiconv, [_ICONV_LIBS="$_ICONV_LIBS -liconv"]))) -+ AC_CHECK_LIB(iconv, iconv, [_ICONV_LIBS="$_ICONV_LIBS -L$LOCALBASE/lib -liconv"], -+ AC_CHECK_LIB(iconv, libiconv, [_ICONV_LIBS="$_ICONV_LIBS -L$LOCALBASE/lib -liconv"]))) - _SAVE_LIBS=$LIBS - LIBS="$LIBS $_ICONV_LIBS" - AC_CACHE_CHECK( diff --git a/www/libxul/files/patch-content-xslt-public-txDouble.h b/www/libxul/files/patch-content-xslt-public-txDouble.h deleted file mode 100644 index cd4acfc53..000000000 --- a/www/libxul/files/patch-content-xslt-public-txDouble.h +++ /dev/null @@ -1,11 +0,0 @@ ---- content/xslt/public/txDouble.h.orig 2009-08-16 21:46:27.000000000 +0200 -+++ content/xslt/public/txDouble.h 2009-08-16 21:49:53.000000000 +0200 -@@ -43,7 +43,7 @@ - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. - #ifdef __FreeBSD__ - #include <ieeefp.h> --#ifdef __alpha__ -+#if !defined(__amd64__) && !defined(__i386__) - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; - #else - static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; diff --git a/www/libxul/files/patch-db_sqlite3_src_Makefile.in b/www/libxul/files/patch-db_sqlite3_src_Makefile.in deleted file mode 100644 index 71b84da6d..000000000 --- a/www/libxul/files/patch-db_sqlite3_src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- db/sqlite3/src/Makefile.in.orig 2008-06-19 11:03:17.000000000 -0500 -+++ db/sqlite3/src/Makefile.in 2008-06-19 11:04:15.000000000 -0500 -@@ -45,6 +45,8 @@ - - include $(DEPTH)/config/autoconf.mk - -+OS_CFLAGS = -I../../../dist/include/sqlite3 -+OS_LIBS = %%PTHREAD_LIBS%% - MODULE = sqlite3 - LIBRARY_NAME = sqlite3 - FORCE_SHARED_LIB = 1 diff --git a/www/libxul/files/patch-embedding_base_nsEmbedAPI.cpp b/www/libxul/files/patch-embedding_base_nsEmbedAPI.cpp deleted file mode 100644 index 2cc9823fe..000000000 --- a/www/libxul/files/patch-embedding_base_nsEmbedAPI.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- embedding/base/nsEmbedAPI.cpp.orig 2007-10-09 20:00:30.000000000 -0400 -+++ embedding/base/nsEmbedAPI.cpp 2007-10-09 20:01:45.000000000 -0400 -@@ -53,7 +53,12 @@ static PRBool sRegistryIniti - static PRUint32 sInitCounter = 0; - - #define HACK_AROUND_THREADING_ISSUES --//#define HACK_AROUND_NONREENTRANT_INITXPCOM -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#if __FreeBSD_version < 700042 -+#define HACK_AROUND_NONREENTRANT_INITXPCOM -+#endif -+#endif - - #ifdef HACK_AROUND_NONREENTRANT_INITXPCOM - // XXX hack class to clean up XPCOM when this module is unloaded diff --git a/www/libxul/files/patch-js-ctypes-libffi-configure b/www/libxul/files/patch-js-ctypes-libffi-configure deleted file mode 100644 index 3f6b66e1d..000000000 --- a/www/libxul/files/patch-js-ctypes-libffi-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- js/ctypes/libffi/configure.orig 2010-07-22 23:54:58.000000000 +0200 -+++ js/ctypes/libffi/configure 2010-08-05 07:34:44.000000000 +0200 -@@ -21033,6 +21033,9 @@ - powerpc-*-aix* | rs6000-*-aix*) - TARGET=POWERPC_AIX; TARGETDIR=powerpc - ;; -+ powerpc64-*-freebsd*) -+ TARGET=POWERPC; TARGETDIR=powerpc -+ ;; - powerpc-*-freebsd*) - TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc - ;; diff --git a/www/libxul/files/patch-js-src-Makefile.in b/www/libxul/files/patch-js-src-Makefile.in deleted file mode 100644 index 751596240..000000000 --- a/www/libxul/files/patch-js-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- js/src/Makefile.in.orig 2009-05-11 15:21:19.000000000 +0200 -+++ js/src/Makefile.in 2009-05-11 15:21:34.000000000 +0200 -@@ -427,7 +427,7 @@ - endif # WINNT - - ifeq ($(OS_ARCH),FreeBSD) --EXTRA_LIBS += -pthread -+EXTRA_LIBS += -pthread -lc - endif - ifeq ($(OS_ARCH),IRIX) - ifdef USE_N32 diff --git a/www/libxul/files/patch-js-src-config-mkdepend-Makefile.in b/www/libxul/files/patch-js-src-config-mkdepend-Makefile.in deleted file mode 100644 index e65ee360d..000000000 --- a/www/libxul/files/patch-js-src-config-mkdepend-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- js/src/config/mkdepend/Makefile.in.orig 2009-08-15 17:45:39.000000000 +0200 -+++ js/src/config/mkdepend/Makefile.in 2009-08-15 17:46:08.000000000 +0200 -@@ -72,7 +72,7 @@ - - include $(topsrcdir)/config/rules.mk - --HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += -DINCLUDEDIR=\"%%LOCALBASE%%/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -I/usr/local/include - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) diff --git a/www/libxul/files/patch-js-src-configure.in b/www/libxul/files/patch-js-src-configure.in deleted file mode 100644 index 962541ba9..000000000 --- a/www/libxul/files/patch-js-src-configure.in +++ /dev/null @@ -1,13 +0,0 @@ ---- js/src/configure.in.orig 2009-09-30 21:50:26.000000000 +0200 -+++ js/src/configure.in 2009-09-30 21:50:44.000000000 +0200 -@@ -2467,10 +2467,6 @@ - ENABLE_JIT=1 - NANOJIT_ARCH=ARM - ;; --sparc*-*) -- ENABLE_JIT=1 -- NANOJIT_ARCH=Sparc -- ;; - esac - - MOZ_ARG_DISABLE_BOOL(jit, diff --git a/www/libxul/files/patch-js-src-jslock.cpp b/www/libxul/files/patch-js-src-jslock.cpp deleted file mode 100644 index 7aea14d0e..000000000 --- a/www/libxul/files/patch-js-src-jslock.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- js/src/jslock.cpp.orig 2009-10-07 20:15:38.000000000 +0200 -+++ js/src/jslock.cpp 2009-10-07 21:36:14.000000000 +0200 -@@ -160,8 +160,13 @@ - unsigned int res; - - __asm__ __volatile__ ( -- "stbar\n" -- "cas [%1],%2,%3\n" -+ "membar #StoreLoad | #LoadLoad\n" -+# if defined (__sparc64__) -+ "casx [%1],%2,%3\n" -+# else -+ "cas [%1],%2,%3\n" /* 32-bit version */ -+# endif -+ "membar #StoreLoad | #LoadLoad\n" - "cmp %2,%3\n" - "be,a 1f\n" - "mov 1,%0\n" diff --git a/www/libxul/files/patch-js_src_jsnum.cpp b/www/libxul/files/patch-js_src_jsnum.cpp deleted file mode 100644 index c997f4c6b..000000000 --- a/www/libxul/files/patch-js_src_jsnum.cpp +++ /dev/null @@ -1,31 +0,0 @@ ---- js/src/jsnum.cpp.orig 2010-01-05 22:35:17.000000000 -0500 -+++ js/src/jsnum.cpp 2010-01-11 05:10:19.000000000 -0500 -@@ -43,6 +43,9 @@ - /* - * JS number type and wrapper class. - */ -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif - #ifdef XP_OS2 - #define _PC_53 PC_53 - #define _MCW_EM MCW_EM -@@ -691,8 +694,18 @@ - - #else - -+#if defined(__FreeBSD__) && __FreeBSD_version >= 601000 -+#if __BSD_VISIBLE == 0 -+#error __BSD_VISIBLE is zero, so fedisableexcept is not defined -+#endif -+#include <fenv.h> -+#define FIX_FPU() ((void)fedisableexcept(FE_ALL_EXCEPT)) -+#else -+ - #define FIX_FPU() ((void)0) - -+#endif /* defined(__FreeBSD__) && __FreeBSD_version >= 503000 */ -+ - #endif - - JSBool diff --git a/www/libxul/files/patch-layout_generic_Makefile.in b/www/libxul/files/patch-layout_generic_Makefile.in deleted file mode 100644 index e39242751..000000000 --- a/www/libxul/files/patch-layout_generic_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- layout/generic/Makefile.in.orig 2009-08-07 00:49:41.000000000 +0200 -+++ layout/generic/Makefile.in 2009-08-09 20:54:53.000000000 +0200 -@@ -187,9 +187,10 @@ - -I$(srcdir)/../../content/base/src \ - -I$(srcdir)/../../content/html/content/src \ - -I$(srcdir)/../../dom/base \ -- $(MOZ_CAIRO_CFLAGS) \ - $(NULL) - -+CXXFLAGS += $(MOZ_CAIRO_CFLAGS) -+ - ifdef MOZ_ENABLE_GTK2 - CXXFLAGS += $(MOZ_GTK2_CFLAGS) - endif diff --git a/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h b/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h deleted file mode 100644 index 60d8988b9..000000000 --- a/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h +++ /dev/null @@ -1,11 +0,0 @@ ---- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2010-09-06 11:33:54.000000000 +0200 -+++ media/liboggz/include/oggz/oggz_off_t_generated.h 2010-09-06 11:34:16.000000000 +0200 -@@ -59,7 +59,7 @@ - - #include <sys/types.h> - --#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) -+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) || defined (__FreeBSD__) - typedef off_t oggz_off_t; - #else - typedef loff_t oggz_off_t; diff --git a/www/libxul/files/patch-modules-libpref-src-prefapi.cpp b/www/libxul/files/patch-modules-libpref-src-prefapi.cpp deleted file mode 100644 index 159f0d434..000000000 --- a/www/libxul/files/patch-modules-libpref-src-prefapi.cpp +++ /dev/null @@ -1,102 +0,0 @@ - -This bug is due to the fact, applications are restarted before extension -defaults are loaded. - -To reproduce, choose any preference and set the values like: -system default: - pref("prefkey",systemvalue); -extension default: - pref("prefkey", extensiondefault); -user pref: - user_pref("prefkey", systemvalue); - -Next, trigger application behaviour similar to upgrade by removing compreg.dat -from profile and start the application. - -Result: -User sees extensiondefault after upgrade, because the user_pref has been -eliminated ... which is definitly not what the user expects because he explicitly -had *systemvalue* set before the upgrade. - -Evaluation: -The bug happens because restart is performed *before* extension defaults have been -loaded and the prefapi.cpp always eliminate user preference if the user preference -is equal to the actual default (which happens to be extensiondefault normally - so -no reset, but is systemvalue during restart). - -Fix: -1. savePrefs should not try to be smart ... this patch removes the heuristic that guesses -whether a setting can be eliminated or not; it should be sufficient to only eliminate -prefs in hashPrefs. - -2. This patch prevents hashPrefs from eliminating the user pref in case we are in -*startup* ... unfortunately no such state info exists, which lets us guess that -we are in startup for the previously not dealt case: !set_default && -!pref_ValueChanged(pref->defaultPref, value, type) && !PREF_HAS_USER_VALUE(pref). - -If is the case we explicitly remember that this setting is a user-pref ... -even though it might be temporarily equal to the default pref. - ---- - modules/libpref/src/prefapi.cpp | 20 ++++++++++++++------ - 1 file changed, 14 insertions(+), 6 deletions(-) - -Index: modules/libpref/src/prefapi.cpp -=================================================================== ---- modules/libpref/src/prefapi.cpp -+++ modules/libpref/src/prefapi.cpp -@@ -324,23 +324,20 @@ - if (!pref) - return PL_DHASH_NEXT; - - nsCAutoString prefValue; - - // where we're getting our pref from - PrefValue* sourcePref; - -- if (PREF_HAS_USER_VALUE(pref) && -- pref_ValueChanged(pref->defaultPref, -- pref->userPref, -- (PrefType) PREF_TYPE(pref))) -- sourcePref = &pref->userPref; -- else if (PREF_IS_LOCKED(pref)) -+ if (PREF_IS_LOCKED(pref)) - sourcePref = &pref->defaultPref; -+ else if (PREF_HAS_USER_VALUE(pref)) -+ sourcePref = &pref->userPref; - else - // do not save default prefs that haven't changed - return PL_DHASH_NEXT; - - // strings are in quotes! - if (pref->flags & PREF_STRING) { - prefValue = '\"'; - str_escape(sourcePref->stringVal, prefValue); -@@ -742,16 +739,27 @@ - Otherwise, set the user value only if it has changed */ - if ( !pref_ValueChanged(pref->defaultPref, value, type) ) - { - if (PREF_HAS_USER_VALUE(pref)) - { - pref->flags &= ~PREF_USERSET; - if (!PREF_IS_LOCKED(pref)) - valueChanged = PR_TRUE; -+ } else { -+ // this is tricky: we have !set_default ... -+ // thus we are setting a user pref; however the user -+ // pref set is same as *current default*; this normally -+ // means to un-set ... however since we have -+ // !PREF_HAS_USER_VALUE(pref) this can only be during -+ // startup -+ pref_SetValue(&pref->userPref, value, type); -+ pref->flags |= PREF_USERSET; -+ if (!PREF_IS_LOCKED(pref)) -+ valueChanged = PR_TRUE; - } - } - else if ( !PREF_HAS_USER_VALUE(pref) || - pref_ValueChanged(pref->userPref, value, type) ) - { - pref_SetValue(&pref->userPref, value, type); - pref->flags |= PREF_USERSET; - if (!PREF_IS_LOCKED(pref)) diff --git a/www/libxul/files/patch-security_coreconf_FreeBSD.mk b/www/libxul/files/patch-security_coreconf_FreeBSD.mk deleted file mode 100644 index 2ae0716f1..000000000 --- a/www/libxul/files/patch-security_coreconf_FreeBSD.mk +++ /dev/null @@ -1,18 +0,0 @@ ---- security/coreconf/FreeBSD.mk.orig 2010-06-26 07:29:06.000000000 +0200 -+++ security/coreconf/FreeBSD.mk 2010-07-18 13:25:06.000000000 +0200 -@@ -49,9 +49,6 @@ - ifeq ($(CPU_ARCH),pc98) - CPU_ARCH = x86 - endif --ifeq ($(CPU_ARCH),amd64) --CPU_ARCH = x86_64 --endif - - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -87,4 +84,4 @@ - - G++INCLUDES = -I/usr/include/g++ - --INCLUDES += -I/usr/X11R6/include -+#INCLUDES += -I/usr/X11R6/include diff --git a/www/libxul/files/patch-security_manager_ssl_src_nsNSSComponent.cpp b/www/libxul/files/patch-security_manager_ssl_src_nsNSSComponent.cpp deleted file mode 100644 index f30d12229..000000000 --- a/www/libxul/files/patch-security_manager_ssl_src_nsNSSComponent.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- security/manager/ssl/src/nsNSSComponent.cpp.orig Mon May 29 23:10:54 2006 -+++ security/manager/ssl/src/nsNSSComponent.cpp Mon May 29 23:12:22 2006 -@@ -110,6 +110,7 @@ - #include "nss.h" - #include "pk11func.h" - #include "ssl.h" -+#define NSS_ENABLE_ECC 1 - #include "sslproto.h" - #include "secmod.h" - #include "sechash.h" diff --git a/www/libxul/files/patch-security_nss_lib_freebl_mpi_mpcpucache.c b/www/libxul/files/patch-security_nss_lib_freebl_mpi_mpcpucache.c deleted file mode 100644 index b579fc5b4..000000000 --- a/www/libxul/files/patch-security_nss_lib_freebl_mpi_mpcpucache.c +++ /dev/null @@ -1,44 +0,0 @@ ---- security/nss/lib/freebl/mpi/mpcpucache.c.orig 2011-02-26 18:44:42.000000000 +0100 -+++ security/nss/lib/freebl/mpi/mpcpucache.c 2011-02-26 18:46:41.000000000 +0100 -@@ -733,6 +733,33 @@ - #endif - - #if defined(__ppc64__) -+#if defined(__FreeBSD__) -+#include <sys/stddef.h> -+#include <sys/sysctl.h> -+ -+#include <machine/cpu.h> -+#include <machine/md_var.h> -+ -+unsigned long -+s_mpi_getProcessorLineSize() -+{ -+ static int cacheline_size = 0; -+ static int cachemib[] = { CTL_MACHDEP, CPU_CACHELINE }; -+ int clen; -+ -+ if (cacheline_size > 0) -+ return cacheline_size; -+ -+ clen = sizeof(cacheline_size); -+ if (sysctl(cachemib, sizeof(cachemib) / sizeof(cachemib[0]), -+ &cacheline_size, &clen, NULL, 0) < 0 || !cacheline_size) -+ return 128; /* guess */ -+ -+ return cacheline_size; -+} -+#else /* __FreeBSD__ */ -+ -+ - /* - * Sigh, The PPC has some really nice features to help us determine cache - * size, since it had lots of direct control functions to do so. The POWER -@@ -786,6 +813,7 @@ - return 0; - } - -+#endif /* __FreeBSD__ */ - #define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1 - #endif - diff --git a/www/libxul/files/patch-storage_build_Makefile.in b/www/libxul/files/patch-storage_build_Makefile.in deleted file mode 100644 index 18202a5a6..000000000 --- a/www/libxul/files/patch-storage_build_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- storage/build/Makefile.in.orig Tue Feb 21 11:18:56 2006 -+++ storage/build/Makefile.in Sun Nov 5 16:16:06 2006 -@@ -77,6 +77,7 @@ - $(EXTRA_DSO_LIBS) \ - $(MOZ_COMPONENT_LIBS) \ - $(MOZ_JS_LIBS) \ -+ %%PTHREAD_LIBS%% \ - $(NULL) - - include $(topsrcdir)/config/rules.mk diff --git a/www/libxul/files/patch-toolkit_library_Makefile.in b/www/libxul/files/patch-toolkit_library_Makefile.in deleted file mode 100644 index d905acd5b..000000000 --- a/www/libxul/files/patch-toolkit_library_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- toolkit/library/Makefile.in.orig 2010-01-11 12:13:08.000000000 -0500 -+++ toolkit/library/Makefile.in 2010-01-11 12:15:05.000000000 -0500 -@@ -181,7 +181,7 @@ - export:: $(RDF_UTIL_SRC_CPPSRCS) $(INTL_UNICHARUTIL_UTIL_CPPSRCS) - $(INSTALL) $^ . - --EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) -+EXTRA_DSO_LDOPTS += -Wl,--warn-unresolved-symbols -Wl,--as-needed $(LIBS_DIR) $(EXTRA_DSO_LIBS) - - ifdef MOZ_ENABLE_LIBXUL - include $(srcdir)/libxul-rules.mk diff --git a/www/libxul/files/patch-xpcom_base_nsStackWalk.cpp b/www/libxul/files/patch-xpcom_base_nsStackWalk.cpp deleted file mode 100644 index 3485b1509..000000000 --- a/www/libxul/files/patch-xpcom_base_nsStackWalk.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- xpcom/base/nsStackWalk.cpp.orig 2010-01-11 02:11:49.000000000 -0500 -+++ xpcom/base/nsStackWalk.cpp 2010-01-11 02:13:26.000000000 -0500 -@@ -1132,7 +1132,7 @@ - #define __USE_GNU - #endif - --#if defined(HAVE_LIBDL) || defined(XP_MACOSX) -+#if defined(HAVE_LIBDL) || defined(XP_MACOSX) || defined(__FreeBSD__) - #include <dlfcn.h> - #endif - diff --git a/www/libxul/files/patch-xpcom_reflect_xptcall_public_xptcstubsdecl.inc b/www/libxul/files/patch-xpcom_reflect_xptcall_public_xptcstubsdecl.inc deleted file mode 100644 index ebe5474ca..000000000 --- a/www/libxul/files/patch-xpcom_reflect_xptcall_public_xptcstubsdecl.inc +++ /dev/null @@ -1,11 +0,0 @@ ---- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 -+++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Fri Mar 19 15:58:14 2004 -@@ -8,7 +8,7 @@ - * 1 is AddRef - * 2 is Release - */ --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - NS_IMETHOD Stub3(); - NS_IMETHOD Stub4(); - NS_IMETHOD Stub5(); diff --git a/www/libxul/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in b/www/libxul/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in deleted file mode 100644 index 124e86202..000000000 --- a/www/libxul/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in +++ /dev/null @@ -1,87 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2010-04-02 16:03:13.000000000 +0000 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in 2010-06-06 19:19:44.000000000 +0000 -@@ -73,6 +73,9 @@ - DEFINES += -DKEEP_STACK_16_BYTE_ALIGNED - CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp - endif -+ifeq (x86_64,$(OS_TEST)) -+CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp -+endif - endif - endif - -@@ -96,7 +99,7 @@ - endif - endif - # IA64 Linux --ifneq (,$(filter Linux,$(OS_ARCH))) -+ifneq (,$(filter Linux FreeBSD,$(OS_ARCH))) - ifneq (,$(findstring ia64,$(OS_TEST))) - CPPSRCS := xptcinvoke_ipf64.cpp xptcstubs_ipf64.cpp - ASFILES := xptcstubs_asm_ipf64.s xptcinvoke_asm_ipf64.s -@@ -111,8 +114,8 @@ - # - # FreeBSD/amd64 - # --ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDx86_64) --CPPSRCS := xptcinvoke_amd64_linux.cpp xptcstubs_amd64_linux.cpp -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDamd64) -+CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp - endif - # - # BeOS/Intel (uses the same unixish_x86 code) -@@ -165,9 +168,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # -@@ -322,7 +331,7 @@ - # - # Linux/PPC - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc) -+ifneq (,$(filter Linuxpowerpc FreeBSDpowerpc,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc_linux.cpp xptcstubs_ppc_linux.cpp - ASFILES := xptcinvoke_asm_ppc_linux.s xptcstubs_asm_ppc_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -331,9 +340,9 @@ - # - # Linux/PPC64 - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc64) --CPPSRCS := xptcinvoke_ppc64_linux.cpp xptcstubs_ppc64_linux.cpp --ASFILES := xptcinvoke_asm_ppc64_linux.s xptcstubs_asm_ppc64_linux.s -+ifneq (,$(filter Linuxpowerpc64 FreeBSDpowerpc64,$(OS_ARCH)$(OS_TEST))) -+CPPSRCS := xptcinvoke_ppc64_linux.cpp xptcstubs_ppc64_linux.cpp -+ASFILES := xptcinvoke_asm_ppc64_linux.s xptcstubs_asm_ppc64_linux.s - AS := $(CC) -c -x assembler-with-cpp - endif - -@@ -400,6 +409,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_openbsd.cpp xptcstubs_sparc64_openbsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s -+endif -+endif -+# - # OpenBSD/SPARC - # - ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDsparc) diff --git a/www/libxul/files/patch-xptcall-alpha b/www/libxul/files/patch-xptcall-alpha deleted file mode 100644 index 29631a98e..000000000 --- a/www/libxul/files/patch-xptcall-alpha +++ /dev/null @@ -1,459 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp.orig Tue May 27 01:37:25 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp Tue May 27 01:37:00 2003 -@@ -0,0 +1,184 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1998 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+__asm__("invoke_copy_to_stack") __attribute__((unused)); -+ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ for(PRUint32 i = 0; i < paramCount; i++, d++, s++) -+ { -+ if(s->IsPtrData()) -+ { -+ *d = (PRUint64)s->ptr; -+ continue; -+ } -+ switch(s->type) -+ { -+ case nsXPTType::T_I8 : *d = (PRUint64)s->val.i8; break; -+ case nsXPTType::T_I16 : *d = (PRUint64)s->val.i16; break; -+ case nsXPTType::T_I32 : *d = (PRUint64)s->val.i32; break; -+ case nsXPTType::T_I64 : *d = (PRUint64)s->val.i64; break; -+ case nsXPTType::T_U8 : *d = (PRUint64)s->val.u8; break; -+ case nsXPTType::T_U16 : *d = (PRUint64)s->val.u16; break; -+ case nsXPTType::T_U32 : *d = (PRUint64)s->val.u32; break; -+ case nsXPTType::T_U64 : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // convert floats to doubles if they are to be passed -+ // via registers so we can just deal with doubles later -+ union { PRUint64 u64; double d; } t; -+ t.d = (double)s->val.f; -+ *d = t.u64; -+ } -+ else -+ // otherwise copy to stack normally -+ *d = (PRUint64)s->val.u32; -+ break; -+ case nsXPTType::T_DOUBLE : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_BOOL : *d = (PRUint64)s->val.b; break; -+ case nsXPTType::T_CHAR : *d = (PRUint64)s->val.c; break; -+ case nsXPTType::T_WCHAR : *d = (PRUint64)s->val.wc; break; -+ default: -+ // all the others are plain pointer types -+ *d = (PRUint64)s->val.p; -+ break; -+ } -+ } -+} -+ -+/* -+ * XPTC_PUBLIC_API(nsresult) -+ * XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ * PRUint32 paramCount, nsXPTCVariant* params, void* vt) -+ */ -+__asm__( -+ "#### XPTC_InvokeByIndex ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".globl XPTC_InvokeByIndex\n\t" -+ ".ent XPTC_InvokeByIndex\n" -+"XPTC_InvokeByIndex:\n\t" -+ ".frame $15,32,$26,0\n\t" -+ ".mask 0x4008000,-32\n\t" -+ "ldgp $29,0($27)\n" -+"$XPTC_InvokeByIndex..ng:\n\t" -+ "subq $30,32,$30\n\t" -+ "stq $26,0($30)\n\t" -+ "stq $15,8($30)\n\t" -+ "bis $30,$30,$15\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Allocate enough stack space to hold the greater of 6 or "paramCount"+1 -+ * parameters. (+1 for "this" pointer) Room for at least 6 parameters -+ * is required for storage of those passed via registers. -+ */ -+ -+ "bis $31,5,$2\n\t" /* count = MAX(5, "paramCount") */ -+ "cmplt $2,$18,$1\n\t" -+ "cmovne $1,$18,$2\n\t" -+ "s8addq $2,16,$1\n\t" /* room for count+1 params (8 bytes each) */ -+ "bic $1,15,$1\n\t" /* stack space is rounded up to 0 % 16 */ -+ "subq $30,$1,$30\n\t" -+ -+ "stq $16,0($30)\n\t" /* save "that" (as "this" pointer) */ -+ "stq $17,16($15)\n\t" /* save "methodIndex" */ -+ -+ "addq $30,8,$16\n\t" /* pass stack pointer */ -+ "bis $18,$18,$17\n\t" /* pass "paramCount" */ -+ "bis $19,$19,$18\n\t" /* pass "params" */ -+ "bsr $26,$invoke_copy_to_stack..ng\n\t" /* call invoke_copy_to_stack */ -+ -+ /* -+ * Copy the first 6 parameters to registers and remove from stack frame. -+ * Both the integer and floating point registers are set for each parameter -+ * except the first which is the "this" pointer. (integer only) -+ * The floating point registers are all set as doubles since the -+ * invoke_copy_to_stack function should have converted the floats. -+ */ -+ "ldq $16,0($30)\n\t" /* integer registers */ -+ "ldq $17,8($30)\n\t" -+ "ldq $18,16($30)\n\t" -+ "ldq $19,24($30)\n\t" -+ "ldq $20,32($30)\n\t" -+ "ldq $21,40($30)\n\t" -+ "ldt $f17,8($30)\n\t" /* floating point registers */ -+ "ldt $f18,16($30)\n\t" -+ "ldt $f19,24($30)\n\t" -+ "ldt $f20,32($30)\n\t" -+ "ldt $f21,40($30)\n\t" -+ -+ "addq $30,48,$30\n\t" /* remove params from stack */ -+ -+ /* -+ * Call the virtual function with the constructed stack frame. -+ */ -+ "bis $16,$16,$1\n\t" /* load "this" */ -+ "ldq $2,16($15)\n\t" /* load "methodIndex" */ -+ "ldq $1,0($1)\n\t" /* load vtable */ -+#if 0 -+ "s8addq $2,16,$2\n\t" /* vtable index = "methodIndex" * 8 + 16 */ -+#else -+ "mulq $2, 8, $2\n\t" -+ "addq $2, 0, $2\n\t" /* vtable index = "methodIndex" * 16 + 24 */ -+#endif -+ "addq $1,$2,$1\n\t" -+ "ldq $27,0($1)\n\t" /* load address of function */ -+ "jsr $26,($27),0\n\t" /* call virtual function */ -+ "ldgp $29,0($26)\n\t" -+ -+ "bis $15,$15,$30\n\t" -+ "ldq $26,0($30)\n\t" -+ "ldq $15,8($30)\n\t" -+ "addq $30,32,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end XPTC_InvokeByIndex" -+ ); -+ ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp.orig Tue May 27 01:37:30 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp Tue May 27 01:37:04 2003 -@@ -0,0 +1,269 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1999 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Implement shared vtbl methods. */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include <sys/types.h> -+#include <machine/cpu.h> -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+__asm__("PrepareAndDispatch") __attribute__((unused)); -+ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+{ -+ const PRUint8 PARAM_BUFFER_COUNT = 16; -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ // args[0] to args[NUM_ARG_REGS] hold floating point register values -+ PRUint64* ap = args + NUM_ARG_REGS; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = (PRInt8) *ap; break; -+ case nsXPTType::T_I16 : dp->val.i16 = (PRInt16) *ap; break; -+ case nsXPTType::T_I32 : dp->val.i32 = (PRInt32) *ap; break; -+ case nsXPTType::T_I64 : dp->val.i64 = (PRInt64) *ap; break; -+ case nsXPTType::T_U8 : dp->val.u8 = (PRUint8) *ap; break; -+ case nsXPTType::T_U16 : dp->val.u16 = (PRUint16) *ap; break; -+ case nsXPTType::T_U32 : dp->val.u32 = (PRUint32) *ap; break; -+ case nsXPTType::T_U64 : dp->val.u64 = (PRUint64) *ap; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // floats passed via registers are stored as doubles -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (PRUint64) args[i]; -+ dp->val.f = (float) dp->val.d; // convert double to float -+ } -+ else -+ dp->val.u32 = (PRUint32) *ap; -+ break; -+ case nsXPTType::T_DOUBLE : -+ // doubles passed via registers are also stored -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (i < NUM_ARG_REGS) ? args[i] : *ap; -+ break; -+ case nsXPTType::T_BOOL : dp->val.b = (PRBool) *ap; break; -+ case nsXPTType::T_CHAR : dp->val.c = (char) *ap; break; -+ case nsXPTType::T_WCHAR : dp->val.wc = (PRUnichar) *ap; break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+/* -+ * SharedStub() -+ * Collects arguments and calls PrepareAndDispatch. The "methodIndex" is -+ * passed to this function via $1 to preserve the argument registers. -+ */ -+__asm__( -+ "#### SharedStub ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".ent SharedStub\n" -+"SharedStub:\n\t" -+ ".frame $30,96,$26,0\n\t" -+ ".mask 0x4000000,-96\n\t" -+ "ldgp $29,0($27)\n" -+"$SharedStub..ng:\n\t" -+ "subq $30,96,$30\n\t" -+ "stq $26,0($30)\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Store arguments passed via registers to the stack. -+ * Floating point registers are stored as doubles and converted -+ * to floats in PrepareAndDispatch if necessary. -+ */ -+ "stt $f17,16($30)\n\t" /* floating point registers */ -+ "stt $f18,24($30)\n\t" -+ "stt $f19,32($30)\n\t" -+ "stt $f20,40($30)\n\t" -+ "stt $f21,48($30)\n\t" -+ "stq $17,56($30)\n\t" /* integer registers */ -+ "stq $18,64($30)\n\t" -+ "stq $19,72($30)\n\t" -+ "stq $20,80($30)\n\t" -+ "stq $21,88($30)\n\t" -+ -+ /* -+ * Call PrepareAndDispatch function. -+ */ -+ "bis $1,$1,$17\n\t" /* pass "methodIndex" */ -+ "addq $30,16,$18\n\t" /* pass "args" */ -+ "bsr $26,$PrepareAndDispatch..ng\n\t" -+ -+ "ldq $26,0($30)\n\t" -+ "addq $30,96,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end SharedStub" -+ ); -+ -+#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */ -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase5Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase5Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase5Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase5Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase5Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase6Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase6Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase6Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase6Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase7Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase7Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase7Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase7Stub"#n"Ev" \ -+ ); -+#else -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ nsresult result; \ -+__asm__ __volatile__( \ -+ "ldah $29,0($27)\n\t" \ -+ "lda $29,0($29)\n\t" \ -+ "lda $1, "#n"\n\t" \ -+ "br $31, $SharedStub..ng\n\t" \ -+ "mov $0, %0\n\t" \ -+ : "=r" (result) \ -+ ); \ -+ return result; \ -+} -+#endif -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ diff --git a/www/libxul/files/patch-xptcall-amd64 b/www/libxul/files/patch-xptcall-amd64 deleted file mode 100644 index 908b5fc74..000000000 --- a/www/libxul/files/patch-xptcall-amd64 +++ /dev/null @@ -1,380 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_amd64_freebsd.cpp.orig 2009-10-02 22:13:13.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_amd64_freebsd.cpp 2009-10-02 22:41:36.000000000 +0200 -@@ -0,0 +1,174 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+// Platform specific code to invoke XPCOM methods on native objects -+ -+#include "xptcprivate.h" -+ -+// 6 integral parameters are passed in registers -+const PRUint32 GPR_COUNT = 6; -+ -+// 8 floating point parameters are passed in SSE registers -+const PRUint32 FPR_COUNT = 8; -+ -+// Remember that these 'words' are 64-bit long -+static inline void -+invoke_count_words(PRUint32 paramCount, nsXPTCVariant * s, -+ PRUint32 & nr_gpr, PRUint32 & nr_fpr, PRUint32 & nr_stack) -+{ -+ nr_gpr = 1; // skip one GP register for 'that' -+ nr_fpr = 0; -+ nr_stack = 0; -+ -+ /* Compute number of eightbytes of class MEMORY. */ -+ for (uint32 i = 0; i < paramCount; i++, s++) { -+ if (!s->IsPtrData() -+ && (s->type == nsXPTType::T_FLOAT || s->type == nsXPTType::T_DOUBLE)) { -+ if (nr_fpr < FPR_COUNT) -+ nr_fpr++; -+ else -+ nr_stack++; -+ } -+ else { -+ if (nr_gpr < GPR_COUNT) -+ nr_gpr++; -+ else -+ nr_stack++; -+ } -+ } -+} -+ -+static void -+invoke_copy_to_stack(PRUint64 * d, PRUint32 paramCount, nsXPTCVariant * s, -+ PRUint64 * gpregs, double * fpregs) -+{ -+ PRUint32 nr_gpr = 1; // skip one GP register for 'that' -+ PRUint32 nr_fpr = 0; -+ PRUint64 value; -+ -+ for (uint32 i = 0; i < paramCount; i++, s++) { -+ if (s->IsPtrData()) -+ value = (PRUint64) s->ptr; -+ else { -+ switch (s->type) { -+ case nsXPTType::T_FLOAT: break; -+ case nsXPTType::T_DOUBLE: break; -+ case nsXPTType::T_I8: value = s->val.i8; break; -+ case nsXPTType::T_I16: value = s->val.i16; break; -+ case nsXPTType::T_I32: value = s->val.i32; break; -+ case nsXPTType::T_I64: value = s->val.i64; break; -+ case nsXPTType::T_U8: value = s->val.u8; break; -+ case nsXPTType::T_U16: value = s->val.u16; break; -+ case nsXPTType::T_U32: value = s->val.u32; break; -+ case nsXPTType::T_U64: value = s->val.u64; break; -+ case nsXPTType::T_BOOL: value = s->val.b; break; -+ case nsXPTType::T_CHAR: value = s->val.c; break; -+ case nsXPTType::T_WCHAR: value = s->val.wc; break; -+ default: value = (PRUint64) s->val.p; break; -+ } -+ } -+ -+ if (!s->IsPtrData() && s->type == nsXPTType::T_DOUBLE) { -+ if (nr_fpr < FPR_COUNT) -+ fpregs[nr_fpr++] = s->val.d; -+ else { -+ *((double *)d) = s->val.d; -+ d++; -+ } -+ } -+ else if (!s->IsPtrData() && s->type == nsXPTType::T_FLOAT) { -+ if (nr_fpr < FPR_COUNT) -+ // The value in %xmm register is already prepared to -+ // be retrieved as a float. Therefore, we pass the -+ // value verbatim, as a double without conversion. -+ fpregs[nr_fpr++] = s->val.d; -+ else { -+ *((float *)d) = s->val.f; -+ d++; -+ } -+ } -+ else { -+ if (nr_gpr < GPR_COUNT) -+ gpregs[nr_gpr++] = value; -+ else -+ *d++ = value; -+ } -+ } -+} -+ -+extern "C" -+EXPORT_XPCOM_API(nsresult) -+NS_InvokeByIndex_P(nsISupports * that, PRUint32 methodIndex, -+ PRUint32 paramCount, nsXPTCVariant * params) -+{ -+ PRUint32 nr_gpr, nr_fpr, nr_stack; -+ invoke_count_words(paramCount, params, nr_gpr, nr_fpr, nr_stack); -+ -+ // Stack, if used, must be 16-bytes aligned -+ if (nr_stack) -+ nr_stack = (nr_stack + 1) & ~1; -+ -+ // Load parameters to stack, if necessary -+ PRUint64 *stack = (PRUint64 *) __builtin_alloca(nr_stack * 8); -+ PRUint64 gpregs[GPR_COUNT]; -+ double fpregs[FPR_COUNT]; -+ invoke_copy_to_stack(stack, paramCount, params, gpregs, fpregs); -+ -+ // Load FPR registers from fpregs[] -+ register double d0 asm("xmm0"); -+ register double d1 asm("xmm1"); -+ register double d2 asm("xmm2"); -+ register double d3 asm("xmm3"); -+ register double d4 asm("xmm4"); -+ register double d5 asm("xmm5"); -+ register double d6 asm("xmm6"); -+ register double d7 asm("xmm7"); -+ -+ switch (nr_fpr) { -+#define ARG_FPR(N) \ -+ case N+1: d##N = fpregs[N]; -+ ARG_FPR(7); -+ ARG_FPR(6); -+ ARG_FPR(5); -+ ARG_FPR(4); -+ ARG_FPR(3); -+ ARG_FPR(2); -+ ARG_FPR(1); -+ ARG_FPR(0); -+ case 0:; -+#undef ARG_FPR -+ } -+ -+ // Load GPR registers from gpregs[] -+ register PRUint64 a0 asm("rdi"); -+ register PRUint64 a1 asm("rsi"); -+ register PRUint64 a2 asm("rdx"); -+ register PRUint64 a3 asm("rcx"); -+ register PRUint64 a4 asm("r8"); -+ register PRUint64 a5 asm("r9"); -+ -+ switch (nr_gpr) { -+#define ARG_GPR(N) \ -+ case N+1: a##N = gpregs[N]; -+ ARG_GPR(5); -+ ARG_GPR(4); -+ ARG_GPR(3); -+ ARG_GPR(2); -+ ARG_GPR(1); -+ case 1: a0 = (PRUint64) that; -+ case 0:; -+#undef ARG_GPR -+ } -+ -+ // Ensure that assignments to SSE registers won't be optimized away -+ asm("" :: -+ "x" (d0), "x" (d1), "x" (d2), "x" (d3), -+ "x" (d4), "x" (d5), "x" (d6), "x" (d7)); -+ -+ // Get pointer to method -+ PRUint64 methodAddress = *((PRUint64 *)that); -+ methodAddress += 8 * methodIndex; -+ methodAddress = *((PRUint64 *)methodAddress); -+ -+ typedef PRUint32 (*Method)(PRUint64, PRUint64, PRUint64, PRUint64, PRUint64, PRUint64); -+ PRUint32 result = ((Method)methodAddress)(a0, a1, a2, a3, a4, a5); -+ return result; -+} ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_amd64_freebsd.cpp.orig 2009-10-02 22:13:13.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_amd64_freebsd.cpp 2009-10-02 22:39:37.000000000 +0200 -@@ -0,0 +1,200 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+ -+// Implement shared vtbl methods. -+ -+#include "xptcprivate.h" -+#include "xptiprivate.h" -+ -+// The Linux/x86-64 ABI passes the first 6 integral parameters and the -+// first 8 floating point parameters in registers (rdi, rsi, rdx, rcx, -+// r8, r9 and xmm0-xmm7), no stack space is allocated for these by the -+// caller. The rest of the parameters are passed in the callers stack -+// area. -+ -+const PRUint32 PARAM_BUFFER_COUNT = 16; -+const PRUint32 GPR_COUNT = 6; -+const PRUint32 FPR_COUNT = 8; -+ -+// PrepareAndDispatch() is called by SharedStub() and calls the actual method. -+// -+// - 'args[]' contains the arguments passed on stack -+// - 'gpregs[]' contains the arguments passed in integer registers -+// - 'fpregs[]' contains the arguments passed in floating point registers -+// -+// The parameters are mapped into an array of type 'nsXPTCMiniVariant' -+// and then the method gets called. -+ -+extern "C" nsresult -+PrepareAndDispatch(nsXPTCStubBase * self, PRUint32 methodIndex, -+ PRUint64 * args, PRUint64 * gpregs, double *fpregs) -+{ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint32 paramCount; -+ PRUint32 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->mEntry->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no method info"); -+ if (! info) -+ return NS_ERROR_UNEXPECTED; -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ if (! dispatchParams) -+ return NS_ERROR_OUT_OF_MEMORY; -+ -+ PRUint64* ap = args; -+ PRUint32 nr_gpr = 1; // skip one GPR register for 'that' -+ PRUint32 nr_fpr = 0; -+ PRUint64 value; -+ -+ for(i = 0; i < paramCount; i++) { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if (!param.IsOut() && type == nsXPTType::T_DOUBLE) { -+ if (nr_fpr < FPR_COUNT) -+ dp->val.d = fpregs[nr_fpr++]; -+ else -+ dp->val.d = *(double*) ap++; -+ continue; -+ } -+ else if (!param.IsOut() && type == nsXPTType::T_FLOAT) { -+ if (nr_fpr < FPR_COUNT) -+ // The value in %xmm register is already prepared to -+ // be retrieved as a float. Therefore, we pass the -+ // value verbatim, as a double without conversion. -+ dp->val.d = *(double*) ap++; -+ else -+ dp->val.f = *(float*) ap++; -+ continue; -+ } -+ else { -+ if (nr_gpr < GPR_COUNT) -+ value = gpregs[nr_gpr++]; -+ else -+ value = *ap++; -+ } -+ -+ if (param.IsOut() || !type.IsArithmetic()) { -+ dp->val.p = (void*) value; -+ continue; -+ } -+ -+ switch (type) { -+ case nsXPTType::T_I8: dp->val.i8 = (PRInt8) value; break; -+ case nsXPTType::T_I16: dp->val.i16 = (PRInt16) value; break; -+ case nsXPTType::T_I32: dp->val.i32 = (PRInt32) value; break; -+ case nsXPTType::T_I64: dp->val.i64 = (PRInt64) value; break; -+ case nsXPTType::T_U8: dp->val.u8 = (PRUint8) value; break; -+ case nsXPTType::T_U16: dp->val.u16 = (PRUint16) value; break; -+ case nsXPTType::T_U32: dp->val.u32 = (PRUint32) value; break; -+ case nsXPTType::T_U64: dp->val.u64 = (PRUint64) value; break; -+ case nsXPTType::T_BOOL: dp->val.b = (PRBool) value; break; -+ case nsXPTType::T_CHAR: dp->val.c = (char) value; break; -+ case nsXPTType::T_WCHAR: dp->val.wc = (wchar_t) value; break; -+ -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->mOuter->CallMethod((PRUint16)methodIndex, info, -+ dispatchParams); -+ -+ if (dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */ -+// Linux/x86-64 uses gcc >= 3.1 -+#define STUB_ENTRY(n) \ -+asm(".section \".text\"\n\t" \ -+ ".align 2\n\t" \ -+ ".if " #n " < 10\n\t" \ -+ ".globl _ZN14nsXPTCStubBase5Stub" #n "Ev\n\t" \ -+ ".type _ZN14nsXPTCStubBase5Stub" #n "Ev,@function\n" \ -+ "_ZN14nsXPTCStubBase5Stub" #n "Ev:\n\t" \ -+ ".elseif " #n " < 100\n\t" \ -+ ".globl _ZN14nsXPTCStubBase6Stub" #n "Ev\n\t" \ -+ ".type _ZN14nsXPTCStubBase6Stub" #n "Ev,@function\n" \ -+ "_ZN14nsXPTCStubBase6Stub" #n "Ev:\n\t" \ -+ ".elseif " #n " < 1000\n\t" \ -+ ".globl _ZN14nsXPTCStubBase7Stub" #n "Ev\n\t" \ -+ ".type _ZN14nsXPTCStubBase7Stub" #n "Ev,@function\n" \ -+ "_ZN14nsXPTCStubBase7Stub" #n "Ev:\n\t" \ -+ ".else\n\t" \ -+ ".err \"stub number " #n " >= 1000 not yet supported\"\n\t" \ -+ ".endif\n\t" \ -+ "movl $" #n ", %eax\n\t" \ -+ "jmp SharedStub\n\t" \ -+ ".if " #n " < 10\n\t" \ -+ ".size _ZN14nsXPTCStubBase5Stub" #n "Ev,.-_ZN14nsXPTCStubBase5Stub" #n "Ev\n\t" \ -+ ".elseif " #n " < 100\n\t" \ -+ ".size _ZN14nsXPTCStubBase6Stub" #n "Ev,.-_ZN14nsXPTCStubBase6Stub" #n "Ev\n\t" \ -+ ".else\n\t" \ -+ ".size _ZN14nsXPTCStubBase7Stub" #n "Ev,.-_ZN14nsXPTCStubBase7Stub" #n "Ev\n\t" \ -+ ".endif"); -+ -+// static nsresult SharedStub(PRUint32 methodIndex) -+asm(".section \".text\"\n\t" -+ ".align 2\n\t" -+ ".type SharedStub,@function\n\t" -+ "SharedStub:\n\t" -+ // make room for gpregs (48), fpregs (64) -+ "pushq %rbp\n\t" -+ "movq %rsp,%rbp\n\t" -+ "subq $112,%rsp\n\t" -+ // save GP registers -+ "movq %rdi,-112(%rbp)\n\t" -+ "movq %rsi,-104(%rbp)\n\t" -+ "movq %rdx, -96(%rbp)\n\t" -+ "movq %rcx, -88(%rbp)\n\t" -+ "movq %r8 , -80(%rbp)\n\t" -+ "movq %r9 , -72(%rbp)\n\t" -+ "leaq -112(%rbp),%rcx\n\t" -+ // save FP registers -+ "movsd %xmm0,-64(%rbp)\n\t" -+ "movsd %xmm1,-56(%rbp)\n\t" -+ "movsd %xmm2,-48(%rbp)\n\t" -+ "movsd %xmm3,-40(%rbp)\n\t" -+ "movsd %xmm4,-32(%rbp)\n\t" -+ "movsd %xmm5,-24(%rbp)\n\t" -+ "movsd %xmm6,-16(%rbp)\n\t" -+ "movsd %xmm7, -8(%rbp)\n\t" -+ "leaq -64(%rbp),%r8\n\t" -+ // rdi has the 'self' pointer already -+ "movl %eax,%esi\n\t" -+ "leaq 16(%rbp),%rdx\n\t" -+ "call PrepareAndDispatch\n\t" -+ "leave\n\t" -+ "ret\n\t" -+ ".size SharedStub,.-SharedStub"); -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ -+#else -+#error "can't find a compiler to use" -+#endif /* __GNUC__ */ diff --git a/www/libxul/files/patch-xptcall-powerpc b/www/libxul/files/patch-xptcall-powerpc deleted file mode 100644 index 6824d8a31..000000000 --- a/www/libxul/files/patch-xptcall-powerpc +++ /dev/null @@ -1,580 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_freebsd.s.orig 2009-09-26 22:23:56.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_freebsd.s 2009-09-27 10:01:48.000000000 +0200 -@@ -0,0 +1,110 @@ -+# -*- Mode: Asm -*- -+# -+# The contents of this file are subject to the Netscape Public -+# License Version 1.1 (the "License"); you may not use this file -+# except in compliance with the License. You may obtain a copy of -+# the License at http://www.mozilla.org/NPL/ -+# -+# Software distributed under the License is distributed on an "AS -+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+# implied. See the License for the specific language governing -+# rights and limitations under the License. -+# -+# The Original Code is mozilla.org code. -+# -+# The Initial Developer of the Original Code is Netscape -+# Communications Corporation. Portions created by Netscape are -+# Copyright (C) 1999 Netscape Communications Corporation. All -+# Rights Reserved. -+# -+# Contributor(s): -+# Franz.Sirl-kernel@lauterbach.com (Franz Sirl) -+# beard@netscape.com (Patrick Beard) -+# waterson@netscape.com (Chris Waterson) -+# -+.set r0,0; .set sp,1; .set RTOC,2; .set r3,3; .set r4,4 -+.set r5,5; .set r6,6; .set r7,7; .set r8,8; .set r9,9 -+.set r10,10; .set r11,11; .set r12,12; .set r13,13; .set r14,14 -+.set r15,15; .set r16,16; .set r17,17; .set r18,18; .set r19,19 -+.set r20,20; .set r21,21; .set r22,22; .set r23,23; .set r24,24 -+.set r25,25; .set r26,26; .set r27,27; .set r28,28; .set r29,29 -+.set r30,30; .set r31,31 -+.set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 -+.set f5,5; .set f6,6; .set f7,7; .set f8,8; .set f9,9 -+.set f10,10; .set f11,11; .set f12,12; .set f13,13; .set f14,14 -+.set f15,15; .set f16,16; .set f17,17; .set f18,18; .set f19,19 -+.set f20,20; .set f21,21; .set f22,22; .set f23,23; .set f24,24 -+.set f25,25; .set f26,26; .set f27,27; .set f28,28; .set f29,29 -+.set f30,30; .set f31,31 -+ -+ .section ".text" -+ .align 2 -+ .globl NS_InvokeByIndex_P -+ .type NS_InvokeByIndex_P,@function -+ -+# -+# NS_InvokeByIndex_P(nsISupports* that, PRUint32 methodIndex, -+# PRUint32 paramCount, nsXPTCVariant* params) -+# -+ -+NS_InvokeByIndex_P: -+ stwu sp,-32(sp) # setup standard stack frame -+ mflr r0 # save LR -+ stw r3,8(sp) # r3 <= that -+ stw r4,12(sp) # r4 <= methodIndex -+ stw r30,16(sp) -+ stw r31,20(sp) -+ -+ stw r0,36(sp) # store LR backchain -+ mr r31,sp -+ -+ rlwinm r10,r5,3,0,27 # r10 = (ParamCount * 2 * 4) & ~0x0f -+ addi r0,r10,96 # reserve stack for GPR and FPR register save area r0 = r10 + 96 -+ lwz r9,0(sp) # r9 = backchain -+ neg r0,r0 -+ stwux r9,sp,r0 # reserve stack sapce and save SP backchain -+ -+ addi r3,sp,8 # r3 <= args -+ mr r4,r5 # r4 <= paramCount -+ mr r5,r6 # r5 <= params -+ add r6,r3,r10 # r6 <= gpregs ( == args + r10 ) -+ mr r30,r6 # store in r30 for use later... -+ addi r7,r6,32 # r7 <= fpregs ( == gpregs + 32 ) -+ -+ bl invoke_copy_to_stack@local # (args, paramCount, params, gpregs, fpregs) -+ -+ lfd f1,32(r30) # load FP registers with method parameters -+ lfd f2,40(r30) -+ lfd f3,48(r30) -+ lfd f4,56(r30) -+ lfd f5,64(r30) -+ lfd f6,72(r30) -+ lfd f7,80(r30) -+ lfd f8,88(r30) -+ -+ lwz r3,8(r31) # r3 <= that -+ lwz r4,12(r31) # r4 <= methodIndex -+ lwz r5,0(r3) # r5 <= vtable ( == *that ) -+ -+ slwi r4,r4,2 # convert to offset ( *= 4 ) -+ lwzx r0,r5,r4 # r0 <= methodpointer ( == vtable + offset ) -+ -+ lwz r4,4(r30) # load GP regs with method parameters -+ lwz r5,8(r30) -+ lwz r6,12(r30) -+ lwz r7,16(r30) -+ lwz r8,20(r30) -+ lwz r9,24(r30) -+ lwz r10,28(r30) -+ -+ mtlr r0 # copy methodpointer to LR -+ blrl # call method -+ -+ lwz r30,16(r31) # restore r30 & r31 -+ lwz r31,20(r31) -+ -+ lwz r11,0(sp) # clean up the stack -+ lwz r0,4(r11) -+ mtlr r0 -+ mr sp,r11 -+ blr ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_freebsd.cpp.orig 2009-09-26 22:23:56.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_freebsd.cpp 2009-09-27 09:58:59.000000000 +0200 -@@ -0,0 +1,141 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Mozilla Public License Version -+ * 1.1 (the "License"); you may not use this file except in compliance with -+ * the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1998 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * Franz.Sirl-kernel@lauterbach.com (Franz Sirl) -+ * beard@netscape.com (Patrick Beard) -+ * waterson@netscape.com (Chris Waterson) -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either of the GNU General Public License Version 2 or later (the "GPL"), -+ * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the MPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the MPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+// Platform specific code to invoke XPCOM methods on native objects -+ -+// The purpose of NS_InvokeByIndex_P() is to map a platform -+// indepenpent call to the platform ABI. To do that, -+// NS_InvokeByIndex_P() has to determine the method to call via vtable -+// access. The parameters for the method are read from the -+// nsXPTCVariant* and prepared for th native ABI. For the Linux/PPC -+// ABI this means that the first 8 integral and floating point -+// parameters are passed in registers. -+ -+#include "xptcprivate.h" -+ -+// 8 integral parameters are passed in registers -+#define GPR_COUNT 8 -+ -+// 8 floating point parameters are passed in registers, floats are -+// promoted to doubles when passed in registers -+#define FPR_COUNT 8 -+ -+extern "C" PRUint32 -+invoke_count_words(PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ return PRUint32(((paramCount * 2) + 3) & ~3); -+} -+ -+extern "C" void -+invoke_copy_to_stack(PRUint32* d, -+ PRUint32 paramCount, -+ nsXPTCVariant* s, -+ PRUint32* gpregs, -+ double* fpregs) -+{ -+ PRUint32 gpr = 1; // skip one GP reg for 'that' -+ PRUint32 fpr = 0; -+ PRUint32 tempu32; -+ PRUint64 tempu64; -+ -+ for(uint32 i = 0; i < paramCount; i++, s++) { -+ if(s->IsPtrData()) -+ tempu32 = (PRUint32) s->ptr; -+ else { -+ switch(s->type) { -+ case nsXPTType::T_FLOAT: break; -+ case nsXPTType::T_DOUBLE: break; -+ case nsXPTType::T_I8: tempu32 = s->val.i8; break; -+ case nsXPTType::T_I16: tempu32 = s->val.i16; break; -+ case nsXPTType::T_I32: tempu32 = s->val.i32; break; -+ case nsXPTType::T_I64: tempu64 = s->val.i64; break; -+ case nsXPTType::T_U8: tempu32 = s->val.u8; break; -+ case nsXPTType::T_U16: tempu32 = s->val.u16; break; -+ case nsXPTType::T_U32: tempu32 = s->val.u32; break; -+ case nsXPTType::T_U64: tempu64 = s->val.u64; break; -+ case nsXPTType::T_BOOL: tempu32 = s->val.b; break; -+ case nsXPTType::T_CHAR: tempu32 = s->val.c; break; -+ case nsXPTType::T_WCHAR: tempu32 = s->val.wc; break; -+ default: tempu32 = (PRUint32) s->val.p; break; -+ } -+ } -+ -+ if (!s->IsPtrData() && s->type == nsXPTType::T_DOUBLE) { -+ if (fpr < FPR_COUNT) -+ fpregs[fpr++] = s->val.d; -+ else { -+ if ((PRUint32) d & 4) d++; // doubles are 8-byte aligned on stack -+ *((double*) d) = s->val.d; -+ d += 2; -+ } -+ } -+ else if (!s->IsPtrData() && s->type == nsXPTType::T_FLOAT) { -+ if (fpr < FPR_COUNT) -+ fpregs[fpr++] = s->val.f; // if passed in registers, floats are promoted to doubles -+ else -+ *((float*) d++) = s->val.f; -+ } -+ else if (!s->IsPtrData() && (s->type == nsXPTType::T_I64 -+ || s->type == nsXPTType::T_U64)) { -+ if ((gpr + 1) < GPR_COUNT) { -+ if (gpr & 1) gpr++; // longlongs are aligned in odd/even register pairs, eg. r5/r6 -+ *((PRUint64*) &gpregs[gpr]) = tempu64; -+ gpr += 2; -+ } -+ else { -+ if ((PRUint32) d & 4) d++; // longlongs are 8-byte aligned on stack -+ *((PRUint64*) d) = tempu64; -+ d += 2; -+ } -+ } -+ else { -+ if (gpr < GPR_COUNT) -+ gpregs[gpr++] = tempu32; -+ else -+ *d++ = tempu32; -+ } -+ -+ } -+} -+ -+extern "C" -+EXPORT_XPCOM_API(nsresult) -+NS_InvokeByIndex_P(nsISupports* that, PRUint32 methodIndex, -+ PRUint32 paramCount, nsXPTCVariant* params); ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_freebsd.s.orig 2009-09-26 22:23:56.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_freebsd.s 2009-09-26 22:23:56.000000000 +0200 -@@ -0,0 +1,89 @@ -+# -*- Mode: Asm -*- -+# -+# The contents of this file are subject to the Netscape Public -+# License Version 1.1 (the "License"); you may not use this file -+# except in compliance with the License. You may obtain a copy of -+# the License at http://www.mozilla.org/NPL/ -+# -+# Software distributed under the License is distributed on an "AS -+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+# implied. See the License for the specific language governing -+# rights and limitations under the License. -+# -+# The Original Code is mozilla.org code. -+# -+# The Initial Developer of the Original Code is Netscape -+# Communications Corporation. Portions created by Netscape are -+# Copyright (C) 1999 Netscape Communications Corporation. All -+# Rights Reserved. -+# -+# Contributor(s): -+# Franz.Sirl-kernel@lauterbach.com (Franz Sirl) -+# beard@netscape.com (Patrick Beard) -+# waterson@netscape.com (Chris Waterson) -+# -+ -+.set r0,0; .set sp,1; .set RTOC,2; .set r3,3; .set r4,4 -+.set r5,5; .set r6,6; .set r7,7; .set r8,8; .set r9,9 -+.set r10,10; .set r11,11; .set r12,12; .set r13,13; .set r14,14 -+.set r15,15; .set r16,16; .set r17,17; .set r18,18; .set r19,19 -+.set r20,20; .set r21,21; .set r22,22; .set r23,23; .set r24,24 -+.set r25,25; .set r26,26; .set r27,27; .set r28,28; .set r29,29 -+.set r30,30; .set r31,31 -+.set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 -+.set f5,5; .set f6,6; .set f7,7; .set f8,8; .set f9,9 -+.set f10,10; .set f11,11; .set f12,12; .set f13,13; .set f14,14 -+.set f15,15; .set f16,16; .set f17,17; .set f18,18; .set f19,19 -+.set f20,20; .set f21,21; .set f22,22; .set f23,23; .set f24,24 -+.set f25,25; .set f26,26; .set f27,27; .set f28,28; .set f29,29 -+.set f30,30; .set f31,31 -+ -+ .section ".text" -+ .align 2 -+ .globl SharedStub -+ .type SharedStub,@function -+ -+SharedStub: -+ stwu sp,-112(sp) # room for -+ # linkage (8), -+ # gprData (32), -+ # fprData (64), -+ # stack alignment(8) -+ mflr r0 -+ stw r0,116(sp) # save LR backchain -+ -+ stw r4,12(sp) # save GP registers -+ stw r5,16(sp) # (n.b. that we don't save r3 -+ stw r6,20(sp) # because PrepareAndDispatch() is savvy) -+ stw r7,24(sp) -+ stw r8,28(sp) -+ stw r9,32(sp) -+ stw r10,36(sp) -+ -+ stfd f1,40(sp) # save FP registers -+ stfd f2,48(sp) -+ stfd f3,56(sp) -+ stfd f4,64(sp) -+ stfd f5,72(sp) -+ stfd f6,80(sp) -+ stfd f7,88(sp) -+ stfd f8,96(sp) -+ -+ # r3 has the 'self' pointer already -+ -+ mr r4,r11 # r4 <= methodIndex selector, passed -+ # via r11 in the nsXPTCStubBase::StubXX() call -+ -+ addi r5,sp,120 # r5 <= pointer to callers args area, -+ # beyond r3-r10/f1-f8 mapped range -+ -+ addi r6,sp,8 # r6 <= gprData -+ addi r7,sp,40 # r7 <= fprData -+ -+ bl PrepareAndDispatch@local # Go! -+ -+ lwz r0,116(sp) # restore LR -+ mtlr r0 -+ la sp,112(sp) # clean up the stack -+ blr -+ ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_freebsd.cpp.orig 2009-09-26 22:23:56.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_freebsd.cpp 2009-09-26 22:43:57.000000000 +0200 -@@ -0,0 +1,228 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Mozilla Public License Version -+ * 1.1 (the "License"); you may not use this file except in compliance with -+ * the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1999 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * Franz.Sirl-kernel@lauterbach.com (Franz Sirl) -+ * beard@netscape.com (Patrick Beard) -+ * waterson@netscape.com (Chris Waterson) -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either of the GNU General Public License Version 2 or later (the "GPL"), -+ * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the MPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the MPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+// Implement shared vtbl methods. -+ -+#include "xptcprivate.h" -+#include "xptiprivate.h" -+ -+// The PPC/SYSV ABI passes the first 8 integral -+// parameters and the first 8 floating point parameters in registers -+// (r3-r10 and f1-f8), no stack space is allocated for these by the -+// caller. The rest of the parameters are passed in the callers stack -+// area. The stack pointer has to retain 16-byte alignment, longlongs -+// and doubles are aligned on 8-byte boundaries. -+ -+#define PARAM_BUFFER_COUNT 16 -+#define GPR_COUNT 8 -+#define FPR_COUNT 8 -+ -+// PrepareAndDispatch() is called by SharedStub() and calls the actual method. -+// -+// - 'args[]' contains the arguments passed on stack -+// - 'gprData[]' contains the arguments passed in integer registers -+// - 'fprData[]' contains the arguments passed in floating point registers -+// -+// The parameters are mapped into an array of type 'nsXPTCMiniVariant' -+// and then the method gets called. -+ -+extern "C" nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, -+ PRUint32 methodIndex, -+ PRUint32* args, -+ PRUint32 *gprData, -+ double *fprData) -+{ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ const nsXPTMethodInfo* info = NULL; -+ PRUint32 paramCount; -+ PRUint32 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->mEntry->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no method info"); -+ if (! info) -+ return NS_ERROR_UNEXPECTED; -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ if (! dispatchParams) -+ return NS_ERROR_OUT_OF_MEMORY; -+ -+ PRUint32* ap = args; -+ PRUint32 gpr = 1; // skip one GPR register -+ PRUint32 fpr = 0; -+ PRUint32 tempu32; -+ PRUint64 tempu64; -+ -+ for(i = 0; i < paramCount; i++) { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if (!param.IsOut() && type == nsXPTType::T_DOUBLE) { -+ if (fpr < FPR_COUNT) -+ dp->val.d = fprData[fpr++]; -+ else { -+ if ((PRUint32) ap & 4) ap++; // doubles are 8-byte aligned on stack -+ dp->val.d = *(double*) ap; -+ ap += 2; -+ } -+ continue; -+ } -+ else if (!param.IsOut() && type == nsXPTType::T_FLOAT) { -+ if (fpr < FPR_COUNT) -+ dp->val.f = (float) fprData[fpr++]; // in registers floats are passed as doubles -+ else -+ dp->val.f = *(float*) ap++; -+ continue; -+ } -+ else if (!param.IsOut() && (type == nsXPTType::T_I64 -+ || type == nsXPTType::T_U64)) { -+ if (gpr & 1) gpr++; // longlongs are aligned in odd/even register pairs, eg. r5/r6 -+ if ((gpr + 1) < GPR_COUNT) { -+ tempu64 = *(PRUint64*) &gprData[gpr]; -+ gpr += 2; -+ } -+ else { -+ if ((PRUint32) ap & 4) ap++; // longlongs are 8-byte aligned on stack -+ tempu64 = *(PRUint64*) ap; -+ ap += 2; -+ } -+ } -+ else { -+ if (gpr < GPR_COUNT) -+ tempu32 = gprData[gpr++]; -+ else -+ tempu32 = *ap++; -+ } -+ -+ if(param.IsOut() || !type.IsArithmetic()) { -+ dp->val.p = (void*) tempu32; -+ continue; -+ } -+ -+ switch(type) { -+ case nsXPTType::T_I8: dp->val.i8 = (PRInt8) tempu32; break; -+ case nsXPTType::T_I16: dp->val.i16 = (PRInt16) tempu32; break; -+ case nsXPTType::T_I32: dp->val.i32 = (PRInt32) tempu32; break; -+ case nsXPTType::T_I64: dp->val.i64 = (PRInt64) tempu64; break; -+ case nsXPTType::T_U8: dp->val.u8 = (PRUint8) tempu32; break; -+ case nsXPTType::T_U16: dp->val.u16 = (PRUint16) tempu32; break; -+ case nsXPTType::T_U32: dp->val.u32 = (PRUint32) tempu32; break; -+ case nsXPTType::T_U64: dp->val.u64 = (PRUint64) tempu64; break; -+ case nsXPTType::T_BOOL: dp->val.b = (PRBool) tempu32; break; -+ case nsXPTType::T_CHAR: dp->val.c = (char) tempu32; break; -+ case nsXPTType::T_WCHAR: dp->val.wc = (wchar_t) tempu32; break; -+ -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->mOuter->CallMethod((PRUint16)methodIndex, -+ info, -+ dispatchParams); -+ -+ if (dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+ -+} -+ -+// Load r11 with the constant 'n' and branch to SharedStub(). -+ -+// As G++3 ABI contains the length of the functionname in the mangled -+// name, it is difficult to get a generic assembler mechanism like -+// in the G++ 2.95 case. -+// Create names would be like: -+// _ZN14nsXPTCStubBase5Stub1Ev -+// _ZN14nsXPTCStubBase6Stub12Ev -+// _ZN14nsXPTCStubBase7Stub123Ev -+// _ZN14nsXPTCStubBase8Stub1234Ev -+// etc. -+// Use assembler directives to get the names right... -+ -+# define STUB_ENTRY(n) \ -+__asm__ ( \ -+ ".align 2 \n\t" \ -+ ".if "#n" < 10 \n\t" \ -+ ".globl _ZN14nsXPTCStubBase5Stub"#n"Ev \n\t" \ -+ ".type _ZN14nsXPTCStubBase5Stub"#n"Ev,@function \n\n" \ -+"_ZN14nsXPTCStubBase5Stub"#n"Ev: \n\t" \ -+ \ -+ ".elseif "#n" < 100 \n\t" \ -+ ".globl _ZN14nsXPTCStubBase6Stub"#n"Ev \n\t" \ -+ ".type _ZN14nsXPTCStubBase6Stub"#n"Ev,@function \n\n" \ -+"_ZN14nsXPTCStubBase6Stub"#n"Ev: \n\t" \ -+ \ -+ ".elseif "#n" < 1000 \n\t" \ -+ ".globl _ZN14nsXPTCStubBase7Stub"#n"Ev \n\t" \ -+ ".type _ZN14nsXPTCStubBase7Stub"#n"Ev,@function \n\n" \ -+"_ZN14nsXPTCStubBase7Stub"#n"Ev: \n\t" \ -+ \ -+ ".else \n\t" \ -+ ".err \"stub number "#n" >= 1000 not yet supported\"\n" \ -+ ".endif \n\t" \ -+ \ -+ "li 11,"#n" \n\t" \ -+ "b SharedStub@local \n" \ -+); -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" diff --git a/www/libxul/files/patch-xptcall-sparc64 b/www/libxul/files/patch-xptcall-sparc64 deleted file mode 100644 index 8d87d8cbd..000000000 --- a/www/libxul/files/patch-xptcall-sparc64 +++ /dev/null @@ -1,329 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc64_freebsd.cpp.orig 2009-09-30 22:48:25.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc64_freebsd.cpp 2009-09-30 23:09:48.000000000 +0200 -@@ -0,0 +1,125 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ */ -+ -+/* Implement shared vtbl methods. */ -+ -+#include "xptcprivate.h" -+#include "xptiprivate.h" -+ -+#if defined(sparc) || defined(__sparc__) -+ -+extern "C" nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args) -+{ -+ -+#define PARAM_BUFFER_COUNT 16 -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->mEntry->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no method info"); -+ if (! info) -+ return NS_ERROR_UNEXPECTED; -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ if (! dispatchParams) -+ return NS_ERROR_OUT_OF_MEMORY; -+ -+ PRUint64* ap = args; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I16 : dp->val.i16 = *((PRInt64*) ap); break; -+ case nsXPTType::T_I32 : dp->val.i32 = *((PRInt64*) ap); break; -+ case nsXPTType::T_DOUBLE : dp->val.d = *((double*) ap); break; -+ case nsXPTType::T_U64 : dp->val.u64 = *((PRUint64*) ap); break; -+ case nsXPTType::T_I64 : dp->val.i64 = *((PRInt64*) ap); break; -+ case nsXPTType::T_U8 : dp->val.u8 = *((PRUint64*) ap); break; -+ case nsXPTType::T_U16 : dp->val.u16 = *((PRUint64*)ap); break; -+ case nsXPTType::T_U32 : dp->val.u32 = *((PRUint64*)ap); break; -+ case nsXPTType::T_FLOAT : dp->val.f = ((float*) ap)[1]; break; -+ case nsXPTType::T_BOOL : dp->val.b = *((PRInt64*) ap); break; -+ case nsXPTType::T_CHAR : dp->val.c = *((PRUint64*) ap); break; -+ case nsXPTType::T_WCHAR : dp->val.wc = *((PRInt64*) ap); break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->mOuter->CallMethod((PRUint16)methodIndex, info, -+ dispatchParams); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+extern "C" int SharedStub(int, int*); -+ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ int dummy; /* defeat tail-call optimization */ \ -+ return SharedStub(n, &dummy); \ -+} -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ -+#endif /* sparc || __sparc__ */ ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc64_freebsd.s.orig 2009-09-30 22:48:25.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc64_freebsd.s 2009-09-30 22:48:25.000000000 +0200 -@@ -0,0 +1,104 @@ -+/* -*- Mode: asm; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+/* -+ Platform specific code to invoke XPCOM methods on native objects -+ for sparcv9 Solaris. -+ -+ See the SPARC Compliance Definition (SCD) Chapter 3 -+ for more information about what is going on here, including -+ the use of BIAS (0x7ff). -+ The SCD is available from http://www.sparc.com/. -+*/ -+ -+ .global NS_InvokeByIndex_P -+ .type NS_InvokeByIndex_P, #function -+ -+/* -+ NS_InvokeByIndex_P(nsISupports* that, PRUint32 methodIndex, -+ PRUint32 paramCount, nsXPTCVariant* params); -+ -+*/ -+NS_InvokeByIndex_P: -+ save %sp,-(128 + 64),%sp ! room for the register window and -+ ! struct pointer, rounded up to 0 % 64 -+ sll %i2,4,%l0 ! assume the worst case -+ ! paramCount * 2 * 8 bytes -+ cmp %l0, 0 ! are there any args? If not, -+ be .invoke ! no need to copy args to stack -+ nop -+ -+ sub %sp,%l0,%sp ! create the additional stack space -+ add %sp,0x7ff+136,%o0 ! step past the register window, the -+ ! struct result pointer and the 'this' slot -+ mov %i2,%o1 ! paramCount -+ call invoke_copy_to_stack -+ mov %i3,%o2 ! params -+ -+! -+! load arguments from stack into the outgoing registers -+! BIAS is 0x7ff (2047) -+! -+ -+! load the %o1..5 64bit (extended word) output registers registers -+ ldx [%sp + 0x7ff + 136],%o1 ! %i1 -+ ldx [%sp + 0x7ff + 144],%o2 ! %i2 -+ ldx [%sp + 0x7ff + 152],%o3 ! %i3 -+ ldx [%sp + 0x7ff + 160],%o4 ! %i4 -+ ldx [%sp + 0x7ff + 168],%o5 ! %i5 -+ -+! load the even number double registers starting with %d2 -+ ldd [%sp + 0x7ff + 136],%f2 -+ ldd [%sp + 0x7ff + 144],%f4 -+ ldd [%sp + 0x7ff + 152],%f6 -+ ldd [%sp + 0x7ff + 160],%f8 -+ ldd [%sp + 0x7ff + 168],%f10 -+ ldd [%sp + 0x7ff + 176],%f12 -+ ldd [%sp + 0x7ff + 184],%f14 -+ ldd [%sp + 0x7ff + 192],%f16 -+ ldd [%sp + 0x7ff + 200],%f18 -+ ldd [%sp + 0x7ff + 208],%f20 -+ ldd [%sp + 0x7ff + 216],%f22 -+ ldd [%sp + 0x7ff + 224],%f24 -+ ldd [%sp + 0x7ff + 232],%f26 -+ ldd [%sp + 0x7ff + 240],%f28 -+ ldd [%sp + 0x7ff + 248],%f30 -+ -+! -+! calculate the target address from the vtable -+! -+.invoke: -+ sll %i1,3,%l0 ! index *= 8 -+! add %l0,16,%l0 ! there are 2 extra entries in the vTable (16bytes) -+ ldx [%i0],%l1 ! *that --> address of vtable -+ ldx [%l0 + %l1],%l0 ! that->vtable[index * 8 + 16] --> address -+ -+ jmpl %l0,%o7 ! call the routine -+ mov %i0,%o0 ! move 'this' pointer to out register -+ -+ mov %o0,%i0 ! propagate return value -+ ret -+ restore -+ -+ .size NS_InvokeByIndex_P, .-NS_InvokeByIndex_P ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_freebsd.cpp.orig 2009-09-30 22:48:25.000000000 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc64_freebsd.cpp 2009-09-30 22:48:25.000000000 +0200 -@@ -0,0 +1,91 @@ -+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- -+ * -+ * The contents of this file are subject to the Mozilla Public -+ * License Version 1.1 (the "License"); you may not use this file -+ * except in compliance with the License. You may obtain a copy of -+ * the License at http://www.mozilla.org/MPL/ -+ * -+ * Software distributed under the License is distributed on an "AS -+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -+ * implied. See the License for the specific language governing -+ * rights and limitations under the License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is Netscape -+ * Communications Corporation. Portions created by Netscape are -+ * Copyright (C) 2001 Netscape Communications Corporation. All -+ * Rights Reserved. -+ * -+ * Contributor(s): -+ * Stuart Parmenter <pavlov@netscape.com> -+ * Chris Seawood <cls@seawood.org> -+ */ -+ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+#include "xptcprivate.h" -+ -+#if !defined(__sparc) && !defined(__sparc__) -+#error "This code is for Sparc only" -+#endif -+ -+/* Prototype specifies unmangled function name */ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s); -+ -+extern "C" PRUint64 -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ /* -+ We need to copy the parameters for this function to locals and use them -+ from there since the parameters occupy the same stack space as the stack -+ we're trying to populate. -+ */ -+ PRUint64 *l_d = d; -+ nsXPTCVariant *l_s = s; -+ PRUint64 l_paramCount = paramCount; -+ PRUint64 regCount = 0; // return the number of registers to load from the stack -+ -+ for(PRUint64 i = 0; i < l_paramCount; i++, l_d++, l_s++) -+ { -+ if (regCount < 5) regCount++; -+ -+ if (l_s->IsPtrData()) -+ { -+ *l_d = (PRUint64)l_s->ptr; -+ continue; -+ } -+ switch (l_s->type) -+ { -+ case nsXPTType::T_I8 : *((PRInt64*)l_d) = l_s->val.i8; break; -+ case nsXPTType::T_I16 : *((PRInt64*)l_d) = l_s->val.i16; break; -+ case nsXPTType::T_I32 : *((PRInt64*)l_d) = l_s->val.i32; break; -+ case nsXPTType::T_I64 : *((PRInt64*)l_d) = l_s->val.i64; break; -+ -+ case nsXPTType::T_U8 : *((PRUint64*)l_d) = l_s->val.u8; break; -+ case nsXPTType::T_U16 : *((PRUint64*)l_d) = l_s->val.u16; break; -+ case nsXPTType::T_U32 : *((PRUint64*)l_d) = l_s->val.u32; break; -+ case nsXPTType::T_U64 : *((PRUint64*)l_d) = l_s->val.u64; break; -+ -+ /* in the case of floats, we want to put the bits in to the -+ 64bit space right justified... floats in the paramter array on -+ sparcv9 use odd numbered registers.. %f1, %f3, so we have to skip -+ the space that would be occupied by %f0, %f2, etc. -+ */ -+ case nsXPTType::T_FLOAT : *(((float*)l_d) + 1) = l_s->val.f; break; -+ case nsXPTType::T_DOUBLE: *((double*)l_d) = l_s->val.d; break; -+ case nsXPTType::T_BOOL : *((PRInt64*)l_d) = l_s->val.b; break; -+ case nsXPTType::T_CHAR : *((PRUint64*)l_d) = l_s->val.c; break; -+ case nsXPTType::T_WCHAR : *((PRInt64*)l_d) = l_s->val.wc; break; -+ -+ default: -+ // all the others are plain pointer types -+ *((void**)l_d) = l_s->val.p; -+ break; -+ } -+ } -+ -+ return regCount; -+} diff --git a/www/libxul/files/patch-xulrunner_installer_libxul.pc.in b/www/libxul/files/patch-xulrunner_installer_libxul.pc.in deleted file mode 100644 index 279e6cd2f..000000000 --- a/www/libxul/files/patch-xulrunner_installer_libxul.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- xulrunner/installer/libxul.pc.in.orig 2010-01-21 04:31:27.000000000 +0100 -+++ xulrunner/installer/libxul.pc.in 2010-06-21 19:39:57.000000000 +0200 -@@ -7,5 +7,5 @@ - Description: The Mozilla Runtime and Embedding Engine - Version: %MOZILLA_VERSION% - Requires: %NSPR_NAME% >= %NSPR_VERSION% --Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom -+Libs: -L${sdkdir}/lib -L%%MOZ_LIBDIR%% -lxpcomglue_s -lxul -lxpcom - Cflags: -I${includedir} %WCHAR_CFLAGS% diff --git a/www/libxul/files/releng6_pulseaudio b/www/libxul/files/releng6_pulseaudio deleted file mode 100644 index 2d83f3c1c..000000000 --- a/www/libxul/files/releng6_pulseaudio +++ /dev/null @@ -1,32 +0,0 @@ ---- media/libsydneyaudio/src/Makefile.in.orig 2009-08-11 17:22:08.000000000 +0200 -+++ media/libsydneyaudio/src/Makefile.in 2009-08-11 17:22:36.000000000 +0200 -@@ -45,6 +45,12 @@ - LIBRARY_NAME = sydneyaudio - FORCE_STATIC_LIB= 1 - -+ifeq ($(OS_ARCH),FreeBSD) -+CSRCS = \ -+ sydney_audio_pulseaudio.c \ -+ $(NULL) -+endif -+ - ifeq ($(OS_ARCH),Linux) - CSRCS = \ - sydney_audio_alsa.c \ ---- toolkit/library/Makefile.in.orig 2009-08-11 17:22:45.000000000 +0200 -+++ toolkit/library/Makefile.in 2009-08-11 17:23:22.000000000 +0200 -@@ -231,12 +231,12 @@ - endif - - ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT)) --EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0 -+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0 -lpulse -lpthread - EXTRA_DSO_LDOPTS += $(FT2_LIBS) - endif - - ifeq (qt,$(MOZ_WIDGET_TOOLKIT)) --EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0 -+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0 -lpulse -lpthread - EXTRA_DSO_LDOPTS += $(FT2_LIBS) - endif - diff --git a/www/libxul/pkg-descr b/www/libxul/pkg-descr deleted file mode 100644 index a4c33d7df..000000000 --- a/www/libxul/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications -that are as rich as Firefox and Thunderbird. It will provide mechanisms for -installing, upgrading, and uninstalling these applications. XULRunner will -also provide libxul, a solution which allows the embedding of Mozilla -technologies in other projects and products. - -WWW: http://developer.mozilla.org/en/docs/XULRunner diff --git a/www/midori/Makefile b/www/midori/Makefile deleted file mode 100644 index f10493227..000000000 --- a/www/midori/Makefile +++ /dev/null @@ -1,93 +0,0 @@ -# New ports collection makefile for: midori -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/midori/Makefile,v 1.31 2011/05/16 18:04:42 kwm Exp $ -# - -PORTNAME= midori -PORTVERSION= 0.3.6 -PORTREVISION= 1 -CATEGORIES= www xfce -MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= xfce4 - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Lightweight web browser using WebKit browser engine - -LIB_DEPENDS= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - notify.4:${PORTSDIR}/devel/libnotify -BUILD_DEPENDS= rsvg-convert:${PORTSDIR}/graphics/librsvg2 \ - valac:${PORTSDIR}/lang/vala -RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-libidn \ - --enable-libnotify \ - --enable-addons \ - --enable-docs \ - --jobs=${MAKE_JOBS_NUMBER} - -MAKE_JOBS_SAFE= yes -HAS_CONFIGURE= yes -USE_PYTHON_BUILD= yes -USE_BZIP2= yes -USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig desktopfileutils -USE_XORG= xscrnsaver -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -.endif - -PLIST_SUB= VERSION="${PORTVERSION:R}" - -OPTIONS= NLS "Enable Native Language support" on \ - APIDOCS "Build api documentation" off \ - UNIQUE "Enable single instance support" off - -.include <bsd.port.pre.mk> - -# WAF needs that -CONFIGURE_ENV+= CC="${CC}" - -.if !defined(WITHOUT_NLS) -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if defined(WITH_APIDOCS) -BUILD_DEPENDS+= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc -CONFIGURE_ARGS+=--enable-apidocs -PLIST_SUB+= APIDOCS="" -.else -CONFIGURE_ARGS+=--disable-apidocs -PLIST_SUB+= APIDOCS="@comment " -.endif - -.if defined(WITH_UNIQUE) -LIB_DEPENDS+= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -CONFIGURE_ARGS+=--enable-unique -.else -CONFIGURE_ARGS+=--disable-unique -.endif - -post-install: - @-update-desktop-database -.if defined(WITH_APIDOCS) - ${MKDIR} ${DOCSDIR}/api/katze/html - ${MKDIR} ${DOCSDIR}/api/midori/html - (cd ${WRKSRC}/_build_/docs/api/katze/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/katze/html) - (cd ${WRKSRC}/_build_/docs/api/midori/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/api/midori/html) -.endif - -.include <bsd.port.post.mk> diff --git a/www/midori/distinfo b/www/midori/distinfo deleted file mode 100644 index 79eebc6ad..000000000 --- a/www/midori/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xfce4/midori-0.3.6.tar.bz2) = 5fb290ffde81e5e6b39a54d286f5732496bfda10ff65019189cc6bf8408f2410 -SIZE (xfce4/midori-0.3.6.tar.bz2) = 904370 diff --git a/www/midori/files/patch-data_search b/www/midori/files/patch-data_search deleted file mode 100644 index 4fafcf236..000000000 --- a/www/midori/files/patch-data_search +++ /dev/null @@ -1,16 +0,0 @@ ---- data/search.orig 2010-05-26 12:31:56.000000000 +0200 -+++ data/search 2010-05-26 12:34:03.000000000 +0200 -@@ -6,6 +6,13 @@ - icon= - token=g - -+[FreshPorts] -+name=FreshPorts -+text=The changes made to the FreeBSD ports tree -+uri=http://www.freshports.org/search.php?query=%s -+icon= -+token=fp -+ - [Wikipedia] - name=Wikipedia - text=The free encyclopedia diff --git a/www/midori/files/patch-wscript b/www/midori/files/patch-wscript deleted file mode 100644 index dba5d9789..000000000 --- a/www/midori/files/patch-wscript +++ /dev/null @@ -1,12 +0,0 @@ ---- wscript.orig 2011-03-13 23:03:35.000000000 +0100 -+++ wscript 2011-03-14 06:45:15.000000000 +0100 -@@ -248,8 +248,7 @@ - if not conf.env['HAVE_UNIQUE']: - if Options.platform == 'win32': - conf.check (lib='ws2_32') -- check_pkg ('openssl', mandatory=False) -- conf.define ('USE_SSL', [0,1][conf.env['HAVE_OPENSSL'] == 1]) -+ conf.define ('HAVE_OPENSSL', [0,1][conf.check (header_name='openssl/opensslv.h')]) - conf.define ('HAVE_NETDB_H', [0,1][conf.check (header_name='netdb.h')]) - conf.check (header_name='sys/wait.h') - conf.check (header_name='sys/select.h') diff --git a/www/midori/pkg-descr b/www/midori/pkg-descr deleted file mode 100644 index fa4e7314b..000000000 --- a/www/midori/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Midori is a lightweight web browser. - -* Full integration with GTK+2. -* Fast rendering with WebKit. -* Tabs, windows and session management. -* Bookmarks are stored with XBEL. -* Searchbox based on OpenSearch. -* Custom context menu actions. -* User scripts and user styles support. -* Extensible via Lua scripts. - -WWW: http://software.twotoasts.de/?page=midori diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist deleted file mode 100644 index b4cf0d882..000000000 --- a/www/midori/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -bin/midori -etc/xdg/midori/search -include/midori-%%VERSION%%/extensions/history-list.h -lib/midori/libadblock.so -lib/midori/libaddons.so -lib/midori/libcolorful-tabs.so -lib/midori/libcookie-manager.so -lib/midori/libcopy-tabs.so -lib/midori/libfeed-panel.so -lib/midori/libformhistory.so -lib/midori/libhistory-list.so -lib/midori/libmouse-gestures.so -lib/midori/libshortcuts.so -lib/midori/libstatus-clock.so -lib/midori/libstatusbar-features.so -lib/midori/libtab-panel.so -lib/midori/libtabs-minimized.so -lib/midori/libtoolbar-editor.so -lib/midori/libweb-cache.so -share/applications/midori.desktop -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/EXPAT -%%DOCSDIR%%/README -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/api-index-full.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/ch01.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/home.png -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/index.sgml -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeItem.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzePreferences.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-KatzeScrolled.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-array.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-arrayaction.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-auth.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-http-cookies.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-net.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-separatoraction.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-throbber.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze-katze-utils.html -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/katze.devhelp2 -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/left.png -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/right.png -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/style.css -%%APIDOCS%%%%DOCSDIR%%/api/katze/html/up.png -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/api-index-full.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/ch01.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/home.png -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/index.sgml -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/left.png -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-GtkIconEntry.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriBrowser.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriExtension.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriPreferences.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-MidoriViewable.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-app.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-array.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-locationaction.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-panel.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-searchaction.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-stock.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-view.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori-websettings.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-midori.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-socket.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori-sokoke.html -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/midori.devhelp2 -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/right.png -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/style.css -%%APIDOCS%%%%DOCSDIR%%/api/midori/html/up.png -%%DOCSDIR%%/faq.css -%%DOCSDIR%%/faq.html -share/icons/hicolor/16x16/apps/midori.png -share/icons/hicolor/16x16/categories/extension.png -share/icons/hicolor/16x16/status/news-feed.png -share/icons/hicolor/22x22/apps/midori.png -share/icons/hicolor/22x22/categories/extension.png -share/icons/hicolor/22x22/status/news-feed.png -share/icons/hicolor/24x24/apps/midori.png -share/icons/hicolor/24x24/categories/extension.png -share/icons/hicolor/24x24/status/news-feed.png -share/icons/hicolor/32x32/apps/midori.png -share/icons/hicolor/32x32/categories/extension.png -share/icons/hicolor/32x32/status/news-feed.png -share/icons/hicolor/48x48/apps/midori.png -share/icons/hicolor/48x48/categories/extension.png -share/icons/hicolor/48x48/status/news-feed.png -share/icons/hicolor/scalable/apps/midori.svg -share/icons/hicolor/scalable/categories/extension.svg -share/icons/hicolor/scalable/status/news-feed.svg -%%NLS%%share/locale/ast/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ar/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ca/LC_MESSAGES/midori.mo -%%NLS%%share/locale/cs/LC_MESSAGES/midori.mo -%%NLS%%share/locale/da/LC_MESSAGES/midori.mo -%%NLS%%share/locale/de/LC_MESSAGES/midori.mo -%%NLS%%share/locale/el/LC_MESSAGES/midori.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/midori.mo -%%NLS%%share/locale/es/LC_MESSAGES/midori.mo -%%NLS%%share/locale/et/LC_MESSAGES/midori.mo -%%NLS%%share/locale/fi/LC_MESSAGES/midori.mo -%%NLS%%share/locale/fr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/gl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/he/LC_MESSAGES/midori.mo -%%NLS%%share/locale/hr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/hu/LC_MESSAGES/midori.mo -%%NLS%%share/locale/id/LC_MESSAGES/midori.mo -%%NLS%%share/locale/it/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ja/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ko/LC_MESSAGES/midori.mo -%%NLS%%share/locale/lt/LC_MESSAGES/midori.mo -%%NLS%%share/locale/nl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/no/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pa/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pt/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ro/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ru/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sk/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sv/LC_MESSAGES/midori.mo -%%NLS%%share/locale/tr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ug/LC_MESSAGES/midori.mo -%%NLS%%share/locale/uk/LC_MESSAGES/midori.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/midori.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/midori.mo -%%DATADIR%%/res/autosuggestcontrol.css -%%DATADIR%%/res/autosuggestcontrol.js -%%DATADIR%%/res/error.html -%%DATADIR%%/res/logo-shade.png -%%DATADIR%%/res/mootools.js -%%DATADIR%%/res/speeddial-head.html -share/vala/vapi/history-list.deps -share/vala/vapi/history-list.vapi -@dirrmtry share/vala/vapi -@dirrmtry share/vala -@dirrm %%DATADIR%%/res -@dirrm %%DATADIR%% -%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ug -%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sr@latin -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast -%%APIDOCS%%@dirrm %%DOCSDIR%%/api/midori/html -%%APIDOCS%%@dirrm %%DOCSDIR%%/api/midori -%%APIDOCS%%@dirrm %%DOCSDIR%%/api/katze/html -%%APIDOCS%%@dirrm %%DOCSDIR%%/api/katze -%%APIDOCS%%@dirrm %%DOCSDIR%%/api -@dirrm %%DOCSDIR%% -@dirrm lib/midori -@dirrm include/midori-%%VERSION%%/extensions -@dirrm include/midori-%%VERSION%% -@dirrm etc/xdg/midori -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/www/p5-Gtk2-WebKit/Makefile b/www/p5-Gtk2-WebKit/Makefile deleted file mode 100644 index d875989e9..000000000 --- a/www/p5-Gtk2-WebKit/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: p5-Gtk2-WebKit -# Date created: 2009-01-26 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# -# $FreeBSD$ -# - -PORTNAME= Gtk2-WebKit -PORTVERSION= 0.08 -PORTREVISION= 1 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/F/FL/FLORA -PKGNAMEPREFIX= p5- - -MAINTAINER= vvelox@vvelox.net -COMMENT= Web content engine library for Gtk2 - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2/CodeGen.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/${PERL_ARCH}/Glib/MakeHelper.pm:${PORTSDIR}/devel/p5-Glib2 \ - ${SITE_PERL}/${PERL_ARCH}/Cairo/Install/Files.pm:${PORTSDIR}/graphics/p5-Cairo \ - ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 - -MAKE_JOBS_UNSAFE= yes - -NO_PACKAGE= Man page creation hangs on some systems for unknown reasons - -PERL_CONFIGURE= yes - -MAN3= Gtk2::WebKit.3 \ - Gtk2::WebKit::WebView.3 \ - Gtk2::WebKit::WebBackForwardList.3 \ - Gtk2::WebKit::WebSettings.3 \ - Gtk2::WebKit::index.3 \ - Gtk2::WebKit::WebFrame.3 \ - Gtk2::WebKit::NetworkRequest.3 \ - Gtk2::WebKit::WebHistoryItem.3 - -.include <bsd.port.mk> diff --git a/www/p5-Gtk2-WebKit/distinfo b/www/p5-Gtk2-WebKit/distinfo deleted file mode 100644 index 1bbbf4ede..000000000 --- a/www/p5-Gtk2-WebKit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Gtk2-WebKit-0.08.tar.gz) = ea76599d14cedc683ea5cc20ccd557677866971212828d5df2a815ac62e066e7 -SIZE (Gtk2-WebKit-0.08.tar.gz) = 68919 diff --git a/www/p5-Gtk2-WebKit/pkg-descr b/www/p5-Gtk2-WebKit/pkg-descr deleted file mode 100644 index cea174712..000000000 --- a/www/p5-Gtk2-WebKit/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -WebKit is a web content engine, derived from KHTML and KJS from KDE, and used -primarily in Apple's Safari browser. It is made to be embedded in other -applications, such as mail readers, or web browsers. - -It is able to display content such as HTML, SVG, XML, and others. It also -supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. - -WWW: http://search.cpan.org/dist/Gtk2-WebKit/ diff --git a/www/p5-Gtk2-WebKit/pkg-plist b/www/p5-Gtk2-WebKit/pkg-plist deleted file mode 100644 index 22e68f259..000000000 --- a/www/p5-Gtk2-WebKit/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebBackForwardList.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebView.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebFrame.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebHistoryItem.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/NetworkRequest.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/index.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install/Files.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install/webkit.typemap -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install/webkit-autogen.h -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit/WebKit.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit/WebKit.bs -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/WebSettings.pod -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit/Install -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/WebKit -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/WebKit -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto diff --git a/www/py-jswebkit/Makefile b/www/py-jswebkit/Makefile deleted file mode 100644 index 396942ddb..000000000 --- a/www/py-jswebkit/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: py-jswebkit -# Date created: 07 Mar 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= jswebkit -PORTVERSION= 0.0.3 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} - -MAINTAINER= jupengfei@gmail.com -COMMENT= WebKit/JavaScriptCore Python bindings - -BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 -RUN_DEPENDS= ${BUILD_DEPENDS} - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/jswebkit.so - -PROJECTHOST= gwrite - -WRKSRC= ${WRKDIR}/${DISTNAME} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= python_jswebkit - -.include <bsd.port.mk> diff --git a/www/py-jswebkit/distinfo b/www/py-jswebkit/distinfo deleted file mode 100644 index 2ffab6282..000000000 --- a/www/py-jswebkit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (python-jswebkit-0.0.3.tar.gz) = 688edf66e9da26cfcd83dd4a30242fe1dc732d6fdb84b5923f193ea00e441f81 -SIZE (python-jswebkit-0.0.3.tar.gz) = 55477 diff --git a/www/py-jswebkit/pkg-descr b/www/py-jswebkit/pkg-descr deleted file mode 100644 index 6a3593fbb..000000000 --- a/www/py-jswebkit/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -python-jswebkit is an cython wrapper for JSContextRef -in pywebkitgtk, which makes it able to call JavaScript -functions with WebKit/JavaScriptCore. - -WWW: http://code.google.com/p/gwrite diff --git a/www/py-webkitgtk/Makefile b/www/py-webkitgtk/Makefile deleted file mode 100644 index 3c7c9a4eb..000000000 --- a/www/py-webkitgtk/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: py-webkitgtk -# Date created: 07 Mar 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= webkitgtk -PORTVERSION= 1.1.8 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= jupengfei@gmail.com -COMMENT= Python bindings for the WebKit GTK+ port - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 - -PROJECTHOST= pywebkitgtk - -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GNOME= glib20 libxslt pkgconfig pygtk2 -USE_GMAKE= yes -USE_PYTHON= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/www/py-webkitgtk/distinfo b/www/py-webkitgtk/distinfo deleted file mode 100644 index 775e574fa..000000000 --- a/www/py-webkitgtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pywebkitgtk-1.1.8.tar.bz2) = 8229c5344d66fa323ae93ae189cff6d2a3e1d6356f52b5d8c26be760a8e774eb -SIZE (pywebkitgtk-1.1.8.tar.bz2) = 277013 diff --git a/www/py-webkitgtk/pkg-descr b/www/py-webkitgtk/pkg-descr deleted file mode 100644 index 2b93e3277..000000000 --- a/www/py-webkitgtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for the WebKit GTK+ port. - -WWW: http://code.google.com/p/pywebkitgtk diff --git a/www/py-webkitgtk/pkg-plist b/www/py-webkitgtk/pkg-plist deleted file mode 100644 index 67244101c..000000000 --- a/www/py-webkitgtk/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PYTHON_SITELIBDIR%%/webkit/__init__.py -%%PYTHON_SITELIBDIR%%/webkit/webkit.a -%%PYTHON_SITELIBDIR%%/webkit/webkit.la -%%PYTHON_SITELIBDIR%%/webkit/webkit.so -libdata/pkgconfig/pywebkitgtk-1.0.pc -share/pywebkitgtk/defs/webkit-1.0.2.defs -share/pywebkitgtk/defs/webkit-1.1-types.defs -share/pywebkitgtk/defs/webkit-1.1.defs -share/pywebkitgtk/defs/webkit-base-types.defs -@dirrm share/pywebkitgtk/defs -@dirrm share/pywebkitgtk -@dirrm %%PYTHON_SITELIBDIR%%/webkit diff --git a/www/surf/Makefile b/www/surf/Makefile deleted file mode 100644 index 93152d31b..000000000 --- a/www/surf/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: surf -# Date created: December 21, 2009 -# Whom: Christopher Knaust <jigboe@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= surf -PORTVERSION= 0.4.1 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ - -MAINTAINER= davide.italiano@gmail.com -COMMENT= A simple Web browser based on WebKit/Gtk+ - -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 -RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu - -USE_GNOME= gtk20 pkgconfig - -MAN1= surf.1 -PLIST_FILES= bin/surf -PORTDOCS= LICENSE README - -CONFLICTS= surf-1* # math/surf - -# Name conflicts with the math/surf port -NO_LATEST_LINK= yes - -pre-everything:: - @${ECHO_MSG} "You can build surf with your own config.h using the SURF_CONF knob:" - @${ECHO_MSG} "make SURF_CONF=/path/to/surf/config.h install clean" - -post-extract: -.if defined(SURF_CONF) - @${ECHO_MSG} "creating config.h from ${SURF_CONF}" - @${CP} ${SURF_CONF} ${WRKSRC}/config.h -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" - @${MKDIR} ${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/surf/distinfo b/www/surf/distinfo deleted file mode 100644 index 49f4a2f4f..000000000 --- a/www/surf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (surf-0.4.1.tar.gz) = 93709ba3e84baf2118676e96a5b2e5d4176f28c35c782fffd80a65c0a5bea546 -SIZE (surf-0.4.1.tar.gz) = 10102 diff --git a/www/surf/files/patch-config.mk b/www/surf/files/patch-config.mk deleted file mode 100644 index 6a8561dc8..000000000 --- a/www/surf/files/patch-config.mk +++ /dev/null @@ -1,39 +0,0 @@ ---- config.mk.orig 2010-05-30 16:05:25.000000000 -0400 -+++ config.mk 2010-07-12 20:08:08.000000000 -0400 -@@ -4,25 +4,26 @@ - # Customize below to fit your system - - # paths --PREFIX = /usr/local --MANPREFIX = ${PREFIX}/share/man -+PREFIX?= /usr/local -+MANPREFIX = ${PREFIX}/man - --GTKINC=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) --GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) -+GTKINC!= pkg-config --cflags gtk+-2.0 webkit-1.0 -+GTKLIB!= pkg-config --libs gtk+-2.0 webkit-1.0 - - - # includes and libs --INCS = -I. -I/usr/include ${GTKINC} --LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 -+INCS = ${GTKINC} -+LIBS = ${PTHREAD_LIBS} ${GTKLIB} - - # flags --CPPFLAGS = -DVERSION=\"${VERSION}\" --CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} --LDFLAGS = -g ${LIBS} -+CPPFLAGS+= -DVERSION=\"${VERSION}\" -+CFLAGS+= -std=c99 ${INCS} ${CPPFLAGS} -+LDFLAGS+= ${LIBS} -+ - - # Solaris - #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" - #LDFLAGS = ${LIBS} - - # compiler and linker --CC = cc -+CC?= cc diff --git a/www/surf/pkg-descr b/www/surf/pkg-descr deleted file mode 100644 index 26aab1a1f..000000000 --- a/www/surf/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -surf is a simple web browser based on WebKit/GTK+. It is able to display -websites and follow links. It supports the XEmbed protocol which makes -it possible to embed it in another application. Furthermore, one can -point surf to another URI by setting its XProperties. - -WWW: http://surf.suckless.org diff --git a/www/uzbl/Makefile b/www/uzbl/Makefile deleted file mode 100644 index 9c8468447..000000000 --- a/www/uzbl/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# Ports collection makefile for: uzbl -# Date created: 2009/12/14 -# Whom: aehlig@linta.de -# -# $FreeBSD$ -# - -PORTNAME= uzbl -DISTVERSION= 0.0.0.${GITDATE} -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.linta.de/distfiles/ - -MAINTAINER= aehlig@linta.de -COMMENT= Web interface tools which adhere to the unix philosophy - -LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 -RUN_DEPENDS= socat:${PORTSDIR}/net/socat \ - ${PYTHON_PKGNAMEPREFIX}gtk>=2:${PORTSDIR}/x11-toolkits/py-gtk2 - -USE_GNOME= gtk20 -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_PYTHON= yes - -GITDATE= 2011.04.12 -GITVERSION= ed8f45d - -WRKSRC= ${WRKDIR}/Dieterbe-uzbl-${GITVERSION} - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -MAKE_JOBS_SAFE= YES - -.if !defined(NOPORTDOCS) -PORTDOCS= AUTHORS README COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \ - multiple-instances-management performance url-editing config.h vim -.endif - -.if !defined(NOPORTDATA) -PORTDATA= examples -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \ - ${WRKSRC}/examples/config/config \ - ${WRKSRC}/bin/uzbl-browser \ - ${WRKSRC}/bin/uzbl-event-manager - @${REINPLACE_CMD} -e "s|share/uzbl|${DATADIR_REL}|" \ - ${WRKSRC}/examples/config/config \ - ${WRKSRC}/bin/uzbl-browser \ - ${WRKSRC}/bin/uzbl-event-manager - @${REINPLACE_CMD} -e "s|/usr/share/uzbl|${DATADIR}|" \ - ${WRKSRC}/bin/uzbl-tabbed - -post-build: - @${FIND} ${WRKSRC} \( -name "*.orig" -or -name "*.bak" \) -exec ${RM} -f {} \; - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/uzbl-core ${PREFIX}/bin -.for f in uzbl-event-manager uzbl-browser uzbl-tabbed - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${PREFIX}/bin -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/src/config.h ${DOCSDIR} -.for f in COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \ - multiple-instances-management performance url-editing - ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}/${f} -.endfor -.for f in AUTHORS README - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f} -.endfor - (cd ${WRKSRC}/extras && ${COPYTREE_SHARE} vim ${DOCSDIR}) -.endif -.if !defined(NOPORTDATA) - ${MKDIR} ${DATADIR}/examples/data/dforms ${DATADIR}/examples/config -.for f in data/bookmarks \ - data/dforms/bbs.archlinux.org \ - config/style.css data/uzbl.png - ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${DATADIR}/examples/${f} -.endfor - ${INSTALL_DATA} ${WRKSRC}/examples/config/config ${DATADIR}/examples/config/config - (cd ${WRKSRC}/examples/data && \ - ${COPYTREE_BIN} plugins ${DATADIR}/examples/data/) - (cd ${WRKSRC}/examples/data && \ - ${COPYTREE_BIN} scripts ${DATADIR}/examples/data/) -.endif - -.include <bsd.port.mk> diff --git a/www/uzbl/distinfo b/www/uzbl/distinfo deleted file mode 100644 index ea29875e2..000000000 --- a/www/uzbl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (uzbl-0.0.0.2011.04.12.tar.gz) = 6d2fb50bf89c94593f258a274f68f44a10d6e1f685dc3f11e1b56282f526d7b5 -SIZE (uzbl-0.0.0.2011.04.12.tar.gz) = 144532 diff --git a/www/uzbl/files/patch-examples__data__scripts__auth.py b/www/uzbl/files/patch-examples__data__scripts__auth.py deleted file mode 100644 index acf48c790..000000000 --- a/www/uzbl/files/patch-examples__data__scripts__auth.py +++ /dev/null @@ -1,9 +0,0 @@ ---- examples/data/scripts/auth.py.orig 2010-04-09 13:34:30.000000000 +0200 -+++ examples/data/scripts/auth.py 2010-04-09 13:35:05.000000000 +0200 -@@ -1,4 +1,5 @@ --#!/usr/bin/python -+#!/usr/bin/env python -+ - - import gtk - import sys diff --git a/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon b/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon deleted file mode 100644 index 6e000260f..000000000 --- a/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon +++ /dev/null @@ -1,29 +0,0 @@ ---- ./examples/data/scripts/uzbl-cookie-daemon.orig 2010-01-05 20:17:29.000000000 +0100 -+++ ./examples/data/scripts/uzbl-cookie-daemon 2010-01-07 13:24:58.000000000 +0100 -@@ -187,7 +187,7 @@ - raise Exception("directory at %r is not a socket" % cookie_socket) - - try: -- sock = socket.socket(socket.AF_UNIX, socket.SOCK_SEQPACKET) -+ sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) - sock.connect(cookie_socket) - sock.close() - echo("detected daemon listening on %r" % cookie_socket) -@@ -210,7 +210,7 @@ - return False - - try: -- sock = socket.socket(socket.AF_UNIX, socket.SOCK_SEQPACKET) -+ sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) - sock.connect(cookie_socket) - sock.send(cmd) - sock.close() -@@ -420,7 +420,7 @@ - mkbasedir(cookie_socket) - - self.server_socket = socket.socket(socket.AF_UNIX, -- socket.SOCK_SEQPACKET) -+ socket.SOCK_STREAM) - - self.server_socket.bind(cookie_socket) - diff --git a/www/uzbl/files/patch-examples__uzbl-cookie-manager.c b/www/uzbl/files/patch-examples__uzbl-cookie-manager.c deleted file mode 100644 index 87a2fdb37..000000000 --- a/www/uzbl/files/patch-examples__uzbl-cookie-manager.c +++ /dev/null @@ -1,26 +0,0 @@ ---- examples/uzbl-cookie-manager.c.orig 2010-11-25 05:56:44.000000000 +0100 -+++ examples/uzbl-cookie-manager.c 2010-12-01 00:18:04.000000000 +0100 -@@ -1,5 +1,3 @@ --#define _POSIX_SOURCE -- - #include <stdio.h> - #include <errno.h> - #include <string.h> -@@ -10,7 +8,7 @@ - #include <sys/socket.h> - #include <sys/un.h> - #include <sys/select.h> --#include <sys/unistd.h> -+#include <unistd.h> - - #include <sys/stat.h> - #include <sys/file.h> -@@ -36,7 +34,7 @@ - /* delete the cookie socket if it was left behind on a previous run */ - unlink(cookied_socket_path); - -- int socket_fd = socket(AF_UNIX, SOCK_SEQPACKET, 0); -+ int socket_fd = socket(AF_UNIX, SOCK_STREAM, 0); - - if(socket_fd < 0) { - fprintf(stderr, "socket failed (%s)\n", strerror(errno)); diff --git a/www/uzbl/files/patch-src__cookie-jar.c b/www/uzbl/files/patch-src__cookie-jar.c deleted file mode 100644 index f4d247c2d..000000000 --- a/www/uzbl/files/patch-src__cookie-jar.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cookie-jar.c.orig 2010-11-29 21:00:58.000000000 +0100 -+++ src/cookie-jar.c 2010-11-29 21:01:17.000000000 +0100 -@@ -211,7 +211,7 @@ - sa.sun_family = AF_UNIX; - - /* create socket file descriptor and connect it to path */ -- fd = socket(AF_UNIX, SOCK_SEQPACKET, 0); -+ fd = socket(AF_UNIX, SOCK_STREAM, 0); - if(fd == -1) { - g_printerr("connect_cookie_socket: creating socket failed (%s)\n", strerror(errno)); - return; diff --git a/www/uzbl/files/patch-src__events.c b/www/uzbl/files/patch-src__events.c deleted file mode 100644 index 1606f4b86..000000000 --- a/www/uzbl/files/patch-src__events.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/events.c.orig 2011-03-15 12:19:22.000000000 +0000 -+++ src/events.c 2011-03-15 12:19:36.000000000 +0000 -@@ -3,6 +3,7 @@ - ** (c) 2009 by Robert Manea - */ - -+#include <stdarg.h> - #include "uzbl-core.h" - #include "events.h" - #include "util.h" diff --git a/www/uzbl/files/patch-src__util.c b/www/uzbl/files/patch-src__util.c deleted file mode 100644 index 62c38281a..000000000 --- a/www/uzbl/files/patch-src__util.c +++ /dev/null @@ -1,8 +0,0 @@ ---- src/util.c.orig 2010-11-30 23:22:23.000000000 +0100 -+++ src/util.c 2010-11-30 23:23:09.000000000 +0100 -@@ -1,5 +1,3 @@ --#define _POSIX_SOURCE -- - #include <stdlib.h> - #include <unistd.h> - #include <string.h> diff --git a/www/uzbl/files/patch-src__uzbl-browser b/www/uzbl/files/patch-src__uzbl-browser deleted file mode 100644 index 9f1a96276..000000000 --- a/www/uzbl/files/patch-src__uzbl-browser +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/uzbl-browser.orig 2010-12-01 00:06:50.000000000 +0100 -+++ bin/uzbl-browser 2010-12-01 00:07:09.000000000 +0100 -@@ -74,7 +74,7 @@ - DAEMON_SOCKET="$XDG_CACHE_HOME"/uzbl/event_daemon - #if [ ! -f "$DAEMON_SOCKET".pid ] - #then -- ${UZBL_EVENT_MANAGER:-uzbl-event-manager -va start} -+ ${UZBL_EVENT_MANAGER:-uzbl-event-manager} -va start - #fi - - exec uzbl-core "$@" ${config_file:+--config "$config_file"} --connect-socket $DAEMON_SOCKET diff --git a/www/uzbl/files/patch-uzbl-core.c b/www/uzbl/files/patch-uzbl-core.c deleted file mode 100644 index 244b699ee..000000000 --- a/www/uzbl/files/patch-uzbl-core.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/uzbl-core.c.orig 2010-11-29 20:00:45.000000000 +0100 -+++ src/uzbl-core.c 2010-11-29 19:59:16.000000000 +0100 -@@ -29,6 +29,7 @@ - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -+#include <sys/errno.h> - #include "uzbl-core.h" - #include "callbacks.h" - #include "events.h" diff --git a/www/uzbl/pkg-descr b/www/uzbl/pkg-descr deleted file mode 100644 index 6f83044a9..000000000 --- a/www/uzbl/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Uzbl is a collection of web interface tools that follow the UNIX philosophy - -"Write programs that do one thing and do it well. Write programs to work -together. Write programs to handle text streams, because that is a universal -interface." - -WWW: http://www.uzbl.org diff --git a/www/uzbl/pkg-plist b/www/uzbl/pkg-plist deleted file mode 100644 index 15510001f..000000000 --- a/www/uzbl/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/uzbl-core -bin/uzbl-browser -bin/uzbl-event-manager -bin/uzbl-tabbed diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile deleted file mode 100644 index ac1ef16df..000000000 --- a/www/webkit-gtk2/Makefile +++ /dev/null @@ -1,97 +0,0 @@ -# New ports collection makefile for: webkit -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/webkit-gtk2/Makefile,v 1.79 2011/07/01 11:20:34 kwm Exp $ -# - -PORTNAME= webkit -PORTVERSION= 1.4.2 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://webkitgtk.org/ -PKGNAMESUFFIX= -gtk2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An opensource browser engine - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ - icutu.48:${PORTSDIR}/devel/icu \ - curl.6:${PORTSDIR}/ftp/curl \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_GETTEXT= yes -WANT_GSTREAMER= yes -MAKE_JOBS_SAFE= yes -USE_XORG= xt -USE_BISON= build -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gtk20 libxslt ltverhack -USE_PERL5= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ - ac_cv_path_DOLT_BASH="" -CONFIGURE_ARGS= --enable-icon-database \ - --with-gtk=2.0 \ - --enable-svg \ - --enable-svg-fonts \ - --enable-introspection -MAKEFILE= GNUmakefile -GLIB_SCHEMAS= org.webkitgtk-1.0.gschema.xml - -BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 -#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", - -OPTIONS= VIDEO "Enable video support" on \ - DEBUG "Build with debug support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_VIDEO) -USE_GSTREAMER+= yes -CONFIGURE_ARGS+=--enable-video -.else -CONFIGURE_ARGS+=--disable-video -.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.else -CONFIGURE_ARGS+=--disable-debug -.endif - -.if ${ARCH} == powerpc64 -CFLAGS+= -mminimal-toc -.endif - -.if ${PERL_LEVEL} >= 501400 -BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp - @${FIND} ${WRKSRC} -name GNUmakefile.* | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' -# disable static library. - @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|' \ - ${WRKDIR}/gnome-libtool - @${REINPLACE_CMD} -e 's|/usr/bin/gcc|${CC}|' \ - ${WRKSRC}/Source/WebCore/dom/make_names.pl \ - ${WRKSRC}/Source/WebCore/css/make-css-file-arrays.pl \ - ${WRKSRC}/Source/WebCore/bindings/scripts/IDLParser.pm - @${REINPLACE_CMD} -e 's|"gperf|"${LOCALBASE}/bin/gperf|g' \ - ${WRKSRC}/Source/WebCore/css/makevalues.pl \ - ${WRKSRC}/Source/WebCore/css/makeprop.pl \ - ${WRKSRC}/Source/WebCore/make-hash-tools.pl - -.include <bsd.port.post.mk> diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo deleted file mode 100644 index 2200765d8..000000000 --- a/www/webkit-gtk2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (webkit-1.4.2.tar.gz) = dee6336b5366e952f67a18a66dca2edce95a8e70f591dbc7fc30cf30b5fdb9ba -SIZE (webkit-1.4.2.tar.gz) = 8504310 diff --git a/www/webkit-gtk2/files/patch-Source_JavaScriptCore_runtime_JSValue.h b/www/webkit-gtk2/files/patch-Source_JavaScriptCore_runtime_JSValue.h deleted file mode 100644 index ad04935a0..000000000 --- a/www/webkit-gtk2/files/patch-Source_JavaScriptCore_runtime_JSValue.h +++ /dev/null @@ -1,14 +0,0 @@ ---- Source/JavaScriptCore/runtime/JSValue.h.orig 2011-01-03 22:55:02.000000000 +0000 -+++ Source/JavaScriptCore/runtime/JSValue.h 2011-01-11 16:34:27.000000000 +0000 -@@ -434,7 +434,11 @@ namespace JSC { - u.asBits.tag = CellTag; - else - u.asBits.tag = EmptyValueTag; -+#if defined(__sparc64) -+ u.asBits.payload = reinterpret_cast<int64_t>(ptr); -+#else - u.asBits.payload = reinterpret_cast<int32_t>(ptr); -+#endif - #if ENABLE(JSC_ZOMBIES) - ASSERT(!isZombie()); - #endif diff --git a/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp b/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp deleted file mode 100644 index 26508336a..000000000 --- a/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- Source/WebCore/plugins/PluginDatabase.cpp.orig 2011-01-11 16:24:29.000000000 +0000 -+++ Source/WebCore/plugins/PluginDatabase.cpp 2011-01-11 16:24:54.000000000 +0000 -@@ -375,6 +375,7 @@ Vector<String> PluginDatabase::defaultPl - userPluginPath.append(String("/.netscape/plugins")); - paths.append(userPluginPath); - -+ paths.append("%%BROWSER_PLUGINS_DIR%%"); - paths.append("/usr/lib/browser/plugins"); - paths.append("/usr/local/lib/mozilla/plugins"); - paths.append("/usr/lib/firefox/plugins"); diff --git a/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html b/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html deleted file mode 100644 index 07e04aafb..000000000 --- a/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html +++ /dev/null @@ -1,17 +0,0 @@ ---- Source/WebKit/gtk/resources/error.html.orig -+++ Source/WebKit/gtk/resources/error.html -@@ -21,12 +21,12 @@ - } - - #errorTitleText { -- font-size: 120%; -+ font-size: 120%%; - font-weight: bold; - } - - #errorMessageText { -- font-size: 80%; -+ font-size: 80%%; - } - - </style> diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo deleted file mode 100644 index 2f928af19..000000000 --- a/www/webkit-gtk2/files/patch-cairo +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/WebCore/platform/graphics/BitmapImage.cpp.orig 2011-01-08 16:50:57.000000000 +0000 -+++ Source/WebCore/platform/graphics/BitmapImage.cpp 2011-01-11 16:36:22.000000000 +0000 -@@ -207,7 +207,7 @@ bool BitmapImage::isSizeAvailable() - NativeImagePtr BitmapImage::frameAtIndex(size_t index) - { - if (index >= frameCount()) -- return 0; -+ return NULL; - - if (index >= m_frames.size() || !m_frames[index].m_frame) - cacheFrame(index); diff --git a/www/webkit-gtk2/files/patch-configure b/www/webkit-gtk2/files/patch-configure deleted file mode 100644 index e981f9712..000000000 --- a/www/webkit-gtk2/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig 2011-03-22 15:43:40.000000000 +0100 -+++ configure 2011-03-22 15:44:04.000000000 +0100 -@@ -18331,8 +18331,8 @@ - .SECONDARY: $(gsettings_SCHEMAS) - - gsettings__base_list = \ -- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ -- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" -+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ -+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' - - install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - @$(NORMAL_INSTALL) -@@ -20131,7 +20131,7 @@ - $as_echo "#define ENABLE_YARR_JIT 1" >>confdefs.h - - ;; -- i*86|x86_64) -+ i*86|x86_64|amd64) - - $as_echo "#define ENABLE_JIT 1" >>confdefs.h - -@@ -20156,7 +20156,7 @@ - $as_echo "#define WTF_USE_JIT_STUB_ARGUMENT_VA_LIST 1" >>confdefs.h - - ;; -- x86_64) -+ x86_64|amd64) - - $as_echo "#define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1" >>confdefs.h - diff --git a/www/webkit-gtk2/pkg-descr b/www/webkit-gtk2/pkg-descr deleted file mode 100644 index 40ef1e3ef..000000000 --- a/www/webkit-gtk2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -WebKit is an open source web browser engine. It is able to display content -such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, -XSLT, CSS, Javascript/ECMAscript and more. - -WWW: http://webkit.org/ diff --git a/www/webkit-gtk2/pkg-plist b/www/webkit-gtk2/pkg-plist deleted file mode 100644 index cd6822ee8..000000000 --- a/www/webkit-gtk2/pkg-plist +++ /dev/null @@ -1,524 +0,0 @@ -bin/jsc-1 -include/webkit-1.0/JavaScriptCore/JSBase.h -include/webkit-1.0/JavaScriptCore/JSContextRef.h -include/webkit-1.0/JavaScriptCore/JSObjectRef.h -include/webkit-1.0/JavaScriptCore/JSStringRef.h -include/webkit-1.0/JavaScriptCore/JSStringRefBSTR.h -include/webkit-1.0/JavaScriptCore/JSStringRefCF.h -include/webkit-1.0/JavaScriptCore/JSValueRef.h -include/webkit-1.0/JavaScriptCore/JavaScript.h -include/webkit-1.0/JavaScriptCore/JavaScriptCore.h -include/webkit-1.0/JavaScriptCore/WebKitAvailability.h -include/webkit-1.0/webkit/WebKitDOMAttr.h -include/webkit-1.0/webkit/WebKitDOMBarInfo.h -include/webkit-1.0/webkit/WebKitDOMBlob.h -include/webkit-1.0/webkit/WebKitDOMCDATASection.h -include/webkit-1.0/webkit/WebKitDOMCSSRule.h -include/webkit-1.0/webkit/WebKitDOMCSSRuleList.h -include/webkit-1.0/webkit/WebKitDOMCSSStyleDeclaration.h -include/webkit-1.0/webkit/WebKitDOMCSSStyleSheet.h -include/webkit-1.0/webkit/WebKitDOMCSSValue.h -include/webkit-1.0/webkit/WebKitDOMCharacterData.h -include/webkit-1.0/webkit/WebKitDOMComment.h -include/webkit-1.0/webkit/WebKitDOMConsole.h -include/webkit-1.0/webkit/WebKitDOMDOMApplicationCache.h -include/webkit-1.0/webkit/WebKitDOMDOMImplementation.h -include/webkit-1.0/webkit/WebKitDOMDOMMimeType.h -include/webkit-1.0/webkit/WebKitDOMDOMMimeTypeArray.h -include/webkit-1.0/webkit/WebKitDOMDOMPlugin.h -include/webkit-1.0/webkit/WebKitDOMDOMPluginArray.h -include/webkit-1.0/webkit/WebKitDOMDOMSelection.h -include/webkit-1.0/webkit/WebKitDOMDOMSettableTokenList.h -include/webkit-1.0/webkit/WebKitDOMDOMStringList.h -include/webkit-1.0/webkit/WebKitDOMDOMStringMap.h -include/webkit-1.0/webkit/WebKitDOMDOMTokenList.h -include/webkit-1.0/webkit/WebKitDOMDOMWindow.h -include/webkit-1.0/webkit/WebKitDOMDatabase.h -include/webkit-1.0/webkit/WebKitDOMDocument.h -include/webkit-1.0/webkit/WebKitDOMDocumentFragment.h -include/webkit-1.0/webkit/WebKitDOMDocumentType.h -include/webkit-1.0/webkit/WebKitDOMElement.h -include/webkit-1.0/webkit/WebKitDOMEntityReference.h -include/webkit-1.0/webkit/WebKitDOMEvent.h -include/webkit-1.0/webkit/WebKitDOMEventTarget.h -include/webkit-1.0/webkit/WebKitDOMFile.h -include/webkit-1.0/webkit/WebKitDOMFileList.h -include/webkit-1.0/webkit/WebKitDOMHTMLAnchorElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLAppletElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLAreaElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLAudioElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBRElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBaseElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBaseFontElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBlockquoteElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLBodyElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLButtonElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLCanvasElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLCollection.h -include/webkit-1.0/webkit/WebKitDOMHTMLDetailsElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLDListElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLDirectoryElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLDivElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLDocument.h -include/webkit-1.0/webkit/WebKitDOMHTMLElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLEmbedElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFieldSetElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFontElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFormElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFrameElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLFrameSetElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLHRElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLHeadElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLHeadingElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLHtmlElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLIFrameElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLImageElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLInputElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLIsIndexElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLKeygenElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLLIElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLLabelElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLLegendElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLLinkElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLMapElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLMarqueeElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLMediaElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLMenuElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLMetaElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLModElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLOListElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLObjectElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLOptGroupElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLOptionElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLOptionsCollection.h -include/webkit-1.0/webkit/WebKitDOMHTMLParagraphElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLParamElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLPreElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLQuoteElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLScriptElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLSelectElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLStyleElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableCaptionElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableCellElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableColElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableRowElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTableSectionElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTextAreaElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLTitleElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLUListElement.h -include/webkit-1.0/webkit/WebKitDOMHTMLVideoElement.h -include/webkit-1.0/webkit/WebKitDOMHistory.h -include/webkit-1.0/webkit/WebKitDOMLocation.h -include/webkit-1.0/webkit/WebKitDOMMediaError.h -include/webkit-1.0/webkit/WebKitDOMMediaList.h -include/webkit-1.0/webkit/WebKitDOMMediaQueryList.h -include/webkit-1.0/webkit/WebKitDOMMemoryInfo.h -include/webkit-1.0/webkit/WebKitDOMMessagePort.h -include/webkit-1.0/webkit/WebKitDOMMouseEvent.h -include/webkit-1.0/webkit/WebKitDOMNamedNodeMap.h -include/webkit-1.0/webkit/WebKitDOMNavigator.h -include/webkit-1.0/webkit/WebKitDOMNode.h -include/webkit-1.0/webkit/WebKitDOMNodeFilter.h -include/webkit-1.0/webkit/WebKitDOMNodeIterator.h -include/webkit-1.0/webkit/WebKitDOMNodeList.h -include/webkit-1.0/webkit/WebKitDOMObject.h -include/webkit-1.0/webkit/WebKitDOMProcessingInstruction.h -include/webkit-1.0/webkit/WebKitDOMRange.h -include/webkit-1.0/webkit/WebKitDOMScreen.h -include/webkit-1.0/webkit/WebKitDOMStorage.h -include/webkit-1.0/webkit/WebKitDOMStyleMedia.h -include/webkit-1.0/webkit/WebKitDOMStyleSheet.h -include/webkit-1.0/webkit/WebKitDOMStyleSheetList.h -include/webkit-1.0/webkit/WebKitDOMText.h -include/webkit-1.0/webkit/WebKitDOMTimeRanges.h -include/webkit-1.0/webkit/WebKitDOMTreeWalker.h -include/webkit-1.0/webkit/WebKitDOMUIEvent.h -include/webkit-1.0/webkit/WebKitDOMValidityState.h -include/webkit-1.0/webkit/WebKitDOMWebKitPoint.h -include/webkit-1.0/webkit/WebKitDOMWebKitAnimation.h -include/webkit-1.0/webkit/WebKitDOMWebKitAnimationList.h -include/webkit-1.0/webkit/WebKitDOMXPathExpression.h -include/webkit-1.0/webkit/WebKitDOMXPathNSResolver.h -include/webkit-1.0/webkit/WebKitDOMXPathResult.h -include/webkit-1.0/webkit/webkit.h -include/webkit-1.0/webkit/webkitapplicationcache.h -include/webkit-1.0/webkit/webkiticondatabase.h -include/webkit-1.0/webkit/webkitdefines.h -include/webkit-1.0/webkit/webkitdom.h -include/webkit-1.0/webkit/webkitdomdefines.h -include/webkit-1.0/webkit/webkitdownload.h -include/webkit-1.0/webkit/webkitenumtypes.h -include/webkit-1.0/webkit/webkiterror.h -include/webkit-1.0/webkit/webkitgeolocationpolicydecision.h -include/webkit-1.0/webkit/webkitglobals.h -include/webkit-1.0/webkit/webkithittestresult.h -include/webkit-1.0/webkit/webkitnetworkrequest.h -include/webkit-1.0/webkit/webkitnetworkresponse.h -include/webkit-1.0/webkit/webkitsecurityorigin.h -include/webkit-1.0/webkit/webkitsoupauthdialog.h -include/webkit-1.0/webkit/webkitversion.h -include/webkit-1.0/webkit/webkitviewportattributes.h -include/webkit-1.0/webkit/webkitwebbackforwardlist.h -include/webkit-1.0/webkit/webkitwebdatabase.h -include/webkit-1.0/webkit/webkitwebdatasource.h -include/webkit-1.0/webkit/webkitwebframe.h -include/webkit-1.0/webkit/webkitwebhistoryitem.h -include/webkit-1.0/webkit/webkitwebinspector.h -include/webkit-1.0/webkit/webkitwebnavigationaction.h -include/webkit-1.0/webkit/webkitwebplugin.h -include/webkit-1.0/webkit/webkitwebplugindatabase.h -include/webkit-1.0/webkit/webkitwebpolicydecision.h -include/webkit-1.0/webkit/webkitwebresource.h -include/webkit-1.0/webkit/webkitwebsettings.h -include/webkit-1.0/webkit/webkitwebview.h -include/webkit-1.0/webkit/webkitwebwindowfeatures.h -lib/girepository-1.0/JSCore-1.0.typelib -lib/girepository-1.0/WebKit-1.0.typelib -lib/libwebkitgtk-1.0.la -lib/libwebkitgtk-1.0.so -lib/libwebkitgtk-1.0.so.0 -libdata/pkgconfig/webkit-1.0.pc -share/gir-1.0/JSCore-1.0.gir -share/gir-1.0/WebKit-1.0.gir -share/locale/ar/LC_MESSAGES/webkit-2.0.mo -share/locale/bg/LC_MESSAGES/webkit-2.0.mo -share/locale/cs/LC_MESSAGES/webkit-2.0.mo -share/locale/de/LC_MESSAGES/webkit-2.0.mo -share/locale/en_GB/LC_MESSAGES/webkit-2.0.mo -share/locale/es/LC_MESSAGES/webkit-2.0.mo -share/locale/et/LC_MESSAGES/webkit-2.0.mo -share/locale/eu/LC_MESSAGES/webkit-2.0.mo -share/locale/fr/LC_MESSAGES/webkit-2.0.mo -share/locale/gl/LC_MESSAGES/webkit-2.0.mo -share/locale/gr/LC_MESSAGES/webkit-2.0.mo -share/locale/gu/LC_MESSAGES/webkit-2.0.mo -share/locale/he/LC_MESSAGES/webkit-2.0.mo -share/locale/hu/LC_MESSAGES/webkit-2.0.mo -share/locale/id/LC_MESSAGES/webkit-2.0.mo -share/locale/it/LC_MESSAGES/webkit-2.0.mo -share/locale/ko/LC_MESSAGES/webkit-2.0.mo -share/locale/lt/LC_MESSAGES/webkit-2.0.mo -share/locale/lv/LC_MESSAGES/webkit-2.0.mo -share/locale/nb/LC_MESSAGES/webkit-2.0.mo -share/locale/nl/LC_MESSAGES/webkit-2.0.mo -share/locale/pa/LC_MESSAGES/webkit-2.0.mo -share/locale/pl/LC_MESSAGES/webkit-2.0.mo -share/locale/pt/LC_MESSAGES/webkit-2.0.mo -share/locale/pt_BR/LC_MESSAGES/webkit-2.0.mo -share/locale/ru/LC_MESSAGES/webkit-2.0.mo -share/locale/sl/LC_MESSAGES/webkit-2.0.mo -share/locale/sr/LC_MESSAGES/webkit-2.0.mo -share/locale/sr@latin/LC_MESSAGES/webkit-2.0.mo -share/locale/sv/LC_MESSAGES/webkit-2.0.mo -share/locale/uk/LC_MESSAGES/webkit-2.0.mo -share/locale/vi/LC_MESSAGES/webkit-2.0.mo -share/locale/zh_CN/LC_MESSAGES/webkit-2.0.mo -share/webkit-1.0/resources/error.html -share/webkitgtk-1.0/images/deleteButton.png -share/webkitgtk-1.0/images/inputSpeech.png -share/webkitgtk-1.0/images/missingImage.png -share/webkitgtk-1.0/images/nullPlugin.png -share/webkitgtk-1.0/images/panIcon.png -share/webkitgtk-1.0/images/textAreaResizeCorner.png -share/webkitgtk-1.0/images/urlIcon.png -share/webkitgtk-1.0/webinspector/ApplicationCacheItemsView.js -share/webkitgtk-1.0/webinspector/AuditCategories.js -share/webkitgtk-1.0/webinspector/AuditFormatters.js -share/webkitgtk-1.0/webinspector/AuditLauncherView.js -share/webkitgtk-1.0/webinspector/AuditResultView.js -share/webkitgtk-1.0/webinspector/AuditRules.js -share/webkitgtk-1.0/webinspector/AuditsPanel.js -share/webkitgtk-1.0/webinspector/BottomUpProfileDataGridTree.js -share/webkitgtk-1.0/webinspector/Breakpoint.js -share/webkitgtk-1.0/webinspector/BreakpointManager.js -share/webkitgtk-1.0/webinspector/BreakpointsSidebarPane.js -share/webkitgtk-1.0/webinspector/CSSCompletions.js -share/webkitgtk-1.0/webinspector/CSSKeywordCompletions.js -share/webkitgtk-1.0/webinspector/CSSStyleModel.js -share/webkitgtk-1.0/webinspector/CallStackSidebarPane.js -share/webkitgtk-1.0/webinspector/Checkbox.js -share/webkitgtk-1.0/webinspector/Color.js -share/webkitgtk-1.0/webinspector/ConsolePanel.js -share/webkitgtk-1.0/webinspector/ConsoleView.js -share/webkitgtk-1.0/webinspector/ContextMenu.js -share/webkitgtk-1.0/webinspector/CookieItemsView.js -share/webkitgtk-1.0/webinspector/CookieParser.js -share/webkitgtk-1.0/webinspector/CookiesTable.js -share/webkitgtk-1.0/webinspector/DebuggerPresentationModel.js -share/webkitgtk-1.0/webinspector/DetailedHeapshotGridNodes.js -share/webkitgtk-1.0/webinspector/DetailedHeapshotView.js -share/webkitgtk-1.0/webinspector/DOMAgent.js -share/webkitgtk-1.0/webinspector/DOMStorage.js -share/webkitgtk-1.0/webinspector/DOMStorageItemsView.js -share/webkitgtk-1.0/webinspector/DOMSyntaxHighlighter.js -share/webkitgtk-1.0/webinspector/DataGrid.js -share/webkitgtk-1.0/webinspector/Database.js -share/webkitgtk-1.0/webinspector/DatabaseQueryView.js -share/webkitgtk-1.0/webinspector/DatabaseTableView.js -share/webkitgtk-1.0/webinspector/DebuggerModel.js -share/webkitgtk-1.0/webinspector/Drawer.js -share/webkitgtk-1.0/webinspector/ElementsPanel.js -share/webkitgtk-1.0/webinspector/ElementsTreeOutline.js -share/webkitgtk-1.0/webinspector/EventListenersSidebarPane.js -share/webkitgtk-1.0/webinspector/ExtensionAPI.js -share/webkitgtk-1.0/webinspector/ExtensionAuditCategory.js -share/webkitgtk-1.0/webinspector/ExtensionCommon.js -share/webkitgtk-1.0/webinspector/ExtensionPanel.js -share/webkitgtk-1.0/webinspector/ExtensionRegistryStub.js -share/webkitgtk-1.0/webinspector/ExtensionServer.js -share/webkitgtk-1.0/webinspector/FontView.js -share/webkitgtk-1.0/webinspector/GoToLineDialog.js -share/webkitgtk-1.0/webinspector/HAREntry.js -share/webkitgtk-1.0/webinspector/HeapSnapshot.js -share/webkitgtk-1.0/webinspector/HeapSnapshotView.js -share/webkitgtk-1.0/webinspector/HelpScreen.js -share/webkitgtk-1.0/webinspector/ImageView.js -share/webkitgtk-1.0/webinspector/Images/applicationCache.png -share/webkitgtk-1.0/webinspector/Images/auditsIcon.png -share/webkitgtk-1.0/webinspector/Images/back.png -share/webkitgtk-1.0/webinspector/Images/breakpointBorder.png -share/webkitgtk-1.0/webinspector/Images/breakpointConditionalBorder.png -share/webkitgtk-1.0/webinspector/Images/breakpointConditionalCounterBorder.png -share/webkitgtk-1.0/webinspector/Images/breakpointCounterBorder.png -share/webkitgtk-1.0/webinspector/Images/breakpointsActivateButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/breakpointsDeactivateButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/checker.png -share/webkitgtk-1.0/webinspector/Images/clearConsoleButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/closeButtons.png -share/webkitgtk-1.0/webinspector/Images/consoleButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/consoleIcon.png -share/webkitgtk-1.0/webinspector/Images/cookie.png -share/webkitgtk-1.0/webinspector/Images/database.png -share/webkitgtk-1.0/webinspector/Images/databaseTable.png -share/webkitgtk-1.0/webinspector/Images/debuggerContinue.png -share/webkitgtk-1.0/webinspector/Images/debuggerPause.png -share/webkitgtk-1.0/webinspector/Images/debuggerStepInto.png -share/webkitgtk-1.0/webinspector/Images/debuggerStepOut.png -share/webkitgtk-1.0/webinspector/Images/debuggerStepOver.png -share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallDown.png -share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallDownBlack.png -share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallDownWhite.png -share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRight.png -share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightBlack.png -share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightDown.png -share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightDownBlack.png -share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightDownWhite.png -share/webkitgtk-1.0/webinspector/Images/disclosureTriangleSmallRightWhite.png -share/webkitgtk-1.0/webinspector/Images/dockButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/elementsIcon.png -share/webkitgtk-1.0/webinspector/Images/enableOutlineButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/enableSolidButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/errorIcon.png -share/webkitgtk-1.0/webinspector/Images/errorMediumIcon.png -share/webkitgtk-1.0/webinspector/Images/errorRedDot.png -share/webkitgtk-1.0/webinspector/Images/excludeButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/focusButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/forward.png -share/webkitgtk-1.0/webinspector/Images/frame.png -share/webkitgtk-1.0/webinspector/Images/garbageCollectButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/gearButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/glossyHeader.png -share/webkitgtk-1.0/webinspector/Images/glossyHeaderPressed.png -share/webkitgtk-1.0/webinspector/Images/glossyHeaderSelected.png -share/webkitgtk-1.0/webinspector/Images/glossyHeaderSelectedPressed.png -share/webkitgtk-1.0/webinspector/Images/goArrow.png -share/webkitgtk-1.0/webinspector/Images/graphLabelCalloutLeft.png -share/webkitgtk-1.0/webinspector/Images/graphLabelCalloutRight.png -share/webkitgtk-1.0/webinspector/Images/helpButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/largerResourcesButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/localStorage.png -share/webkitgtk-1.0/webinspector/Images/networkIcon.png -share/webkitgtk-1.0/webinspector/Images/nodeSearchButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/paneAddButtons.png -share/webkitgtk-1.0/webinspector/Images/paneBottomGrow.png -share/webkitgtk-1.0/webinspector/Images/paneBottomGrowActive.png -share/webkitgtk-1.0/webinspector/Images/paneGrowHandleLine.png -share/webkitgtk-1.0/webinspector/Images/paneSettingsButtons.png -share/webkitgtk-1.0/webinspector/Images/pauseOnExceptionButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/percentButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/popoverArrows.png -share/webkitgtk-1.0/webinspector/Images/popoverBackground.png -share/webkitgtk-1.0/webinspector/Images/profileGroupIcon.png -share/webkitgtk-1.0/webinspector/Images/profileIcon.png -share/webkitgtk-1.0/webinspector/Images/profileSmallIcon.png -share/webkitgtk-1.0/webinspector/Images/profilesIcon.png -share/webkitgtk-1.0/webinspector/Images/profilesSilhouette.png -share/webkitgtk-1.0/webinspector/Images/programCounterBorder.png -share/webkitgtk-1.0/webinspector/Images/radioDot.png -share/webkitgtk-1.0/webinspector/Images/recordButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/recordToggledButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/reloadButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/resourceCSSIcon.png -share/webkitgtk-1.0/webinspector/Images/resourceDocumentIcon.png -share/webkitgtk-1.0/webinspector/Images/resourceDocumentIconSmall.png -share/webkitgtk-1.0/webinspector/Images/resourceJSIcon.png -share/webkitgtk-1.0/webinspector/Images/resourcePlainIcon.png -share/webkitgtk-1.0/webinspector/Images/resourcePlainIconSmall.png -share/webkitgtk-1.0/webinspector/Images/resourcesIcon.png -share/webkitgtk-1.0/webinspector/Images/resourcesSizeGraphIcon.png -share/webkitgtk-1.0/webinspector/Images/resourcesTimeGraphIcon.png -share/webkitgtk-1.0/webinspector/Images/scriptsIcon.png -share/webkitgtk-1.0/webinspector/Images/scriptsSilhouette.png -share/webkitgtk-1.0/webinspector/Images/searchSmallBlue.png -share/webkitgtk-1.0/webinspector/Images/searchSmallBrightBlue.png -share/webkitgtk-1.0/webinspector/Images/searchSmallGray.png -share/webkitgtk-1.0/webinspector/Images/searchSmallWhite.png -share/webkitgtk-1.0/webinspector/Images/segment.png -share/webkitgtk-1.0/webinspector/Images/segmentEnd.png -share/webkitgtk-1.0/webinspector/Images/segmentHover.png -share/webkitgtk-1.0/webinspector/Images/segmentHoverEnd.png -share/webkitgtk-1.0/webinspector/Images/segmentSelected.png -share/webkitgtk-1.0/webinspector/Images/segmentSelectedEnd.png -share/webkitgtk-1.0/webinspector/Images/sessionStorage.png -share/webkitgtk-1.0/webinspector/Images/spinner.gif -share/webkitgtk-1.0/webinspector/Images/splitviewDimple.png -share/webkitgtk-1.0/webinspector/Images/splitviewDividerBackground.png -share/webkitgtk-1.0/webinspector/Images/statusbarBackground.png -share/webkitgtk-1.0/webinspector/Images/statusbarBottomBackground.png -share/webkitgtk-1.0/webinspector/Images/statusbarButtons.png -share/webkitgtk-1.0/webinspector/Images/statusbarMenuButton.png -share/webkitgtk-1.0/webinspector/Images/statusbarMenuButtonSelected.png -share/webkitgtk-1.0/webinspector/Images/statusbarResizerHorizontal.png -share/webkitgtk-1.0/webinspector/Images/statusbarResizerVertical.png -share/webkitgtk-1.0/webinspector/Images/successGreenDot.png -share/webkitgtk-1.0/webinspector/Images/thumbActiveHoriz.png -share/webkitgtk-1.0/webinspector/Images/thumbActiveVert.png -share/webkitgtk-1.0/webinspector/Images/thumbHoriz.png -share/webkitgtk-1.0/webinspector/Images/thumbHoverHoriz.png -share/webkitgtk-1.0/webinspector/Images/thumbHoverVert.png -share/webkitgtk-1.0/webinspector/Images/thumbVert.png -share/webkitgtk-1.0/webinspector/Images/timelineBarBlue.png -share/webkitgtk-1.0/webinspector/Images/timelineBarGray.png -share/webkitgtk-1.0/webinspector/Images/timelineBarGreen.png -share/webkitgtk-1.0/webinspector/Images/timelineBarOrange.png -share/webkitgtk-1.0/webinspector/Images/timelineBarPurple.png -share/webkitgtk-1.0/webinspector/Images/timelineBarRed.png -share/webkitgtk-1.0/webinspector/Images/timelineBarYellow.png -share/webkitgtk-1.0/webinspector/Images/timelineCheckmarks.png -share/webkitgtk-1.0/webinspector/Images/timelineDots.png -share/webkitgtk-1.0/webinspector/Images/timelineHollowPillBlue.png -share/webkitgtk-1.0/webinspector/Images/timelineHollowPillGray.png -share/webkitgtk-1.0/webinspector/Images/timelineHollowPillGreen.png -share/webkitgtk-1.0/webinspector/Images/timelineHollowPillOrange.png -share/webkitgtk-1.0/webinspector/Images/timelineHollowPillPurple.png -share/webkitgtk-1.0/webinspector/Images/timelineHollowPillRed.png -share/webkitgtk-1.0/webinspector/Images/timelineHollowPillYellow.png -share/webkitgtk-1.0/webinspector/Images/timelineIcon.png -share/webkitgtk-1.0/webinspector/Images/timelinePillBlue.png -share/webkitgtk-1.0/webinspector/Images/timelinePillGray.png -share/webkitgtk-1.0/webinspector/Images/timelinePillGreen.png -share/webkitgtk-1.0/webinspector/Images/timelinePillOrange.png -share/webkitgtk-1.0/webinspector/Images/timelinePillPurple.png -share/webkitgtk-1.0/webinspector/Images/timelinePillRed.png -share/webkitgtk-1.0/webinspector/Images/timelinePillYellow.png -share/webkitgtk-1.0/webinspector/Images/toolbarItemSelected.png -share/webkitgtk-1.0/webinspector/Images/trackHoriz.png -share/webkitgtk-1.0/webinspector/Images/trackVert.png -share/webkitgtk-1.0/webinspector/Images/treeDownTriangleBlack.png -share/webkitgtk-1.0/webinspector/Images/treeDownTriangleWhite.png -share/webkitgtk-1.0/webinspector/Images/treeRightTriangleBlack.png -share/webkitgtk-1.0/webinspector/Images/treeRightTriangleWhite.png -share/webkitgtk-1.0/webinspector/Images/treeUpTriangleBlack.png -share/webkitgtk-1.0/webinspector/Images/treeUpTriangleWhite.png -share/webkitgtk-1.0/webinspector/Images/undockButtonGlyph.png -share/webkitgtk-1.0/webinspector/Images/userInputIcon.png -share/webkitgtk-1.0/webinspector/Images/userInputPreviousIcon.png -share/webkitgtk-1.0/webinspector/Images/userInputResultIcon.png -share/webkitgtk-1.0/webinspector/Images/warningIcon.png -share/webkitgtk-1.0/webinspector/Images/warningMediumIcon.png -share/webkitgtk-1.0/webinspector/Images/warningOrangeDot.png -share/webkitgtk-1.0/webinspector/Images/warningsErrors.png -share/webkitgtk-1.0/webinspector/InjectedFakeWorker.js -share/webkitgtk-1.0/webinspector/InspectorBackendStub.js -share/webkitgtk-1.0/webinspector/InspectorFrontendHostStub.js -share/webkitgtk-1.0/webinspector/KeyboardShortcut.js -share/webkitgtk-1.0/webinspector/MetricsSidebarPane.js -share/webkitgtk-1.0/webinspector/NetworkItemView.js -share/webkitgtk-1.0/webinspector/NetworkPanel.js -share/webkitgtk-1.0/webinspector/NetworkManager.js -share/webkitgtk-1.0/webinspector/Object.js -share/webkitgtk-1.0/webinspector/ObjectPropertiesSection.js -share/webkitgtk-1.0/webinspector/Panel.js -share/webkitgtk-1.0/webinspector/PanelEnablerView.js -share/webkitgtk-1.0/webinspector/Placard.js -share/webkitgtk-1.0/webinspector/PleaseWaitMessage.js -share/webkitgtk-1.0/webinspector/Popover.js -share/webkitgtk-1.0/webinspector/ProfileDataGridTree.js -share/webkitgtk-1.0/webinspector/ProfileView.js -share/webkitgtk-1.0/webinspector/ProfilesPanel.js -share/webkitgtk-1.0/webinspector/PropertiesSection.js -share/webkitgtk-1.0/webinspector/PropertiesSidebarPane.js -share/webkitgtk-1.0/webinspector/RemoteObject.js -share/webkitgtk-1.0/webinspector/Resource.js -share/webkitgtk-1.0/webinspector/ResourceCategory.js -share/webkitgtk-1.0/webinspector/ResourceCookiesView.js -share/webkitgtk-1.0/webinspector/ResourceHeadersView.js -share/webkitgtk-1.0/webinspector/ResourceTimingView.js -share/webkitgtk-1.0/webinspector/ResourceTreeModel.js -share/webkitgtk-1.0/webinspector/ResourceView.js -share/webkitgtk-1.0/webinspector/ResourcesPanel.js -share/webkitgtk-1.0/webinspector/ScopeChainSidebarPane.js -share/webkitgtk-1.0/webinspector/Script.js -share/webkitgtk-1.0/webinspector/ScriptFormatter.js -share/webkitgtk-1.0/webinspector/ScriptFormatterWorker.js -share/webkitgtk-1.0/webinspector/ScriptsPanel.js -share/webkitgtk-1.0/webinspector/SearchController.js -share/webkitgtk-1.0/webinspector/Section.js -share/webkitgtk-1.0/webinspector/Settings.js -share/webkitgtk-1.0/webinspector/ShortcutsHelp.js -share/webkitgtk-1.0/webinspector/ShowMoreDataGridNode.js -share/webkitgtk-1.0/webinspector/SidebarPane.js -share/webkitgtk-1.0/webinspector/SidebarTreeElement.js -share/webkitgtk-1.0/webinspector/SourceCSSTokenizer.js -share/webkitgtk-1.0/webinspector/SourceFrame.js -share/webkitgtk-1.0/webinspector/SourceFrameContent.js -share/webkitgtk-1.0/webinspector/SourceHTMLTokenizer.js -share/webkitgtk-1.0/webinspector/SourceJavaScriptTokenizer.js -share/webkitgtk-1.0/webinspector/SourceTokenizer.js -share/webkitgtk-1.0/webinspector/StatusBarButton.js -share/webkitgtk-1.0/webinspector/StylesSidebarPane.js -share/webkitgtk-1.0/webinspector/SummaryBar.js -share/webkitgtk-1.0/webinspector/TabbedPane.js -share/webkitgtk-1.0/webinspector/TestController.js -share/webkitgtk-1.0/webinspector/TextEditorHighlighter.js -share/webkitgtk-1.0/webinspector/TextEditorModel.js -share/webkitgtk-1.0/webinspector/TextPrompt.js -share/webkitgtk-1.0/webinspector/TextViewer.js -share/webkitgtk-1.0/webinspector/TimelineAgent.js -share/webkitgtk-1.0/webinspector/TimelineGrid.js -share/webkitgtk-1.0/webinspector/TimelineOverviewPane.js -share/webkitgtk-1.0/webinspector/TimelinePanel.js -share/webkitgtk-1.0/webinspector/Toolbar.js -share/webkitgtk-1.0/webinspector/TopDownProfileDataGridTree.js -share/webkitgtk-1.0/webinspector/View.js -share/webkitgtk-1.0/webinspector/WatchExpressionsSidebarPane.js -share/webkitgtk-1.0/webinspector/WelcomeView.js -share/webkitgtk-1.0/webinspector/WorkersSidebarPane.js -share/webkitgtk-1.0/webinspector/audits.css -share/webkitgtk-1.0/webinspector/goToLineDialog.css -share/webkitgtk-1.0/webinspector/heapProfiler.css -share/webkitgtk-1.0/webinspector/helpScreen.css -share/webkitgtk-1.0/webinspector/inspector.css -share/webkitgtk-1.0/webinspector/inspector.html -share/webkitgtk-1.0/webinspector/inspector.js -share/webkitgtk-1.0/webinspector/inspectorSyntaxHighlight.css -share/webkitgtk-1.0/webinspector/localizedStrings.js -share/webkitgtk-1.0/webinspector/networkPanel.css -share/webkitgtk-1.0/webinspector/popover.css -share/webkitgtk-1.0/webinspector/textViewer.css -share/webkitgtk-1.0/webinspector/treeoutline.js -share/webkitgtk-1.0/webinspector/utilities.js -@dirrm share/webkitgtk-1.0/webinspector/Images -@dirrm share/webkitgtk-1.0/webinspector -@dirrm share/webkitgtk-1.0/images -@dirrm share/webkitgtk-1.0 -@dirrm share/webkit-1.0/resources -@dirrm share/webkit-1.0 -@dirrm include/webkit-1.0/webkit -@dirrm include/webkit-1.0/JavaScriptCore -@dirrm include/webkit-1.0 -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/gr/LC_MESSAGES -@dirrmtry share/locale/gr diff --git a/www/webkit-sharp/Makefile b/www/webkit-sharp/Makefile deleted file mode 100644 index c1593bc17..000000000 --- a/www/webkit-sharp/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: webkit-sharp -# Date created: 2008-09-01 -# Whom: Romain Tartiere <romain@blogreen.org> -# -# $FreeBSD$ -# - -PORTNAME= webkit-sharp -PORTVERSION= 0.3 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ - -MAINTAINER= mono@FreeBSD.org -COMMENT= Mono bindings for Webkit - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 -RUN_DEPENDS= ${BUILD_DEPENDS} - -PLIST_SUB+= ASSEMBLY_VERSION=1.1.15 - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gtksharp20 - -.include <bsd.port.mk> diff --git a/www/webkit-sharp/distinfo b/www/webkit-sharp/distinfo deleted file mode 100644 index 47927f7a4..000000000 --- a/www/webkit-sharp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (webkit-sharp-0.3.tar.bz2) = 6633630b6e4834b0f93726570d1c97e884470e3c400ae929cca2f1376b7b959a -SIZE (webkit-sharp-0.3.tar.bz2) = 88972 diff --git a/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in b/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in deleted file mode 100644 index 208342e16..000000000 --- a/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in +++ /dev/null @@ -1,10 +0,0 @@ - -$FreeBSD: ports/www/webkit-sharp/files/patch-sources_webkit-sharp.dll.config.in,v 1.1 2010/06/01 12:41:29 romain Exp $ - ---- sources/webkit-sharp.dll.config.in.orig -+++ sources/webkit-sharp.dll.config.in -@@ -1,3 +1,3 @@ - <configuration> -- <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/> -+ <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@@LIB_SUFFIX@"/> - </configuration> diff --git a/www/webkit-sharp/pkg-descr b/www/webkit-sharp/pkg-descr deleted file mode 100644 index 8c4b1875e..000000000 --- a/www/webkit-sharp/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -WebKit# is a .NET language binding for the WebKit rendering engine. - -WWW: http://webkit.org diff --git a/www/webkit-sharp/pkg-plist b/www/webkit-sharp/pkg-plist deleted file mode 100644 index 8a1fb43d0..000000000 --- a/www/webkit-sharp/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -@comment $FreeBSD$ -lib/mono/gac/webkit-sharp/%%ASSEMBLY_VERSION%%.0__eaa1d335d2e19745/webkit-sharp.dll -lib/mono/gac/webkit-sharp/%%ASSEMBLY_VERSION%%.0__eaa1d335d2e19745/webkit-sharp.dll.config -lib/mono/webkit-sharp/webkit-sharp.dll -lib/monodoc/sources/webkit-sharp-docs.source -lib/monodoc/sources/webkit-sharp-docs.tree -lib/monodoc/sources/webkit-sharp-docs.zip -libdata/pkgconfig/webkit-sharp-1.0.pc -@dirrm lib/mono/webkit-sharp -@dirrm lib/mono/gac/webkit-sharp/%%ASSEMBLY_VERSION%%.0__eaa1d335d2e19745 -@dirrm lib/mono/gac/webkit-sharp diff --git a/www/xxxterm/Makefile b/www/xxxterm/Makefile deleted file mode 100644 index e7e6fa3a0..000000000 --- a/www/xxxterm/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: xxxterm -# Date created: 2011.01.15 -# Whom: Aldis Berjoza <aldis@bsdroot.lv> -# -# $FreeBSD$ -# - -PORTNAME= xxxterm -PORTVERSION= 1.339 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= http://opensource.conformal.com/snapshots/xxxterm/ -EXTRACT_SUFX= .tgz - -MAINTAINER= aldis@bsdroot.lv -COMMENT= Minimalists vi-like web browser based on webkit and GTK+ - -LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ - soup-2.4:${PORTSDIR}/devel/libsoup \ - webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 - -USE_GNOME= gtk20 pkgconfig -USE_PERL5_BUILD=YES - -PLIST_FILES= bin/xxxterm -MAN1= xxxterm.1 -PORTEXAMPLES= favorites xxxterm.conf -PLIST_DIRS+= share/xxxterm - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800041 -BROKEN= does not build due to missing arc4random_buf in libc -.endif - -ICONS= 16 32 48 64 128 -.for i in ${ICONS} -PLIST_FILES+= share/xxxterm/xxxtermicon${i}.png -.endfor - -do-build: - (cd ${WRKSRC}/freebsd && make) - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/freebsd/xxxterm ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/xxxterm.1 ${PREFIX}/man/man1/ - ${MKDIR} ${PREFIX}/share/${PORTNAME} -.for i in ${ICONS} - ${INSTALL_DATA} ${WRKSRC}/xxxtermicon${i}.png ${PREFIX}/share/xxxterm/ -.endfor -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/favorites ${EXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/xxxterm.conf ${EXAMPLESDIR}/ -.endif - -# vim: set ts=8 sw=8: -.include <bsd.port.post.mk> diff --git a/www/xxxterm/distinfo b/www/xxxterm/distinfo deleted file mode 100644 index 9e3f33035..000000000 --- a/www/xxxterm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xxxterm-1.339.tgz) = e60d7d285fec3a1765ddb27b9a61b0789315899b39503270e238e3cf96b15a31 -SIZE (xxxterm-1.339.tgz) = 141695 diff --git a/www/xxxterm/pkg-descr b/www/xxxterm/pkg-descr deleted file mode 100644 index 9857b928a..000000000 --- a/www/xxxterm/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -xxxterm is a minimalists web browser. It strives to be vi-like for heavy -keyboard users while maintaining traditional web browser behaviour. It is ISC -licensed. It is based on webkit using GTK+. - -WWW: http://opensource.conformal.com/wiki/XXXTerm diff --git a/x11-fonts/cantarell-fonts/Makefile b/x11-fonts/cantarell-fonts/Makefile deleted file mode 100644 index c484f594b..000000000 --- a/x11-fonts/cantarell-fonts/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: cantarell-fonts -# Date Created: 2 Feb 2011 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= cantarell-fonts -PORTVERSION= 0.0.6 -CATEGORIES= x11-fonts gnome -MASTER_SITES= GNOME - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Cantarell, a Humanist sans-serif font family - -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig - -USE_GNOME= pkgconfig -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -FONTSDIR= share/fonts/cantarell -PLIST_SUB= FONTSDIR=${FONTSDIR} - -post-patch: - @${REINPLACE_CMD} -e 's|(datadir)/fontconfig/conf.avail/|(prefix)/etc/fonts/conf.avail/|g' \ - ${WRKSRC}/fontconfig/Makefile.in - -post-install: - @${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR} - -.include <bsd.port.mk> diff --git a/x11-fonts/cantarell-fonts/distinfo b/x11-fonts/cantarell-fonts/distinfo deleted file mode 100644 index c2f41c04b..000000000 --- a/x11-fonts/cantarell-fonts/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cantarell-fonts-0.0.6.tar.bz2) = bf2cce939aeea3244f6786cd6b09dd40e63d65fadd5f3e37f354baf68d4d91df -SIZE (cantarell-fonts-0.0.6.tar.bz2) = 494468 diff --git a/x11-fonts/cantarell-fonts/pkg-descr b/x11-fonts/cantarell-fonts/pkg-descr deleted file mode 100644 index 378b17bea..000000000 --- a/x11-fonts/cantarell-fonts/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Dave Crossland's Cantarell is a contemporary Humanist sans serif that fully -support the following writing systems: Basic Latin, Western European, Catalan, -Baltic, Turkish, Central European, Dutch and Afrikaans. diff --git a/x11-fonts/cantarell-fonts/pkg-plist b/x11-fonts/cantarell-fonts/pkg-plist deleted file mode 100644 index e525a744f..000000000 --- a/x11-fonts/cantarell-fonts/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -etc/fonts/conf.avail/31-cantarell.conf -share/fonts/cantarell/Cantarell-Bold.otf -share/fonts/cantarell/Cantarell-Regular.otf -@exec %D/bin/fc-cache -f -v %D/%%FONTSDIR%% -@dirrm share/fonts/cantarell -@dirrmtry share/fonts diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile deleted file mode 100644 index ab0bf21e3..000000000 --- a/x11-fonts/fontconfig/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: fontconfig -# Date created: 06 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.28 2011/03/20 20:26:03 mezz Exp $ -# - -PORTNAME= fontconfig -PORTVERSION= 2.8.0 -PORTREVISION?= 1 -PORTEPOCH?= 1 -CATEGORIES= x11-fonts -MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An XML-based font configuration API for X Windows - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - expat.6:${PORTSDIR}/textproc/expat2 - -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig ltverhack -CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ - --with-expat-includes=${LOCALBASE}/include \ - --with-expat-lib=${LOCALBASE}/lib \ - --with-default-fonts=${PREFIX}/share/fonts \ - --with-add-fonts=${LOCALBASE}/lib/X11/fonts \ - --with-cache-dir=/var/db/fontconfig \ - --disable-docs -MAKE_ENV= LC_ALL=C -MAKE_JOBS_SAFE= yes -PKGINSTALL= ${WRKDIR}/pkg-install - -MAN1= fc-cache.1 fc-cat.1 fc-list.1 fc-match.1 fc-query.1 fc-scan.1 -MAN5= fonts-conf.5 -PORTDOCS= fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt - -.include <bsd.port.pre.mk> - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${DOCSDIR} -.endif - ${INSTALL_MAN} ${MAN5:S|^|${WRKSRC}/doc/|} ${PREFIX}/man/man5 -.for manpage in ${MAN1} - ${INSTALL_MAN} ${FILESDIR}/${manpage} ${PREFIX}/man/man1 -.endfor - if [ ! -f ${PREFIX}/etc/fonts/fonts.conf ]; then \ - ${INSTALL_DATA} ${WRKSRC}/fonts.conf ${PREFIX}/etc/fonts/fonts.conf; \ - ${INSTALL_DATA} ${WRKSRC}/fonts.conf ${PREFIX}/etc/fonts/fonts.conf.default; \ - else \ - ${INSTALL_DATA} ${WRKSRC}/fonts.conf ${PREFIX}/etc/fonts/fonts.conf.default; \ - fi - @${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \ - s|%%LOCALBASE%%|${LOCALBASE}|' < ${FILESDIR}/pkg-install.in \ - > ${PKGINSTALL} -.if !defined(PACKAGE_BUILDING) - @${LDCONFIG} -m ${PREFIX}/lib - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/x11-fonts/fontconfig/distinfo b/x11-fonts/fontconfig/distinfo deleted file mode 100644 index 8e71cef19..000000000 --- a/x11-fonts/fontconfig/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fontconfig-2.8.0.tar.gz) = fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335 -SIZE (fontconfig-2.8.0.tar.gz) = 1548409 diff --git a/x11-fonts/fontconfig/files/fc-cache.1 b/x11-fonts/fontconfig/files/fc-cache.1 deleted file mode 100644 index 3d77bd59c..000000000 --- a/x11-fonts/fontconfig/files/fc-cache.1 +++ /dev/null @@ -1,75 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FC-CACHE" "1" "05 May 2008" "" "" - -.SH NAME -fc-cache \- build font information cache files -.SH SYNOPSIS - -\fBfc-cache\fR [ \fB-fsvV?\fR ] [ \fB--force\fR ] [ \fB--system-only\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIdirs\fB\fR ] - -.SH "DESCRIPTION" -.PP -\fBfc-cache\fR scans the font directories on -the system and builds font information cache files for -applications using fontconfig for their font handling. -.PP -If directory arguments are not given, -\fBfc-cache\fR uses each directory in the -current font configuration. Each directory is scanned for -font files readable by FreeType. A cache is created which -contains properties of each font and the associated filename. -This cache is used to speed up application startup when using -the fontconfig library. -.PP -Note that \fBfc-cache\fR must be executed -once per architecture to generate font information customized -for that architecture. On a subsequent run, -\fBfc-cache\fR will augment the cache -information files with the information for the new -architecture. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-f --force \fR -Force re-generation of apparently up-to-date cache files, -overriding the timestamp checking. -.TP -\fB-s --system-only \fR -Only scan system-wide directories, omitting the places -located in the user's home directory. -.TP -\fB-v --verbose \fR -Display status information while busy. -.TP -\fB-? --help \fR -Show summary of options. -.TP -\fB-V --version \fR -Show version of the program and exit. -.TP -\fB\fIdirs\fB \fR -A list of directories to scan for fonts. -.SH "FILES" -.TP -\fB\fIfonts.cache-2\fB\fR -These files are generated by \fBfc-cache\fR -and contain maps from file names to font properties. They are -read by the fontconfig library at application startup to locate -appropriate fonts. -.SH "SEE ALSO" -.PP -\fBfc-list\fR (1). -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&. -.SH "AUTHOR" -.PP -This manual page was written by Keith Packard -<keithp@keithp.com> and Josselin Mouette <joss@debian.org>\&. diff --git a/x11-fonts/fontconfig/files/fc-cat.1 b/x11-fonts/fontconfig/files/fc-cat.1 deleted file mode 100644 index b025d7c5e..000000000 --- a/x11-fonts/fontconfig/files/fc-cat.1 +++ /dev/null @@ -1,44 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FC-CAT" "1" "05 May 2008" "" "" - -.SH NAME -fc-cat \- read font information cache files -.SH SYNOPSIS - -\fBfc-cat\fR [ \fB-rvV?\fR ] [ \fB--recurse\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIfonts-cache-2-files\fB\fR ] [ \fB\fIdirs\fB\fR ] - -.SH "DESCRIPTION" -.PP -\fBfc-cat\fR reads the font information from -cache files or related to font directories -and emits it in ASCII form. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-r --recurse \fR -Recurse into subdirectories. -.TP -\fB-v --verbose \fR -Be verbose. -.TP -\fB-? --help \fR -Show summary of options. -.TP -\fB-V --version \fR -Show version of the program and exit. -.SH "SEE ALSO" -.PP -\fBfc-cache\fR (1). -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&. -.SH "AUTHOR" -.PP -This manual page was written by Patrick Lam <plam@mit.edu>\&. diff --git a/x11-fonts/fontconfig/files/fc-list.1 b/x11-fonts/fontconfig/files/fc-list.1 deleted file mode 100644 index 6a0145db1..000000000 --- a/x11-fonts/fontconfig/files/fc-list.1 +++ /dev/null @@ -1,61 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FC-LIST" "1" "05 May 2008" "" "" - -.SH NAME -fc-list \- list available fonts -.SH SYNOPSIS - -\fBfc-list\fR [ \fB-vV?\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIpattern\fB\fR ] [ \fB\fIelement\fB\fR ] - -.SH "DESCRIPTION" -.PP -\fBfc-list\fR lists fonts and styles -available on the system for applications using fontconfig. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-v --verbose \fR -Display status information while busy. -.TP -\fB-? --help \fR -Show summary of options. -.TP -\fB-V --version \fR -Show version of the program and exit. -.TP -\fB\fIpattern\fB \fR -If this argument is set, only fonts matching -\fIpattern\fR are displayed. -.TP -\fB\fIelement\fB \fR -If set, the \fIelement\fR property -is displayed for matching fonts. -.SH "EXAMPLES" -.TP -\fBfc-list\fR -Lists all font faces. -.TP -\fBfc-list :lang=hi\fR -Lists font faces that cover Hindi. -.TP -\fBfc-list : family style file spacing \fR -Lists the filename and spacing value for each font -face. ``:'' is an empty pattern that matches all -fonts. -.SH "SEE ALSO" -.PP -\fBfc-cache\fR (1). -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&. -.SH "AUTHOR" -.PP -This manual page was written by Keith Packard -<keithp@keithp.com> and Josselin Mouette <joss@debian.org>\&. diff --git a/x11-fonts/fontconfig/files/fc-match.1 b/x11-fonts/fontconfig/files/fc-match.1 deleted file mode 100644 index 06f7aa3cb..000000000 --- a/x11-fonts/fontconfig/files/fc-match.1 +++ /dev/null @@ -1,51 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "FC-MATCH" "1" "05 May 2008" "" "" - -.SH NAME -fc-match \- match available fonts -.SH SYNOPSIS - -\fBfc-match\fR [ \fB-svV?\fR ] [ \fB--sort\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIfont-pattern\fB\fR ] - -.SH "DESCRIPTION" -.PP -\fBfc-match\fR matches font-pattern (empty -pattern by default) using the normal fontconfig matching rules to find -the best font available. If --sort is given, the sorted list of best -matching fonts is displayed. With --verbose, the whole font pattern -for each match is printed, otherwise only the file, family and style -are printed.. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-v --verbose \fR -Print whole font pattern for each match. -.TP -\fB-? --help \fR -Show summary of options. -.TP -\fB-V --version \fR -Show version of the program and exit. -.TP -\fB-s --sort \fR -Displays sorted list of best matching fonts. -.TP -\fB\fIfont-pattern\fB \fR -Displays fonts matching -\fIfont-pattern\fR (uses empty pattern by default). -.SH "SEE ALSO" -.PP -\fBfc-list\fR (1). -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&. -.SH "AUTHOR" -.PP -This manual page was updated by Patrick Lam <plam@csail.mit.edu>\&. diff --git a/x11-fonts/fontconfig/files/fc-query.1 b/x11-fonts/fontconfig/files/fc-query.1 deleted file mode 100644 index 0f657df10..000000000 --- a/x11-fonts/fontconfig/files/fc-query.1 +++ /dev/null @@ -1,57 +0,0 @@ -.\\" auto-generated by docbook2man-spec $Revision: 1.3 $ -.TH "FC-QUERY" "1" "Aug 13, 2008" "" "" -.SH NAME -fc-query \- query font files -.SH SYNOPSIS -.sp -\fBfc-query\fR [ \fB-Vh\fR ] - - [ \fB [ -i \fIindex\fB ] [ --index \fIindex\fB ] \fR ] [ \fB [ -f \fIformat\fB ] [ --format \fIformat\fB ] \fR ] [ \fB--version\fR ] [ \fB--help\fR ] \fB\fIfont-file\fB\fR\fI...\fR -.SH "DESCRIPTION" -.PP -\fBfc-query\fR queries -\fIfont-file\fR(s) using the normal fontconfig -rules and prints out font pattern for each face found. -If \fB--index\fR is given, only one face of each file is -queried, otherwise all faces are queried. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-i\fR -Only query face indexed \fIindex\fR of -each file. -.TP -\fB-f\fR -Format output according to the format specifier -\fIformat\fR. -.TP -\fB-V\fR -Show version of the program and exit. -.TP -\fB-h\fR -Show summary of options. -.TP -\fB\fIfont-file\fB\fR -Query \fIfont-file\fR for font faces. -.SH "RETURN CODES" -.PP -\fBfc-query\fR returns error code 0 for successful parsing, -or 1 if any errors occured or if at least one font face could not be opened. -.SH "SEE ALSO" -.PP -\fBfc-scan\fR(1) -\fBFcFreeTypeQuery\fR(3) -\fBFcPatternFormat\fR(3) -\fBfc-cat\fR(1) -\fBfc-cache\fR(1) -\fBfc-list\fR(1) -\fBfc-match\fR(1) -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR. -.SH "AUTHOR" -.PP -This manual page was updated by Behdad Esfahbod <behdad@behdad.org>. diff --git a/x11-fonts/fontconfig/files/fc-scan.1 b/x11-fonts/fontconfig/files/fc-scan.1 deleted file mode 100644 index 0e91ae6b3..000000000 --- a/x11-fonts/fontconfig/files/fc-scan.1 +++ /dev/null @@ -1,52 +0,0 @@ -.\\" auto-generated by docbook2man-spec $Revision: 1.3 $ -.TH "FC-SCAN" "1" "Jan 15, 2009" "" "" -.SH NAME -fc-scan \- scan font files or directories -.SH SYNOPSIS -.sp -\fBfc-scan\fR [ \fB-Vh\fR ] - - [ \fB [ -f \fIformat\fB ] [ --format \fIformat\fB ] \fR ] [ \fB--version\fR ] [ \fB--help\fR ] \fB\fIfile\fB\fR\fI...\fR -.SH "DESCRIPTION" -.PP -\fBfc-scan\fR scans -\fIfile\fR(s) recursively -and prints out font pattern for each face found. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB-f\fR -Format output according to the format specifier -\fIformat\fR. -.TP -\fB-V\fR -Show version of the program and exit. -.TP -\fB-h\fR -Show summary of options. -.TP -\fB\fIfile\fB\fR -Scan \fIfile\fR recursively for font faces. -.SH "RETURN CODES" -.PP -\fBfc-scan\fR returns error code 0 if at least one font -was found or 1 otherwise. -.SH "SEE ALSO" -.PP -\fBfc-query\fR(1) -\fBFcFileScan\fR(3) -\fBFcDirScan\fR(3) -\fBFcPatternFormat\fR(3) -\fBfc-cat\fR(1) -\fBfc-cache\fR(1) -\fBfc-list\fR(1) -\fBfc-match\fR(1) -.PP -The fontconfig user's guide, in HTML format: -\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR. -.SH "AUTHOR" -.PP -This manual page was updated by Behdad Esfahbod <behdad@behdad.org>. diff --git a/x11-fonts/fontconfig/files/patch-Makefile.in b/x11-fonts/fontconfig/files/patch-Makefile.in deleted file mode 100644 index 5719bed30..000000000 --- a/x11-fonts/fontconfig/files/patch-Makefile.in +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.in.orig 2009-07-08 01:52:45.000000000 -0400 -+++ Makefile.in 2009-07-08 01:53:30.000000000 -0400 -@@ -896,28 +896,28 @@ fonts.conf: fonts.conf.in Makefile - mv $@.tmp $@ - - install-data-local: fonts.conf -- $(mkinstalldirs) $(DESTDIR)$(configdir) $(DESTDIR)$(fc_cachedir) -- if [ -f $(DESTDIR)$(configdir)/fonts.conf ]; then \ -- echo "backing up existing $(DESTDIR)$(configdir)/fonts.conf"; \ -- mv $(DESTDIR)$(configdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf.bak; \ -- fi -- if [ -f $(srcdir)/fonts.conf ]; then \ -- echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ -- $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ -- else if [ -f fonts.conf ]; then \ -- echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ -- $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ -- fi; fi -- @(if $(RUN_FC_CACHE_TEST); then \ -- echo " $(bindir)/fc-cache -s -f -v"; \ -- $(bindir)/fc-cache -s -f -v; \ -- else \ -- echo "***"; \ -- echo "*** Warning: fonts.cache not built"; \ -- echo "***"; \ -- echo "*** Generate this file manually on host system using fc-cache"; \ -- echo "***"; \ -- fi) -+# $(mkinstalldirs) $(DESTDIR)$(configdir) $(DESTDIR)$(fc_cachedir) -+# if [ -f $(DESTDIR)$(configdir)/fonts.conf ]; then \ -+# echo "backing up existing $(DESTDIR)$(configdir)/fonts.conf"; \ -+# mv $(DESTDIR)$(configdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf.bak; \ -+# fi -+# if [ -f $(srcdir)/fonts.conf ]; then \ -+# echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ -+# $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ -+# else if [ -f fonts.conf ]; then \ -+# echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf"; \ -+# $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ -+# fi; fi -+# @(if $(RUN_FC_CACHE_TEST); then \ -+# echo " $(bindir)/fc-cache -s -f -v"; \ -+# $(bindir)/fc-cache -s -f -v; \ -+# else \ -+# echo "***"; \ -+# echo "*** Warning: fonts.cache not built"; \ -+# echo "***"; \ -+# echo "*** Generate this file manually on host system using fc-cache"; \ -+# echo "***"; \ -+# fi) - - uninstall-local: - if [ -f $(srcdir)/fonts.conf ]; then \ diff --git a/x11-fonts/fontconfig/files/pkg-install.in b/x11-fonts/fontconfig/files/pkg-install.in deleted file mode 100644 index e82abb41d..000000000 --- a/x11-fonts/fontconfig/files/pkg-install.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%PREFIX%%/bin -export PATH - -if [ "$2" = "POST-INSTALL" ]; then - echo "Running fc-cache to build fontconfig cache..." - fc-cache -f -v - exit 0 -fi diff --git a/x11-fonts/fontconfig/pkg-descr b/x11-fonts/fontconfig/pkg-descr deleted file mode 100644 index 7595ac232..000000000 --- a/x11-fonts/fontconfig/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Fontconfig does the following: - - * discover new fonts when installed automatically, removing a common source - of configuration problems. - * perform font name substitution, so that appropriate alternative fonts can - be selected if fonts are missing. - * identify the set of fonts required to completely cover a set of languages. - * have GUI configuration tools built as it uses an XML-based configuration - file (though with autodiscovery, we believe this need is minimized). - * efficiently and quickly find the fonts you need among the set of fonts - you have installed, even if you have installed thousands of fonts, while - minimzing memory usage. - * be used in concert with the X Render Extension and FreeType to implement - high quality, anti-aliased and subpixel rendered text on a display. - --- keithp - -WWW: http://fontconfig.org/ diff --git a/x11-fonts/fontconfig/pkg-plist b/x11-fonts/fontconfig/pkg-plist deleted file mode 100644 index bc6a0793e..000000000 --- a/x11-fonts/fontconfig/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/fc-cache -bin/fc-cat -bin/fc-list -bin/fc-match -bin/fc-query -bin/fc-scan -etc/fonts/conf.avail/10-autohint.conf -etc/fonts/conf.avail/10-no-sub-pixel.conf -etc/fonts/conf.avail/10-sub-pixel-bgr.conf -etc/fonts/conf.avail/10-sub-pixel-rgb.conf -etc/fonts/conf.avail/10-sub-pixel-vbgr.conf -etc/fonts/conf.avail/10-sub-pixel-vrgb.conf -etc/fonts/conf.avail/10-unhinted.conf -etc/fonts/conf.avail/20-fix-globaladvance.conf -etc/fonts/conf.avail/20-unhint-small-vera.conf -etc/fonts/conf.avail/25-unhint-nonlatin.conf -etc/fonts/conf.avail/30-metric-aliases.conf -etc/fonts/conf.avail/30-urw-aliases.conf -etc/fonts/conf.avail/40-nonlatin.conf -etc/fonts/conf.avail/45-latin.conf -etc/fonts/conf.avail/49-sansserif.conf -etc/fonts/conf.avail/50-user.conf -etc/fonts/conf.avail/51-local.conf -etc/fonts/conf.avail/60-latin.conf -etc/fonts/conf.avail/65-fonts-persian.conf -etc/fonts/conf.avail/65-khmer.conf -etc/fonts/conf.avail/65-nonlatin.conf -etc/fonts/conf.avail/69-unifont.conf -etc/fonts/conf.avail/70-no-bitmaps.conf -etc/fonts/conf.avail/70-yes-bitmaps.conf -etc/fonts/conf.avail/80-delicious.conf -etc/fonts/conf.avail/90-synthetic.conf -etc/fonts/conf.d/20-fix-globaladvance.conf -etc/fonts/conf.d/20-unhint-small-vera.conf -etc/fonts/conf.d/30-metric-aliases.conf -etc/fonts/conf.d/30-urw-aliases.conf -etc/fonts/conf.d/40-nonlatin.conf -etc/fonts/conf.d/45-latin.conf -etc/fonts/conf.d/49-sansserif.conf -etc/fonts/conf.d/50-user.conf -etc/fonts/conf.d/51-local.conf -etc/fonts/conf.d/60-latin.conf -etc/fonts/conf.d/65-fonts-persian.conf -etc/fonts/conf.d/65-nonlatin.conf -etc/fonts/conf.d/69-unifont.conf -etc/fonts/conf.d/80-delicious.conf -etc/fonts/conf.d/90-synthetic.conf -etc/fonts/conf.d/README -@unexec if cmp -s %D/etc/fonts/fonts.conf %D/etc/fonts/fonts.conf.default; then rm -f %D/etc/fonts/fonts.conf; fi -etc/fonts/fonts.conf.default -@exec [ -f %B/fonts.conf ] || cp %B/%f %B/fonts.conf -etc/fonts/fonts.dtd -include/fontconfig/fcfreetype.h -include/fontconfig/fcprivate.h -include/fontconfig/fontconfig.h -lib/libfontconfig.a -lib/libfontconfig.la -lib/libfontconfig.so -lib/libfontconfig.so.1 -libdata/pkgconfig/fontconfig.pc -@dirrm include/fontconfig -@dirrmtry etc/fonts/conf.d -@dirrmtry etc/fonts/conf.avail -@dirrmtry etc/fonts -@unexec rm -rf /var/db/fontconfig 2>/dev/null || true diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile deleted file mode 100644 index 04e106de8..000000000 --- a/x11-toolkits/gtk20/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# New ports collection makefile for: gtk13 -# Date Created: 28 Sep 1997 -# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.223 2011/04/02 10:50:20 kwm Exp $ -# -# Remember to update graphics/gtk-update-icon-cache too. - -PORTNAME= gtk -PORTVERSION= 2.24.5 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ - ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gtk+-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gimp Toolkit for X11 GUI (previous stable version) - -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_XZ= yes -LATEST_LINK= gtk20 - -.if !defined(REFERENCE_PORT) - -BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ - ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme - -USE_GMAKE= yes -USE_PERL5_BUILD=yes -MAKE_JOBS_SAFE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache -USE_GETTEXT= yes -USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ - xcomposite -CONFIGURE_ARGS= --enable-static --with-xinput=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gtk-query-immodules-2.0.1 - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug=yes -.endif - -OPTIONS= CUPS "Enable cups printing support" on - -.include <bsd.port.options.mk> - -.if defined(WITH_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client -CONFIGURE_ARGS+=--enable-cups=auto -PLIST_SUB+= CUPS:="" -.else -CONFIGURE_ARGS+=--disable-cups -PLIST_SUB+= CUPS:="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \ - ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' - @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@LN_S@|${LN} -sf|' ${WRKSRC}/gtk/Makefile.in - @${REINPLACE_CMD} -e 's|file,cups|file,cups,lpr|' \ - ${WRKSRC}/gtk/Makefile.in - -pre-configure: -.if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc) - @${ECHO_CMD} "${PKGNAME}: Needs cairo build with X11 support." - @${FALSE} -.endif - -pre-build: - @${RM} -rf ${WRKSRC}/docs/gtk.info* - -post-install: - -@${FIND} ${LOCALBASE}/share/icons -type d -depth 1 -exec \ - ${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null - @${MKDIR} ${PREFIX}/lib/gtk-2.0/modules - @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK2_VERSION}/engines - @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK2_VERSION}/loaders - ${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/docs/reference/gtk/|} \ - ${PREFIX}/man/man1 - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo deleted file mode 100644 index 53e9d1c87..000000000 --- a/x11-toolkits/gtk20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gtk+-2.24.5.tar.xz) = d6b30889efbb9fab9aa598092d08887826a7b2a3069b3bd5155dede28d9866f3 -SIZE (gnome2/gtk+-2.24.5.tar.xz) = 13252580 diff --git a/x11-toolkits/gtk20/files/patch-Makefile.in b/x11-toolkits/gtk20/files/patch-Makefile.in deleted file mode 100644 index f2ac7216d..000000000 --- a/x11-toolkits/gtk20/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2010-06-27 12:13:41.000000000 +0200 -+++ Makefile.in 2010-06-27 12:14:23.000000000 +0200 -@@ -456,7 +456,7 @@ - || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ - && DISPLAY=:$$XID && export DISPLAY - --SRC_SUBDIRS = gdk gtk modules demos tests perf -+SRC_SUBDIRS = gdk gtk modules demos perf - SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build - - # require automake 1.4 diff --git a/x11-toolkits/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah deleted file mode 100644 index cc9e4c46a..000000000 --- a/x11-toolkits/gtk20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig 2010-12-24 00:14:51.000000000 +0100 -+++ docs/Makefile.in 2010-12-24 00:15:52.000000000 +0100 -@@ -220,7 +220,7 @@ - LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@ - LT_VERSION_INFO = @LT_VERSION_INFO@ - MAINT = @MAINT@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MANIFEST_TOOL = @MANIFEST_TOOL@ - MATH_LIB = @MATH_LIB@ - MKDIR_P = @MKDIR_P@ diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai deleted file mode 100644 index a9d1d5f21..000000000 --- a/x11-toolkits/gtk20/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2010-06-27 12:22:03.000000000 +0200 -+++ docs/reference/Makefile.in 2010-06-27 12:22:37.000000000 +0200 -@@ -354,7 +354,7 @@ - || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ - && DISPLAY=:$$XID && export DISPLAY - --SUBDIRS = gdk gtk libgail-util -+SUBDIRS = #gdk gtk libgail-util - GITIGNOREFILES = */*.1 - all: all-recursive - diff --git a/x11-toolkits/gtk20/files/patch-ak b/x11-toolkits/gtk20/files/patch-ak deleted file mode 100644 index 7f8e0eb0c..000000000 --- a/x11-toolkits/gtk20/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002 -+++ gdk/Makefile.in Thu Feb 14 12:45:37 2002 -@@ -315,7 +315,7 @@ - # - # Rule to install gdkconfig.h header file - # --configexecincludedir = $(libdir)/gtk-2.0/include -+configexecincludedir = $(prefix)/include/gtk-2.0 - - #note: not gdkconfig.h - BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h diff --git a/x11-toolkits/gtk20/files/patch-docs_reference_gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-docs_reference_gtk_Makefile.in deleted file mode 100644 index b1a3d8374..000000000 --- a/x11-toolkits/gtk20/files/patch-docs_reference_gtk_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/gtk/Makefile.in.orig 2011-03-04 12:25:26.000000000 +0100 -+++ docs/reference/gtk/Makefile.in 2011-03-04 12:25:42.000000000 +0100 -@@ -748,7 +748,7 @@ - @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp - - ######################################################################## --@ENABLE_MAN_TRUE@man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 gtk-builder-convert.1 -+@ENABLE_MAN_TRUE@man_MANS = gtk-query-immodules-2.0.1 gtk-builder-convert.1 - @ENABLE_MAN_TRUE@BUILT_EXTRA_DIST = $(man_MANS) - all: all-am - diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in deleted file mode 100644 index 9846a2751..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in +++ /dev/null @@ -1,290 +0,0 @@ -Stock icons. This was removed in 2.21.x, however it is used by atleast firefox. - -https://bugzilla.gnome.org/show_bug.cgi?id=629878 - ---- gtk/Makefile.in.orig 2011-03-04 12:02:32.000000000 +0100 -+++ gtk/Makefile.in 2011-03-04 12:03:28.000000000 +0100 -@@ -71,8 +71,7 @@ - @HAVE_INTROSPECTION_TRUE@@USE_X11_TRUE@am__append_15 = --add-include-path=$(top_builddir)/gdk/x11 - @HAVE_INTROSPECTION_TRUE@am__append_16 = Gtk-2.0.gir - @HAVE_INTROSPECTION_TRUE@am__append_17 = $(gir_DATA) $(typelibs_DATA) --bin_PROGRAMS = gtk-query-immodules-2.0$(EXEEXT) \ -- gtk-update-icon-cache$(EXEEXT) -+bin_PROGRAMS = gtk-query-immodules-2.0$(EXEEXT) - @OS_WIN32_TRUE@am__append_18 = \ - @OS_WIN32_TRUE@ $(GTK_UPDATE_ICON_CACHE_MANIFEST) - -@@ -1358,9 +1357,9 @@ - # gtk-update-icon-cache.exe doesn't require any special privileges. - @OS_WIN32_TRUE@GTK_UPDATE_ICON_CACHE_MANIFEST = gtk-update-icon-cache.exe.manifest - gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) --gtk_query_immodules_2_0_LDADD = $(LDADDS) -+gtk_query_immodules_2_0_LDADD = $(LDADDS) $(GLIB_LIBS) - gtk_query_immodules_2_0_SOURCES = queryimmodules.c --gtk_update_icon_cache_LDADD = $(GDK_PIXBUF_LIBS) -+gtk_update_icon_cache_LDADD = $(GDK_PIXBUF_LIBS) $(GLIB_LIBS) - gtk_update_icon_cache_SOURCES = updateiconcache.c - STOCK_ICONS = \ - stock-icons/16/document-open-recent.png \ -@@ -1601,7 +1600,171 @@ - stock-icons/24/folder-remote.png \ - stock-icons/24/user-home.png \ - stock-icons/24/user-desktop.png \ -- stock-icons/24/text-x-generic.png -+ stock-icons/24/text-x-generic.png \ -+ stock-icons/16/gtk-quit.png \ -+ stock-icons/16/gtk-info.png \ -+ stock-icons/16/gtk-file.png \ -+ stock-icons/16/gtk-open.png \ -+ stock-icons/16/gtk-print-preview.png \ -+ stock-icons/16/gtk-print.png \ -+ stock-icons/16/gtk-properties.png \ -+ stock-icons/16/gtk-revert-to-saved-ltr.png \ -+ stock-icons/16/gtk-revert-to-saved-rtl.png \ -+ stock-icons/16/gtk-save-as.png \ -+ stock-icons/16/gtk-new.png \ -+ stock-icons/16/gtk-harddisk.png \ -+ stock-icons/16/gtk-clear.png \ -+ stock-icons/16/gtk-copy.png \ -+ stock-icons/16/gtk-cut.png \ -+ stock-icons/16/gtk-delete.png \ -+ stock-icons/16/gtk-find-and-replace.png \ -+ stock-icons/16/gtk-find.png \ -+ stock-icons/16/gtk-paste.png \ -+ stock-icons/16/gtk-redo-ltr.png \ -+ stock-icons/16/gtk-redo-rtl.png \ -+ stock-icons/16/gtk-select-all.png \ -+ stock-icons/16/gtk-undo-ltr.png \ -+ stock-icons/16/gtk-undo-rtl.png \ -+ stock-icons/16/gtk-directory.png \ -+ stock-icons/16/gtk-unindent-ltr.png \ -+ stock-icons/16/gtk-unindent-rtl.png \ -+ stock-icons/16/gtk-indent-ltr.png \ -+ stock-icons/16/gtk-indent-rtl.png \ -+ stock-icons/16/gtk-justify-center.png \ -+ stock-icons/16/gtk-justify-fill.png \ -+ stock-icons/16/gtk-justify-left.png \ -+ stock-icons/16/gtk-justify-right.png \ -+ stock-icons/16/gtk-bold.png \ -+ stock-icons/16/gtk-italic.png \ -+ stock-icons/16/gtk-strikethrough.png \ -+ stock-icons/16/gtk-underline.png \ -+ stock-icons/16/gtk-goto-bottom.png \ -+ stock-icons/16/gtk-go-down.png \ -+ stock-icons/16/gtk-goto-first-ltr.png \ -+ stock-icons/16/gtk-home.png \ -+ stock-icons/16/gtk-jump-to-ltr.png \ -+ stock-icons/16/gtk-jump-to-rtl.png \ -+ stock-icons/16/gtk-goto-last-ltr.png \ -+ stock-icons/16/gtk-go-forward-ltr.png \ -+ stock-icons/16/gtk-go-back-ltr.png \ -+ stock-icons/16/gtk-goto-top.png \ -+ stock-icons/16/gtk-go-up.png \ -+ stock-icons/16/gtk-about.png \ -+ stock-icons/16/gtk-help.png \ -+ stock-icons/16/gtk-missing-image.png \ -+ stock-icons/16/gtk-add.png \ -+ stock-icons/16/gtk-remove.png \ -+ stock-icons/16/gtk-floppy.png \ -+ stock-icons/16/gtk-cdrom.png \ -+ stock-icons/16/gtk-media-pause.png \ -+ stock-icons/16/gtk-media-play-ltr.png \ -+ stock-icons/16/gtk-media-play-rtl.png \ -+ stock-icons/16/gtk-media-stop.png \ -+ stock-icons/16/gtk-media-record.png \ -+ stock-icons/16/gtk-media-rewind-ltr.png \ -+ stock-icons/16/gtk-media-forward-ltr.png \ -+ stock-icons/16/gtk-media-previous-ltr.png \ -+ stock-icons/16/gtk-media-next-ltr.png \ -+ stock-icons/16/gtk-network.png \ -+ stock-icons/16/gtk-print-error.png \ -+ stock-icons/16/gtk-print-report.png \ -+ stock-icons/16/gtk-print-paused.png \ -+ stock-icons/16/gtk-print-warning.png \ -+ stock-icons/16/gtk-stop.png \ -+ stock-icons/16/gtk-execute.png \ -+ stock-icons/16/gtk-spell-check.png \ -+ stock-icons/16/gtk-fullscreen.png \ -+ stock-icons/16/gtk-refresh.png \ -+ stock-icons/16/gtk-leave-fullscreen.png \ -+ stock-icons/16/gtk-sort-ascending.png \ -+ stock-icons/16/gtk-sort-descending.png \ -+ stock-icons/16/gtk-close.png \ -+ stock-icons/16/gtk-zoom-fit.png \ -+ stock-icons/16/gtk-zoom-in.png \ -+ stock-icons/16/gtk-zoom-100.png \ -+ stock-icons/16/gtk-zoom-out.png \ -+ stock-icons/24/gtk-quit.png \ -+ stock-icons/24/gtk-info.png \ -+ stock-icons/24/gtk-file.png \ -+ stock-icons/24/gtk-open.png \ -+ stock-icons/24/gtk-print-preview.png \ -+ stock-icons/24/gtk-print.png \ -+ stock-icons/24/gtk-properties.png \ -+ stock-icons/24/gtk-revert-to-saved-ltr.png \ -+ stock-icons/24/gtk-revert-to-saved-rtl.png \ -+ stock-icons/24/gtk-save-as.png \ -+ stock-icons/24/gtk-new.png \ -+ stock-icons/24/gtk-harddisk.png \ -+ stock-icons/24/gtk-clear.png \ -+ stock-icons/24/gtk-copy.png \ -+ stock-icons/24/gtk-cut.png \ -+ stock-icons/24/gtk-delete.png \ -+ stock-icons/24/gtk-find-and-replace.png \ -+ stock-icons/24/gtk-find.png \ -+ stock-icons/24/gtk-paste.png \ -+ stock-icons/24/gtk-redo-ltr.png \ -+ stock-icons/24/gtk-redo-rtl.png \ -+ stock-icons/24/gtk-select-all.png \ -+ stock-icons/24/gtk-undo-ltr.png \ -+ stock-icons/24/gtk-undo-rtl.png \ -+ stock-icons/24/gtk-directory.png \ -+ stock-icons/24/gtk-unindent-ltr.png \ -+ stock-icons/24/gtk-unindent-rtl.png \ -+ stock-icons/24/gtk-indent-ltr.png \ -+ stock-icons/24/gtk-indent-rtl.png \ -+ stock-icons/24/gtk-justify-center.png \ -+ stock-icons/24/gtk-justify-fill.png \ -+ stock-icons/24/gtk-justify-left.png \ -+ stock-icons/24/gtk-justify-right.png \ -+ stock-icons/24/gtk-bold.png \ -+ stock-icons/24/gtk-italic.png \ -+ stock-icons/24/gtk-strikethrough.png \ -+ stock-icons/24/gtk-underline.png \ -+ stock-icons/24/gtk-goto-bottom.png \ -+ stock-icons/24/gtk-go-down.png \ -+ stock-icons/24/gtk-goto-first-ltr.png \ -+ stock-icons/24/gtk-home.png \ -+ stock-icons/24/gtk-jump-to-ltr.png \ -+ stock-icons/24/gtk-jump-to-rtl.png \ -+ stock-icons/24/gtk-goto-last-ltr.png \ -+ stock-icons/24/gtk-go-forward-ltr.png \ -+ stock-icons/24/gtk-go-back-ltr.png \ -+ stock-icons/24/gtk-goto-top.png \ -+ stock-icons/24/gtk-go-up.png \ -+ stock-icons/24/gtk-about.png \ -+ stock-icons/24/gtk-help.png \ -+ stock-icons/24/gtk-missing-image.png \ -+ stock-icons/24/gtk-add.png \ -+ stock-icons/24/gtk-remove.png \ -+ stock-icons/24/gtk-floppy.png \ -+ stock-icons/24/gtk-cdrom.png \ -+ stock-icons/24/gtk-media-pause.png \ -+ stock-icons/24/gtk-media-play-ltr.png \ -+ stock-icons/24/gtk-media-play-rtl.png \ -+ stock-icons/24/gtk-media-stop.png \ -+ stock-icons/24/gtk-media-record.png \ -+ stock-icons/24/gtk-media-rewind-ltr.png \ -+ stock-icons/24/gtk-media-forward-ltr.png \ -+ stock-icons/24/gtk-media-previous-ltr.png \ -+ stock-icons/24/gtk-media-next-ltr.png \ -+ stock-icons/24/gtk-network.png \ -+ stock-icons/24/gtk-print-error.png \ -+ stock-icons/24/gtk-print-report.png \ -+ stock-icons/24/gtk-print-paused.png \ -+ stock-icons/24/gtk-print-warning.png \ -+ stock-icons/24/gtk-stop.png \ -+ stock-icons/24/gtk-execute.png \ -+ stock-icons/24/gtk-spell-check.png \ -+ stock-icons/24/gtk-fullscreen.png \ -+ stock-icons/24/gtk-refresh.png \ -+ stock-icons/24/gtk-leave-fullscreen.png \ -+ stock-icons/24/gtk-sort-ascending.png \ -+ stock-icons/24/gtk-sort-descending.png \ -+ stock-icons/24/gtk-close.png \ -+ stock-icons/24/gtk-zoom-fit.png \ -+ stock-icons/24/gtk-zoom-in.png \ -+ stock-icons/24/gtk-zoom-100.png \ -+ stock-icons/24/gtk-zoom-out.png - - @CROSS_COMPILING_FALSE@gtk_update_icon_cache_program = \ - @CROSS_COMPILING_FALSE@ ./gtk-update-icon-cache -@@ -2873,6 +3036,88 @@ - && $(LN_S) folder.png user-desktop.png \ - && $(RM) user-home.png.png \ - && $(LN_S) folder.png user-home.png \ -+ && $(LN_S) application-exit.png gtk-quit.png \ -+ && $(LN_S) dialog-info.png gtk-info.png \ -+ && $(LN_S) document-new.png gtk-file.png \ -+ && $(LN_S) document-open.png gtk-open.png \ -+ && $(LN_S) document-print-preview.png gtk-print-preview.png \ -+ && $(LN_S) document-print.png gtk-print.png \ -+ && $(LN_S) document-properties.png gtk-properties.png \ -+ && $(LN_S) document-revert-ltr.png gtk-revert-to-saved-ltr.png \ -+ && $(LN_S) document-revert-rtl.png gtk-revert-to-saved-rtl.png \ -+ && $(LN_S) document-save-as.png gtk-save-as.png \ -+ && $(LN_S) document-x-generic.png gtk-new.png \ -+ && $(LN_S) drive-harddisk.png gtk-harddisk.png \ -+ && $(LN_S) edit-clear.png gtk-clear.png \ -+ && $(LN_S) edit-copy.png gtk-copy.png \ -+ && $(LN_S) edit-cut.png gtk-cut.png \ -+ && $(LN_S) edit-delete.png gtk-delete.png \ -+ && $(LN_S) edit-find-replace.png gtk-find-and-replace.png \ -+ && $(LN_S) edit-find.png gtk-find.png \ -+ && $(LN_S) edit-paste.png gtk-paste.png \ -+ && $(LN_S) edit-redo-ltr.png gtk-redo-ltr.png \ -+ && $(LN_S) edit-redo-rtl.png gtk-redo-rtl.png \ -+ && $(LN_S) edit-select-all.png gtk-select-all.png \ -+ && $(LN_S) edit-undo-ltr.png gtk-undo-ltr.png \ -+ && $(LN_S) edit-undo-rtl.png gtk-undo-rtl.png \ -+ && $(LN_S) folder.png gtk-directory.png \ -+ && $(LN_S) format-indent-less-ltr.png gtk-unindent-ltr.png \ -+ && $(LN_S) format-indent-less-rtl.png gtk-unindent-rtl.png \ -+ && $(LN_S) format-indent-more-ltr.png gtk-indent-ltr.png \ -+ && $(LN_S) format-indent-more-rtl.png gtk-indent-rtl.png \ -+ && $(LN_S) format-justify-center.png gtk-justify-center.png \ -+ && $(LN_S) format-justify-fill.png gtk-justify-fill.png \ -+ && $(LN_S) format-justify-left.png gtk-justify-left.png \ -+ && $(LN_S) format-justify-right.png gtk-justify-right.png \ -+ && $(LN_S) format-text-bold.png gtk-bold.png \ -+ && $(LN_S) format-text-italic.png gtk-italic.png \ -+ && $(LN_S) format-text-strikethrough.png gtk-strikethrough.png \ -+ && $(LN_S) format-text-underline.png gtk-underline.png \ -+ && $(LN_S) go-bottom.png gtk-goto-bottom.png \ -+ && $(LN_S) go-down.png gtk-go-down.png \ -+ && $(LN_S) go-first-ltr.png gtk-goto-first-ltr.png \ -+ && $(LN_S) go-home.png gtk-home.png \ -+ && $(LN_S) go-jump-ltr.png gtk-jump-to-ltr.png \ -+ && $(LN_S) go-jump-rtl.png gtk-jump-to-rtl.png \ -+ && $(LN_S) go-last-ltr.png gtk-goto-last-ltr.png \ -+ && $(LN_S) go-next-ltr.png gtk-go-forward-ltr.png \ -+ && $(LN_S) go-previous-ltr.png gtk-go-back-ltr.png \ -+ && $(LN_S) go-top.png gtk-goto-top.png \ -+ && $(LN_S) go-up.png gtk-go-up.png \ -+ && $(LN_S) help-about.png gtk-about.png \ -+ && $(LN_S) help-contents.png gtk-help.png \ -+ && $(LN_S) image-missing.png gtk-missing-image.png \ -+ && $(LN_S) list-add.png gtk-add.png \ -+ && $(LN_S) list-remove.png gtk-remove.png \ -+ && $(LN_S) media-floppy.png gtk-floppy.png \ -+ && $(LN_S) media-optical.png gtk-cdrom.png \ -+ && $(LN_S) media-playback-pause.png gtk-media-pause.png \ -+ && $(LN_S) media-playback-start-ltr.png gtk-media-play-ltr.png \ -+ && $(LN_S) media-playback-start-rtl.png gtk-media-play-rtl.png \ -+ && $(LN_S) media-playback-stop.png gtk-media-stop.png \ -+ && $(LN_S) media-record.png gtk-media-record.png \ -+ && $(LN_S) media-seek-backward-ltr.png gtk-media-rewind-ltr.png \ -+ && $(LN_S) media-seek-forward-ltr.png gtk-media-forward-ltr.png \ -+ && $(LN_S) media-skip-backward-ltr.png gtk-media-previous-ltr.png \ -+ && $(LN_S) media-skip-forward-ltr.png gtk-media-next-ltr.png \ -+ && $(LN_S) network-idle.png gtk-network.png \ -+ && $(LN_S) printer-error.png gtk-print-error.png \ -+ && $(LN_S) printer-info.png gtk-print-report.png \ -+ && $(LN_S) printer-paused.png gtk-print-paused.png \ -+ && $(LN_S) printer-warning.png gtk-print-warning.png \ -+ && $(LN_S) process-stop.png gtk-stop.png \ -+ && $(LN_S) system-run.png gtk-execute.png \ -+ && $(LN_S) tools-check-spelling.png gtk-spell-check.png \ -+ && $(LN_S) view-fullscreen.png gtk-fullscreen.png \ -+ && $(LN_S) view-refresh.png gtk-refresh.png \ -+ && $(LN_S) view-restore.png gtk-leave-fullscreen.png \ -+ && $(LN_S) view-sort-ascending.png gtk-sort-ascending.png \ -+ && $(LN_S) view-sort-descending.png gtk-sort-descending.png \ -+ && $(LN_S) window-close.png gtk-close.png \ -+ && $(LN_S) zoom-fit-best.png gtk-zoom-fit.png \ -+ && $(LN_S) zoom-in.png gtk-zoom-in.png \ -+ && $(LN_S) zoom-original.png gtk-zoom-100.png \ -+ && $(LN_S) zoom-out.png gtk-zoom-out.png \ - ) done \ - && touch stamp-icons - diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtkbuilderparser.c b/x11-toolkits/gtk20/files/patch-gtk_gtkbuilderparser.c deleted file mode 100644 index 2a2c4aa06..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_gtkbuilderparser.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gtk/gtkbuilderparser.c.dist 2010-06-08 14:11:06.000000000 -0500 -+++ gtk/gtkbuilderparser.c 2010-06-08 14:11:33.000000000 -0500 -@@ -1051,7 +1051,7 @@ - /* Called for character data */ - /* text is not nul-terminated */ - static void --text (GMarkupParseContext *context, -+XXXtext (GMarkupParseContext *context, - const gchar *text, - gsize text_len, - gpointer user_data, -@@ -1106,7 +1106,7 @@ - static const GMarkupParser parser = { - start_element, - end_element, -- text, -+ XXXtext, - NULL, - NULL - }; diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h deleted file mode 100644 index c687dec40..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h +++ /dev/null @@ -1,13 +0,0 @@ ---- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400 -+++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400 -@@ -29,7 +29,9 @@ - #ifndef __GTK_SIGNAL_H__ - #define __GTK_SIGNAL_H__ - --#include <gtk/gtk.h> -+#include <gtk/gtkenums.h> -+#include <gtk/gtktypeutils.h> -+#include <gtk/gtkobject.h> - #include <gtk/gtkmarshal.h> - - G_BEGIN_DECLS diff --git a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c b/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c deleted file mode 100644 index 206257551..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/updateiconcache.c.orig 2009-05-11 18:05:35.000000000 +0200 -+++ gtk/updateiconcache.c 2009-05-30 12:03:39.000000000 +0200 -@@ -1505,7 +1505,7 @@ opentmp: - if (!validate_file (tmp_cache_path)) - { - g_printerr (_("The generated cache was invalid.\n")); -- /*g_unlink (tmp_cache_path);*/ -+ g_unlink (tmp_cache_path); - exit (1); - } - diff --git a/x11-toolkits/gtk20/pkg-descr b/x11-toolkits/gtk20/pkg-descr deleted file mode 100644 index 8cee4afc7..000000000 --- a/x11-toolkits/gtk20/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The GIMP ToolKit (GTK+) is a collection of GUI widgets. GTK+ -essentially provides the building blocks from which GUIs can be -built. It is highly themable, and its functionality is highly -extensible. - -GTK+-2 is a very stable release, similar only in design to GTK+-1. -GTK+-2 can coexist happily alongside GTK+-1, but applications are -written for one version or the other. - -WWW: http://www.gtk.org/ diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist deleted file mode 100644 index a4ac7f4e6..000000000 --- a/x11-toolkits/gtk20/pkg-plist +++ /dev/null @@ -1,706 +0,0 @@ -bin/gtk-builder-convert -bin/gtk-demo -bin/gtk-query-immodules-2.0 -etc/gtk-2.0/gtk.immodules -etc/gtk-2.0/im-multipress.conf -include/gail-1.0/gail/gailwidget.h -include/gail-1.0/libgail-util/gail-util.h -include/gail-1.0/libgail-util/gailmisc.h -include/gail-1.0/libgail-util/gailtextutil.h -include/gtk-2.0/gdk/gdk.h -include/gtk-2.0/gdk/gdkapplaunchcontext.h -include/gtk-2.0/gdk/gdkcairo.h -include/gtk-2.0/gdk/gdkcolor.h -include/gtk-2.0/gdk/gdkcursor.h -include/gtk-2.0/gdk/gdkdisplay.h -include/gtk-2.0/gdk/gdkdisplaymanager.h -include/gtk-2.0/gdk/gdkdnd.h -include/gtk-2.0/gdk/gdkdrawable.h -include/gtk-2.0/gdk/gdkenumtypes.h -include/gtk-2.0/gdk/gdkevents.h -include/gtk-2.0/gdk/gdkfont.h -include/gtk-2.0/gdk/gdkgc.h -include/gtk-2.0/gdk/gdki18n.h -include/gtk-2.0/gdk/gdkimage.h -include/gtk-2.0/gdk/gdkinput.h -include/gtk-2.0/gdk/gdkkeys.h -include/gtk-2.0/gdk/gdkkeysyms-compat.h -include/gtk-2.0/gdk/gdkkeysyms.h -include/gtk-2.0/gdk/gdkpango.h -include/gtk-2.0/gdk/gdkpixbuf.h -include/gtk-2.0/gdk/gdkpixmap.h -include/gtk-2.0/gdk/gdkprivate.h -include/gtk-2.0/gdk/gdkproperty.h -include/gtk-2.0/gdk/gdkregion.h -include/gtk-2.0/gdk/gdkrgb.h -include/gtk-2.0/gdk/gdkscreen.h -include/gtk-2.0/gdk/gdkselection.h -include/gtk-2.0/gdk/gdkspawn.h -include/gtk-2.0/gdk/gdktestutils.h -include/gtk-2.0/gdk/gdktypes.h -include/gtk-2.0/gdk/gdkvisual.h -include/gtk-2.0/gdk/gdkwindow.h -include/gtk-2.0/gdk/gdkx.h -include/gtk-2.0/gdkconfig.h -include/gtk-2.0/gtk/gtk.h -include/gtk-2.0/gtk/gtkaboutdialog.h -include/gtk-2.0/gtk/gtkaccelgroup.h -include/gtk-2.0/gtk/gtkaccellabel.h -include/gtk-2.0/gtk/gtkaccelmap.h -include/gtk-2.0/gtk/gtkaccessible.h -include/gtk-2.0/gtk/gtkaction.h -include/gtk-2.0/gtk/gtkactiongroup.h -include/gtk-2.0/gtk/gtkactivatable.h -include/gtk-2.0/gtk/gtkadjustment.h -include/gtk-2.0/gtk/gtkalignment.h -include/gtk-2.0/gtk/gtkarrow.h -include/gtk-2.0/gtk/gtkaspectframe.h -include/gtk-2.0/gtk/gtkassistant.h -include/gtk-2.0/gtk/gtkbbox.h -include/gtk-2.0/gtk/gtkbin.h -include/gtk-2.0/gtk/gtkbindings.h -include/gtk-2.0/gtk/gtkbox.h -include/gtk-2.0/gtk/gtkbuildable.h -include/gtk-2.0/gtk/gtkbuilder.h -include/gtk-2.0/gtk/gtkbutton.h -include/gtk-2.0/gtk/gtkcalendar.h -include/gtk-2.0/gtk/gtkcelleditable.h -include/gtk-2.0/gtk/gtkcelllayout.h -include/gtk-2.0/gtk/gtkcellrenderer.h -include/gtk-2.0/gtk/gtkcellrendereraccel.h -include/gtk-2.0/gtk/gtkcellrenderercombo.h -include/gtk-2.0/gtk/gtkcellrendererpixbuf.h -include/gtk-2.0/gtk/gtkcellrendererprogress.h -include/gtk-2.0/gtk/gtkcellrendererspin.h -include/gtk-2.0/gtk/gtkcellrendererspinner.h -include/gtk-2.0/gtk/gtkcellrenderertext.h -include/gtk-2.0/gtk/gtkcellrenderertoggle.h -include/gtk-2.0/gtk/gtkcellview.h -include/gtk-2.0/gtk/gtkcheckbutton.h -include/gtk-2.0/gtk/gtkcheckmenuitem.h -include/gtk-2.0/gtk/gtkclipboard.h -include/gtk-2.0/gtk/gtkclist.h -include/gtk-2.0/gtk/gtkcolorbutton.h -include/gtk-2.0/gtk/gtkcolorsel.h -include/gtk-2.0/gtk/gtkcolorseldialog.h -include/gtk-2.0/gtk/gtkcombo.h -include/gtk-2.0/gtk/gtkcombobox.h -include/gtk-2.0/gtk/gtkcomboboxentry.h -include/gtk-2.0/gtk/gtkcomboboxtext.h -include/gtk-2.0/gtk/gtkcontainer.h -include/gtk-2.0/gtk/gtkctree.h -include/gtk-2.0/gtk/gtkcurve.h -include/gtk-2.0/gtk/gtkdebug.h -include/gtk-2.0/gtk/gtkdialog.h -include/gtk-2.0/gtk/gtkdnd.h -include/gtk-2.0/gtk/gtkdrawingarea.h -include/gtk-2.0/gtk/gtkeditable.h -include/gtk-2.0/gtk/gtkentry.h -include/gtk-2.0/gtk/gtkentrybuffer.h -include/gtk-2.0/gtk/gtkentrycompletion.h -include/gtk-2.0/gtk/gtkenums.h -include/gtk-2.0/gtk/gtkeventbox.h -include/gtk-2.0/gtk/gtkexpander.h -include/gtk-2.0/gtk/gtkfilechooser.h -include/gtk-2.0/gtk/gtkfilechooserbutton.h -include/gtk-2.0/gtk/gtkfilechooserdialog.h -include/gtk-2.0/gtk/gtkfilechooserwidget.h -include/gtk-2.0/gtk/gtkfilefilter.h -include/gtk-2.0/gtk/gtkfilesel.h -include/gtk-2.0/gtk/gtkfixed.h -include/gtk-2.0/gtk/gtkfontbutton.h -include/gtk-2.0/gtk/gtkfontsel.h -include/gtk-2.0/gtk/gtkframe.h -include/gtk-2.0/gtk/gtkgamma.h -include/gtk-2.0/gtk/gtkgc.h -include/gtk-2.0/gtk/gtkhandlebox.h -include/gtk-2.0/gtk/gtkhbbox.h -include/gtk-2.0/gtk/gtkhbox.h -include/gtk-2.0/gtk/gtkhpaned.h -include/gtk-2.0/gtk/gtkhruler.h -include/gtk-2.0/gtk/gtkhscale.h -include/gtk-2.0/gtk/gtkhscrollbar.h -include/gtk-2.0/gtk/gtkhseparator.h -include/gtk-2.0/gtk/gtkhsv.h -include/gtk-2.0/gtk/gtkiconfactory.h -include/gtk-2.0/gtk/gtkicontheme.h -include/gtk-2.0/gtk/gtkiconview.h -include/gtk-2.0/gtk/gtkinfobar.h -include/gtk-2.0/gtk/gtkimage.h -include/gtk-2.0/gtk/gtkimagemenuitem.h -include/gtk-2.0/gtk/gtkimcontext.h -include/gtk-2.0/gtk/gtkimcontextsimple.h -include/gtk-2.0/gtk/gtkimmodule.h -include/gtk-2.0/gtk/gtkimmulticontext.h -include/gtk-2.0/gtk/gtkinputdialog.h -include/gtk-2.0/gtk/gtkinvisible.h -include/gtk-2.0/gtk/gtkitem.h -include/gtk-2.0/gtk/gtkitemfactory.h -include/gtk-2.0/gtk/gtklabel.h -include/gtk-2.0/gtk/gtklayout.h -include/gtk-2.0/gtk/gtklinkbutton.h -include/gtk-2.0/gtk/gtklist.h -include/gtk-2.0/gtk/gtklistitem.h -include/gtk-2.0/gtk/gtkliststore.h -include/gtk-2.0/gtk/gtkmain.h -include/gtk-2.0/gtk/gtkmarshal.h -include/gtk-2.0/gtk/gtkmenu.h -include/gtk-2.0/gtk/gtkmenubar.h -include/gtk-2.0/gtk/gtkmenuitem.h -include/gtk-2.0/gtk/gtkmenushell.h -include/gtk-2.0/gtk/gtkmenutoolbutton.h -include/gtk-2.0/gtk/gtkmessagedialog.h -include/gtk-2.0/gtk/gtkmisc.h -include/gtk-2.0/gtk/gtkmodules.h -include/gtk-2.0/gtk/gtkmountoperation.h -include/gtk-2.0/gtk/gtknotebook.h -include/gtk-2.0/gtk/gtkobject.h -include/gtk-2.0/gtk/gtkoffscreenwindow.h -include/gtk-2.0/gtk/gtkoldeditable.h -include/gtk-2.0/gtk/gtkoptionmenu.h -include/gtk-2.0/gtk/gtkorientable.h -include/gtk-2.0/gtk/gtkpagesetup.h -include/gtk-2.0/gtk/gtkpaned.h -include/gtk-2.0/gtk/gtkpapersize.h -include/gtk-2.0/gtk/gtkpixmap.h -include/gtk-2.0/gtk/gtkplug.h -include/gtk-2.0/gtk/gtkpreview.h -include/gtk-2.0/gtk/gtkprintcontext.h -include/gtk-2.0/gtk/gtkprintoperation.h -include/gtk-2.0/gtk/gtkprintoperationpreview.h -include/gtk-2.0/gtk/gtkprintsettings.h -include/gtk-2.0/gtk/gtkprivate.h -include/gtk-2.0/gtk/gtkprogress.h -include/gtk-2.0/gtk/gtkprogressbar.h -include/gtk-2.0/gtk/gtkradioaction.h -include/gtk-2.0/gtk/gtkradiobutton.h -include/gtk-2.0/gtk/gtkradiomenuitem.h -include/gtk-2.0/gtk/gtkradiotoolbutton.h -include/gtk-2.0/gtk/gtkrange.h -include/gtk-2.0/gtk/gtkrc.h -include/gtk-2.0/gtk/gtkrecentaction.h -include/gtk-2.0/gtk/gtkrecentchooser.h -include/gtk-2.0/gtk/gtkrecentchooserdialog.h -include/gtk-2.0/gtk/gtkrecentchoosermenu.h -include/gtk-2.0/gtk/gtkrecentchooserwidget.h -include/gtk-2.0/gtk/gtkrecentfilter.h -include/gtk-2.0/gtk/gtkrecentmanager.h -include/gtk-2.0/gtk/gtkruler.h -include/gtk-2.0/gtk/gtkscale.h -include/gtk-2.0/gtk/gtkscalebutton.h -include/gtk-2.0/gtk/gtkscrollbar.h -include/gtk-2.0/gtk/gtkscrolledwindow.h -include/gtk-2.0/gtk/gtkselection.h -include/gtk-2.0/gtk/gtkseparator.h -include/gtk-2.0/gtk/gtkseparatormenuitem.h -include/gtk-2.0/gtk/gtkseparatortoolitem.h -include/gtk-2.0/gtk/gtksettings.h -include/gtk-2.0/gtk/gtkshow.h -include/gtk-2.0/gtk/gtksignal.h -include/gtk-2.0/gtk/gtksizegroup.h -include/gtk-2.0/gtk/gtksocket.h -include/gtk-2.0/gtk/gtkspinbutton.h -include/gtk-2.0/gtk/gtkspinner.h -include/gtk-2.0/gtk/gtkstatusbar.h -include/gtk-2.0/gtk/gtkstatusicon.h -include/gtk-2.0/gtk/gtkstock.h -include/gtk-2.0/gtk/gtkstyle.h -include/gtk-2.0/gtk/gtktable.h -include/gtk-2.0/gtk/gtktearoffmenuitem.h -include/gtk-2.0/gtk/gtktestutils.h -include/gtk-2.0/gtk/gtktext.h -include/gtk-2.0/gtk/gtktextbuffer.h -include/gtk-2.0/gtk/gtktextbufferrichtext.h -include/gtk-2.0/gtk/gtktextchild.h -include/gtk-2.0/gtk/gtktextdisplay.h -include/gtk-2.0/gtk/gtktextiter.h -include/gtk-2.0/gtk/gtktextlayout.h -include/gtk-2.0/gtk/gtktextmark.h -include/gtk-2.0/gtk/gtktexttag.h -include/gtk-2.0/gtk/gtktexttagtable.h -include/gtk-2.0/gtk/gtktextview.h -include/gtk-2.0/gtk/gtktipsquery.h -include/gtk-2.0/gtk/gtktoggleaction.h -include/gtk-2.0/gtk/gtktogglebutton.h -include/gtk-2.0/gtk/gtktoggletoolbutton.h -include/gtk-2.0/gtk/gtktoolbar.h -include/gtk-2.0/gtk/gtktoolbutton.h -include/gtk-2.0/gtk/gtktoolitem.h -include/gtk-2.0/gtk/gtktoolitemgroup.h -include/gtk-2.0/gtk/gtktoolpalette.h -include/gtk-2.0/gtk/gtktoolshell.h -include/gtk-2.0/gtk/gtktooltip.h -include/gtk-2.0/gtk/gtktooltips.h -include/gtk-2.0/gtk/gtktree.h -include/gtk-2.0/gtk/gtktreednd.h -include/gtk-2.0/gtk/gtktreeitem.h -include/gtk-2.0/gtk/gtktreemodel.h -include/gtk-2.0/gtk/gtktreemodelfilter.h -include/gtk-2.0/gtk/gtktreemodelsort.h -include/gtk-2.0/gtk/gtktreeselection.h -include/gtk-2.0/gtk/gtktreesortable.h -include/gtk-2.0/gtk/gtktreestore.h -include/gtk-2.0/gtk/gtktreeview.h -include/gtk-2.0/gtk/gtktreeviewcolumn.h -include/gtk-2.0/gtk/gtktypebuiltins.h -include/gtk-2.0/gtk/gtktypeutils.h -include/gtk-2.0/gtk/gtkuimanager.h -include/gtk-2.0/gtk/gtkvbbox.h -include/gtk-2.0/gtk/gtkvbox.h -include/gtk-2.0/gtk/gtkversion.h -include/gtk-2.0/gtk/gtkviewport.h -include/gtk-2.0/gtk/gtkvolumebutton.h -include/gtk-2.0/gtk/gtkvpaned.h -include/gtk-2.0/gtk/gtkvruler.h -include/gtk-2.0/gtk/gtkvscale.h -include/gtk-2.0/gtk/gtkvscrollbar.h -include/gtk-2.0/gtk/gtkvseparator.h -include/gtk-2.0/gtk/gtkwidget.h -include/gtk-2.0/gtk/gtkwindow.h -include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h -include/gtk-unix-print-2.0/gtk/gtkprinter.h -include/gtk-unix-print-2.0/gtk/gtkprintjob.h -include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h -include/gtk-unix-print-2.0/gtk/gtkunixprint.h -lib/girepository-1.0/Gdk-2.0.typelib -lib/girepository-1.0/GdkX11-2.0.typelib -lib/girepository-1.0/Gtk-2.0.typelib -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libpixmap.a -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libpixmap.la -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libpixmap.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-am-et.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-am-et.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-am-et.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cedilla.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cedilla.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cedilla.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cyrillic-translit.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cyrillic-translit.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-cyrillic-translit.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-inuktitut.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-inuktitut.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-inuktitut.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ipa.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ipa.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ipa.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-multipress.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-multipress.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-multipress.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-thai.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-thai.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-thai.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-er.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-er.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-er.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-et.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-et.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ti-et.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-viqr.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-viqr.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-viqr.so -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-xim.a -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-xim.la -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-xim.so -%%CUPS:%%lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-cups.a -%%CUPS:%%lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-cups.la -%%CUPS:%%lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-cups.so -lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-file.a -lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-file.la -lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-file.so -lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-lpr.a -lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-lpr.la -lib/gtk-2.0/%%GTK2_VERSION%%/printbackends/libprintbackend-lpr.so -lib/gtk-2.0/modules/libferret.a -lib/gtk-2.0/modules/libferret.la -lib/gtk-2.0/modules/libferret.so -lib/gtk-2.0/modules/libgail.a -lib/gtk-2.0/modules/libgail.la -lib/gtk-2.0/modules/libgail.so -lib/libgailutil.a -lib/libgailutil.la -lib/libgailutil.so -lib/libgailutil.so.18 -lib/libgdk-x11-2.0.a -lib/libgdk-x11-2.0.la -lib/libgdk-x11-2.0.so -lib/libgdk-x11-2.0.so.0 -lib/libgtk-x11-2.0.a -lib/libgtk-x11-2.0.la -lib/libgtk-x11-2.0.so -lib/libgtk-x11-2.0.so.0 -libdata/pkgconfig/gail.pc -libdata/pkgconfig/gdk-2.0.pc -libdata/pkgconfig/gdk-x11-2.0.pc -libdata/pkgconfig/gtk+-2.0.pc -libdata/pkgconfig/gtk+-unix-print-2.0.pc -libdata/pkgconfig/gtk+-x11-2.0.pc -share/aclocal/gtk-2.0.m4 -share/gir-1.0/Gdk-2.0.gir -share/gir-1.0/GdkX11-2.0.gir -share/gir-1.0/Gtk-2.0.gir -share/gtk-2.0/demo/alphatest.png -share/gtk-2.0/demo/apple-red.png -share/gtk-2.0/demo/appwindow.c -share/gtk-2.0/demo/assistant.c -share/gtk-2.0/demo/background.jpg -share/gtk-2.0/demo/builder.c -share/gtk-2.0/demo/button_box.c -share/gtk-2.0/demo/changedisplay.c -share/gtk-2.0/demo/clipboard.c -share/gtk-2.0/demo/colorsel.c -share/gtk-2.0/demo/combobox.c -share/gtk-2.0/demo/demo.ui -share/gtk-2.0/demo/dialog.c -share/gtk-2.0/demo/drawingarea.c -share/gtk-2.0/demo/editable_cells.c -share/gtk-2.0/demo/entry_buffer.c -share/gtk-2.0/demo/entry_completion.c -share/gtk-2.0/demo/expander.c -share/gtk-2.0/demo/floppybuddy.gif -share/gtk-2.0/demo/gnome-applets.png -share/gtk-2.0/demo/gnome-calendar.png -share/gtk-2.0/demo/gnome-foot.png -share/gtk-2.0/demo/gnome-fs-directory.png -share/gtk-2.0/demo/gnome-fs-regular.png -share/gtk-2.0/demo/gnome-gimp.png -share/gtk-2.0/demo/gnome-gmush.png -share/gtk-2.0/demo/gnome-gsame.png -share/gtk-2.0/demo/gnu-keys.png -share/gtk-2.0/demo/gtk-logo-rgb.gif -share/gtk-2.0/demo/hypertext.c -share/gtk-2.0/demo/iconview.c -share/gtk-2.0/demo/iconview_edit.c -share/gtk-2.0/demo/images.c -share/gtk-2.0/demo/infobar.c -share/gtk-2.0/demo/list_store.c -share/gtk-2.0/demo/links.c -share/gtk-2.0/demo/menus.c -share/gtk-2.0/demo/offscreen_window.c -share/gtk-2.0/demo/offscreen_window2.c -share/gtk-2.0/demo/panes.c -share/gtk-2.0/demo/pickers.c -share/gtk-2.0/demo/pixbufs.c -share/gtk-2.0/demo/printing.c -share/gtk-2.0/demo/rotated_text.c -share/gtk-2.0/demo/search_entry.c -share/gtk-2.0/demo/sizegroup.c -share/gtk-2.0/demo/spinner.c -share/gtk-2.0/demo/stock_browser.c -share/gtk-2.0/demo/textscroll.c -share/gtk-2.0/demo/textview.c -share/gtk-2.0/demo/toolpalette.c -share/gtk-2.0/demo/tree_store.c -share/gtk-2.0/demo/ui_manager.c -share/locale/af/LC_MESSAGES/gtk20-properties.mo -share/locale/af/LC_MESSAGES/gtk20.mo -share/locale/am/LC_MESSAGES/gtk20-properties.mo -share/locale/am/LC_MESSAGES/gtk20.mo -share/locale/ang/LC_MESSAGES/gtk20-properties.mo -share/locale/ang/LC_MESSAGES/gtk20.mo -share/locale/ar/LC_MESSAGES/gtk20-properties.mo -share/locale/ar/LC_MESSAGES/gtk20.mo -share/locale/as/LC_MESSAGES/gtk20-properties.mo -share/locale/as/LC_MESSAGES/gtk20.mo -share/locale/ast/LC_MESSAGES/gtk20-properties.mo -share/locale/ast/LC_MESSAGES/gtk20.mo -share/locale/az/LC_MESSAGES/gtk20-properties.mo -share/locale/az/LC_MESSAGES/gtk20.mo -share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo -share/locale/az_IR/LC_MESSAGES/gtk20.mo -share/locale/be/LC_MESSAGES/gtk20-properties.mo -share/locale/be/LC_MESSAGES/gtk20.mo -share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo -share/locale/be@latin/LC_MESSAGES/gtk20.mo -share/locale/bg/LC_MESSAGES/gtk20-properties.mo -share/locale/bg/LC_MESSAGES/gtk20.mo -share/locale/bn/LC_MESSAGES/gtk20-properties.mo -share/locale/bn/LC_MESSAGES/gtk20.mo -share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo -share/locale/bn_IN/LC_MESSAGES/gtk20.mo -share/locale/br/LC_MESSAGES/gtk20-properties.mo -share/locale/br/LC_MESSAGES/gtk20.mo -share/locale/bs/LC_MESSAGES/gtk20-properties.mo -share/locale/bs/LC_MESSAGES/gtk20.mo -share/locale/ca/LC_MESSAGES/gtk20-properties.mo -share/locale/ca/LC_MESSAGES/gtk20.mo -share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo -share/locale/ca@valencia/LC_MESSAGES/gtk20.mo -share/locale/crh/LC_MESSAGES/gtk20-properties.mo -share/locale/crh/LC_MESSAGES/gtk20.mo -share/locale/cs/LC_MESSAGES/gtk20-properties.mo -share/locale/cs/LC_MESSAGES/gtk20.mo -share/locale/cy/LC_MESSAGES/gtk20-properties.mo -share/locale/cy/LC_MESSAGES/gtk20.mo -share/locale/da/LC_MESSAGES/gtk20-properties.mo -share/locale/da/LC_MESSAGES/gtk20.mo -share/locale/de/LC_MESSAGES/gtk20-properties.mo -share/locale/de/LC_MESSAGES/gtk20.mo -share/locale/dz/LC_MESSAGES/gtk20-properties.mo -share/locale/dz/LC_MESSAGES/gtk20.mo -share/locale/el/LC_MESSAGES/gtk20-properties.mo -share/locale/el/LC_MESSAGES/gtk20.mo -share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo -share/locale/en_CA/LC_MESSAGES/gtk20.mo -share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo -share/locale/en_GB/LC_MESSAGES/gtk20.mo -share/locale/eo/LC_MESSAGES/gtk20-properties.mo -share/locale/eo/LC_MESSAGES/gtk20.mo -share/locale/es/LC_MESSAGES/gtk20-properties.mo -share/locale/es/LC_MESSAGES/gtk20.mo -share/locale/et/LC_MESSAGES/gtk20-properties.mo -share/locale/et/LC_MESSAGES/gtk20.mo -share/locale/eu/LC_MESSAGES/gtk20-properties.mo -share/locale/eu/LC_MESSAGES/gtk20.mo -share/locale/fa/LC_MESSAGES/gtk20-properties.mo -share/locale/fa/LC_MESSAGES/gtk20.mo -share/locale/fi/LC_MESSAGES/gtk20-properties.mo -share/locale/fi/LC_MESSAGES/gtk20.mo -share/locale/fr/LC_MESSAGES/gtk20-properties.mo -share/locale/fr/LC_MESSAGES/gtk20.mo -share/locale/ga/LC_MESSAGES/gtk20-properties.mo -share/locale/ga/LC_MESSAGES/gtk20.mo -share/locale/gl/LC_MESSAGES/gtk20-properties.mo -share/locale/gl/LC_MESSAGES/gtk20.mo -share/locale/gu/LC_MESSAGES/gtk20-properties.mo -share/locale/gu/LC_MESSAGES/gtk20.mo -share/locale/he/LC_MESSAGES/gtk20-properties.mo -share/locale/he/LC_MESSAGES/gtk20.mo -share/locale/hi/LC_MESSAGES/gtk20-properties.mo -share/locale/hi/LC_MESSAGES/gtk20.mo -share/locale/hr/LC_MESSAGES/gtk20-properties.mo -share/locale/hr/LC_MESSAGES/gtk20.mo -share/locale/hu/LC_MESSAGES/gtk20-properties.mo -share/locale/hu/LC_MESSAGES/gtk20.mo -share/locale/hy/LC_MESSAGES/gtk20-properties.mo -share/locale/hy/LC_MESSAGES/gtk20.mo -share/locale/ia/LC_MESSAGES/gtk20-properties.mo -share/locale/ia/LC_MESSAGES/gtk20.mo -share/locale/id/LC_MESSAGES/gtk20-properties.mo -share/locale/id/LC_MESSAGES/gtk20.mo -share/locale/io/LC_MESSAGES/gtk20-properties.mo -share/locale/io/LC_MESSAGES/gtk20.mo -share/locale/is/LC_MESSAGES/gtk20-properties.mo -share/locale/is/LC_MESSAGES/gtk20.mo -share/locale/it/LC_MESSAGES/gtk20-properties.mo -share/locale/it/LC_MESSAGES/gtk20.mo -share/locale/ja/LC_MESSAGES/gtk20-properties.mo -share/locale/ja/LC_MESSAGES/gtk20.mo -share/locale/ka/LC_MESSAGES/gtk20-properties.mo -share/locale/ka/LC_MESSAGES/gtk20.mo -share/locale/kk/LC_MESSAGES/gtk20-properties.mo -share/locale/kk/LC_MESSAGES/gtk20.mo -share/locale/kn/LC_MESSAGES/gtk20-properties.mo -share/locale/kn/LC_MESSAGES/gtk20.mo -share/locale/ko/LC_MESSAGES/gtk20-properties.mo -share/locale/ko/LC_MESSAGES/gtk20.mo -share/locale/ku/LC_MESSAGES/gtk20-properties.mo -share/locale/ku/LC_MESSAGES/gtk20.mo -share/locale/li/LC_MESSAGES/gtk20-properties.mo -share/locale/li/LC_MESSAGES/gtk20.mo -share/locale/lt/LC_MESSAGES/gtk20-properties.mo -share/locale/lt/LC_MESSAGES/gtk20.mo -share/locale/lv/LC_MESSAGES/gtk20-properties.mo -share/locale/lv/LC_MESSAGES/gtk20.mo -share/locale/mai/LC_MESSAGES/gtk20-properties.mo -share/locale/mai/LC_MESSAGES/gtk20.mo -share/locale/mi/LC_MESSAGES/gtk20-properties.mo -share/locale/mi/LC_MESSAGES/gtk20.mo -share/locale/mk/LC_MESSAGES/gtk20-properties.mo -share/locale/mk/LC_MESSAGES/gtk20.mo -share/locale/ml/LC_MESSAGES/gtk20-properties.mo -share/locale/ml/LC_MESSAGES/gtk20.mo -share/locale/mn/LC_MESSAGES/gtk20-properties.mo -share/locale/mn/LC_MESSAGES/gtk20.mo -share/locale/mr/LC_MESSAGES/gtk20-properties.mo -share/locale/mr/LC_MESSAGES/gtk20.mo -share/locale/ms/LC_MESSAGES/gtk20-properties.mo -share/locale/ms/LC_MESSAGES/gtk20.mo -share/locale/my/LC_MESSAGES/gtk20-properties.mo -share/locale/my/LC_MESSAGES/gtk20.mo -share/locale/nb/LC_MESSAGES/gtk20-properties.mo -share/locale/nb/LC_MESSAGES/gtk20.mo -share/locale/nds/LC_MESSAGES/gtk20-properties.mo -share/locale/nds/LC_MESSAGES/gtk20.mo -share/locale/ne/LC_MESSAGES/gtk20-properties.mo -share/locale/ne/LC_MESSAGES/gtk20.mo -share/locale/nl/LC_MESSAGES/gtk20-properties.mo -share/locale/nl/LC_MESSAGES/gtk20.mo -share/locale/nn/LC_MESSAGES/gtk20-properties.mo -share/locale/nn/LC_MESSAGES/gtk20.mo -share/locale/nso/LC_MESSAGES/gtk20-properties.mo -share/locale/nso/LC_MESSAGES/gtk20.mo -share/locale/oc/LC_MESSAGES/gtk20-properties.mo -share/locale/oc/LC_MESSAGES/gtk20.mo -share/locale/or/LC_MESSAGES/gtk20-properties.mo -share/locale/or/LC_MESSAGES/gtk20.mo -share/locale/pa/LC_MESSAGES/gtk20-properties.mo -share/locale/pa/LC_MESSAGES/gtk20.mo -share/locale/pl/LC_MESSAGES/gtk20-properties.mo -share/locale/pl/LC_MESSAGES/gtk20.mo -share/locale/ps/LC_MESSAGES/gtk20-properties.mo -share/locale/ps/LC_MESSAGES/gtk20.mo -share/locale/pt/LC_MESSAGES/gtk20-properties.mo -share/locale/pt/LC_MESSAGES/gtk20.mo -share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo -share/locale/pt_BR/LC_MESSAGES/gtk20.mo -share/locale/ro/LC_MESSAGES/gtk20-properties.mo -share/locale/ro/LC_MESSAGES/gtk20.mo -share/locale/ru/LC_MESSAGES/gtk20-properties.mo -share/locale/ru/LC_MESSAGES/gtk20.mo -share/locale/rw/LC_MESSAGES/gtk20-properties.mo -share/locale/rw/LC_MESSAGES/gtk20.mo -share/locale/si/LC_MESSAGES/gtk20-properties.mo -share/locale/si/LC_MESSAGES/gtk20.mo -share/locale/sk/LC_MESSAGES/gtk20-properties.mo -share/locale/sk/LC_MESSAGES/gtk20.mo -share/locale/sl/LC_MESSAGES/gtk20-properties.mo -share/locale/sl/LC_MESSAGES/gtk20.mo -share/locale/sq/LC_MESSAGES/gtk20-properties.mo -share/locale/sq/LC_MESSAGES/gtk20.mo -share/locale/sr/LC_MESSAGES/gtk20-properties.mo -share/locale/sr/LC_MESSAGES/gtk20.mo -share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@ije/LC_MESSAGES/gtk20.mo -share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo -share/locale/sr@latin/LC_MESSAGES/gtk20.mo -share/locale/sv/LC_MESSAGES/gtk20-properties.mo -share/locale/sv/LC_MESSAGES/gtk20.mo -share/locale/ta/LC_MESSAGES/gtk20-properties.mo -share/locale/ta/LC_MESSAGES/gtk20.mo -share/locale/te/LC_MESSAGES/gtk20-properties.mo -share/locale/te/LC_MESSAGES/gtk20.mo -share/locale/th/LC_MESSAGES/gtk20-properties.mo -share/locale/th/LC_MESSAGES/gtk20.mo -share/locale/tk/LC_MESSAGES/gtk20-properties.mo -share/locale/tk/LC_MESSAGES/gtk20.mo -share/locale/tr/LC_MESSAGES/gtk20-properties.mo -share/locale/tr/LC_MESSAGES/gtk20.mo -share/locale/tt/LC_MESSAGES/gtk20-properties.mo -share/locale/tt/LC_MESSAGES/gtk20.mo -share/locale/ug/LC_MESSAGES/gtk20-properties.mo -share/locale/ug/LC_MESSAGES/gtk20.mo -share/locale/uk/LC_MESSAGES/gtk20-properties.mo -share/locale/uk/LC_MESSAGES/gtk20.mo -share/locale/ur/LC_MESSAGES/gtk20-properties.mo -share/locale/ur/LC_MESSAGES/gtk20.mo -share/locale/uz/LC_MESSAGES/gtk20-properties.mo -share/locale/uz/LC_MESSAGES/gtk20.mo -share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo -share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo -share/locale/vi/LC_MESSAGES/gtk20-properties.mo -share/locale/vi/LC_MESSAGES/gtk20.mo -share/locale/wa/LC_MESSAGES/gtk20-properties.mo -share/locale/wa/LC_MESSAGES/gtk20.mo -share/locale/xh/LC_MESSAGES/gtk20-properties.mo -share/locale/xh/LC_MESSAGES/gtk20.mo -share/locale/yi/LC_MESSAGES/gtk20-properties.mo -share/locale/yi/LC_MESSAGES/gtk20.mo -share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_CN/LC_MESSAGES/gtk20.mo -share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_HK/LC_MESSAGES/gtk20.mo -share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo -share/locale/zh_TW/LC_MESSAGES/gtk20.mo -share/themes/Default/gtk-2.0-key/gtkrc -share/themes/Emacs/gtk-2.0-key/gtkrc -share/themes/Raleigh/gtk-2.0/gtkrc -@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true -@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true -@dirrm share/themes/Raleigh/gtk-2.0 -@dirrmtry share/themes/Raleigh -@dirrm share/themes/Emacs/gtk-2.0-key -@dirrmtry share/themes/Emacs -@dirrm share/themes/Default/gtk-2.0-key -@dirrmtry share/themes/Default -@dirrmtry share/themes -@dirrm share/gtk-2.0/demo -@dirrm share/gtk-2.0 -@dirrm include/gtk-unix-print-2.0/gtk -@dirrm include/gtk-unix-print-2.0 -@dirrm include/gtk-2.0/gtk -@dirrm include/gtk-2.0/gdk -@dirrm include/gtk-2.0 -@dirrm include/gail-1.0/libgail-util -@dirrm include/gail-1.0/gail -@dirrm include/gail-1.0 -@dirrm etc/gtk-2.0 -@exec /bin/mkdir -p %D/lib/gtk-2.0/modules -@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/engines -@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/loaders -@dirrmtry lib/gtk-2.0/modules -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/printbackends -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/modules -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/loaders -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/immodules -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/engines -@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%% -@dirrmtry lib/gtk-2.0 -@exec %D/bin/gtk-query-immodules-2.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules 2>/dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/az_IR/LC_MESSAGES -@dirrmtry share/locale/az_IR -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile deleted file mode 100644 index 0171ed2d6..000000000 --- a/x11-toolkits/gtkmm24/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.76 2011/07/07 08:04:31 kwm Exp $ -# - -PORTNAME= gtkmm -PORTVERSION= 2.24.2 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango - -USE_XZ= yes -LATEST_LINK= gtkmm24 - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \ - atkmm-1.6.2:${PORTSDIR}/accessibility/atkmm \ - pangomm-1.4.1:${PORTSDIR}/x11-toolkits/pangomm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gtk20 ltverhack:1 -MAKE_JOBS_SAFE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-documentation \ - --enable-static=yes - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo deleted file mode 100644 index 0adf519d9..000000000 --- a/x11-toolkits/gtkmm24/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gtkmm-2.24.2.tar.xz) = c90c7a29c20dd6d795925bd66ad1ff40be07cea0e4c03f4d6105a8c07448953d -SIZE (gnome2/gtkmm-2.24.2.tar.xz) = 10776640 diff --git a/x11-toolkits/gtkmm24/pkg-descr b/x11-toolkits/gtkmm24/pkg-descr deleted file mode 100644 index b2371e32c..000000000 --- a/x11-toolkits/gtkmm24/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ wrapper for Gtk+, Pango and Atk. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/x11-toolkits/gtkmm24/pkg-plist b/x11-toolkits/gtkmm24/pkg-plist deleted file mode 100644 index 28a8731c1..000000000 --- a/x11-toolkits/gtkmm24/pkg-plist +++ /dev/null @@ -1,448 +0,0 @@ -include/gdkmm-%%API_VERSION%%/gdkmm.h -include/gdkmm-%%API_VERSION%%/gdkmm/bitmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/color.h -include/gdkmm-%%API_VERSION%%/gdkmm/colormap.h -include/gdkmm-%%API_VERSION%%/gdkmm/cursor.h -include/gdkmm-%%API_VERSION%%/gdkmm/device.h -include/gdkmm-%%API_VERSION%%/gdkmm/display.h -include/gdkmm-%%API_VERSION%%/gdkmm/displaymanager.h -include/gdkmm-%%API_VERSION%%/gdkmm/dragcontext.h -include/gdkmm-%%API_VERSION%%/gdkmm/drawable.h -include/gdkmm-%%API_VERSION%%/gdkmm/event.h -include/gdkmm-%%API_VERSION%%/gdkmm/gc.h -include/gdkmm-%%API_VERSION%%/gdkmm/general.h -include/gdkmm-%%API_VERSION%%/gdkmm/image.h -include/gdkmm-%%API_VERSION%%/gdkmm/list.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbuf.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimation.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufanimationiter.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufformat.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixbufloader.h -include/gdkmm-%%API_VERSION%%/gdkmm/pixmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/bitmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/color_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/colormap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/cursor_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/device_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/display_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/displaymanager_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/dragcontext_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/drawable_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/event_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/gc_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/image_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbuf_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimation_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufanimationiter_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufformat_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixbufloader_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/pixmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/rectangle_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/region_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/rgbcmap_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/screen_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/types_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/visual_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/private/window_p.h -include/gdkmm-%%API_VERSION%%/gdkmm/rectangle.h -include/gdkmm-%%API_VERSION%%/gdkmm/region.h -include/gdkmm-%%API_VERSION%%/gdkmm/rgb.h -include/gdkmm-%%API_VERSION%%/gdkmm/rgbcmap.h -include/gdkmm-%%API_VERSION%%/gdkmm/screen.h -include/gdkmm-%%API_VERSION%%/gdkmm/types.h -include/gdkmm-%%API_VERSION%%/gdkmm/visual.h -include/gdkmm-%%API_VERSION%%/gdkmm/window.h -include/gdkmm-%%API_VERSION%%/gdkmm/wrap_init.h -include/gtkmm-%%API_VERSION%%/gtkmm.h -include/gtkmm-%%API_VERSION%%/gtkmm/aboutdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelgroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelkey.h -include/gtkmm-%%API_VERSION%%/gtkmm/accellabel.h -include/gtkmm-%%API_VERSION%%/gtkmm/accelmap.h -include/gtkmm-%%API_VERSION%%/gtkmm/action.h -include/gtkmm-%%API_VERSION%%/gtkmm/actiongroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/activatable.h -include/gtkmm-%%API_VERSION%%/gtkmm/adjustment.h -include/gtkmm-%%API_VERSION%%/gtkmm/alignment.h -include/gtkmm-%%API_VERSION%%/gtkmm/arrow.h -include/gtkmm-%%API_VERSION%%/gtkmm/aspectframe.h -include/gtkmm-%%API_VERSION%%/gtkmm/assistant.h -include/gtkmm-%%API_VERSION%%/gtkmm/base.h -include/gtkmm-%%API_VERSION%%/gtkmm/bin.h -include/gtkmm-%%API_VERSION%%/gtkmm/border.h -include/gtkmm-%%API_VERSION%%/gtkmm/box.h -include/gtkmm-%%API_VERSION%%/gtkmm/builder.h -include/gtkmm-%%API_VERSION%%/gtkmm/button.h -include/gtkmm-%%API_VERSION%%/gtkmm/buttonbox.h -include/gtkmm-%%API_VERSION%%/gtkmm/calendar.h -include/gtkmm-%%API_VERSION%%/gtkmm/celleditable.h -include/gtkmm-%%API_VERSION%%/gtkmm/celllayout.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderer_generation.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendereraccel.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderercombo.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererpixbuf.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererprogress.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererspin.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrendererspinner.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertext.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertoggle.h -include/gtkmm-%%API_VERSION%%/gtkmm/cellview.h -include/gtkmm-%%API_VERSION%%/gtkmm/checkbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/checkmenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/clipboard.h -include/gtkmm-%%API_VERSION%%/gtkmm/colorbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/colorselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/combo.h -include/gtkmm-%%API_VERSION%%/gtkmm/combobox.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxentry.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxentrytext.h -include/gtkmm-%%API_VERSION%%/gtkmm/comboboxtext.h -include/gtkmm-%%API_VERSION%%/gtkmm/container.h -include/gtkmm-%%API_VERSION%%/gtkmm/curve.h -include/gtkmm-%%API_VERSION%%/gtkmm/dialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/drawingarea.h -include/gtkmm-%%API_VERSION%%/gtkmm/editable.h -include/gtkmm-%%API_VERSION%%/gtkmm/entry.h -include/gtkmm-%%API_VERSION%%/gtkmm/entrybuffer.h -include/gtkmm-%%API_VERSION%%/gtkmm/entrycompletion.h -include/gtkmm-%%API_VERSION%%/gtkmm/enums.h -include/gtkmm-%%API_VERSION%%/gtkmm/eventbox.h -include/gtkmm-%%API_VERSION%%/gtkmm/expander.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooser.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/filechooserwidget.h -include/gtkmm-%%API_VERSION%%/gtkmm/filefilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/fileselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/fixed.h -include/gtkmm-%%API_VERSION%%/gtkmm/fontbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/fontselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/frame.h -include/gtkmm-%%API_VERSION%%/gtkmm/handlebox.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconfactory.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconinfo.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconset.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconsource.h -include/gtkmm-%%API_VERSION%%/gtkmm/icontheme.h -include/gtkmm-%%API_VERSION%%/gtkmm/iconview.h -include/gtkmm-%%API_VERSION%%/gtkmm/image.h -include/gtkmm-%%API_VERSION%%/gtkmm/imagemenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/infobar.h -include/gtkmm-%%API_VERSION%%/gtkmm/inputdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/invisible.h -include/gtkmm-%%API_VERSION%%/gtkmm/item.h -include/gtkmm-%%API_VERSION%%/gtkmm/label.h -include/gtkmm-%%API_VERSION%%/gtkmm/layout.h -include/gtkmm-%%API_VERSION%%/gtkmm/linkbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/liststore.h -include/gtkmm-%%API_VERSION%%/gtkmm/listviewtext.h -include/gtkmm-%%API_VERSION%%/gtkmm/main.h -include/gtkmm-%%API_VERSION%%/gtkmm/menu.h -include/gtkmm-%%API_VERSION%%/gtkmm/menu_elems.h -include/gtkmm-%%API_VERSION%%/gtkmm/menubar.h -include/gtkmm-%%API_VERSION%%/gtkmm/menuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/menushell.h -include/gtkmm-%%API_VERSION%%/gtkmm/menutoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/messagedialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/misc.h -include/gtkmm-%%API_VERSION%%/gtkmm/notebook.h -include/gtkmm-%%API_VERSION%%/gtkmm/object.h -include/gtkmm-%%API_VERSION%%/gtkmm/offscreenwindow.h -include/gtkmm-%%API_VERSION%%/gtkmm/optionmenu.h -include/gtkmm-%%API_VERSION%%/gtkmm/orientable.h -include/gtkmm-%%API_VERSION%%/gtkmm/pagesetup.h -include/gtkmm-%%API_VERSION%%/gtkmm/pagesetupunixdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/paned.h -include/gtkmm-%%API_VERSION%%/gtkmm/papersize.h -include/gtkmm-%%API_VERSION%%/gtkmm/plug.h -include/gtkmm-%%API_VERSION%%/gtkmm/printcontext.h -include/gtkmm-%%API_VERSION%%/gtkmm/printer.h -include/gtkmm-%%API_VERSION%%/gtkmm/printjob.h -include/gtkmm-%%API_VERSION%%/gtkmm/printoperation.h -include/gtkmm-%%API_VERSION%%/gtkmm/printoperationpreview.h -include/gtkmm-%%API_VERSION%%/gtkmm/printsettings.h -include/gtkmm-%%API_VERSION%%/gtkmm/printunixdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/aboutdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/accelgroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/accellabel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/action_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/actiongroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/activatable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/adjustment_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/alignment_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/arrow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/aspectframe_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/assistant_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/bin_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/box_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/builder_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/button_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/buttonbox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/calendar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/celleditable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/celllayout_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendereraccel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderercombo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererpixbuf_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererprogress_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererspinner_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrendererspin_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertext_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellrenderertoggle_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/cellview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/checkbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/checkmenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/clipboard_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/colorbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/colorselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/combo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/combobox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/comboboxentry_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/container_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/curve_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/dialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/drawingarea_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/editable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entry_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entrybuffer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/entrycompletion_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/enums_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/eventbox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/expander_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooser_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserwidget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/filefilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fileselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fixed_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fontbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/fontselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/frame_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/handlebox_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconfactory_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconinfo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconset_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconsource_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/icontheme_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/iconview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/image_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/imagemenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/infobar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/inputdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/invisible_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/item_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/label_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/layout_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/linkbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/liststore_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/main_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menubar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menushell_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/menutoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/messagedialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/misc_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/notebook_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/object_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/offscreenwindow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/optionmenu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/orientable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetupunixdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/paned_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/papersize_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/plug_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printcontext_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printjob_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperation_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printoperationpreview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printsettings_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/printunixdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/progressbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radioaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiobutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiomenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/radiotoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/range_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/rc_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooser_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserdialog_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchoosermenu_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentchooserwidget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentfilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentinfo_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/recentmanager_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/ruler_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scale_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scalebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scrollbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/scrolledwindow_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/selectiondata_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separator_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separatormenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/separatortoolitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/settings_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/sizegroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/socket_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/spinbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/spinner_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/statusbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/statusicon_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/stockitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/style_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/table_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/targetlist_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tearoffmenuitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textattributes_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textbuffer_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textchildanchor_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textiter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textmark_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/texttag_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/texttagtable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/textview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toggleaction_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/togglebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toggletoolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbar_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolbutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolitemgroup_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolitem_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolpalette_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/toolshell_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tooltip_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/tooltips_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragdest_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treedragsource_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeiter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodel_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelfilter_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treemodelsort_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treepath_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treerowreference_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeselection_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treesortable_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treestore_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeview_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/treeviewcolumn_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/uimanager_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/viewport_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/volumebutton_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/widget_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/private/window_p.h -include/gtkmm-%%API_VERSION%%/gtkmm/progressbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/radioaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiobutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiobuttongroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiomenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/radiotoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/range.h -include/gtkmm-%%API_VERSION%%/gtkmm/rc.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooser.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserdialog.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchoosermenu.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentchooserwidget.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentfilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentinfo.h -include/gtkmm-%%API_VERSION%%/gtkmm/recentmanager.h -include/gtkmm-%%API_VERSION%%/gtkmm/ruler.h -include/gtkmm-%%API_VERSION%%/gtkmm/scale.h -include/gtkmm-%%API_VERSION%%/gtkmm/scalebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/scrollbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/scrolledwindow.h -include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata.h -include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata_private.h -include/gtkmm-%%API_VERSION%%/gtkmm/separator.h -include/gtkmm-%%API_VERSION%%/gtkmm/separatormenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/separatortoolitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/settings.h -include/gtkmm-%%API_VERSION%%/gtkmm/sizegroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/socket.h -include/gtkmm-%%API_VERSION%%/gtkmm/spinbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/spinner.h -include/gtkmm-%%API_VERSION%%/gtkmm/statusbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/statusicon.h -include/gtkmm-%%API_VERSION%%/gtkmm/stock.h -include/gtkmm-%%API_VERSION%%/gtkmm/stockid.h -include/gtkmm-%%API_VERSION%%/gtkmm/stockitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/style.h -include/gtkmm-%%API_VERSION%%/gtkmm/table.h -include/gtkmm-%%API_VERSION%%/gtkmm/targetentry.h -include/gtkmm-%%API_VERSION%%/gtkmm/targetlist.h -include/gtkmm-%%API_VERSION%%/gtkmm/tearoffmenuitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/textattributes.h -include/gtkmm-%%API_VERSION%%/gtkmm/textbuffer.h -include/gtkmm-%%API_VERSION%%/gtkmm/textchildanchor.h -include/gtkmm-%%API_VERSION%%/gtkmm/textiter.h -include/gtkmm-%%API_VERSION%%/gtkmm/textmark.h -include/gtkmm-%%API_VERSION%%/gtkmm/texttag.h -include/gtkmm-%%API_VERSION%%/gtkmm/texttagtable.h -include/gtkmm-%%API_VERSION%%/gtkmm/textview.h -include/gtkmm-%%API_VERSION%%/gtkmm/toggleaction.h -include/gtkmm-%%API_VERSION%%/gtkmm/togglebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toggletoolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolbar.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolbutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolitem.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolitemgroup.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolpalette.h -include/gtkmm-%%API_VERSION%%/gtkmm/toolshell.h -include/gtkmm-%%API_VERSION%%/gtkmm/tooltip.h -include/gtkmm-%%API_VERSION%%/gtkmm/tooltips.h -include/gtkmm-%%API_VERSION%%/gtkmm/treedragdest.h -include/gtkmm-%%API_VERSION%%/gtkmm/treedragsource.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeiter.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodel.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelcolumn.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelfilter.h -include/gtkmm-%%API_VERSION%%/gtkmm/treemodelsort.h -include/gtkmm-%%API_VERSION%%/gtkmm/treepath.h -include/gtkmm-%%API_VERSION%%/gtkmm/treerowreference.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeselection.h -include/gtkmm-%%API_VERSION%%/gtkmm/treesortable.h -include/gtkmm-%%API_VERSION%%/gtkmm/treestore.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeview.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeview_private.h -include/gtkmm-%%API_VERSION%%/gtkmm/treeviewcolumn.h -include/gtkmm-%%API_VERSION%%/gtkmm/uimanager.h -include/gtkmm-%%API_VERSION%%/gtkmm/viewport.h -include/gtkmm-%%API_VERSION%%/gtkmm/volumebutton.h -include/gtkmm-%%API_VERSION%%/gtkmm/widget.h -include/gtkmm-%%API_VERSION%%/gtkmm/window.h -include/gtkmm-%%API_VERSION%%/gtkmm/wrap_init.h -lib/gdkmm-%%API_VERSION%%/include/gdkmmconfig.h -lib/gtkmm-%%API_VERSION%%/include/gtkmmconfig.h -lib/gtkmm-%%API_VERSION%%/proc/m4/class_gtkobject.m4 -lib/gtkmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gdk.m4 -lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtk.m4 -lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtkmm.m4 -lib/libgdkmm-%%VERSION%%.a -lib/libgdkmm-%%VERSION%%.la -lib/libgdkmm-%%VERSION%%.so -lib/libgdkmm-%%VERSION%%.so.1 -lib/libgtkmm-%%VERSION%%.a -lib/libgtkmm-%%VERSION%%.la -lib/libgtkmm-%%VERSION%%.so -lib/libgtkmm-%%VERSION%%.so.1 -libdata/pkgconfig/gdkmm-%%API_VERSION%%.pc -libdata/pkgconfig/gtkmm-%%API_VERSION%%.pc -@dirrm lib/gtkmm-%%API_VERSION%%/proc/m4 -@dirrm lib/gtkmm-%%API_VERSION%%/proc -@dirrm lib/gtkmm-%%API_VERSION%%/include -@dirrm lib/gtkmm-%%API_VERSION%% -@dirrm lib/gdkmm-%%API_VERSION%%/include -@dirrm lib/gdkmm-%%API_VERSION%% -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm/private -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm -@dirrm include/gtkmm-%%API_VERSION%% -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm/private -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm -@dirrm include/gdkmm-%%API_VERSION%% diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile deleted file mode 100644 index 8662fd9fd..000000000 --- a/x11-toolkits/libgnomeui/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: libgnomeui -# Date created: 07 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.131 2011/04/09 15:57:12 mezz Exp $ -# - -PORTNAME= libgnomeui -PORTVERSION= 2.24.4 -PORTREVISION?= 1 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Libraries for the GNOME GUI, a GNU desktop environment - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme - -USE_GETTEXT= yes -USE_XORG= sm -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \ - referencehack gvfs -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USE_BISON= build -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/libgnomeui/distinfo b/x11-toolkits/libgnomeui/distinfo deleted file mode 100644 index 09083cf16..000000000 --- a/x11-toolkits/libgnomeui/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/libgnomeui-2.24.4.tar.bz2) = a64dcb5af190ec0bfe2ba647ab09a90e4187336fa417d301abfb736be41283b2 -SIZE (gnome2/libgnomeui-2.24.4.tar.bz2) = 1431076 diff --git a/x11-toolkits/libgnomeui/pkg-descr b/x11-toolkits/libgnomeui/pkg-descr deleted file mode 100644 index 706980bad..000000000 --- a/x11-toolkits/libgnomeui/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -LibGnomeUI provides backend GUI components common to GNOME -applications. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/libgnomeui/pkg-plist b/x11-toolkits/libgnomeui/pkg-plist deleted file mode 100644 index 59ab6d73f..000000000 --- a/x11-toolkits/libgnomeui/pkg-plist +++ /dev/null @@ -1,231 +0,0 @@ -include/libgnomeui-2.0/gnome.h -include/libgnomeui-2.0/libgnomeui/gnome-about.h -include/libgnomeui-2.0/libgnomeui/gnome-app-helper.h -include/libgnomeui-2.0/libgnomeui/gnome-app-util.h -include/libgnomeui-2.0/libgnomeui/gnome-app.h -include/libgnomeui-2.0/libgnomeui/gnome-appbar.h -include/libgnomeui-2.0/libgnomeui/gnome-authentication-manager.h -include/libgnomeui-2.0/libgnomeui/gnome-client.h -include/libgnomeui-2.0/libgnomeui/gnome-color-picker.h -include/libgnomeui-2.0/libgnomeui/gnome-dateedit.h -include/libgnomeui-2.0/libgnomeui/gnome-dialog-util.h -include/libgnomeui-2.0/libgnomeui/gnome-dialog.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page-edge.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page-standard.h -include/libgnomeui-2.0/libgnomeui/gnome-druid-page.h -include/libgnomeui-2.0/libgnomeui/gnome-druid.h -include/libgnomeui-2.0/libgnomeui/gnome-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-file-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-font-picker.h -include/libgnomeui-2.0/libgnomeui/gnome-help.h -include/libgnomeui-2.0/libgnomeui/gnome-href.h -include/libgnomeui-2.0/libgnomeui/gnome-ice.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-item.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-list.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-lookup.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-sel.h -include/libgnomeui-2.0/libgnomeui/gnome-icon-theme.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-child.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-generic-child.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi-session.h -include/libgnomeui-2.0/libgnomeui/gnome-mdi.h -include/libgnomeui-2.0/libgnomeui/gnome-messagebox.h -include/libgnomeui-2.0/libgnomeui/gnome-password-dialog.h -include/libgnomeui-2.0/libgnomeui/gnome-pixmap-entry.h -include/libgnomeui-2.0/libgnomeui/gnome-pixmap.h -include/libgnomeui-2.0/libgnomeui/gnome-popup-menu.h -include/libgnomeui-2.0/libgnomeui/gnome-propertybox.h -include/libgnomeui-2.0/libgnomeui/gnome-scores.h -include/libgnomeui-2.0/libgnomeui/gnome-stock-icons.h -include/libgnomeui-2.0/libgnomeui/gnome-theme-parser.h -include/libgnomeui-2.0/libgnomeui/gnome-thumbnail.h -include/libgnomeui-2.0/libgnomeui/gnome-types.h -include/libgnomeui-2.0/libgnomeui/gnome-ui-init.h -include/libgnomeui-2.0/libgnomeui/gnome-uidefs.h -include/libgnomeui-2.0/libgnomeui/gnome-url.h -include/libgnomeui-2.0/libgnomeui/gnome-vfs-util.h -include/libgnomeui-2.0/libgnomeui/gnome-window-icon.h -include/libgnomeui-2.0/libgnomeui/gnome-window.h -include/libgnomeui-2.0/libgnomeui/gnometypebuiltins.h -include/libgnomeui-2.0/libgnomeui/libgnomeui.h -lib/libglade/2.0/libgnome.a -lib/libglade/2.0/libgnome.la -lib/libglade/2.0/libgnome.so -lib/libgnomeui-2.a -lib/libgnomeui-2.la -lib/libgnomeui-2.so -lib/libgnomeui-2.so.0 -libdata/pkgconfig/libgnomeui-2.0.pc -share/locale/af/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/am/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ar/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/as/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ast/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/az/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/be/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/be@latin/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bg/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/br/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/bs/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ca/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/crh/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/cs/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/cy/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/da/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/de/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/dz/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/el/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en@shaw/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/eo/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/es/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/et/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/eu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/fur/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ga/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/gl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/gu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/he/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hu/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/hy/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/id/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/is/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/it/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ja/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ka/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/kk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/kn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ko/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ku/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/la/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/li/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/lt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/lv/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mai/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mg/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ml/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/mr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ms/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nb/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nds/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ne/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nn/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/nso/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/oc/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/or/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ps/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ro/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ru/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/rw/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/si/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sq/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/sv/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ta/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/te/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/th/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tr/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/tt/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/ug/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/uk/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/uz@cyrillic/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/wa/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/xh/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/yi/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo -share/locale/zu/LC_MESSAGES/libgnomeui-2.0.mo -share/pixmaps/gnome-about-logo.png -@dirrm include/libgnomeui-2.0/libgnomeui -@dirrm include/libgnomeui-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile deleted file mode 100644 index b21a45197..000000000 --- a/x11-toolkits/py-gtk2/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# New ports collection makefile for: py-gtk2 -# Date created: 08/13/2002 -# Whom: marc@informatik.uni-bremen.de -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.77 2011/03/25 07:04:15 kwm Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.24.0 -CATEGORIES= x11-toolkits python -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygtk-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GTK+ - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo - -LATEST_LINK= py-gtk2 -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libglade2 pygobject -USE_PYTHON= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-lintl" \ - PYTHON="${PYTHON_VERSION}" -CONFIGURE_ARGS= --disable-docs -LDFLAGS+= -L${LOCALBASE}/lib - -DOCSDIR= ${PREFIX}/share/doc/py-gtk -EG_SRC_DIR= ${WRKSRC}/examples -EXAMPLESDIR= ${PREFIX}/share/examples/py-gtk - -CONFLICTS= py*-gtk-0* - -OPTIONS= NUMPY "Enable numpy support (pulls in gcc44)" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_NUMPY) -BUILD_DEPENDS+= ${PYNUMPY} -RUN_DEPENDS+= ${PYNUMPY} -CONFIGURE_ARGS+=--enable-numpy -.else -CONFIGURE_ARGS+=--disable-numpy -.endif - -# -# Use the same way as the Python port to determine if we want -# threading support. -# -.if !defined(WITHOUT_THREADS) -CONFIGURE_ARGS+= --enable-thread -CFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" -.else -CONFIGURE_ARGS+= --disable-thread -.if defined(LDFLAGS) -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -.endif -.endif - -post-install: -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR} - ${FIND} ${EXAMPLESDIR} -type d -print | ${XARGS} ${CHMOD} 0555 - ${FIND} ${EXAMPLESDIR} -type f -print | ${XARGS} ${CHMOD} 0444 -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/MAPPING ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/THREADS ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo deleted file mode 100644 index 4f7261b0b..000000000 --- a/x11-toolkits/py-gtk2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/pygtk-2.24.0.tar.bz2) = cd1c1ea265bd63ff669e92a2d3c2a88eb26bcd9e5363e0f82c896e649f206912 -SIZE (gnome2/pygtk-2.24.0.tar.bz2) = 2361097 diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in deleted file mode 100644 index 1ddb1d6b9..000000000 --- a/x11-toolkits/py-gtk2/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-09-01 08:50:06.000000000 +0000 -+++ Makefile.in 2008-09-01 08:51:03.000000000 +0000 -@@ -124,7 +124,7 @@ - DATA = $(defs_DATA) $(pkgconfig_DATA) - ETAGS = etags - CTAGS = ctags --DIST_SUBDIRS = . gtk examples tests docs -+DIST_SUBDIRS = . gtk examples - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) diff --git a/x11-toolkits/py-gtk2/files/patch-configure b/x11-toolkits/py-gtk2/files/patch-configure deleted file mode 100644 index 1c766c127..000000000 --- a/x11-toolkits/py-gtk2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-09-26 10:02:15.000000000 +0000 -+++ configure 2010-09-26 10:02:33.000000000 +0000 -@@ -12288,7 +12288,7 @@ - $as_echo_n "(cached) " >&6 - else - -- for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do -+ for am_cv_pathless_PYTHON in python python2 python3 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do - test "$am_cv_pathless_PYTHON" = none && break - prog="import sys - # split strings by '.' and convert to numeric. Append some zeros diff --git a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in deleted file mode 100644 index 857b4fa66..000000000 --- a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig 2008-09-03 16:07:35.000000000 +0000 -+++ docs/Makefile.in 2008-09-03 16:07:55.000000000 +0000 -@@ -812,7 +812,7 @@ - html/unixprint-functions.html - - CSS_FILES = $(PYGOBJECT_PYGDOCS)/style.css --TARGET_DIR = $(datadir)/gtk-doc/html/pygtk -+TARGET_DIR = $(datadir)/doc/py-gtk - CSSdir = $(TARGET_DIR) - EXTRA_DIST = \ - cursors icons \ diff --git a/x11-toolkits/py-gtk2/pkg-descr b/x11-toolkits/py-gtk2/pkg-descr deleted file mode 100644 index 41145fa4a..000000000 --- a/x11-toolkits/py-gtk2/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Excerpt from the README: - - PyGTK - ===== - Author: James Henstridge <james@daa.com.au> - - This archive contains modules that allow you to use gtk in Python - programs. At present, it is a fairly complete set of bindings. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist deleted file mode 100644 index e04d4f56c..000000000 --- a/x11-toolkits/py-gtk2/pkg-plist +++ /dev/null @@ -1,779 +0,0 @@ -bin/pygtk-codegen-2.0 -bin/pygtk-demo -include/pygtk-2.0/pygtk/pygtk.h -lib/pygtk/2.0/demos/__init__.py -lib/pygtk/2.0/demos/__init__.pyc -lib/pygtk/2.0/demos/__init__.pyo -lib/pygtk/2.0/demos/appwindow.py -lib/pygtk/2.0/demos/appwindow.pyc -lib/pygtk/2.0/demos/appwindow.pyo -lib/pygtk/2.0/demos/buttonbox.py -lib/pygtk/2.0/demos/buttonbox.pyc -lib/pygtk/2.0/demos/buttonbox.pyo -lib/pygtk/2.0/demos/changedisplay.py -lib/pygtk/2.0/demos/changedisplay.pyc -lib/pygtk/2.0/demos/changedisplay.pyo -lib/pygtk/2.0/demos/colorsel.py -lib/pygtk/2.0/demos/colorsel.pyc -lib/pygtk/2.0/demos/colorsel.pyo -lib/pygtk/2.0/demos/dialogs.py -lib/pygtk/2.0/demos/dialogs.pyc -lib/pygtk/2.0/demos/dialogs.pyo -lib/pygtk/2.0/demos/dnd.py -lib/pygtk/2.0/demos/dnd.pyc -lib/pygtk/2.0/demos/dnd.pyo -lib/pygtk/2.0/demos/dndpixmap.py -lib/pygtk/2.0/demos/dndpixmap.pyc -lib/pygtk/2.0/demos/dndpixmap.pyo -lib/pygtk/2.0/demos/editable_cells.py -lib/pygtk/2.0/demos/editable_cells.pyc -lib/pygtk/2.0/demos/editable_cells.pyo -lib/pygtk/2.0/demos/entry_completion.py -lib/pygtk/2.0/demos/entry_completion.pyc -lib/pygtk/2.0/demos/entry_completion.pyo -lib/pygtk/2.0/demos/expander.py -lib/pygtk/2.0/demos/expander.pyc -lib/pygtk/2.0/demos/expander.pyo -lib/pygtk/2.0/demos/hypertext.py -lib/pygtk/2.0/demos/hypertext.pyc -lib/pygtk/2.0/demos/hypertext.pyo -lib/pygtk/2.0/demos/images.py -lib/pygtk/2.0/demos/images.pyc -lib/pygtk/2.0/demos/images.pyo -lib/pygtk/2.0/demos/images/alphatest.png -lib/pygtk/2.0/demos/images/apple-red.png -lib/pygtk/2.0/demos/images/background.jpg -lib/pygtk/2.0/demos/images/floppybuddy.gif -lib/pygtk/2.0/demos/images/gnome-applets.png -lib/pygtk/2.0/demos/images/gnome-calendar.png -lib/pygtk/2.0/demos/images/gnome-foot.png -lib/pygtk/2.0/demos/images/gnome-gimp.png -lib/pygtk/2.0/demos/images/gnome-gmush.png -lib/pygtk/2.0/demos/images/gnome-gsame.png -lib/pygtk/2.0/demos/images/gnu-keys.png -lib/pygtk/2.0/demos/images/gtk-logo-rgb.gif -lib/pygtk/2.0/demos/infobar.py -lib/pygtk/2.0/demos/infobar.pyc -lib/pygtk/2.0/demos/infobar.pyo -lib/pygtk/2.0/demos/list_store.py -lib/pygtk/2.0/demos/list_store.pyc -lib/pygtk/2.0/demos/list_store.pyo -lib/pygtk/2.0/demos/menu.py -lib/pygtk/2.0/demos/menu.pyc -lib/pygtk/2.0/demos/menu.pyo -lib/pygtk/2.0/demos/panes.py -lib/pygtk/2.0/demos/panes.pyc -lib/pygtk/2.0/demos/panes.pyo -lib/pygtk/2.0/demos/pixbufs.py -lib/pygtk/2.0/demos/pixbufs.pyc -lib/pygtk/2.0/demos/pixbufs.pyo -lib/pygtk/2.0/demos/print_editor.py -lib/pygtk/2.0/demos/print_editor.pyc -lib/pygtk/2.0/demos/print_editor.pyo -lib/pygtk/2.0/demos/sizegroup.py -lib/pygtk/2.0/demos/sizegroup.pyc -lib/pygtk/2.0/demos/sizegroup.pyo -lib/pygtk/2.0/demos/statusicon.py -lib/pygtk/2.0/demos/statusicon.pyc -lib/pygtk/2.0/demos/statusicon.pyo -lib/pygtk/2.0/demos/stock_browser.py -lib/pygtk/2.0/demos/stock_browser.pyc -lib/pygtk/2.0/demos/stock_browser.pyo -lib/pygtk/2.0/demos/textscroll.py -lib/pygtk/2.0/demos/textscroll.pyc -lib/pygtk/2.0/demos/textscroll.pyo -lib/pygtk/2.0/demos/textview.py -lib/pygtk/2.0/demos/textview.pyc -lib/pygtk/2.0/demos/textview.pyo -lib/pygtk/2.0/demos/tooltip.py -lib/pygtk/2.0/demos/tooltip.pyc -lib/pygtk/2.0/demos/tooltip.pyo -lib/pygtk/2.0/demos/tree_store.py -lib/pygtk/2.0/demos/tree_store.pyc -lib/pygtk/2.0/demos/tree_store.pyo -lib/pygtk/2.0/demos/treemodel.py -lib/pygtk/2.0/demos/treemodel.pyc -lib/pygtk/2.0/demos/treemodel.pyo -lib/pygtk/2.0/demos/ui_manager.py -lib/pygtk/2.0/demos/ui_manager.pyc -lib/pygtk/2.0/demos/ui_manager.pyo -lib/pygtk/2.0/pygtk-demo.py -lib/pygtk/2.0/pygtk-demo.pyc -lib/pygtk/2.0/pygtk-demo.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/atk.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/atk.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_gtk.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_gtk.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_lazyutils.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/deprecation.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glade.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glade.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkunixprint.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkunixprint.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/pango.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/pango.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/pangocairo.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/pangocairo.so -libdata/pkgconfig/pygtk-2.0.pc -%%PORTDOCS%%%%DOCSDIR%%/MAPPING -%%PORTDOCS%%%%DOCSDIR%%/THREADS -%%DOCSDIR%%/atk-class-reference.html -%%DOCSDIR%%/atk-constants.html -%%DOCSDIR%%/class-atkaction.html -%%DOCSDIR%%/class-atkcomponent.html -%%DOCSDIR%%/class-atkdocument.html -%%DOCSDIR%%/class-atkeditabletext.html -%%DOCSDIR%%/class-atkgobjectaccessible.html -%%DOCSDIR%%/class-atkhyperlink.html -%%DOCSDIR%%/class-atkhypertext.html -%%DOCSDIR%%/class-atkimage.html -%%DOCSDIR%%/class-atkimplementor.html -%%DOCSDIR%%/class-atknoopobject.html -%%DOCSDIR%%/class-atknoopobjectfactory.html -%%DOCSDIR%%/class-atkobject.html -%%DOCSDIR%%/class-atkobjectfactory.html -%%DOCSDIR%%/class-atkrectangle.html -%%DOCSDIR%%/class-atkregistry.html -%%DOCSDIR%%/class-atkrelation.html -%%DOCSDIR%%/class-atkrelationset.html -%%DOCSDIR%%/class-atkselection.html -%%DOCSDIR%%/class-atkstateset.html -%%DOCSDIR%%/class-atkstreamablecontent.html -%%DOCSDIR%%/class-atktable.html -%%DOCSDIR%%/class-atktext.html -%%DOCSDIR%%/class-atkvalue.html -%%DOCSDIR%%/class-gdkapplaunchcontext.html -%%DOCSDIR%%/class-gdkatom.html -%%DOCSDIR%%/class-gdkcairocontext.html -%%DOCSDIR%%/class-gdkcolor.html -%%DOCSDIR%%/class-gdkcolormap.html -%%DOCSDIR%%/class-gdkcursor.html -%%DOCSDIR%%/class-gdkdevice.html -%%DOCSDIR%%/class-gdkdisplay.html -%%DOCSDIR%%/class-gdkdisplaymanager.html -%%DOCSDIR%%/class-gdkdragcontext.html -%%DOCSDIR%%/class-gdkdrawable.html -%%DOCSDIR%%/class-gdkevent.html -%%DOCSDIR%%/class-gdkgc.html -%%DOCSDIR%%/class-gdkimage.html -%%DOCSDIR%%/class-gdkkeymap.html -%%DOCSDIR%%/class-gdkpangorenderer.html -%%DOCSDIR%%/class-gdkpixbuf.html -%%DOCSDIR%%/class-gdkpixbufanimation.html -%%DOCSDIR%%/class-gdkpixbufanimationiter.html -%%DOCSDIR%%/class-gdkpixbufloader.html -%%DOCSDIR%%/class-gdkpixmap.html -%%DOCSDIR%%/class-gdkrectangle.html -%%DOCSDIR%%/class-gdkregion.html -%%DOCSDIR%%/class-gdkscreen.html -%%DOCSDIR%%/class-gdkvisual.html -%%DOCSDIR%%/class-gdkwindow.html -%%DOCSDIR%%/class-gladexml.html -%%DOCSDIR%%/class-gtkaboutdialog.html -%%DOCSDIR%%/class-gtkaccelgroup.html -%%DOCSDIR%%/class-gtkaccellabel.html -%%DOCSDIR%%/class-gtkaccelmap.html -%%DOCSDIR%%/class-gtkaccessible.html -%%DOCSDIR%%/class-gtkaction.html -%%DOCSDIR%%/class-gtkactiongroup.html -%%DOCSDIR%%/class-gtkactivatable.html -%%DOCSDIR%%/class-gtkadjustment.html -%%DOCSDIR%%/class-gtkalignment.html -%%DOCSDIR%%/class-gtkarrow.html -%%DOCSDIR%%/class-gtkaspectframe.html -%%DOCSDIR%%/class-gtkassistant.html -%%DOCSDIR%%/class-gtkbin.html -%%DOCSDIR%%/class-gtkborder.html -%%DOCSDIR%%/class-gtkbox.html -%%DOCSDIR%%/class-gtkbuildable.html -%%DOCSDIR%%/class-gtkbuilder.html -%%DOCSDIR%%/class-gtkbutton.html -%%DOCSDIR%%/class-gtkbuttonbox.html -%%DOCSDIR%%/class-gtkcalendar.html -%%DOCSDIR%%/class-gtkcelleditable.html -%%DOCSDIR%%/class-gtkcelllayout.html -%%DOCSDIR%%/class-gtkcellrenderer.html -%%DOCSDIR%%/class-gtkcellrendereraccel.html -%%DOCSDIR%%/class-gtkcellrenderercombo.html -%%DOCSDIR%%/class-gtkcellrendererpixbuf.html -%%DOCSDIR%%/class-gtkcellrendererprogress.html -%%DOCSDIR%%/class-gtkcellrendererspin.html -%%DOCSDIR%%/class-gtkcellrendererspinner.html -%%DOCSDIR%%/class-gtkcellrenderertext.html -%%DOCSDIR%%/class-gtkcellrenderertoggle.html -%%DOCSDIR%%/class-gtkcellview.html -%%DOCSDIR%%/class-gtkcheckbutton.html -%%DOCSDIR%%/class-gtkcheckmenuitem.html -%%DOCSDIR%%/class-gtkclipboard.html -%%DOCSDIR%%/class-gtkcolorbutton.html -%%DOCSDIR%%/class-gtkcolorselection.html -%%DOCSDIR%%/class-gtkcolorselectiondialog.html -%%DOCSDIR%%/class-gtkcombo.html -%%DOCSDIR%%/class-gtkcombobox.html -%%DOCSDIR%%/class-gtkcomboboxentry.html -%%DOCSDIR%%/class-gtkcomboboxtext.html -%%DOCSDIR%%/class-gtkcontainer.html -%%DOCSDIR%%/class-gtkcurve.html -%%DOCSDIR%%/class-gtkdialog.html -%%DOCSDIR%%/class-gtkdrawingarea.html -%%DOCSDIR%%/class-gtkeditable.html -%%DOCSDIR%%/class-gtkentry.html -%%DOCSDIR%%/class-gtkentrybuffer.html -%%DOCSDIR%%/class-gtkentrycompletion.html -%%DOCSDIR%%/class-gtkeventbox.html -%%DOCSDIR%%/class-gtkexpander.html -%%DOCSDIR%%/class-gtkfilechooser.html -%%DOCSDIR%%/class-gtkfilechooserbutton.html -%%DOCSDIR%%/class-gtkfilechooserdialog.html -%%DOCSDIR%%/class-gtkfilechooserwidget.html -%%DOCSDIR%%/class-gtkfilefilter.html -%%DOCSDIR%%/class-gtkfileselection.html -%%DOCSDIR%%/class-gtkfixed.html -%%DOCSDIR%%/class-gtkfontbutton.html -%%DOCSDIR%%/class-gtkfontselection.html -%%DOCSDIR%%/class-gtkfontselectiondialog.html -%%DOCSDIR%%/class-gtkframe.html -%%DOCSDIR%%/class-gtkgammacurve.html -%%DOCSDIR%%/class-gtkhandlebox.html -%%DOCSDIR%%/class-gtkhbox.html -%%DOCSDIR%%/class-gtkhbuttonbox.html -%%DOCSDIR%%/class-gtkhpaned.html -%%DOCSDIR%%/class-gtkhruler.html -%%DOCSDIR%%/class-gtkhscale.html -%%DOCSDIR%%/class-gtkhscrollbar.html -%%DOCSDIR%%/class-gtkhseparator.html -%%DOCSDIR%%/class-gtkiconfactory.html -%%DOCSDIR%%/class-gtkiconinfo.html -%%DOCSDIR%%/class-gtkiconset.html -%%DOCSDIR%%/class-gtkiconsource.html -%%DOCSDIR%%/class-gtkicontheme.html -%%DOCSDIR%%/class-gtkiconview.html -%%DOCSDIR%%/class-gtkimage.html -%%DOCSDIR%%/class-gtkimagemenuitem.html -%%DOCSDIR%%/class-gtkimcontext.html -%%DOCSDIR%%/class-gtkimcontextsimple.html -%%DOCSDIR%%/class-gtkimmulticontext.html -%%DOCSDIR%%/class-gtkinfobar.html -%%DOCSDIR%%/class-gtkinputdialog.html -%%DOCSDIR%%/class-gtkinvisible.html -%%DOCSDIR%%/class-gtkitem.html -%%DOCSDIR%%/class-gtkitemfactory.html -%%DOCSDIR%%/class-gtklabel.html -%%DOCSDIR%%/class-gtklayout.html -%%DOCSDIR%%/class-gtklinkbutton.html -%%DOCSDIR%%/class-gtkliststore.html -%%DOCSDIR%%/class-gtkmenu.html -%%DOCSDIR%%/class-gtkmenubar.html -%%DOCSDIR%%/class-gtkmenuitem.html -%%DOCSDIR%%/class-gtkmenushell.html -%%DOCSDIR%%/class-gtkmenutoolbutton.html -%%DOCSDIR%%/class-gtkmessagedialog.html -%%DOCSDIR%%/class-gtkmisc.html -%%DOCSDIR%%/class-gtkmountoperation.html -%%DOCSDIR%%/class-gtknotebook.html -%%DOCSDIR%%/class-gtkobject.html -%%DOCSDIR%%/class-gtkoffscreenwindow.html -%%DOCSDIR%%/class-gtkoptionmenu.html -%%DOCSDIR%%/class-gtkpagesetup.html -%%DOCSDIR%%/class-gtkpagesetupunixdialog.html -%%DOCSDIR%%/class-gtkpaned.html -%%DOCSDIR%%/class-gtkpapersize.html -%%DOCSDIR%%/class-gtkplug.html -%%DOCSDIR%%/class-gtkprintcontext.html -%%DOCSDIR%%/class-gtkprinter.html -%%DOCSDIR%%/class-gtkprintjob.html -%%DOCSDIR%%/class-gtkprintoperation.html -%%DOCSDIR%%/class-gtkprintoperationpreview.html -%%DOCSDIR%%/class-gtkprintsettings.html -%%DOCSDIR%%/class-gtkprintunixdialog.html -%%DOCSDIR%%/class-gtkprogressbar.html -%%DOCSDIR%%/class-gtkradioaction.html -%%DOCSDIR%%/class-gtkradiobutton.html -%%DOCSDIR%%/class-gtkradiomenuitem.html -%%DOCSDIR%%/class-gtkradiotoolbutton.html -%%DOCSDIR%%/class-gtkrange.html -%%DOCSDIR%%/class-gtkrcstyle.html -%%DOCSDIR%%/class-gtkrecentaction.html -%%DOCSDIR%%/class-gtkrecentchooser.html -%%DOCSDIR%%/class-gtkrecentchooserdialog.html -%%DOCSDIR%%/class-gtkrecentchoosermenu.html -%%DOCSDIR%%/class-gtkrecentchooserwidget.html -%%DOCSDIR%%/class-gtkrecentfilter.html -%%DOCSDIR%%/class-gtkrecentinfo.html -%%DOCSDIR%%/class-gtkrecentmanager.html -%%DOCSDIR%%/class-gtkrequisition.html -%%DOCSDIR%%/class-gtkruler.html -%%DOCSDIR%%/class-gtkscale.html -%%DOCSDIR%%/class-gtkscalebutton.html -%%DOCSDIR%%/class-gtkscrollbar.html -%%DOCSDIR%%/class-gtkscrolledwindow.html -%%DOCSDIR%%/class-gtkselectiondata.html -%%DOCSDIR%%/class-gtkseparator.html -%%DOCSDIR%%/class-gtkseparatormenuitem.html -%%DOCSDIR%%/class-gtkseparatortoolitem.html -%%DOCSDIR%%/class-gtksettings.html -%%DOCSDIR%%/class-gtksizegroup.html -%%DOCSDIR%%/class-gtksocket.html -%%DOCSDIR%%/class-gtkspinbutton.html -%%DOCSDIR%%/class-gtkspinner.html -%%DOCSDIR%%/class-gtkstatusbar.html -%%DOCSDIR%%/class-gtkstatusicon.html -%%DOCSDIR%%/class-gtkstyle.html -%%DOCSDIR%%/class-gtktable.html -%%DOCSDIR%%/class-gtktearoffmenuitem.html -%%DOCSDIR%%/class-gtktextattributes.html -%%DOCSDIR%%/class-gtktextbuffer.html -%%DOCSDIR%%/class-gtktextchildanchor.html -%%DOCSDIR%%/class-gtktextiter.html -%%DOCSDIR%%/class-gtktextmark.html -%%DOCSDIR%%/class-gtktexttag.html -%%DOCSDIR%%/class-gtktexttagtable.html -%%DOCSDIR%%/class-gtktextview.html -%%DOCSDIR%%/class-gtktoggleaction.html -%%DOCSDIR%%/class-gtktogglebutton.html -%%DOCSDIR%%/class-gtktoggletoolbutton.html -%%DOCSDIR%%/class-gtktoolbar.html -%%DOCSDIR%%/class-gtktoolbutton.html -%%DOCSDIR%%/class-gtktoolitem.html -%%DOCSDIR%%/class-gtktoolitemgroup.html -%%DOCSDIR%%/class-gtktoolpalette.html -%%DOCSDIR%%/class-gtktoolshell.html -%%DOCSDIR%%/class-gtktooltip.html -%%DOCSDIR%%/class-gtktooltips.html -%%DOCSDIR%%/class-gtktreedragdest.html -%%DOCSDIR%%/class-gtktreedragsource.html -%%DOCSDIR%%/class-gtktreeiter.html -%%DOCSDIR%%/class-gtktreemodel.html -%%DOCSDIR%%/class-gtktreemodelfilter.html -%%DOCSDIR%%/class-gtktreemodelsort.html -%%DOCSDIR%%/class-gtktreerowreference.html -%%DOCSDIR%%/class-gtktreeselection.html -%%DOCSDIR%%/class-gtktreesortable.html -%%DOCSDIR%%/class-gtktreestore.html -%%DOCSDIR%%/class-gtktreeview.html -%%DOCSDIR%%/class-gtktreeviewcolumn.html -%%DOCSDIR%%/class-gtkuimanager.html -%%DOCSDIR%%/class-gtkvbox.html -%%DOCSDIR%%/class-gtkvbuttonbox.html -%%DOCSDIR%%/class-gtkviewport.html -%%DOCSDIR%%/class-gtkvolumebutton.html -%%DOCSDIR%%/class-gtkvpaned.html -%%DOCSDIR%%/class-gtkvruler.html -%%DOCSDIR%%/class-gtkvscale.html -%%DOCSDIR%%/class-gtkvscrollbar.html -%%DOCSDIR%%/class-gtkvseparator.html -%%DOCSDIR%%/class-gtkwidget.html -%%DOCSDIR%%/class-gtkwindow.html -%%DOCSDIR%%/class-gtkwindowgroup.html -%%DOCSDIR%%/class-hierarchy.html -%%DOCSDIR%%/class-pangoattribute.html -%%DOCSDIR%%/class-pangoattriterator.html -%%DOCSDIR%%/class-pangoattrlist.html -%%DOCSDIR%%/class-pangocairocairocontext.html -%%DOCSDIR%%/class-pangocairocairofontmap.html -%%DOCSDIR%%/class-pangocolor.html -%%DOCSDIR%%/class-pangocontext.html -%%DOCSDIR%%/class-pangofont.html -%%DOCSDIR%%/class-pangofontdescription.html -%%DOCSDIR%%/class-pangofontface.html -%%DOCSDIR%%/class-pangofontfamily.html -%%DOCSDIR%%/class-pangofontmap.html -%%DOCSDIR%%/class-pangofontmetrics.html -%%DOCSDIR%%/class-pangofontset.html -%%DOCSDIR%%/class-pangofontsetsimple.html -%%DOCSDIR%%/class-pangoglyphstring.html -%%DOCSDIR%%/class-pangolanguage.html -%%DOCSDIR%%/class-pangolayout.html -%%DOCSDIR%%/class-pangolayoutiter.html -%%DOCSDIR%%/class-pangolayoutline.html -%%DOCSDIR%%/class-pangorenderer.html -%%DOCSDIR%%/class-pangotabarray.html -%%DOCSDIR%%/class-pygtkgenericcellrenderer.html -%%DOCSDIR%%/class-pygtkgenerictreemodel.html -%%DOCSDIR%%/class-pygtktreemodelrow.html -%%DOCSDIR%%/class-pygtktreemodelrowiter.html -%%DOCSDIR%%/cursors/X_cursor.png -%%DOCSDIR%%/cursors/arrow.png -%%DOCSDIR%%/cursors/based_arrow_down.png -%%DOCSDIR%%/cursors/based_arrow_up.png -%%DOCSDIR%%/cursors/boat.png -%%DOCSDIR%%/cursors/bogosity.png -%%DOCSDIR%%/cursors/bottom_left_corner.png -%%DOCSDIR%%/cursors/bottom_right_corner.png -%%DOCSDIR%%/cursors/bottom_side.png -%%DOCSDIR%%/cursors/bottom_tee.png -%%DOCSDIR%%/cursors/box_spiral.png -%%DOCSDIR%%/cursors/center_ptr.png -%%DOCSDIR%%/cursors/circle.png -%%DOCSDIR%%/cursors/clock.png -%%DOCSDIR%%/cursors/coffee_mug.png -%%DOCSDIR%%/cursors/cross.png -%%DOCSDIR%%/cursors/cross_reverse.png -%%DOCSDIR%%/cursors/crosshair.png -%%DOCSDIR%%/cursors/diamond_cross.png -%%DOCSDIR%%/cursors/dot.png -%%DOCSDIR%%/cursors/dotbox.png -%%DOCSDIR%%/cursors/double_arrow.png -%%DOCSDIR%%/cursors/draft_large.png -%%DOCSDIR%%/cursors/draft_small.png -%%DOCSDIR%%/cursors/draped_box.png -%%DOCSDIR%%/cursors/exchange.png -%%DOCSDIR%%/cursors/fleur.png -%%DOCSDIR%%/cursors/gobbler.png -%%DOCSDIR%%/cursors/gumby.png -%%DOCSDIR%%/cursors/hand1.png -%%DOCSDIR%%/cursors/hand2.png -%%DOCSDIR%%/cursors/heart.png -%%DOCSDIR%%/cursors/icon.png -%%DOCSDIR%%/cursors/iron_cross.png -%%DOCSDIR%%/cursors/left_ptr.png -%%DOCSDIR%%/cursors/left_side.png -%%DOCSDIR%%/cursors/left_tee.png -%%DOCSDIR%%/cursors/leftbutton.png -%%DOCSDIR%%/cursors/ll_angle.png -%%DOCSDIR%%/cursors/lr_angle.png -%%DOCSDIR%%/cursors/man.png -%%DOCSDIR%%/cursors/middlebutton.png -%%DOCSDIR%%/cursors/mouse.png -%%DOCSDIR%%/cursors/pencil.png -%%DOCSDIR%%/cursors/pirate.png -%%DOCSDIR%%/cursors/plus.png -%%DOCSDIR%%/cursors/question_arrow.png -%%DOCSDIR%%/cursors/right_ptr.png -%%DOCSDIR%%/cursors/right_side.png -%%DOCSDIR%%/cursors/right_tee.png -%%DOCSDIR%%/cursors/rightbutton.png -%%DOCSDIR%%/cursors/rtl_logo.png -%%DOCSDIR%%/cursors/sailboat.png -%%DOCSDIR%%/cursors/sb_down_arrow.png -%%DOCSDIR%%/cursors/sb_h_double_arrow.png -%%DOCSDIR%%/cursors/sb_left_arrow.png -%%DOCSDIR%%/cursors/sb_right_arrow.png -%%DOCSDIR%%/cursors/sb_up_arrow.png -%%DOCSDIR%%/cursors/sb_v_double_arrow.png -%%DOCSDIR%%/cursors/shuttle.png -%%DOCSDIR%%/cursors/sizing.png -%%DOCSDIR%%/cursors/spider.png -%%DOCSDIR%%/cursors/spraycan.png -%%DOCSDIR%%/cursors/star.png -%%DOCSDIR%%/cursors/target.png -%%DOCSDIR%%/cursors/tcross.png -%%DOCSDIR%%/cursors/top_left_arrow.png -%%DOCSDIR%%/cursors/top_left_corner.png -%%DOCSDIR%%/cursors/top_right_corner.png -%%DOCSDIR%%/cursors/top_side.png -%%DOCSDIR%%/cursors/top_tee.png -%%DOCSDIR%%/cursors/trek.png -%%DOCSDIR%%/cursors/ul_angle.png -%%DOCSDIR%%/cursors/umbrella.png -%%DOCSDIR%%/cursors/ur_angle.png -%%DOCSDIR%%/cursors/watch.png -%%DOCSDIR%%/cursors/xterm.png -%%DOCSDIR%%/gdk-class-reference.html -%%DOCSDIR%%/gdk-constants.html -%%DOCSDIR%%/gdk-functions.html -%%DOCSDIR%%/glade-class-reference.html -%%DOCSDIR%%/gtk-class-reference.html -%%DOCSDIR%%/gtk-constants.html -%%DOCSDIR%%/gtk-functions.html -%%DOCSDIR%%/gtk-stock-items.html -%%DOCSDIR%%/icons/stock_about_24.png -%%DOCSDIR%%/icons/stock_add_24.png -%%DOCSDIR%%/icons/stock_align_center_24.png -%%DOCSDIR%%/icons/stock_align_justify_24.png -%%DOCSDIR%%/icons/stock_align_left_24.png -%%DOCSDIR%%/icons/stock_align_right_24.png -%%DOCSDIR%%/icons/stock_apply_20.png -%%DOCSDIR%%/icons/stock_bottom_24.png -%%DOCSDIR%%/icons/stock_broken_image_24.png -%%DOCSDIR%%/icons/stock_cancel_20.png -%%DOCSDIR%%/icons/stock_cdrom_24.png -%%DOCSDIR%%/icons/stock_clear_24.png -%%DOCSDIR%%/icons/stock_close_24.png -%%DOCSDIR%%/icons/stock_color_picker_25.png -%%DOCSDIR%%/icons/stock_colorselector_24.png -%%DOCSDIR%%/icons/stock_connect_24.png -%%DOCSDIR%%/icons/stock_convert_24.png -%%DOCSDIR%%/icons/stock_copy_24.png -%%DOCSDIR%%/icons/stock_cut_24.png -%%DOCSDIR%%/icons/stock_dialog_authentication_48.png -%%DOCSDIR%%/icons/stock_dialog_error_48.png -%%DOCSDIR%%/icons/stock_dialog_info_48.png -%%DOCSDIR%%/icons/stock_dialog_question_48.png -%%DOCSDIR%%/icons/stock_dialog_warning_48.png -%%DOCSDIR%%/icons/stock_directory_24.png -%%DOCSDIR%%/icons/stock_disconnect_24.png -%%DOCSDIR%%/icons/stock_dnd_32.png -%%DOCSDIR%%/icons/stock_dnd_multiple_32.png -%%DOCSDIR%%/icons/stock_down_arrow_24.png -%%DOCSDIR%%/icons/stock_edit_24.png -%%DOCSDIR%%/icons/stock_exec_24.png -%%DOCSDIR%%/icons/stock_exit_24.png -%%DOCSDIR%%/icons/stock_file_24.png -%%DOCSDIR%%/icons/stock_first_24.png -%%DOCSDIR%%/icons/stock_font_24.png -%%DOCSDIR%%/icons/stock_fullscreen_24.png -%%DOCSDIR%%/icons/stock_harddisk_24.png -%%DOCSDIR%%/icons/stock_help_24.png -%%DOCSDIR%%/icons/stock_home_24.png -%%DOCSDIR%%/icons/stock_index_24.png -%%DOCSDIR%%/icons/stock_info_24.png -%%DOCSDIR%%/icons/stock_jump_to_24.png -%%DOCSDIR%%/icons/stock_jump_to_rtl_24.png -%%DOCSDIR%%/icons/stock_last_24.png -%%DOCSDIR%%/icons/stock_leave_fullscreen_24.png -%%DOCSDIR%%/icons/stock_left_arrow_24.png -%%DOCSDIR%%/icons/stock_media_forward_24.png -%%DOCSDIR%%/icons/stock_media_next_24.png -%%DOCSDIR%%/icons/stock_media_pause_24.png -%%DOCSDIR%%/icons/stock_media_play_24.png -%%DOCSDIR%%/icons/stock_media_play_rtl_24.png -%%DOCSDIR%%/icons/stock_media_previous_24.png -%%DOCSDIR%%/icons/stock_media_record_24.png -%%DOCSDIR%%/icons/stock_media_rewind_24.png -%%DOCSDIR%%/icons/stock_media_stop_24.png -%%DOCSDIR%%/icons/stock_network_24.png -%%DOCSDIR%%/icons/stock_new_24.png -%%DOCSDIR%%/icons/stock_no_20.png -%%DOCSDIR%%/icons/stock_ok_20.png -%%DOCSDIR%%/icons/stock_open_24.png -%%DOCSDIR%%/icons/stock_page_setup_24.png -%%DOCSDIR%%/icons/stock_paste_24.png -%%DOCSDIR%%/icons/stock_preferences_24.png -%%DOCSDIR%%/icons/stock_print_24.png -%%DOCSDIR%%/icons/stock_print_error_24.png -%%DOCSDIR%%/icons/stock_print_paused_24.png -%%DOCSDIR%%/icons/stock_print_preview_24.png -%%DOCSDIR%%/icons/stock_print_report_24.png -%%DOCSDIR%%/icons/stock_properties_24.png -%%DOCSDIR%%/icons/stock_redo_24.png -%%DOCSDIR%%/icons/stock_redo_rtl_24.png -%%DOCSDIR%%/icons/stock_refresh_24.png -%%DOCSDIR%%/icons/stock_remove_24.png -%%DOCSDIR%%/icons/stock_revert_24.png -%%DOCSDIR%%/icons/stock_revert_rtl_24.png -%%DOCSDIR%%/icons/stock_right_arrow_24.png -%%DOCSDIR%%/icons/stock_save_24.png -%%DOCSDIR%%/icons/stock_save_as_24.png -%%DOCSDIR%%/icons/stock_search_24.png -%%DOCSDIR%%/icons/stock_search_replace_24.png -%%DOCSDIR%%/icons/stock_sort_ascending_24.png -%%DOCSDIR%%/icons/stock_sort_descending_24.png -%%DOCSDIR%%/icons/stock_spellcheck_24.png -%%DOCSDIR%%/icons/stock_stop_24.png -%%DOCSDIR%%/icons/stock_text_bold_24.png -%%DOCSDIR%%/icons/stock_text_indent_24.png -%%DOCSDIR%%/icons/stock_text_italic_24.png -%%DOCSDIR%%/icons/stock_text_strikethrough_24.png -%%DOCSDIR%%/icons/stock_text_underline_24.png -%%DOCSDIR%%/icons/stock_text_unindent_24.png -%%DOCSDIR%%/icons/stock_top_24.png -%%DOCSDIR%%/icons/stock_trash_24.png -%%DOCSDIR%%/icons/stock_undelete_24.png -%%DOCSDIR%%/icons/stock_undelete_rtl_24.png -%%DOCSDIR%%/icons/stock_undo_24.png -%%DOCSDIR%%/icons/stock_undo_rtl_24.png -%%DOCSDIR%%/icons/stock_up_arrow_24.png -%%DOCSDIR%%/icons/stock_print_warning_24.png -%%DOCSDIR%%/icons/stock_yes_20.png -%%DOCSDIR%%/icons/stock_zoom_1_24.png -%%DOCSDIR%%/icons/stock_zoom_fit_24.png -%%DOCSDIR%%/icons/stock_zoom_in_24.png -%%DOCSDIR%%/icons/stock_zoom_out_24.png -%%DOCSDIR%%/images/layout-btlr.png -%%DOCSDIR%%/images/layout-btrl.png -%%DOCSDIR%%/images/layout-lrbt.png -%%DOCSDIR%%/images/layout-lrtb.png -%%DOCSDIR%%/images/layout-rlbt.png -%%DOCSDIR%%/images/layout-rltb.png -%%DOCSDIR%%/images/layout-tblr.png -%%DOCSDIR%%/images/layout-tbrl.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/pango-class-reference.html -%%DOCSDIR%%/pango-constants.html -%%DOCSDIR%%/pango-functions.html -%%DOCSDIR%%/pango-markup-language.html -%%DOCSDIR%%/pangocairo-class-reference.html -%%DOCSDIR%%/pangocairo-constants.html -%%DOCSDIR%%/pangocairo-functions.html -%%DOCSDIR%%/pygtk-introduction.html -%%DOCSDIR%%/pygtk.devhelp -%%DOCSDIR%%/unixprint-class-reference.html -%%DOCSDIR%%/unixprint-constants.html -%%DOCSDIR%%/unixprint-functions.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in.bak -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/atk/atk-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/autoconnect.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/glade-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test.glade -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test2.glade -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/editable-interface.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/properties.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gobject/signal.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/application.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/bin.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/customtreemodel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/filechooser.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/scrollable.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/sizegroup.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/testprint.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/uimanager.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtk/widget.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/break.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/browse.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/continue.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/dialogs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkcons.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkdb.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkprof.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/minibreak.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/next.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/pyide.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/quit.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/return.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/run.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/step.xpm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/extentdemo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/pangocairo-simple.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango/utf8-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/appwindow.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/buttonbox.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/changedisplay.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/colorsel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dialogs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dnd.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/dndpixmap.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/editable_cells.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/entry_completion.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/expander.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/hypertext.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/alphatest.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/apple-red.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/background.jpg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/floppybuddy.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-applets.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-calendar.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-foot.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gimp.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gmush.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gsame.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnu-keys.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gtk-logo-rgb.gif -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/infobar.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/list_store.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/menu.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/panes.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/pixbufs.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/print_editor.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/sizegroup.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/statusicon.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/stock_browser.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/textscroll.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/textview.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/tooltip.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/tree_store.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/treemodel.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/demos/ui_manager.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dnd.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dndpixmap.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/hello.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/scribble.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/tooltip.py -share/pygtk/2.0/defs/atk-types.defs -share/pygtk/2.0/defs/atk.defs -share/pygtk/2.0/defs/gdk-2.10.defs -share/pygtk/2.0/defs/gdk-2.12.defs -share/pygtk/2.0/defs/gdk-2.14.defs -share/pygtk/2.0/defs/gdk-2.16.defs -share/pygtk/2.0/defs/gdk-2.18.defs -share/pygtk/2.0/defs/gdk-2.20.defs -share/pygtk/2.0/defs/gdk-2.22.defs -share/pygtk/2.0/defs/gdk-2.24.defs -share/pygtk/2.0/defs/gdk-base-types.defs -share/pygtk/2.0/defs/gdk-base.defs -share/pygtk/2.0/defs/gdk-types.defs -share/pygtk/2.0/defs/gdk.defs -share/pygtk/2.0/defs/gtk-2.10-types.defs -share/pygtk/2.0/defs/gtk-2.10.defs -share/pygtk/2.0/defs/gtk-2.12-types.defs -share/pygtk/2.0/defs/gtk-2.12.defs -share/pygtk/2.0/defs/gtk-2.14-types.defs -share/pygtk/2.0/defs/gtk-2.14.defs -share/pygtk/2.0/defs/gtk-2.16-types.defs -share/pygtk/2.0/defs/gtk-2.16.defs -share/pygtk/2.0/defs/gtk-2.18-types.defs -share/pygtk/2.0/defs/gtk-2.18.defs -share/pygtk/2.0/defs/gtk-2.20-types.defs -share/pygtk/2.0/defs/gtk-2.20.defs -share/pygtk/2.0/defs/gtk-2.22-types.defs -share/pygtk/2.0/defs/gtk-2.22.defs -share/pygtk/2.0/defs/gtk-2.24-types.defs -share/pygtk/2.0/defs/gtk-2.24.defs -share/pygtk/2.0/defs/gtk-base-types.defs -share/pygtk/2.0/defs/gtk-base.defs -share/pygtk/2.0/defs/gtk-extrafuncs.defs -share/pygtk/2.0/defs/gtk-types.defs -share/pygtk/2.0/defs/gtk.defs -share/pygtk/2.0/defs/gtkunixprint-2.12.defs -share/pygtk/2.0/defs/gtkunixprint-2.14.defs -share/pygtk/2.0/defs/gtkunixprint-base-types.defs -share/pygtk/2.0/defs/gtkunixprint-base.defs -share/pygtk/2.0/defs/libglade.defs -share/pygtk/2.0/defs/pango-types.defs -share/pygtk/2.0/defs/pango.defs -share/pygtk/2.0/defs/pangocairo.defs -share/pygtk/2.0/defs/pangocairo.override -@dirrm share/pygtk/2.0/defs -@dirrm share/pygtk/2.0 -@dirrm share/pygtk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos/images -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygtk-demo -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pango -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ide -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gtk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gobject -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/glade -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/atk -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%%/icons -@dirrm %%DOCSDIR%%/cursors -@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gtk -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrm lib/pygtk/2.0/demos/images -@dirrm lib/pygtk/2.0/demos -@dirrm lib/pygtk/2.0 -@dirrm lib/pygtk -@dirrm include/pygtk-2.0/pygtk -@dirrmtry include/pygtk-2.0 diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile deleted file mode 100644 index eb9765b97..000000000 --- a/x11/gnome-applets/Makefile +++ /dev/null @@ -1,104 +0,0 @@ -# New ports collection makefile for: gnomeapplets2 -# Date created: 26th May 2000 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.218 2011/03/07 16:36:36 kwm Exp $ -# - -PORTNAME= gnome-applets -PORTVERSION= 2.32.1.1 -PORTREVISION= 3 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Applets components for the GNOME 2 Desktop Environment - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - gweather.1:${PORTSDIR}/net/libgweather \ - polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ - xklavier.12:${PORTSDIR}/x11/libxklavier \ - gucharmap.7:${PORTSDIR}/deskutils/gucharmap -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gnomedocutils \ - libgnomekbd -WANT_GNOME= yes -USE_GSTREAMER= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-mixer-applet \ - --disable-networkmanager -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - OS_SYS="/usr/include" - -GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \ - mixer.schemas multiload.schemas stickynotes.schemas - -OPTIONS= MINI_COMMANDER "Enable mini-commander applet" off - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ - !defined(WITHOUT_LIBNOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify -.endif - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -PLIST_SUB= BATTERY="@comment " -.else -GCONF_SCHEMAS+= battstat.schemas -PLIST_SUB= BATTERY="" -.endif - -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -PLIST_SUB+= CPUFREQ="@comment " -.else -PLIST_SUB+= CPUFREQ="" -GCONF_SCHEMAS+= cpufreq-applet.schemas -.endif - -.if defined(WITH_MINI_COMMANDER) -CONFIGURE_ARGS+= --enable-mini-commander -GCONF_SCHEMAS+= mini-commander-global.schemas mini-commander.schemas -PLIST_SUB+= COMMANDER="" OLDCOMMANDER="@comment " -.else -PLIST_SUB+= COMMANDER="@comment " OLDCOMMANDER="" -.endif - -.if ( exists(${pygnomedesktop_DETECT}) ) || \ - ( ( ${HAVE_GNOME:Mpygnomedesktop}!="" ) && ${ARCH}!="sparc64" ) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnomedesktop -PLIST_SUB+= PYTHON="" -.else -PLIST_SUB+= PYTHON="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|" == "|" = "|g' -.if !defined(USE_PYTHON) - @${REINPLACE_CMD} -e 's|HAVE_PYGTK="yes"|HAVE_PYGTK="no"|' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo deleted file mode 100644 index 9f2731c59..000000000 --- a/x11/gnome-applets/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gnome-applets-2.32.1.1.tar.bz2) = 2b92fe4b3062dfbe264f45472b4db3a27d1e69e13260d37da9fb36b2cbd40327 -SIZE (gnome2/gnome-applets-2.32.1.1.tar.bz2) = 10083534 diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa deleted file mode 100644 index 8a9822d48..000000000 --- a/x11/gnome-applets/files/patch-aa +++ /dev/null @@ -1,95 +0,0 @@ ---- configure.orig 2008-12-20 14:46:11.000000000 -0500 -+++ configure 2008-12-20 14:54:57.000000000 -0500 -@@ -17150,7 +17150,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${datadir}/locale"` -+ ac_define_dir=`eval echo "${datadir}/locale"` - ac_define_dir=`eval echo $ac_define_dir` - GNOMELOCALEDIR="$ac_define_dir" - -@@ -19097,8 +19097,8 @@ fi - - ;; - # list of supported OS cores that do not use libapm -- i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) -- if -n "${OS_SYS}" ; then -+ i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) -+ if test -n "${OS_SYS}" ; then - ACPIINC="-I${OS_SYS}" - else - ACPIINC="-I/usr/src/sys" -@@ -20023,6 +20023,9 @@ if test x$disable_cpufreq = xno; then - *linux*) - build_cpufreq_applet=yes - ;; -+ i386-*-freebsd*|amd64-*-freebsd*) -+ build_cpufreq_applet=yes -+ ;; - *) - { echo "$as_me:$LINENO: WARNING: ${host} is not supported by cpufreq applet, not building" >&5 - echo "$as_me: WARNING: ${host} is not supported by cpufreq applet, not building" >&2;} -@@ -20591,7 +20594,7 @@ builderdir="${pkgdatadir}/builder" - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${iconsdir}"` -+ ac_define_dir=`eval echo "${iconsdir}"` - ac_define_dir=`eval echo $ac_define_dir` - GNOME_ICONDIR="$ac_define_dir" - -@@ -20604,7 +20607,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${pixmapsdir}"` -+ ac_define_dir=`eval echo "${pixmapsdir}"` - ac_define_dir=`eval echo $ac_define_dir` - GNOME_PIXMAPSDIR="$ac_define_dir" - -@@ -20617,7 +20620,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${builderdir}"` -+ ac_define_dir=`eval echo "${builderdir}"` - ac_define_dir=`eval echo $ac_define_dir` - GTK_BUILDERDIR="$ac_define_dir" - -@@ -20630,7 +20633,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${datadir}"` -+ ac_define_dir=`eval echo "${datadir}"` - ac_define_dir=`eval echo $ac_define_dir` - DATADIR="$ac_define_dir" - -@@ -20643,7 +20646,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${sysconfdir}"` -+ ac_define_dir=`eval echo "${sysconfdir}"` - ac_define_dir=`eval echo $ac_define_dir` - SYSCONFDIR="$ac_define_dir" - -@@ -20656,7 +20659,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${libdir}"` -+ ac_define_dir=`eval echo "${libdir}"` - ac_define_dir=`eval echo $ac_define_dir` - LIBDIR="$ac_define_dir" - -@@ -20669,7 +20672,7 @@ _ACEOF - - test "x$prefix" = xNONE && prefix="$ac_default_prefix" - test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"$prefix"` -+ ac_define_dir=`eval echo "$prefix"` - ac_define_dir=`eval echo $ac_define_dir` - PREFIX="$ac_define_dir" - diff --git a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c b/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c deleted file mode 100644 index 48746fa03..000000000 --- a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.c +++ /dev/null @@ -1,152 +0,0 @@ ---- battstat/acpi-freebsd.c.orig Sun Jul 3 16:41:26 2005 -+++ battstat/acpi-freebsd.c Sun Jul 3 16:49:55 2005 -@@ -31,9 +31,13 @@ - - #include <stdio.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <sys/sysctl.h> -+#include <sys/un.h> - #include <sys/ioctl.h> -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include <stdlib.h> - #include <errno.h> - #include <unistd.h> -@@ -92,16 +96,36 @@ gboolean - acpi_freebsd_init(struct acpi_info * acpiinfo) - { - int acpi_fd; -+ int event_fd; - - g_assert(acpiinfo); - -- acpi_fd = open(ACPIDEV, O_RDONLY); -- if (acpi_fd >= 0) { -- acpiinfo->acpifd = acpi_fd; -+ if (acpiinfo->acpifd == -1) { -+ acpi_fd = open(ACPIDEV, O_RDONLY); -+ if (acpi_fd >= 0) { -+ acpiinfo->acpifd = acpi_fd; -+ } -+ else { -+ acpiinfo->acpifd = -1; -+ return FALSE; -+ } - } -- else { -- acpiinfo->acpifd = -1; -- return FALSE; -+ -+ event_fd = socket(PF_UNIX, SOCK_STREAM, 0); -+ if (event_fd >= 0) { -+ struct sockaddr_un addr; -+ addr.sun_family = AF_UNIX; -+ strcpy(addr.sun_path, "/var/run/devd.pipe"); -+ if (connect(event_fd, (struct sockaddr *) &addr, sizeof(addr)) == 0) { -+ acpiinfo->event_fd = event_fd; -+ acpiinfo->event_inited = TRUE; -+ acpiinfo->channel = g_io_channel_unix_new(event_fd); -+ } -+ else { -+ close(event_fd); -+ acpiinfo->event_fd = -1; -+ acpiinfo->event_inited = FALSE; -+ } - } - - update_battery_info(acpiinfo); -@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp - return TRUE; - } - -+#define ACPI_EVENT_IGNORE 0 -+#define ACPI_EVENT_AC 1 -+#define ACPI_EVENT_BATTERY_INFO 2 -+ -+static int parse_acpi_event(GString *buffer) -+{ -+ if (strstr(buffer->str, "system=ACPI")) { -+ if (strstr(buffer->str, "subsystem=ACAD")) -+ return ACPI_EVENT_AC; -+ if (strstr(buffer->str, "subsystem=CMBAT")) -+ return ACPI_EVENT_BATTERY_INFO; -+ } -+ -+ return ACPI_EVENT_IGNORE; -+} -+ -+void acpi_freebsd_update(struct acpi_info *acpiinfo) -+{ -+ /* XXX This is needed for systems where devd does not have permissions -+ * to allow for event-driven updates. -+ */ -+ update_ac_info(acpiinfo); -+ update_battery_info(acpiinfo); -+} -+ -+gboolean acpi_process_event(struct acpi_info *acpiinfo, gboolean *read_error) -+{ -+ gsize i; -+ int evt; -+ gboolean result = FALSE; -+ GString *buffer; -+ GIOStatus stat; -+ buffer = g_string_new(NULL); -+ -+ *read_error = FALSE; -+ stat = g_io_channel_read_line_string(acpiinfo->channel, buffer, &i, NULL); -+ -+ if (stat == G_IO_STATUS_ERROR || stat == G_IO_STATUS_EOF) { -+ *read_error = TRUE; -+ g_string_free(buffer, TRUE); -+ return FALSE; -+ } -+ -+ evt = parse_acpi_event(buffer); -+ switch (evt) { -+ case ACPI_EVENT_AC: -+ update_ac_info(acpiinfo); -+ result = TRUE; -+ break; -+ case ACPI_EVENT_BATTERY_INFO: -+ update_battery_info(acpiinfo); -+ result = TRUE; -+ break; -+ } -+ -+ g_string_free(buffer, TRUE); -+ return result; -+} -+ - void - acpi_freebsd_cleanup(struct acpi_info * acpiinfo) - { -@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info * - close(acpiinfo->acpifd); - acpiinfo->acpifd = -1; - } --} - --/* XXX This is a hack since user-land applications can't get ACPI events yet. -- * Devd provides this (or supposedly provides this), but you need to be -- * root to access devd. -- */ --gboolean --acpi_process_event(struct acpi_info * acpiinfo) --{ -- g_assert(acpiinfo); -- -- update_ac_info(acpiinfo); -- update_battery_info(acpiinfo); -- -- return TRUE; -+ if (acpiinfo->event_fd >= 0) { -+ g_io_channel_unref(acpiinfo->channel); -+ close(acpiinfo->event_fd); -+ acpiinfo->event_fd = -1; -+ } - } - - gboolean diff --git a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h b/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h deleted file mode 100644 index 918cd59eb..000000000 --- a/x11/gnome-applets/files/patch-battstat_acpi-freebsd.h +++ /dev/null @@ -1,78 +0,0 @@ ---- battstat/acpi-freebsd.h.orig Sun Jul 3 16:50:22 2005 -+++ battstat/acpi-freebsd.h Sun Jul 3 16:54:14 2005 -@@ -29,61 +29,31 @@ - #define ACPI_LIFE "hw.acpi.battery.life" - #define ACPI_STATE "hw.acpi.battery.state" - --struct acpi_info { -- gboolean ac_online; -- int acpifd; -- int max_capacity; -- int low_capacity; -- int critical_capacity; -+/* XXX: AMD64 does not have machine/apm_bios.h. */ -+#if !defined(__i386__) -+struct apm_info { -+ guint ai_acline; -+ guint ai_batt_stat; -+ guint ai_batt_life; -+ int ai_batt_time; -+ guint ai_status; - }; -- --gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); --gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); --void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); -- --#endif /* __ACPI_FREEBSD_H__ */ --/* -- * Copyright (C) 2004 by Joe Marcus Clarke <marcus@FreeBSD.org> -- * -- * This program is free software; you can redistribute it and/or modify -- * it under the terms of the GNU General Public License as published by -- * the Free Software Foundation; either version 2 of the License, or -- * (at your option) any later version. -- * -- * This program is distributed in the hope that it will be useful, -- * but WITHOUT ANY WARRANTY; without even the implied warranty of -- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- * GNU General Public License for more details. -- * -- * You should have received a copy of the GNU General Public License -- * along with this program; if not, write to the Free Software -- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. -- */ -- --#ifndef __ACPI_FREEBSD_H__ --#define __ACPI_FREEBSD_H__ -- --#define ACPIDEV "/dev/acpi" -- --#define BATT_MIN 0 --#define BATT_MAX 64 -- --#define ACPI_ACLINE "hw.acpi.acline" --#define ACPI_TIME "hw.acpi.battery.time" --#define ACPI_LIFE "hw.acpi.battery.life" --#define ACPI_STATE "hw.acpi.battery.state" -+#endif - - struct acpi_info { - gboolean ac_online; -+ gboolean event_inited; - int acpifd; -+ int event_fd; - int max_capacity; - int low_capacity; - int critical_capacity; -+ GIOChannel * channel; - }; - - gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); --gboolean acpi_process_event(struct acpi_info * acpiinfo); -+void acpi_freebsd_update(struct acpi_info * acpiinfo); -+gboolean acpi_process_event(struct acpi_info * acpiinfo, gboolean *read_error); - gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); - void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); - diff --git a/x11/gnome-applets/files/patch-battstat_battstat_applet.c b/x11/gnome-applets/files/patch-battstat_battstat_applet.c deleted file mode 100644 index 05f217144..000000000 --- a/x11/gnome-applets/files/patch-battstat_battstat_applet.c +++ /dev/null @@ -1,30 +0,0 @@ ---- battstat/battstat_applet.c.orig 2010-11-22 15:38:27.000000000 +0100 -+++ battstat/battstat_applet.c 2011-03-07 19:09:55.000000000 +0100 -@@ -435,7 +435,7 @@ battery_full_notify (GtkWidget *applet) - GTK_ICON_LOOKUP_USE_BUILTIN, - NULL); - -- NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL, applet); -+ NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL); - - /* XXX: it would be nice to pass this as a named icon */ - notify_notification_set_icon_from_pixbuf (n, icon); -@@ -462,14 +462,14 @@ battery_full_notify (GtkWidget *applet) - static void - battery_full_dialog (GtkWidget *applet) - { -- /* first attempt to use libnotify */ -- if (battery_full_notify (applet)) -- return; -- - GtkWidget *dialog, *hbox, *image, *label; - GdkPixbuf *pixbuf; - - gchar *new_label; -+ /* first attempt to use libnotify */ -+ if (battery_full_notify (applet)) -+ return; -+ - dialog = gtk_dialog_new_with_buttons ( - _("Battery Notice"), - NULL, diff --git a/x11/gnome-applets/files/patch-battstat_power-management.c b/x11/gnome-applets/files/patch-battstat_power-management.c deleted file mode 100644 index 9cea2d65b..000000000 --- a/x11/gnome-applets/files/patch-battstat_power-management.c +++ /dev/null @@ -1,123 +0,0 @@ ---- battstat/power-management.c.orig Thu Aug 25 23:45:47 2005 -+++ battstat/power-management.c Tue Aug 30 01:28:40 2005 -@@ -61,9 +61,7 @@ - - static const char *apm_readinfo (BatteryStatus *status); - static int pm_initialised; --#ifdef HAVE_HAL --static int using_hal; --#endif -+static int using_hal = FALSE; - - /* - * What follows is a series of platform-specific apm_readinfo functions -@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status) - - #elif __FreeBSD__ - -+#if defined(__i386__) - #include <machine/apm_bios.h> -+#endif - #include "acpi-freebsd.h" - - static struct acpi_info acpiinfo; - static gboolean using_acpi; - static int acpi_count; -+static int acpiwatch; - static struct apm_info apminfo; - -+gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info *acpiinfo); -+ - #define APMDEVICE "/dev/apm" - -+static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data) -+{ -+ gboolean read_error; -+ if (cond & (G_IO_ERR | G_IO_HUP)) { -+ acpi_freebsd_cleanup(&acpiinfo); -+ return FALSE; -+ } -+ -+ if (acpi_process_event(&acpiinfo, &read_error)) { -+ acpi_freebsd_read(&apminfo, &acpiinfo); -+ } -+ else if (read_error) { -+ acpi_freebsd_cleanup(&acpiinfo); -+ return FALSE; -+ } -+ -+ return TRUE; -+} -+ - static const char * - apm_readinfo (BatteryStatus *status) - { -@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) - - if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); - -- if (using_acpi) { -+ if (using_acpi && (!acpiinfo.event_inited || acpiinfo.event_fd >= 0)) { - if (acpi_count <= 0) { - acpi_count = 30; -- acpi_process_event(&acpiinfo); -+ if (!acpiinfo.event_inited) { -+ acpi_freebsd_update(&acpiinfo); -+ } - if (acpi_freebsd_read(&apminfo, &acpiinfo) == FALSE) - return ERR_FREEBSD_ACPI; - } - acpi_count--; - } -- else -- { -- /* This is how I read the information from the APM subsystem under -- FreeBSD. Each time this functions is called (once every second) -- the APM device is opened, read from and then closed. -- */ -+ else if (using_acpi && acpiinfo.event_inited) { -+ if (acpi_freebsd_init(&acpiinfo)) { -+ acpiwatch = g_io_add_watch (acpiinfo.channel, -+ G_IO_IN | G_IO_ERR | G_IO_HUP, -+ acpi_callback, NULL); -+ acpi_freebsd_read(&apminfo, &acpiinfo); -+ } -+ } -+ else { -+#if defined(__i386__) - fd = open(APMDEVICE, O_RDONLY); - if (fd == -1) { - return ERR_OPEN_APMDEV; -@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) - - if(apminfo.ai_status == 0) - return ERR_APM_E; -+#else -+ return ERR_OPEN_APMDEV; -+#endif - } - - status->present = TRUE; -@@ -480,6 +511,12 @@ power_management_initialise( int no_hal - } - else - using_acpi = FALSE; -+ -+ if (using_acpi && acpiinfo.event_fd >= 0) { -+ acpiwatch = g_io_add_watch (acpiinfo.channel, -+ G_IO_IN | G_IO_ERR | G_IO_HUP, -+ acpi_callback, NULL); -+ } - #endif - pm_initialised = 1; - -@@ -513,6 +550,9 @@ power_management_cleanup( void ) - } - #elif defined(__FreeBSD__) - if (using_acpi) { -+ if (acpiwatch != 0) -+ g_source_remove(acpiwatch); -+ acpiwatch = 0; - acpi_freebsd_cleanup(&acpiinfo); - } - #endif diff --git a/x11/gnome-applets/files/patch-cpufreq-freebsd b/x11/gnome-applets/files/patch-cpufreq-freebsd deleted file mode 100644 index 57928476f..000000000 --- a/x11/gnome-applets/files/patch-cpufreq-freebsd +++ /dev/null @@ -1,444 +0,0 @@ ---- cpufreq/src/cpufreq-monitor-cpuinfo.c.orig Thu Jun 15 01:01:54 2006 -+++ cpufreq/src/cpufreq-monitor-cpuinfo.c Sat Jun 17 13:48:19 2006 -@@ -22,6 +22,10 @@ - #include <glib.h> - #include <glib/gi18n.h> - -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - #include <string.h> - #include <stdio.h> - -@@ -59,15 +63,20 @@ cpufreq_monitor_cpuinfo_new (guint cpu) - static gboolean - cpufreq_monitor_cpuinfo_run (CPUFreqMonitor *monitor) - { -+#ifndef __FreeBSD__ - gchar *file; - gchar **lines; - gchar *buffer = NULL; - gchar *p; -+#else -+ size_t len; -+#endif /* __FreeBSD__ */ - gint cpu, i; - gint cur_freq, max_freq; - gchar *governor; - GError *error = NULL; - -+#ifndef __FreeBSD__ - file = g_strdup ("/proc/cpuinfo"); - if (!g_file_get_contents (file, &buffer, NULL, &error)) { - g_warning (error->message); -@@ -112,6 +121,12 @@ cpufreq_monitor_cpuinfo_run (CPUFreqMoni - - g_strfreev (lines); - g_free (buffer); -+#else -+ len = sizeof (cpu); -+ -+ if (sysctlbyname ("hw.clockrate", &cpu, &len, NULL, 0) == -1) -+ return FALSE; -+#endif /* __FreeBSD__ */ - - governor = g_strdup (_("Frequency Scaling Unsupported")); - cur_freq = cpu * 1000; ---- cpufreq/src/cpufreq-applet.c.orig Thu Jun 15 01:01:53 2006 -+++ cpufreq/src/cpufreq-applet.c Sat Jun 17 13:42:50 2006 -@@ -17,6 +17,7 @@ - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Authors : Carlos García Campos <carlosgc@gnome.org> -+ * Joe Marcus Clarke <marcus@FreeBSD.org> - */ - - #ifdef HAVE_CONFIG_H -@@ -519,6 +524,7 @@ cpufreq_applet_about_cb (BonoboUICompone - { - static const gchar *const authors[] = { - "Carlos Garcia Campos <carlosgc@gnome.org>", -+ "Joe Marcus Clarke <marcus@FreeBSD.org> (FreeBSD support)", - NULL - }; - static const gchar *const documenters[] = { ---- cpufreq/src/cpufreq-monitor-sysctl.h.orig Sat Jun 17 14:05:37 2006 -+++ cpufreq/src/cpufreq-monitor-sysctl.h Sat Jun 17 14:14:13 2006 -@@ -0,0 +1,49 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_MONITOR_SYSCTL_H__ -+#define __CPUFREQ_MONITOR_SYSCTL_H__ -+ -+#include <glib-object.h> -+ -+#include "cpufreq-monitor.h" -+ -+#define TYPE_CPUFREQ_MONITOR_SYSCTL (cpufreq_monitor_sysctl_get_type ()) -+#define CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctl)) -+#define CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+#define IS_CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define IS_CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_MONITOR_SYSCTL)) -+#define CPUFREQ_MONITOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) -+ -+typedef struct _CPUFreqMonitorSysctl CPUFreqMonitorSysctl; -+typedef struct _CPUFreqMonitorSysctlClass CPUFreqMonitorSysctlClass; -+ -+struct _CPUFreqMonitorSysctl { -+ CPUFreqMonitor parent; -+}; -+ -+struct _CPUFreqMonitorSysctlClass { -+ CPUFreqMonitorClass parent_class; -+}; -+ -+GType cpufreq_monitor_sysctl_get_type (void) G_GNUC_CONST; -+CPUFreqMonitor *cpufreq_monitor_sysctl_new (guint cpu); -+ -+#endif /* __CPUFREQ_MONITOR_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-monitor-factory.c.orig Sat Jun 17 06:28:02 2006 -+++ cpufreq/src/cpufreq-monitor-factory.c Sat Jun 24 01:45:54 2006 -@@ -17,6 +17,7 @@ - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Authors : Carlos García Campos <carlosgc@gnome.org> -+ * Joe Marcus Clarke <marcus@FreeBSD.org> - */ - - #ifdef HAVE_CONFIG_H -@@ -25,11 +26,18 @@ - - #include <glib.h> - #include <glib/gi18n.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ - - #include "cpufreq-applet.h" - #include "cpufreq-utils.h" - #include "cpufreq-monitor-sysfs.h" - #include "cpufreq-monitor-procfs.h" -+#ifdef __FreeBSD__ -+#include "cpufreq-monitor-sysctl.h" -+#endif /* __FreeBSD__ */ - #include "cpufreq-monitor-cpuinfo.h" - #ifdef HAVE_LIBCPUFREQ - #include "cpufreq-monitor-libcpufreq.h" -@@ -40,6 +48,7 @@ CPUFreqMonitor * - cpufreq_monitor_factory_create_monitor (guint cpu) - { - CPUFreqMonitor *monitor = NULL; -+#ifndef __FreeBSD__ - - #ifdef HAVE_LIBCPUFREQ - monitor = cpufreq_monitor_libcpufreq_new (cpu); -@@ -63,6 +72,19 @@ cpufreq_monitor_factory_create_monitor ( - - monitor = cpufreq_monitor_cpuinfo_new (cpu); - } -+#else -+ size_t len; -+ -+ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+ monitor = cpufreq_monitor_sysctl_new (cpu); -+ } else { -+ cpufreq_utils_display_error (_("CPU frequency scaling unsupported"), -+ _("You will not be able to modify the frequency of your machine. " -+ "Your machine may be misconfigured or not have hardware support " -+ "for CPU frequency scaling.")); -+ monitor = cpufreq_monitor_cpuinfo_new (cpu); -+ } -+#endif /* __FreeBSD__ */ - - return monitor; - } ---- cpufreq/src/cpufreq-utils.c.orig Sat Aug 12 21:26:50 2006 -+++ cpufreq/src/cpufreq-utils.c Tue Aug 22 11:07:32 2006 -@@ -22,6 +22,9 @@ - #include <glib.h> - #include <gtk/gtkmessagedialog.h> - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <sys/sysctl.h> -+#endif - #include <sys/stat.h> - #include <fcntl.h> - #include <unistd.h> -@@ -30,6 +33,24 @@ - - #include "cpufreq-utils.h" - -+#ifdef __FreeBSD__ -+guint -+cpufreq_utils_get_n_cpus (void) -+{ -+ size_t len; -+ static guint n_cpus = 0; -+ -+ if (n_cpus > 0) -+ return n_cpus; -+ -+ len = sizeof (n_cpus); -+ if (sysctlbyname ("hw.ncpu", &n_cpus, &len, NULL, 0) == -1) { -+ return 1; -+ } -+ -+ return n_cpus; -+} -+#else - guint - cpufreq_utils_get_n_cpus (void) - { -@@ -72,6 +93,7 @@ cpufreq_utils_get_n_cpus (void) - - return 1; - } -+#endif /* __FreeBSD__ */ - - void - cpufreq_utils_display_error (const gchar *message, ---- cpufreq/src/cpufreq-monitor-sysctl.c.orig 2010-05-13 11:27:57.000000000 +0200 -+++ cpufreq/src/cpufreq-monitor-sysctl.c 2010-05-13 11:36:13.000000000 +0200 -@@ -0,0 +1,184 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <glib/gi18n.h> -+ -+#include <string.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+ -+#include "cpufreq-monitor-sysctl.h" -+ -+#define PARENT_TYPE TYPE_CPUFREQ_MONITOR -+ -+#define CPUFREQ_MONITOR_GET_PROTECTED(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), PARENT_TYPE, CPUFreqMonitorProtected)) -+ -+static void cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass); -+ -+static gboolean cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor); -+static GList *cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor); -+static GList *cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor); -+ -+static gboolean cpufreq_monitor_sysctl_get (gpointer gdata); -+ -+G_DEFINE_TYPE (CPUFreqMonitorSysctl, cpufreq_monitor_sysctl, CPUFREQ_TYPE_MONITOR) -+ -+static void -+cpufreq_monitor_sysctl_init (CPUFreqMonitorSysctl *monitor) -+{ -+} -+ -+static void -+cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass) -+{ -+ CPUFreqMonitorClass *monitor_class = CPUFREQ_MONITOR_CLASS (klass); -+ -+ monitor_class->run = cpufreq_monitor_sysctl_run; -+ monitor_class->get_available_frequencies = cpufreq_monitor_sysctl_get_available_frequencies; -+ monitor_class->get_available_governors = cpufreq_monitor_sysctl_get_available_governors; -+} -+ -+CPUFreqMonitor * -+cpufreq_monitor_sysctl_new (guint cpu) -+{ -+ CPUFreqMonitorSysctl *monitor; -+ -+ monitor = g_object_new (TYPE_CPUFREQ_MONITOR_SYSCTL, "cpu", cpu, NULL); -+ -+ return CPUFREQ_MONITOR (monitor); -+} -+ -+static gboolean -+cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor) -+{ -+ gint fmax, fmin, ifreq; -+ gchar *governor; -+ size_t len; -+ gchar *freq_oid; -+ guint mon_cpu; -+ GList *list; -+ -+ list = cpufreq_monitor_sysctl_get_available_frequencies (CPUFREQ_MONITOR (monitor)); -+ -+ fmax = atoi ((gchar *) list->data); -+ fmin = atoi ((gchar *) g_list_nth_data (list, (g_list_length (list) - 1))); -+ -+ g_list_foreach (list, (GFunc) g_free, NULL); -+ g_list_free (list); -+ -+ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); -+ len = sizeof (ifreq); -+ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", 0); -+ -+ if (sysctlbyname (freq_oid, &ifreq, &len, NULL, 0) == -1) { -+ g_free (freq_oid); -+ return FALSE; -+ } -+ -+ ifreq *= 1000; -+ -+ if (ifreq == fmax) -+ governor = g_strdup ("performance"); -+ else if (ifreq == fmin) -+ governor = g_strdup ("economy"); -+ else -+ governor = g_strdup ("userspace"); -+ -+ g_object_set (G_OBJECT (monitor), -+ "online", TRUE, -+ "governor", governor, -+ "frequency", ifreq, -+ "max-frequency", fmax, -+ NULL); -+ -+ g_free (governor); -+ -+ return TRUE; -+} -+ -+static GList * -+cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor) -+{ -+ gchar *levels_oid, *levels; -+ gchar **levelsp, **l; -+ GList *list = NULL; -+ gint mib[4]; -+ guint mon_cpu; -+ size_t len; -+ -+ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); -+ -+ levels_oid = g_strdup_printf ("dev.cpu.%d.freq_levels", -+ 0); -+ len = 4; -+ sysctlnametomib (levels_oid, mib, &len); -+ len = sizeof (levels); -+ g_free (levels_oid); -+ -+ if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) -+ return NULL; -+ -+ levels = g_malloc (len); -+ if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) -+ { -+ g_free(levels); -+ return NULL; -+ } -+ -+ levelsp = g_strsplit (levels, " ", 0); -+ g_free (levels); -+ -+ for (l = levelsp; l && *l; l++) { -+ gchar **frpr; -+ -+ frpr = g_strsplit (*l, "/", 0); -+ if (frpr && frpr[0] != NULL) { -+ /* sysctl format is %d/%d where the -+ * first %d is the frequency, and -+ * the second is the power used in -+ * mW. -+ */ -+ int freq = atoi (frpr[0]); -+ list = -+ g_list_append (list, g_strdup_printf ("%d", freq * 1000)); -+ } -+ g_strfreev (frpr); -+ } -+ -+ g_strfreev (levelsp); -+ -+ return (list); -+} -+ -+static GList * -+cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor) -+{ -+ GList *list = NULL; -+ -+ list = g_list_prepend (list, g_strdup ("performance")); -+ list = g_list_prepend (list, g_strdup ("userspace")); -+ list = g_list_prepend (list, g_strdup ("economy")); -+ -+ return list; -+} -+#endif /* __FreeBSD__ */ ---- cpufreq/src/Makefile.in.orig 2007-07-30 21:06:58.000000000 -0400 -+++ cpufreq/src/Makefile.in 2007-07-30 21:06:58.000000000 -0400 -@@ -61,7 +61,8 @@ am__cpufreq_applet_SOURCES_DIST = cpufre - cpufreq-monitor-procfs.h cpufreq-monitor-sysfs.c \ - cpufreq-monitor-sysfs.h cpufreq-monitor-libcpufreq.c \ - cpufreq-monitor-libcpufreq.h cpufreq-monitor-cpuinfo.c \ -- cpufreq-monitor-cpuinfo.h -+ cpufreq-monitor-cpuinfo.h cpufreq-monitor-sysctl.c \ -+ cpufreq-monitor-sysctl.h - @HAVE_LIBCPUFREQ_TRUE@am__objects_1 = \ - @HAVE_LIBCPUFREQ_TRUE@ cpufreq-monitor-libcpufreq.$(OBJEXT) - am_cpufreq_applet_OBJECTS = cpufreq-applet.$(OBJEXT) \ -@@ -70,7 +71,8 @@ am_cpufreq_applet_OBJECTS = cpufreq-appl - cpufreq-monitor-factory.$(OBJEXT) \ - cpufreq-monitor-procfs.$(OBJEXT) \ - cpufreq-monitor-sysfs.$(OBJEXT) $(am__objects_1) \ -- cpufreq-monitor-cpuinfo.$(OBJEXT) -+ cpufreq-monitor-cpuinfo.$(OBJEXT) \ -+ cpufreq-monitor-sysctl.$(OBJEXT) - cpufreq_applet_OBJECTS = $(am_cpufreq_applet_OBJECTS) - am__DEPENDENCIES_1 = - cpufreq_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -@@ -402,6 +404,7 @@ cpufreq_applet_SOURCES = \ - cpufreq-monitor.c cpufreq-monitor.h \ - cpufreq-monitor-factory.c cpufreq-monitor-factory.h \ - cpufreq-monitor-procfs.c cpufreq-monitor-procfs.h \ -+ cpufreq-monitor-sysctl.c cpufreq-monitor-sysctl.h \ - cpufreq-monitor-sysfs.c cpufreq-monitor-sysfs.h \ - $(cpufreq_files) \ - cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h -@@ -487,6 +490,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-factory.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-libcpufreq.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-procfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor-sysfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-monitor.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-popup.Po@am__quote@ diff --git a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd b/x11/gnome-applets/files/patch-cpufreq-selector-freebsd deleted file mode 100644 index 5cca16dd4..000000000 --- a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd +++ /dev/null @@ -1,218 +0,0 @@ ---- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h.orig Sat Jun 24 01:52:35 2006 -+++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h Sat Jun 24 02:13:05 2006 -@@ -0,0 +1,53 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#ifndef __CPUFREQ_SELECTOR_SYSCTL_H__ -+#define __CPUFREQ_SELECTOR_SYSCTL_H__ -+ -+#include <glib-object.h> -+ -+#include "cpufreq-selector.h" -+ -+G_BEGIN_DECLS -+ -+#define CPUFREQ_TYPE_SELECTOR_SYSCTL (cpufreq_selector_sysctl_get_type ()) -+#define CPUFREQ_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfs)) -+#define CPUFREQ_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) -+#define CPUFREQ_IS_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL)) -+#define CPUFREQ_IS_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL)) -+#define CPUFREQ_SELECTOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) -+ -+typedef struct _CPUFreqSelectorSysctl CPUFreqSelectorSysctl; -+typedef struct _CPUFreqSelectorSysctlClass CPUFreqSelectorSysctlClass; -+ -+struct _CPUFreqSelectorSysctl { -+ CPUFreqSelector parent; -+}; -+ -+struct _CPUFreqSelectorSysctlClass { -+ CPUFreqSelectorClass parent_class; -+}; -+ -+GType cpufreq_selector_sysctl_get_type (void) G_GNUC_CONST; -+CPUFreqSelector *cpufreq_selector_sysctl_new (guint cpu); -+ -+G_END_DECLS -+ -+#endif /* __CPUFREQ_SELECTOR_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c.orig Wed Jul 26 01:34:18 2006 -+++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c Wed Jul 26 01:42:00 2006 -@@ -0,0 +1,87 @@ -+/* -+ * Copyright (C) 2001, 2002 Free Software Foundation -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this library; if not, write to the Free -+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ * -+ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> -+ */ -+ -+#include <glib.h> -+#include <stdio.h> -+#include <stdlib.h> -+ -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <sys/sysctl.h> -+#endif /* __FreeBSD__ */ -+ -+#include "cpufreq-selector-sysctl.h" -+ -+static void cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector); -+static void cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass); -+ -+static gboolean cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error); -+static gboolean cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error); -+ -+G_DEFINE_TYPE (CPUFreqSelectorSysctl, cpufreq_selector_sysctl, CPUFREQ_TYPE_SELECTOR) -+ -+static void -+cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector) -+{ -+} -+ -+static void -+cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass) -+{ -+ CPUFreqSelectorClass *selector_class = CPUFREQ_SELECTOR_CLASS (klass); -+ -+ selector_class->set_frequency = cpufreq_selector_sysctl_set_frequency; -+ selector_class->set_governor = cpufreq_selector_sysctl_set_governor; -+} -+ -+CPUFreqSelector * -+cpufreq_selector_sysctl_new (guint cpu) -+{ -+ CPUFreqSelector *selector; -+ -+ selector = CPUFREQ_SELECTOR (g_object_new (CPUFREQ_TYPE_SELECTOR_SYSCTL, -+ "cpu", cpu, NULL)); -+ -+ return selector; -+} -+ -+static gboolean -+cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error) -+{ -+ return TRUE; -+} -+ -+static gboolean -+cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error) -+{ -+ guint cpu, i; -+ size_t len; -+ gchar *freq_oid; -+ -+ g_object_get (G_OBJECT (selector), "cpu", &cpu, NULL); -+ -+ frequency = (guint) ((gdouble) frequency / 1000); /* Convert back to MHz*/ -+ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", (gint) 0); -+ -+ sysctlbyname (freq_oid, NULL, &len, &frequency, sizeof (frequency)); -+ g_free (freq_oid); -+ -+ return TRUE; -+} ---- cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c.orig 2008-06-16 14:33:25.000000000 -0400 -+++ cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 2008-06-16 14:35:28.000000000 -0400 -@@ -27,20 +27,32 @@ - #ifdef HAVE_LIBCPUFREQ - #include "cpufreq-selector-libcpufreq.h" - #endif -+#ifdef __FreeBSD__ -+#include "cpufreq-selector-sysctl.h" -+#endif /* __FreeBSD__ */ - - CPUFreqSelector * - cpufreq_selector_factory_create_selector (guint cpu) - { - CPUFreqSelector *selector = NULL; -+#ifdef __FreeBSD__ -+ size_t len; -+#endif - - #ifdef HAVE_LIBCPUFREQ - selector = cpufreq_selector_libcpufreq_new (cpu); - #else -+#ifndef __FreeBSD__ - if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ - selector = cpufreq_selector_sysfs_new (cpu); - } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ - selector = cpufreq_selector_procfs_new (cpu); - } -+#else -+ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+ selector = cpufreq_selector_sysctl_new (cpu); -+ } -+#endif /* __FreeBSD__ */ - #endif /* HAVE_LIBCPUFREQ */ - - return selector; ---- cpufreq/src/cpufreq-selector/Makefile.in.orig 2008-06-16 14:26:07.000000000 -0400 -+++ cpufreq/src/cpufreq-selector/Makefile.in 2008-06-16 14:38:15.000000000 -0400 -@@ -65,7 +65,7 @@ am__cpufreq_selector_SOURCES_DIST = cpuf - cpufreq-selector-libcpufreq.h cpufreq-selector-service.c \ - cpufreq-selector-service.h cpufreq-selector-factory.c \ - cpufreq-selector-factory.h cpufreq-selector-service-glue.h \ -- main.c -+ main.c cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h - @HAVE_LIBCPUFREQ_TRUE@am__objects_1 = \ - @HAVE_LIBCPUFREQ_TRUE@ cpufreq-selector-libcpufreq.$(OBJEXT) - @HAVE_POLKIT_TRUE@am__objects_2 = cpufreq-selector-service.$(OBJEXT) -@@ -74,7 +74,8 @@ am_cpufreq_selector_OBJECTS = cpufreq-se - cpufreq-selector-sysfs.$(OBJEXT) \ - cpufreq-selector-procfs.$(OBJEXT) $(am__objects_1) \ - $(am__objects_2) cpufreq-selector-factory.$(OBJEXT) \ -- $(am__objects_3) main.$(OBJEXT) -+ $(am__objects_3) main.$(OBJEXT) \ -+ cpufreq-selector-sysctl.$(OBJEXT) - cpufreq_selector_OBJECTS = $(am_cpufreq_selector_OBJECTS) - am__DEPENDENCIES_1 = - @HAVE_POLKIT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \ -@@ -371,6 +372,7 @@ cpufreq_selector_SOURCES = \ - cpufreq-selector.c cpufreq-selector.h \ - cpufreq-selector-sysfs.c cpufreq-selector-sysfs.h \ - cpufreq-selector-procfs.c cpufreq-selector-procfs.h \ -+ cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h \ - $(cpufreq_files) \ - $(service_files) \ - cpufreq-selector-factory.c cpufreq-selector-factory.h \ -@@ -480,6 +482,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-procfs.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-service.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-sysfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-sysctl.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ - diff --git a/x11/gnome-applets/files/patch-gweathre_gweather-applet.c b/x11/gnome-applets/files/patch-gweathre_gweather-applet.c deleted file mode 100644 index 9472c7b9e..000000000 --- a/x11/gnome-applets/files/patch-gweathre_gweather-applet.c +++ /dev/null @@ -1,12 +0,0 @@ ---- gweather/gweather-applet.c.orig 2011-03-07 17:35:07.000000000 +0100 -+++ gweather/gweather-applet.c 2011-03-07 17:35:33.000000000 +0100 -@@ -471,8 +471,7 @@ update_finish (WeatherInfo *info, gpoint - if (icon == NULL) - icon = "stock-unknown"; - -- n = notify_notification_new (message, detail, icon, -- gw_applet->container); -+ n = notify_notification_new (message, detail, icon); - - notify_notification_show (n, &error); - if (error) diff --git a/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py b/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py deleted file mode 100644 index 7ddb583de..000000000 --- a/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py +++ /dev/null @@ -1,13 +0,0 @@ ---- invest-applet/invest/invest-applet.py.orig 2008-03-15 19:39:32.000000000 -0400 -+++ invest-applet/invest/invest-applet.py 2008-04-28 13:27:46.000000000 -0400 -@@ -26,8 +26,8 @@ import invest, invest.applet, invest.def - import gettext, locale - gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) - gettext.textdomain(invest.defs.GETTEXT_PACKAGE) --locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) --locale.textdomain(invest.defs.GETTEXT_PACKAGE) -+#locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) -+#locale.textdomain(invest.defs.GETTEXT_PACKAGE) - - from gettext import gettext as _ - diff --git a/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart b/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart deleted file mode 100644 index aa763c16c..000000000 --- a/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart +++ /dev/null @@ -1,13 +0,0 @@ ---- invest-applet/invest/invest-chart.orig 2008-03-15 16:34:50.000000000 -0400 -+++ invest-applet/invest/invest-chart 2008-04-28 13:29:13.000000000 -0400 -@@ -6,8 +6,8 @@ import sys, invest.chart, gtk - import gettext, locale - gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) - gettext.textdomain(invest.defs.GETTEXT_PACKAGE) --locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) --locale.textdomain(invest.defs.GETTEXT_PACKAGE) -+#locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) -+#locale.textdomain(invest.defs.GETTEXT_PACKAGE) - - if __name__ == "__main__": - win = invest.chart.show_chart(sys.argv[1:]) diff --git a/x11/gnome-applets/pkg-descr b/x11/gnome-applets/pkg-descr deleted file mode 100644 index 5f715cf9a..000000000 --- a/x11/gnome-applets/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Panel applets for the Gnome 2.0 Desktop Environment. - -WWW: http://www.gnome.org/ diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist deleted file mode 100644 index 5f21a1271..000000000 --- a/x11/gnome-applets/pkg-plist +++ /dev/null @@ -1,2723 +0,0 @@ -%%CPUFREQ%%bin/cpufreq-selector -%%PYTHON%%bin/invest-chart -%%CPUFREQ%%etc/dbus-1/system.d/org.gnome.CPUFreqSelector.conf -%%BATTERY%%etc/sound/events/battstat_applet.soundlist -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/about.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/about.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/about.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/applet.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/applet.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/applet.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/chart.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/currencies.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/currencies.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/currencies.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/defs.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/help.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/help.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/help.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/networkmanager.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/networkmanager.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/networkmanager.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/preferences.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/preferences.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/preferences.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/quotes.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/quotes.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/quotes.pyo -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/widgets.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/widgets.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/widgets.pyo -libdata/bonobo/servers/GNOME_CDPlayerApplet.server -%%PYTHON%%libdata/bonobo/servers/GNOME_GtikApplet.server -libdata/bonobo/servers/GNOME_KeyboardApplet.server -libdata/bonobo/servers/GNOME_MailcheckApplet_Factory.server -%%OLDCOMMANDER%%libdata/bonobo/servers/GNOME_MiniCommanderApplet.server -libdata/bonobo/servers/GNOME_NullApplet_Factory.server -libdata/bonobo/servers/GNOME_Panel_WirelessApplet.server -%%PYTHON%%libdata/bonobo/servers/Invest_Applet.server -libexec/accessx-status-applet -%%BATTERY%%libexec/battstat-applet-2 -libexec/charpick_applet2 -%%CPUFREQ%%libexec/cpufreq-applet -libexec/drivemount_applet2 -libexec/geyes_applet2 -%%COMMANDER%%libexec/gnome-applets/mc-install-default-macros -libexec/gweather-applet-2 -%%PYTHON%%libexec/invest-applet -%%COMMANDER%%libexec/mini_commander_applet -libexec/mixer_applet2 -libexec/multiload-applet-2 -libexec/null_applet -libexec/stickynotes_applet -libexec/trashapplet -share/dbus-1/services/org.gnome.panel.applet.AccessxStatusAppletFactory.service -%%BATTERY%%share/dbus-1/services/org.gnome.panel.applet.BattstatAppletFactory.service -%%CPUFREQ%%share/dbus-1/services/org.gnome.panel.applet.CPUFreqAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.CharpickerAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.DriveMountAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.GWeatherAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.GeyesAppletFactory.service -%%COMMANDER%%share/dbus-1/services/org.gnome.panel.applet.MiniCommanderAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.MixerAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.MultiLoadAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.StickyNotesAppletFactory.service -share/dbus-1/services/org.gnome.panel.applet.TrashAppletFactory.service -%%CPUFREQ%%share/dbus-1/system-services/org.gnome.CPUFreqSelector.service -share/gnome-2.0/ui/accessx-status-applet-menu.xml -%%BATTERY%%share/gnome-2.0/ui/battstat-applet-menu.xml -share/gnome-2.0/ui/charpick-applet-menu.xml -%%CPUFREQ%%share/gnome-2.0/ui/cpufreq-applet-menu.xml -share/gnome-2.0/ui/drivemount-applet-menu.xml -share/gnome-2.0/ui/geyes-applet-menu.xml -share/gnome-2.0/ui/gweather-applet-menu.xml -%%COMMANDER%%share/gnome-2.0/ui/mini-commander-applet-menu.xml -share/gnome-2.0/ui/mixer-applet-menu.xml -share/gnome-2.0/ui/multiload-applet-menu.xml -share/gnome-2.0/ui/stickynotes-applet-menu.xml -share/gnome-2.0/ui/trashapplet-menu.xml -%%PYTHON%%share/gnome-2.0/ui/Invest_Applet.xml -share/gnome-panel/applets/org.gnome.applets.AccessxStatusApplet.panel-applet -%%BATTERY%%share/gnome-panel/applets/org.gnome.applets.BattstatApplet.panel-applet -%%CPUFREQ%%share/gnome-panel/applets/org.gnome.applets.CPUFreqApplet.panel-applet -share/gnome-panel/applets/org.gnome.applets.CharpickerApplet.panel-applet -share/gnome-panel/applets/org.gnome.applets.DriveMountApplet.panel-applet -share/gnome-panel/applets/org.gnome.applets.GWeatherApplet.panel-applet -share/gnome-panel/applets/org.gnome.applets.GeyesApplet.panel-applet -%%COMMANDER%%share/gnome-panel/applets/org.gnome.applets.MiniCommanderApplet.panel-applet -share/gnome-panel/applets/org.gnome.applets.MixerApplet.panel-applet -share/gnome-panel/applets/org.gnome.applets.MultiLoadApplet.panel-applet -share/gnome-panel/applets/org.gnome.applets.StickyNotesApplet.panel-applet -share/gnome-panel/applets/org.gnome.applets.TrashApplet.panel-applet -%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui -%%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui -%%PYTHON%%%%DATADIR%%/builder/financialchart.ui -%%COMMANDER%%%%DATADIR%%/builder/mini-commander.ui -%%PYTHON%%%%DATADIR%%/builder/prefs-dialog.ui -%%DATADIR%%/builder/stickynotes.ui -%%DATADIR%%/builder/trashapplet-empty-progress.ui -%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png -%%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png -%%DATADIR%%/geyes/Bizarre/config -%%DATADIR%%/geyes/Bloodshot/Bloodshot-eye.png -%%DATADIR%%/geyes/Bloodshot/Bloodshot-pupil.png -%%DATADIR%%/geyes/Bloodshot/config -%%DATADIR%%/geyes/Default-tiny/Default-tiny-eye.png -%%DATADIR%%/geyes/Default-tiny/Default-tiny-pupil.png -%%DATADIR%%/geyes/Default-tiny/config -%%DATADIR%%/geyes/Default/Default-eye.png -%%DATADIR%%/geyes/Default/Default-pupil.png -%%DATADIR%%/geyes/Default/config -%%DATADIR%%/geyes/Horrid/config -%%DATADIR%%/geyes/Horrid/horrid_eye.png -%%DATADIR%%/geyes/Horrid/horrid_pupil.png -%%DATADIR%%/geyes/Tango/config -%%DATADIR%%/geyes/Tango/tango-eye.png -%%DATADIR%%/geyes/Tango/tango-pupil.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-16_neutral.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_down.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_neutral.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_up.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest_down.svg -%%PYTHON%%%%DATADIR%%/invest-applet/invest_neutral.svg -%%PYTHON%%%%DATADIR%%/invest-applet/invest_up.svg -share/gnome/help/accessx-status/C/accessx-status.xml -share/gnome/help/accessx-status/C/figures/accessx-status-applet.png -share/gnome/help/accessx-status/C/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/C/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/C/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/C/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/C/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/C/legal.xml -share/gnome/help/accessx-status/bg/accessx-status.xml -share/gnome/help/accessx-status/bg/figures/accessx-status-applet.png -share/gnome/help/accessx-status/bg/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/bg/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/bg/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/ca/accessx-status.xml -share/gnome/help/accessx-status/ca/figures/accessx-status-applet.png -share/gnome/help/accessx-status/ca/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/ca/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/ca/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/cs/accessx-status.xml -share/gnome/help/accessx-status/cs/figures/accessx-status-applet.png -share/gnome/help/accessx-status/cs/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/cs/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/cs/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/de/accessx-status.xml -share/gnome/help/accessx-status/de/figures/accessx-status-applet.png -share/gnome/help/accessx-status/de/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/de/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/de/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/de/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/de/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/el/accessx-status.xml -share/gnome/help/accessx-status/el/figures/accessx-status-applet.png -share/gnome/help/accessx-status/el/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/el/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/el/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/el/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/el/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/en_GB/accessx-status.xml -share/gnome/help/accessx-status/en_GB/figures/accessx-status-applet.png -share/gnome/help/accessx-status/en_GB/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/en_GB/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/es/accessx-status.xml -share/gnome/help/accessx-status/es/figures/accessx-status-applet.png -share/gnome/help/accessx-status/es/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/es/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/es/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/es/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/es/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/eu/accessx-status.xml -share/gnome/help/accessx-status/eu/figures/accessx-status-applet.png -share/gnome/help/accessx-status/eu/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/eu/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/eu/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/fi/accessx-status.xml -share/gnome/help/accessx-status/fi/figures/accessx-status-applet.png -share/gnome/help/accessx-status/fi/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/fi/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/fi/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/fr/accessx-status.xml -share/gnome/help/accessx-status/fr/figures/accessx-status-applet.png -share/gnome/help/accessx-status/fr/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/fr/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/fr/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/gl/accessx-status.xml -share/gnome/help/accessx-status/gl/figures/accessx-status-applet.png -share/gnome/help/accessx-status/gl/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/gl/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/gl/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/gl/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/gl/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/gl/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/gl/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/gl/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/gl/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/gl/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/it/accessx-status.xml -share/gnome/help/accessx-status/it/figures/accessx-status-applet.png -share/gnome/help/accessx-status/it/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/it/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/it/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/it/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/it/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/ko/accessx-status.xml -share/gnome/help/accessx-status/ko/figures/accessx-status-applet.png -share/gnome/help/accessx-status/ko/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/ko/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/ko/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/nl/accessx-status.xml -share/gnome/help/accessx-status/nl/figures/accessx-status-applet.png -share/gnome/help/accessx-status/nl/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/nl/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/nl/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/oc/accessx-status.xml -share/gnome/help/accessx-status/oc/figures/accessx-status-applet.png -share/gnome/help/accessx-status/oc/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/oc/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/oc/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/sv/accessx-status.xml -share/gnome/help/accessx-status/sv/figures/accessx-status-applet.png -share/gnome/help/accessx-status/sv/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/sv/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/sv/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/uk/accessx-status.xml -share/gnome/help/accessx-status/uk/figures/accessx-status-applet.png -share/gnome/help/accessx-status/uk/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/uk/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png -share/gnome/help/accessx-status/zh_CN/accessx-status.xml -share/gnome/help/accessx-status/zh_CN/figures/accessx-status-applet.png -share/gnome/help/accessx-status/zh_CN/figures/accessx-status-disabled.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_bounce-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_mouse-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_slow-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-keys.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-meta-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-shift-key.png -share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-windows-key.png -%%BATTERY%%share/gnome/help/battstat/C/battstat.xml -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/C/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/C/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/C/legal.xml -%%BATTERY%%share/gnome/help/battstat/bg/battstat.xml -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/bg/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/ca/battstat.xml -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/ca/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/cs/battstat.xml -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/cs/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/da/battstat.xml -%%BATTERY%%share/gnome/help/battstat/da/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/da/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/da/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/da/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/da/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/de/battstat.xml -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/de/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/el/battstat.xml -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/el/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/el/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/en_GB/battstat.xml -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/en_GB/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/es/battstat.xml -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/es/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/es/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/eu/battstat.xml -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/eu/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/fi/battstat.xml -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/fi/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/fr/battstat.xml -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/fr/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/ko/battstat.xml -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/ko/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/oc/battstat.xml -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/oc/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/pa/battstat.xml -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/pa/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/battstat.xml -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/pt_BR/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/sv/battstat.xml -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/sv/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/uk/battstat.xml -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/uk/figures/context-menu.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/battstat.xml -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-applet-expanded.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-applet.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-credits-hal.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/battstat-preferences.png -%%BATTERY%%share/gnome/help/battstat/zh_CN/figures/context-menu.png -share/gnome/help/char-palette/C/char-palette.xml -share/gnome/help/char-palette/C/figures/charpalette_applet.png -share/gnome/help/char-palette/C/figures/charpalette_chargroup.png -share/gnome/help/char-palette/C/figures/charpick-preferences.png -share/gnome/help/char-palette/C/figures/charpick_characters.png -share/gnome/help/char-palette/C/legal.xml -share/gnome/help/char-palette/bg/char-palette.xml -share/gnome/help/char-palette/bg/figures/charpalette_applet.png -share/gnome/help/char-palette/bg/figures/charpalette_chargroup.png -share/gnome/help/char-palette/bg/figures/charpick-preferences.png -share/gnome/help/char-palette/bg/figures/charpick_characters.png -share/gnome/help/char-palette/ca/char-palette.xml -share/gnome/help/char-palette/ca/figures/charpalette_applet.png -share/gnome/help/char-palette/ca/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ca/figures/charpick-preferences.png -share/gnome/help/char-palette/ca/figures/charpick_characters.png -share/gnome/help/char-palette/cs/char-palette.xml -share/gnome/help/char-palette/cs/figures/charpalette_applet.png -share/gnome/help/char-palette/cs/figures/charpalette_chargroup.png -share/gnome/help/char-palette/cs/figures/charpick-preferences.png -share/gnome/help/char-palette/cs/figures/charpick_characters.png -share/gnome/help/char-palette/de/char-palette.xml -share/gnome/help/char-palette/de/figures/charpalette_applet.png -share/gnome/help/char-palette/de/figures/charpalette_chargroup.png -share/gnome/help/char-palette/de/figures/charpick-preferences.png -share/gnome/help/char-palette/de/figures/charpick_characters.png -share/gnome/help/char-palette/el/char-palette.xml -share/gnome/help/char-palette/el/figures/charpalette_applet.png -share/gnome/help/char-palette/el/figures/charpalette_chargroup.png -share/gnome/help/char-palette/el/figures/charpick_characters.png -share/gnome/help/char-palette/el/figures/charpick-preferences.png -share/gnome/help/char-palette/en_GB/char-palette.xml -share/gnome/help/char-palette/en_GB/figures/charpalette_applet.png -share/gnome/help/char-palette/en_GB/figures/charpalette_chargroup.png -share/gnome/help/char-palette/en_GB/figures/charpick-preferences.png -share/gnome/help/char-palette/en_GB/figures/charpick_characters.png -share/gnome/help/char-palette/es/char-palette.xml -share/gnome/help/char-palette/es/figures/charpalette_applet.png -share/gnome/help/char-palette/es/figures/charpalette_chargroup.png -share/gnome/help/char-palette/es/figures/charpick-preferences.png -share/gnome/help/char-palette/es/figures/charpick_characters.png -share/gnome/help/char-palette/eu/char-palette.xml -share/gnome/help/char-palette/eu/figures/charpalette_applet.png -share/gnome/help/char-palette/eu/figures/charpalette_chargroup.png -share/gnome/help/char-palette/eu/figures/charpick-preferences.png -share/gnome/help/char-palette/eu/figures/charpick_characters.png -share/gnome/help/char-palette/fi/char-palette.xml -share/gnome/help/char-palette/fi/figures/charpalette_applet.png -share/gnome/help/char-palette/fi/figures/charpalette_chargroup.png -share/gnome/help/char-palette/fi/figures/charpick-preferences.png -share/gnome/help/char-palette/fi/figures/charpick_characters.png -share/gnome/help/char-palette/fr/char-palette.xml -share/gnome/help/char-palette/fr/figures/charpalette_applet.png -share/gnome/help/char-palette/fr/figures/charpalette_chargroup.png -share/gnome/help/char-palette/fr/figures/charpick-preferences.png -share/gnome/help/char-palette/fr/figures/charpick_characters.png -share/gnome/help/char-palette/it/char-palette.xml -share/gnome/help/char-palette/it/figures/charpalette_applet.png -share/gnome/help/char-palette/it/figures/charpalette_chargroup.png -share/gnome/help/char-palette/it/figures/charpick-preferences.png -share/gnome/help/char-palette/it/figures/charpick_characters.png -share/gnome/help/char-palette/ko/char-palette.xml -share/gnome/help/char-palette/ko/figures/charpalette_applet.png -share/gnome/help/char-palette/ko/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ko/figures/charpick-preferences.png -share/gnome/help/char-palette/ko/figures/charpick_characters.png -share/gnome/help/char-palette/nl/char-palette.xml -share/gnome/help/char-palette/nl/figures/charpalette_applet.png -share/gnome/help/char-palette/nl/figures/charpalette_chargroup.png -share/gnome/help/char-palette/nl/figures/charpick-preferences.png -share/gnome/help/char-palette/nl/figures/charpick_characters.png -share/gnome/help/char-palette/oc/char-palette.xml -share/gnome/help/char-palette/oc/figures/charpalette_applet.png -share/gnome/help/char-palette/oc/figures/charpalette_chargroup.png -share/gnome/help/char-palette/oc/figures/charpick-preferences.png -share/gnome/help/char-palette/oc/figures/charpick_characters.png -share/gnome/help/char-palette/pt_BR/char-palette.xml -share/gnome/help/char-palette/pt_BR/figures/charpalette_applet.png -share/gnome/help/char-palette/pt_BR/figures/charpalette_chargroup.png -share/gnome/help/char-palette/pt_BR/figures/charpick-preferences.png -share/gnome/help/char-palette/pt_BR/figures/charpick_characters.png -share/gnome/help/char-palette/ru/char-palette.xml -share/gnome/help/char-palette/ru/figures/charpalette_applet.png -share/gnome/help/char-palette/ru/figures/charpalette_chargroup.png -share/gnome/help/char-palette/ru/figures/charpick-preferences.png -share/gnome/help/char-palette/ru/figures/charpick_characters.png -share/gnome/help/char-palette/sv/char-palette.xml -share/gnome/help/char-palette/sv/figures/charpalette_applet.png -share/gnome/help/char-palette/sv/figures/charpalette_chargroup.png -share/gnome/help/char-palette/sv/figures/charpick-preferences.png -share/gnome/help/char-palette/sv/figures/charpick_characters.png -share/gnome/help/char-palette/uk/char-palette.xml -share/gnome/help/char-palette/uk/figures/charpalette_applet.png -share/gnome/help/char-palette/uk/figures/charpalette_chargroup.png -share/gnome/help/char-palette/uk/figures/charpick-preferences.png -share/gnome/help/char-palette/uk/figures/charpick_characters.png -share/gnome/help/char-palette/zh_CN/char-palette.xml -share/gnome/help/char-palette/zh_CN/figures/charpalette_applet.png -share/gnome/help/char-palette/zh_CN/figures/charpalette_chargroup.png -share/gnome/help/char-palette/zh_CN/figures/charpick-preferences.png -share/gnome/help/char-palette/zh_CN/figures/charpick_characters.png -%%COMMANDER%%share/gnome/help/command-line/C/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/C/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/C/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/C/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/C/legal.xml -%%COMMANDER%%share/gnome/help/command-line/ca/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/ca/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/ca/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/ca/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/de/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/de/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/de/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/de/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/el/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/el/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/el/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/el/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/en_GB/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/en_GB/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/en_GB/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/en_GB/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/es/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/es/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/es/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/es/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/eu/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/eu/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/eu/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/fr/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/fr/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/fr/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/fr/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/ko/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/ko/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/ko/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/ko/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/oc/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/oc/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/oc/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/oc/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/pt_BR/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/pt_BR/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/pt_BR/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/pt_BR/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/sv/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/sv/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/sv/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/sv/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/uk/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/uk/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/uk/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/uk/figures/prefs.png -%%COMMANDER%%share/gnome/help/command-line/zh_CN/command-line.xml -%%COMMANDER%%share/gnome/help/command-line/zh_CN/figures/command-line.png -%%COMMANDER%%share/gnome/help/command-line/zh_CN/figures/prefs-macros.png -%%COMMANDER%%share/gnome/help/command-line/zh_CN/figures/prefs.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/C/legal.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/cs/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/el/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/es/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/eu/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fi/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/fr/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/hu/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/nl/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/oc/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/pt_BR/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/ru/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/sv/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/uk/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_CN/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_HK/figures/cpufreq-applet.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/cpufreq-applet.xml -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-100.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-25.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-50.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-75.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences-smp.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-selector-both.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet-selector.png -%%CPUFREQ%%share/gnome/help/cpufreq-applet/zh_TW/figures/cpufreq-applet.png -share/gnome/help/drivemount/C/drivemount.xml -share/gnome/help/drivemount/C/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/C/figures/drivemount-applet_example.png -share/gnome/help/drivemount/C/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/C/figures/drivemount-applet_open.png -share/gnome/help/drivemount/C/figures/drivemount-applet_status.png -share/gnome/help/drivemount/C/legal.xml -share/gnome/help/drivemount/ca/drivemount.xml -share/gnome/help/drivemount/ca/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_example.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_open.png -share/gnome/help/drivemount/ca/figures/drivemount-applet_status.png -share/gnome/help/drivemount/cs/drivemount.xml -share/gnome/help/drivemount/cs/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_example.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_open.png -share/gnome/help/drivemount/cs/figures/drivemount-applet_status.png -share/gnome/help/drivemount/da/drivemount.xml -share/gnome/help/drivemount/da/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/da/figures/drivemount-applet_example.png -share/gnome/help/drivemount/da/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/da/figures/drivemount-applet_open.png -share/gnome/help/drivemount/da/figures/drivemount-applet_status.png -share/gnome/help/drivemount/de/drivemount.xml -share/gnome/help/drivemount/de/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/de/figures/drivemount-applet_example.png -share/gnome/help/drivemount/de/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/de/figures/drivemount-applet_open.png -share/gnome/help/drivemount/de/figures/drivemount-applet_status.png -share/gnome/help/drivemount/el/drivemount.xml -share/gnome/help/drivemount/el/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/el/figures/drivemount-applet_example.png -share/gnome/help/drivemount/el/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/el/figures/drivemount-applet_open.png -share/gnome/help/drivemount/el/figures/drivemount-applet_status.png -share/gnome/help/drivemount/en_GB/drivemount.xml -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_example.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_open.png -share/gnome/help/drivemount/en_GB/figures/drivemount-applet_status.png -share/gnome/help/drivemount/es/drivemount.xml -share/gnome/help/drivemount/es/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/es/figures/drivemount-applet_example.png -share/gnome/help/drivemount/es/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/es/figures/drivemount-applet_open.png -share/gnome/help/drivemount/es/figures/drivemount-applet_status.png -share/gnome/help/drivemount/eu/drivemount.xml -share/gnome/help/drivemount/eu/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_example.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_open.png -share/gnome/help/drivemount/eu/figures/drivemount-applet_status.png -share/gnome/help/drivemount/fi/drivemount.xml -share/gnome/help/drivemount/fi/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_example.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_open.png -share/gnome/help/drivemount/fi/figures/drivemount-applet_status.png -share/gnome/help/drivemount/fr/drivemount.xml -share/gnome/help/drivemount/fr/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_example.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_open.png -share/gnome/help/drivemount/fr/figures/drivemount-applet_status.png -share/gnome/help/drivemount/it/drivemount.xml -share/gnome/help/drivemount/it/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/it/figures/drivemount-applet_example.png -share/gnome/help/drivemount/it/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/it/figures/drivemount-applet_open.png -share/gnome/help/drivemount/it/figures/drivemount-applet_status.png -share/gnome/help/drivemount/ko/drivemount.xml -share/gnome/help/drivemount/ko/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_example.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_open.png -share/gnome/help/drivemount/ko/figures/drivemount-applet_status.png -share/gnome/help/drivemount/oc/drivemount.xml -share/gnome/help/drivemount/oc/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_example.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_open.png -share/gnome/help/drivemount/oc/figures/drivemount-applet_status.png -share/gnome/help/drivemount/pa/drivemount.xml -share/gnome/help/drivemount/pa/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_example.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_open.png -share/gnome/help/drivemount/pa/figures/drivemount-applet_status.png -share/gnome/help/drivemount/ru/drivemount.xml -share/gnome/help/drivemount/ru/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_example.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_open.png -share/gnome/help/drivemount/ru/figures/drivemount-applet_status.png -share/gnome/help/drivemount/sv/drivemount.xml -share/gnome/help/drivemount/sv/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_example.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_open.png -share/gnome/help/drivemount/sv/figures/drivemount-applet_status.png -share/gnome/help/drivemount/uk/drivemount.xml -share/gnome/help/drivemount/uk/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_example.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_open.png -share/gnome/help/drivemount/uk/figures/drivemount-applet_status.png -share/gnome/help/drivemount/zh_CN/drivemount.xml -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_eject.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_example.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_mount.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_open.png -share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_status.png -share/gnome/help/geyes/C/figures/geyes_applet.png -share/gnome/help/geyes/C/geyes.xml -share/gnome/help/geyes/C/legal.xml -share/gnome/help/geyes/ast/figures/geyes_applet.png -share/gnome/help/geyes/ast/geyes.xml -share/gnome/help/geyes/bg/figures/geyes_applet.png -share/gnome/help/geyes/bg/geyes.xml -share/gnome/help/geyes/ca/figures/geyes_applet.png -share/gnome/help/geyes/ca/geyes.xml -share/gnome/help/geyes/cs/figures/geyes_applet.png -share/gnome/help/geyes/cs/geyes.xml -share/gnome/help/geyes/da/figures/geyes_applet.png -share/gnome/help/geyes/da/geyes.xml -share/gnome/help/geyes/de/figures/geyes_applet.png -share/gnome/help/geyes/de/geyes.xml -share/gnome/help/geyes/el/figures/geyes_applet.png -share/gnome/help/geyes/el/geyes.xml -share/gnome/help/geyes/en_GB/figures/geyes_applet.png -share/gnome/help/geyes/en_GB/geyes.xml -share/gnome/help/geyes/es/figures/geyes_applet.png -share/gnome/help/geyes/es/geyes.xml -share/gnome/help/geyes/eu/figures/geyes_applet.png -share/gnome/help/geyes/eu/geyes.xml -share/gnome/help/geyes/fi/figures/geyes_applet.png -share/gnome/help/geyes/fi/geyes.xml -share/gnome/help/geyes/fr/figures/geyes_applet.png -share/gnome/help/geyes/fr/geyes.xml -share/gnome/help/geyes/it/figures/geyes_applet.png -share/gnome/help/geyes/it/geyes.xml -share/gnome/help/geyes/ko/figures/geyes_applet.png -share/gnome/help/geyes/ko/geyes.xml -share/gnome/help/geyes/oc/figures/geyes_applet.png -share/gnome/help/geyes/oc/geyes.xml -share/gnome/help/geyes/ru/figures/geyes_applet.png -share/gnome/help/geyes/ru/geyes.xml -share/gnome/help/geyes/sv/figures/geyes_applet.png -share/gnome/help/geyes/sv/geyes.xml -share/gnome/help/geyes/uk/figures/geyes_applet.png -share/gnome/help/geyes/uk/geyes.xml -share/gnome/help/geyes/zh_CN/figures/geyes_applet.png -share/gnome/help/geyes/zh_CN/geyes.xml -share/gnome/help/geyes/zh_HK/figures/geyes_applet.png -share/gnome/help/geyes/zh_HK/geyes.xml -share/gnome/help/geyes/zh_TW/figures/geyes_applet.png -share/gnome/help/geyes/zh_TW/geyes.xml -share/gnome/help/gweather/C/figures/gweather-details.png -share/gnome/help/gweather/C/figures/gweather-menu-prefs.png -share/gnome/help/gweather/C/figures/gweather-prefs-general.png -share/gnome/help/gweather/C/figures/gweather-prefs-locations.png -share/gnome/help/gweather/C/figures/gweather_applet.png -share/gnome/help/gweather/C/figures/stock_weather-cloudy.png -share/gnome/help/gweather/C/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-fog.png -share/gnome/help/gweather/C/figures/stock_weather-night-clear.png -share/gnome/help/gweather/C/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/C/figures/stock_weather-showers.png -share/gnome/help/gweather/C/figures/stock_weather-snow.png -share/gnome/help/gweather/C/figures/stock_weather-storm.png -share/gnome/help/gweather/C/figures/stock_weather-sunny.png -share/gnome/help/gweather/C/gweather.xml -share/gnome/help/gweather/C/legal.xml -share/gnome/help/gweather/ar/figures/gweather-details.png -share/gnome/help/gweather/ar/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ar/figures/gweather-prefs-general.png -share/gnome/help/gweather/ar/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ar/figures/gweather_applet.png -share/gnome/help/gweather/ar/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ar/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ar/figures/stock_weather-fog.png -share/gnome/help/gweather/ar/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ar/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ar/figures/stock_weather-showers.png -share/gnome/help/gweather/ar/figures/stock_weather-snow.png -share/gnome/help/gweather/ar/figures/stock_weather-storm.png -share/gnome/help/gweather/ar/figures/stock_weather-sunny.png -share/gnome/help/gweather/ar/gweather.xml -share/gnome/help/gweather/ca/figures/gweather-details.png -share/gnome/help/gweather/ca/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ca/figures/gweather-prefs-general.png -share/gnome/help/gweather/ca/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ca/figures/gweather_applet.png -share/gnome/help/gweather/ca/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ca/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ca/figures/stock_weather-fog.png -share/gnome/help/gweather/ca/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ca/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ca/figures/stock_weather-showers.png -share/gnome/help/gweather/ca/figures/stock_weather-snow.png -share/gnome/help/gweather/ca/figures/stock_weather-storm.png -share/gnome/help/gweather/ca/figures/stock_weather-sunny.png -share/gnome/help/gweather/ca/gweather.xml -share/gnome/help/gweather/cs/figures/gweather-details.png -share/gnome/help/gweather/cs/figures/gweather-menu-prefs.png -share/gnome/help/gweather/cs/figures/gweather-prefs-general.png -share/gnome/help/gweather/cs/figures/gweather-prefs-locations.png -share/gnome/help/gweather/cs/figures/gweather_applet.png -share/gnome/help/gweather/cs/figures/stock_weather-cloudy.png -share/gnome/help/gweather/cs/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/cs/figures/stock_weather-fog.png -share/gnome/help/gweather/cs/figures/stock_weather-night-clear.png -share/gnome/help/gweather/cs/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/cs/figures/stock_weather-showers.png -share/gnome/help/gweather/cs/figures/stock_weather-snow.png -share/gnome/help/gweather/cs/figures/stock_weather-storm.png -share/gnome/help/gweather/cs/figures/stock_weather-sunny.png -share/gnome/help/gweather/cs/gweather.xml -share/gnome/help/gweather/de/figures/gweather-details.png -share/gnome/help/gweather/de/figures/gweather-menu-prefs.png -share/gnome/help/gweather/de/figures/gweather-prefs-general.png -share/gnome/help/gweather/de/figures/gweather-prefs-locations.png -share/gnome/help/gweather/de/figures/gweather_applet.png -share/gnome/help/gweather/de/figures/stock_weather-cloudy.png -share/gnome/help/gweather/de/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/de/figures/stock_weather-fog.png -share/gnome/help/gweather/de/figures/stock_weather-night-clear.png -share/gnome/help/gweather/de/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/de/figures/stock_weather-showers.png -share/gnome/help/gweather/de/figures/stock_weather-snow.png -share/gnome/help/gweather/de/figures/stock_weather-storm.png -share/gnome/help/gweather/de/figures/stock_weather-sunny.png -share/gnome/help/gweather/de/gweather.xml -share/gnome/help/gweather/el/figures/gweather-details.png -share/gnome/help/gweather/el/figures/gweather-menu-prefs.png -share/gnome/help/gweather/el/figures/gweather-prefs-general.png -share/gnome/help/gweather/el/figures/gweather-prefs-locations.png -share/gnome/help/gweather/el/figures/gweather_applet.png -share/gnome/help/gweather/el/figures/stock_weather-cloudy.png -share/gnome/help/gweather/el/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/el/figures/stock_weather-fog.png -share/gnome/help/gweather/el/figures/stock_weather-night-clear.png -share/gnome/help/gweather/el/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/el/figures/stock_weather-showers.png -share/gnome/help/gweather/el/figures/stock_weather-snow.png -share/gnome/help/gweather/el/figures/stock_weather-storm.png -share/gnome/help/gweather/el/figures/stock_weather-sunny.png -share/gnome/help/gweather/el/gweather.xml -share/gnome/help/gweather/en_GB/figures/gweather-details.png -share/gnome/help/gweather/en_GB/figures/gweather-menu-prefs.png -share/gnome/help/gweather/en_GB/figures/gweather-prefs-general.png -share/gnome/help/gweather/en_GB/figures/gweather-prefs-locations.png -share/gnome/help/gweather/en_GB/figures/gweather_applet.png -share/gnome/help/gweather/en_GB/figures/stock_weather-cloudy.png -share/gnome/help/gweather/en_GB/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/en_GB/figures/stock_weather-fog.png -share/gnome/help/gweather/en_GB/figures/stock_weather-night-clear.png -share/gnome/help/gweather/en_GB/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/en_GB/figures/stock_weather-showers.png -share/gnome/help/gweather/en_GB/figures/stock_weather-snow.png -share/gnome/help/gweather/en_GB/figures/stock_weather-storm.png -share/gnome/help/gweather/en_GB/figures/stock_weather-sunny.png -share/gnome/help/gweather/en_GB/gweather.xml -share/gnome/help/gweather/es/figures/gweather-details.png -share/gnome/help/gweather/es/figures/gweather-menu-prefs.png -share/gnome/help/gweather/es/figures/gweather-prefs-general.png -share/gnome/help/gweather/es/figures/gweather-prefs-locations.png -share/gnome/help/gweather/es/figures/gweather_applet.png -share/gnome/help/gweather/es/figures/stock_weather-cloudy.png -share/gnome/help/gweather/es/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-fog.png -share/gnome/help/gweather/es/figures/stock_weather-night-clear.png -share/gnome/help/gweather/es/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/es/figures/stock_weather-showers.png -share/gnome/help/gweather/es/figures/stock_weather-snow.png -share/gnome/help/gweather/es/figures/stock_weather-storm.png -share/gnome/help/gweather/es/figures/stock_weather-sunny.png -share/gnome/help/gweather/es/gweather.xml -share/gnome/help/gweather/eu/figures/gweather-details.png -share/gnome/help/gweather/eu/figures/gweather-menu-prefs.png -share/gnome/help/gweather/eu/figures/gweather-prefs-general.png -share/gnome/help/gweather/eu/figures/gweather-prefs-locations.png -share/gnome/help/gweather/eu/figures/gweather_applet.png -share/gnome/help/gweather/eu/figures/stock_weather-cloudy.png -share/gnome/help/gweather/eu/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/eu/figures/stock_weather-fog.png -share/gnome/help/gweather/eu/figures/stock_weather-night-clear.png -share/gnome/help/gweather/eu/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/eu/figures/stock_weather-showers.png -share/gnome/help/gweather/eu/figures/stock_weather-snow.png -share/gnome/help/gweather/eu/figures/stock_weather-storm.png -share/gnome/help/gweather/eu/figures/stock_weather-sunny.png -share/gnome/help/gweather/eu/gweather.xml -share/gnome/help/gweather/fi/figures/gweather-details.png -share/gnome/help/gweather/fi/figures/gweather-menu-prefs.png -share/gnome/help/gweather/fi/figures/gweather-prefs-general.png -share/gnome/help/gweather/fi/figures/gweather-prefs-locations.png -share/gnome/help/gweather/fi/figures/gweather_applet.png -share/gnome/help/gweather/fi/figures/stock_weather-cloudy.png -share/gnome/help/gweather/fi/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/fi/figures/stock_weather-fog.png -share/gnome/help/gweather/fi/figures/stock_weather-night-clear.png -share/gnome/help/gweather/fi/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/fi/figures/stock_weather-showers.png -share/gnome/help/gweather/fi/figures/stock_weather-snow.png -share/gnome/help/gweather/fi/figures/stock_weather-storm.png -share/gnome/help/gweather/fi/figures/stock_weather-sunny.png -share/gnome/help/gweather/fi/gweather.xml -share/gnome/help/gweather/fr/figures/gweather-details.png -share/gnome/help/gweather/fr/figures/gweather-menu-prefs.png -share/gnome/help/gweather/fr/figures/gweather-prefs-general.png -share/gnome/help/gweather/fr/figures/gweather-prefs-locations.png -share/gnome/help/gweather/fr/figures/gweather_applet.png -share/gnome/help/gweather/fr/figures/stock_weather-cloudy.png -share/gnome/help/gweather/fr/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/fr/figures/stock_weather-fog.png -share/gnome/help/gweather/fr/figures/stock_weather-night-clear.png -share/gnome/help/gweather/fr/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/fr/figures/stock_weather-showers.png -share/gnome/help/gweather/fr/figures/stock_weather-snow.png -share/gnome/help/gweather/fr/figures/stock_weather-storm.png -share/gnome/help/gweather/fr/figures/stock_weather-sunny.png -share/gnome/help/gweather/fr/gweather.xml -share/gnome/help/gweather/ko/figures/gweather-details.png -share/gnome/help/gweather/ko/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ko/figures/gweather-prefs-general.png -share/gnome/help/gweather/ko/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ko/figures/gweather_applet.png -share/gnome/help/gweather/ko/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ko/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ko/figures/stock_weather-fog.png -share/gnome/help/gweather/ko/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ko/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ko/figures/stock_weather-showers.png -share/gnome/help/gweather/ko/figures/stock_weather-snow.png -share/gnome/help/gweather/ko/figures/stock_weather-storm.png -share/gnome/help/gweather/ko/figures/stock_weather-sunny.png -share/gnome/help/gweather/ko/gweather.xml -share/gnome/help/gweather/nl/figures/gweather-details.png -share/gnome/help/gweather/nl/figures/gweather-menu-prefs.png -share/gnome/help/gweather/nl/figures/gweather-prefs-general.png -share/gnome/help/gweather/nl/figures/gweather-prefs-locations.png -share/gnome/help/gweather/nl/figures/gweather_applet.png -share/gnome/help/gweather/nl/figures/stock_weather-cloudy.png -share/gnome/help/gweather/nl/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/nl/figures/stock_weather-fog.png -share/gnome/help/gweather/nl/figures/stock_weather-night-clear.png -share/gnome/help/gweather/nl/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/nl/figures/stock_weather-showers.png -share/gnome/help/gweather/nl/figures/stock_weather-snow.png -share/gnome/help/gweather/nl/figures/stock_weather-storm.png -share/gnome/help/gweather/nl/figures/stock_weather-sunny.png -share/gnome/help/gweather/nl/gweather.xml -share/gnome/help/gweather/oc/figures/gweather-details.png -share/gnome/help/gweather/oc/figures/gweather-menu-prefs.png -share/gnome/help/gweather/oc/figures/gweather-prefs-general.png -share/gnome/help/gweather/oc/figures/gweather-prefs-locations.png -share/gnome/help/gweather/oc/figures/gweather_applet.png -share/gnome/help/gweather/oc/figures/stock_weather-cloudy.png -share/gnome/help/gweather/oc/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/oc/figures/stock_weather-fog.png -share/gnome/help/gweather/oc/figures/stock_weather-night-clear.png -share/gnome/help/gweather/oc/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/oc/figures/stock_weather-showers.png -share/gnome/help/gweather/oc/figures/stock_weather-snow.png -share/gnome/help/gweather/oc/figures/stock_weather-storm.png -share/gnome/help/gweather/oc/figures/stock_weather-sunny.png -share/gnome/help/gweather/oc/gweather.xml -share/gnome/help/gweather/pa/figures/gweather-details.png -share/gnome/help/gweather/pa/figures/gweather-menu-prefs.png -share/gnome/help/gweather/pa/figures/gweather-prefs-general.png -share/gnome/help/gweather/pa/figures/gweather-prefs-locations.png -share/gnome/help/gweather/pa/figures/gweather_applet.png -share/gnome/help/gweather/pa/figures/stock_weather-cloudy.png -share/gnome/help/gweather/pa/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/pa/figures/stock_weather-fog.png -share/gnome/help/gweather/pa/figures/stock_weather-night-clear.png -share/gnome/help/gweather/pa/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/pa/figures/stock_weather-showers.png -share/gnome/help/gweather/pa/figures/stock_weather-snow.png -share/gnome/help/gweather/pa/figures/stock_weather-storm.png -share/gnome/help/gweather/pa/figures/stock_weather-sunny.png -share/gnome/help/gweather/pa/gweather.xml -share/gnome/help/gweather/pt_BR/figures/gweather-details.png -share/gnome/help/gweather/pt_BR/figures/gweather-menu-prefs.png -share/gnome/help/gweather/pt_BR/figures/gweather-prefs-general.png -share/gnome/help/gweather/pt_BR/figures/gweather-prefs-locations.png -share/gnome/help/gweather/pt_BR/figures/gweather_applet.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-cloudy.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-fog.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-night-clear.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-showers.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-snow.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-storm.png -share/gnome/help/gweather/pt_BR/figures/stock_weather-sunny.png -share/gnome/help/gweather/pt_BR/gweather.xml -share/gnome/help/gweather/ru/figures/gweather-details.png -share/gnome/help/gweather/ru/figures/gweather-menu-prefs.png -share/gnome/help/gweather/ru/figures/gweather-prefs-general.png -share/gnome/help/gweather/ru/figures/gweather-prefs-locations.png -share/gnome/help/gweather/ru/figures/gweather_applet.png -share/gnome/help/gweather/ru/figures/stock_weather-cloudy.png -share/gnome/help/gweather/ru/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/ru/figures/stock_weather-fog.png -share/gnome/help/gweather/ru/figures/stock_weather-night-clear.png -share/gnome/help/gweather/ru/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/ru/figures/stock_weather-showers.png -share/gnome/help/gweather/ru/figures/stock_weather-snow.png -share/gnome/help/gweather/ru/figures/stock_weather-storm.png -share/gnome/help/gweather/ru/figures/stock_weather-sunny.png -share/gnome/help/gweather/ru/gweather.xml -share/gnome/help/gweather/sv/figures/gweather-details.png -share/gnome/help/gweather/sv/figures/gweather-menu-prefs.png -share/gnome/help/gweather/sv/figures/gweather-prefs-general.png -share/gnome/help/gweather/sv/figures/gweather-prefs-locations.png -share/gnome/help/gweather/sv/figures/gweather_applet.png -share/gnome/help/gweather/sv/figures/stock_weather-cloudy.png -share/gnome/help/gweather/sv/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/sv/figures/stock_weather-fog.png -share/gnome/help/gweather/sv/figures/stock_weather-night-clear.png -share/gnome/help/gweather/sv/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/sv/figures/stock_weather-showers.png -share/gnome/help/gweather/sv/figures/stock_weather-snow.png -share/gnome/help/gweather/sv/figures/stock_weather-storm.png -share/gnome/help/gweather/sv/figures/stock_weather-sunny.png -share/gnome/help/gweather/sv/gweather.xml -share/gnome/help/gweather/uk/figures/gweather-details.png -share/gnome/help/gweather/uk/figures/gweather-menu-prefs.png -share/gnome/help/gweather/uk/figures/gweather-prefs-general.png -share/gnome/help/gweather/uk/figures/gweather-prefs-locations.png -share/gnome/help/gweather/uk/figures/gweather_applet.png -share/gnome/help/gweather/uk/figures/stock_weather-cloudy.png -share/gnome/help/gweather/uk/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-fog.png -share/gnome/help/gweather/uk/figures/stock_weather-night-clear.png -share/gnome/help/gweather/uk/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/uk/figures/stock_weather-showers.png -share/gnome/help/gweather/uk/figures/stock_weather-snow.png -share/gnome/help/gweather/uk/figures/stock_weather-storm.png -share/gnome/help/gweather/uk/figures/stock_weather-sunny.png -share/gnome/help/gweather/uk/gweather.xml -share/gnome/help/gweather/zh_CN/figures/gweather-details.png -share/gnome/help/gweather/zh_CN/figures/gweather-menu-prefs.png -share/gnome/help/gweather/zh_CN/figures/gweather-prefs-general.png -share/gnome/help/gweather/zh_CN/figures/gweather-prefs-locations.png -share/gnome/help/gweather/zh_CN/figures/gweather_applet.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-cloudy.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-few-clouds.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-fog.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-night-clear.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-night-few-clouds.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-showers.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-snow.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-storm.png -share/gnome/help/gweather/zh_CN/figures/stock_weather-sunny.png -share/gnome/help/gweather/zh_CN/gweather.xml -%%PYTHON%%share/gnome/help/invest-applet/C/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/C/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/C/legal.xml -%%PYTHON%%share/gnome/help/invest-applet/ca/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/ca/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/de/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/de/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/el/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/el/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/en_GB/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/en_GB/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/es/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/es/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/fi/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/fi/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/it/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/it/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/ru/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/ru/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/sv/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/sv/invest-applet.xml -%%PYTHON%%share/gnome/help/invest-applet/zh_CN/figures/symbol-search.png -%%PYTHON%%share/gnome/help/invest-applet/zh_CN/invest-applet.xml -share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/C/legal.xml -share/gnome/help/mixer_applet2/C/mixer_applet2.xml -share/gnome/help/mixer_applet2/ca/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ca/mixer_applet2.xml -share/gnome/help/mixer_applet2/cs/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/cs/mixer_applet2.xml -share/gnome/help/mixer_applet2/da/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/da/mixer_applet2.xml -share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/de/mixer_applet2.xml -share/gnome/help/mixer_applet2/el/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/el/mixer_applet2.xml -share/gnome/help/mixer_applet2/en_GB/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/en_GB/mixer_applet2.xml -share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/es/mixer_applet2.xml -share/gnome/help/mixer_applet2/eu/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/eu/mixer_applet2.xml -share/gnome/help/mixer_applet2/fi/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/fi/mixer_applet2.xml -share/gnome/help/mixer_applet2/fr/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/fr/mixer_applet2.xml -share/gnome/help/mixer_applet2/hu/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/hu/mixer_applet2.xml -share/gnome/help/mixer_applet2/it/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/it/mixer_applet2.xml -share/gnome/help/mixer_applet2/ko/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ko/mixer_applet2.xml -share/gnome/help/mixer_applet2/oc/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/oc/mixer_applet2.xml -share/gnome/help/mixer_applet2/pa/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/pa/mixer_applet2.xml -share/gnome/help/mixer_applet2/pt_BR/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/pt_BR/mixer_applet2.xml -share/gnome/help/mixer_applet2/ru/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/ru/mixer_applet2.xml -share/gnome/help/mixer_applet2/sv/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/sv/mixer_applet2.xml -share/gnome/help/mixer_applet2/uk/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/uk/mixer_applet2.xml -share/gnome/help/mixer_applet2/zh_CN/figures/volumecontrol_applet.png -share/gnome/help/mixer_applet2/zh_CN/mixer_applet2.xml -share/gnome/help/multiload/C/figures/multiload-preferences.png -share/gnome/help/multiload/C/figures/system-monitor-applet_window.png -share/gnome/help/multiload/C/figures/system_monitor.png -share/gnome/help/multiload/C/legal.xml -share/gnome/help/multiload/C/multiload.xml -share/gnome/help/multiload/ca/figures/multiload-preferences.png -share/gnome/help/multiload/ca/figures/system-monitor-applet_window.png -share/gnome/help/multiload/ca/figures/system_monitor.png -share/gnome/help/multiload/ca/multiload.xml -share/gnome/help/multiload/cs/figures/multiload-preferences.png -share/gnome/help/multiload/cs/figures/system-monitor-applet_window.png -share/gnome/help/multiload/cs/figures/system_monitor.png -share/gnome/help/multiload/cs/multiload.xml -share/gnome/help/multiload/de/figures/multiload-preferences.png -share/gnome/help/multiload/de/figures/system-monitor-applet_window.png -share/gnome/help/multiload/de/figures/system_monitor.png -share/gnome/help/multiload/de/multiload.xml -share/gnome/help/multiload/el/figures/multiload-preferences.png -share/gnome/help/multiload/el/figures/system-monitor-applet_window.png -share/gnome/help/multiload/el/figures/system_monitor.png -share/gnome/help/multiload/el/multiload.xml -share/gnome/help/multiload/en_GB/figures/multiload-preferences.png -share/gnome/help/multiload/en_GB/figures/system-monitor-applet_window.png -share/gnome/help/multiload/en_GB/figures/system_monitor.png -share/gnome/help/multiload/en_GB/multiload.xml -share/gnome/help/multiload/es/figures/multiload-preferences.png -share/gnome/help/multiload/es/figures/system-monitor-applet_window.png -share/gnome/help/multiload/es/figures/system_monitor.png -share/gnome/help/multiload/es/multiload.xml -share/gnome/help/multiload/eu/figures/multiload-preferences.png -share/gnome/help/multiload/eu/figures/system-monitor-applet_window.png -share/gnome/help/multiload/eu/figures/system_monitor.png -share/gnome/help/multiload/eu/multiload.xml -share/gnome/help/multiload/fi/figures/multiload-preferences.png -share/gnome/help/multiload/fi/figures/system-monitor-applet_window.png -share/gnome/help/multiload/fi/figures/system_monitor.png -share/gnome/help/multiload/fi/multiload.xml -share/gnome/help/multiload/fr/figures/multiload-preferences.png -share/gnome/help/multiload/fr/figures/system-monitor-applet_window.png -share/gnome/help/multiload/fr/figures/system_monitor.png -share/gnome/help/multiload/fr/multiload.xml -share/gnome/help/multiload/ko/figures/multiload-preferences.png -share/gnome/help/multiload/ko/figures/system-monitor-applet_window.png -share/gnome/help/multiload/ko/figures/system_monitor.png -share/gnome/help/multiload/ko/multiload.xml -share/gnome/help/multiload/oc/figures/multiload-preferences.png -share/gnome/help/multiload/oc/figures/system-monitor-applet_window.png -share/gnome/help/multiload/oc/figures/system_monitor.png -share/gnome/help/multiload/oc/multiload.xml -share/gnome/help/multiload/pa/figures/multiload-preferences.png -share/gnome/help/multiload/pa/figures/system-monitor-applet_window.png -share/gnome/help/multiload/pa/figures/system_monitor.png -share/gnome/help/multiload/pa/multiload.xml -share/gnome/help/multiload/pt_BR/figures/multiload-preferences.png -share/gnome/help/multiload/pt_BR/figures/system-monitor-applet_window.png -share/gnome/help/multiload/pt_BR/figures/system_monitor.png -share/gnome/help/multiload/pt_BR/multiload.xml -share/gnome/help/multiload/ru/figures/multiload-preferences.png -share/gnome/help/multiload/ru/figures/system-monitor-applet_window.png -share/gnome/help/multiload/ru/figures/system_monitor.png -share/gnome/help/multiload/ru/multiload.xml -share/gnome/help/multiload/sv/figures/multiload-preferences.png -share/gnome/help/multiload/sv/figures/system-monitor-applet_window.png -share/gnome/help/multiload/sv/figures/system_monitor.png -share/gnome/help/multiload/sv/multiload.xml -share/gnome/help/multiload/uk/figures/multiload-preferences.png -share/gnome/help/multiload/uk/figures/system-monitor-applet_window.png -share/gnome/help/multiload/uk/figures/system_monitor.png -share/gnome/help/multiload/uk/multiload.xml -share/gnome/help/multiload/zh_CN/figures/multiload-preferences.png -share/gnome/help/multiload/zh_CN/figures/system-monitor-applet_window.png -share/gnome/help/multiload/zh_CN/figures/system_monitor.png -share/gnome/help/multiload/zh_CN/multiload.xml -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/C/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/C/legal.xml -share/gnome/help/stickynotes_applet/C/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/ca/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/ca/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/ca/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/ca/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/cs/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/cs/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/cs/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/cs/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/de/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/de/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/de/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/de/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/el/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/el/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/el/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/el/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/en_GB/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/es/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/es/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/eu/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/eu/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/eu/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/eu/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/fi/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/fi/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/fi/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/fi/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/fr/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/fr/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/fr/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/fr/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/ko/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/ko/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/ko/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/ko/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/oc/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/oc/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/oc/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/oc/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/pa/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/pa/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/pa/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/pa/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/pt_BR/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/ru/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/ru/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/ru/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/ru/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/sv/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/sv/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/sv/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/sv/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/uk/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/uk/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/zh_CN/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/zh_HK/stickynotes_applet.xml -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-prefs.png -share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes_applet.png -share/gnome/help/stickynotes_applet/zh_TW/stickynotes_applet.xml -share/gnome/help/trashapplet/C/figures/trash-applet.png -share/gnome/help/trashapplet/C/legal.xml -share/gnome/help/trashapplet/C/trashapplet.xml -share/gnome/help/trashapplet/ca/figures/trash-applet.png -share/gnome/help/trashapplet/ca/trashapplet.xml -share/gnome/help/trashapplet/cs/figures/trash-applet.png -share/gnome/help/trashapplet/cs/trashapplet.xml -share/gnome/help/trashapplet/da/figures/trash-applet.png -share/gnome/help/trashapplet/da/trashapplet.xml -share/gnome/help/trashapplet/de/figures/trash-applet.png -share/gnome/help/trashapplet/de/trashapplet.xml -share/gnome/help/trashapplet/el/figures/trash-applet.png -share/gnome/help/trashapplet/el/trashapplet.xml -share/gnome/help/trashapplet/en_GB/figures/trash-applet.png -share/gnome/help/trashapplet/en_GB/trashapplet.xml -share/gnome/help/trashapplet/es/figures/trash-applet.png -share/gnome/help/trashapplet/es/trashapplet.xml -share/gnome/help/trashapplet/eu/figures/trash-applet.png -share/gnome/help/trashapplet/eu/trashapplet.xml -share/gnome/help/trashapplet/fi/figures/trash-applet.png -share/gnome/help/trashapplet/fi/trashapplet.xml -share/gnome/help/trashapplet/fr/figures/trash-applet.png -share/gnome/help/trashapplet/fr/trashapplet.xml -share/gnome/help/trashapplet/hu/figures/trash-applet.png -share/gnome/help/trashapplet/hu/trashapplet.xml -share/gnome/help/trashapplet/it/figures/trash-applet.png -share/gnome/help/trashapplet/it/trashapplet.xml -share/gnome/help/trashapplet/nl/figures/trash-applet.png -share/gnome/help/trashapplet/nl/trashapplet.xml -share/gnome/help/trashapplet/oc/figures/trash-applet.png -share/gnome/help/trashapplet/oc/trashapplet.xml -share/gnome/help/trashapplet/pa/figures/trash-applet.png -share/gnome/help/trashapplet/pa/trashapplet.xml -share/gnome/help/trashapplet/pt_BR/figures/trash-applet.png -share/gnome/help/trashapplet/pt_BR/trashapplet.xml -share/gnome/help/trashapplet/ru/figures/trash-applet.png -share/gnome/help/trashapplet/ru/trashapplet.xml -share/gnome/help/trashapplet/sv/figures/trash-applet.png -share/gnome/help/trashapplet/sv/trashapplet.xml -share/gnome/help/trashapplet/uk/figures/trash-applet.png -share/gnome/help/trashapplet/uk/trashapplet.xml -share/gnome/help/trashapplet/zh_CN/figures/trash-applet.png -share/gnome/help/trashapplet/zh_CN/trashapplet.xml -share/gnome/help/trashapplet/zh_HK/figures/trash-applet.png -share/gnome/help/trashapplet/zh_HK/trashapplet.xml -share/gnome/help/trashapplet/zh_TW/figures/trash-applet.png -share/gnome/help/trashapplet/zh_TW/trashapplet.xml -%%CPUFREQ%%share/icons/hicolor/16x16/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/16x16/apps/gnome-eyes-applet.png -share/icons/hicolor/16x16/apps/gnome-sticky-notes-applet.png -%%PYTHON%%share/icons/hicolor/16x16/apps/invest-applet.png -%%CPUFREQ%%share/icons/hicolor/22x22/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/22x22/apps/gnome-eyes-applet.png -share/icons/hicolor/22x22/apps/gnome-sticky-notes-applet.png -%%PYTHON%%share/icons/hicolor/22x22/apps/invest-applet.png -%%CPUFREQ%%share/icons/hicolor/24x24/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/24x24/apps/gnome-eyes-applet.png -share/icons/hicolor/24x24/apps/gnome-sticky-notes-applet.png -%%CPUFREQ%%share/icons/hicolor/32x32/apps/gnome-cpu-frequency-applet.png -share/icons/hicolor/32x32/apps/gnome-eyes-applet.png -share/icons/hicolor/32x32/apps/gnome-sticky-notes-applet.png -share/icons/hicolor/48x48/apps/ax-applet.png -%%COMMANDER%%share/icons/hicolor/48x48/apps/gnome-mini-commander.png -%%PYTHON%%share/icons/hicolor/48x48/apps/invest-applet.png -%%CPUFREQ%%share/icons/hicolor/scalable/apps/gnome-cpu-frequency-applet.svg -share/icons/hicolor/scalable/apps/gnome-eyes-applet.svg -share/icons/hicolor/scalable/apps/gnome-sticky-notes-applet.svg -%%PYTHON%%share/icons/hicolor/scalable/apps/invest-applet.svg -share/locale/af/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/as/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/br/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_AR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_CL/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_CO/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_CR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_DO/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_EC/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_ES/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_GT/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_HN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_MX/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_NI/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_PA/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_PE/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_PR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_SV/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_UY/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/es_VE/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/hy/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/id/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/kk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ky/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/or/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/si/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/te/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/th/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ug/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo -share/omf/accessx-status/accessx-status-C.omf -share/omf/accessx-status/accessx-status-bg.omf -share/omf/accessx-status/accessx-status-ca.omf -share/omf/accessx-status/accessx-status-cs.omf -share/omf/accessx-status/accessx-status-de.omf -share/omf/accessx-status/accessx-status-el.omf -share/omf/accessx-status/accessx-status-en_GB.omf -share/omf/accessx-status/accessx-status-es.omf -share/omf/accessx-status/accessx-status-eu.omf -share/omf/accessx-status/accessx-status-fi.omf -share/omf/accessx-status/accessx-status-fr.omf -share/omf/accessx-status/accessx-status-gl.omf -share/omf/accessx-status/accessx-status-it.omf -share/omf/accessx-status/accessx-status-ko.omf -share/omf/accessx-status/accessx-status-nl.omf -share/omf/accessx-status/accessx-status-oc.omf -share/omf/accessx-status/accessx-status-sv.omf -share/omf/accessx-status/accessx-status-uk.omf -share/omf/accessx-status/accessx-status-zh_CN.omf -%%BATTERY%%share/omf/battstat/battstat-C.omf -%%BATTERY%%share/omf/battstat/battstat-bg.omf -%%BATTERY%%share/omf/battstat/battstat-ca.omf -%%BATTERY%%share/omf/battstat/battstat-cs.omf -%%BATTERY%%share/omf/battstat/battstat-da.omf -%%BATTERY%%share/omf/battstat/battstat-de.omf -%%BATTERY%%share/omf/battstat/battstat-el.omf -%%BATTERY%%share/omf/battstat/battstat-en_GB.omf -%%BATTERY%%share/omf/battstat/battstat-es.omf -%%BATTERY%%share/omf/battstat/battstat-eu.omf -%%BATTERY%%share/omf/battstat/battstat-fi.omf -%%BATTERY%%share/omf/battstat/battstat-fr.omf -%%BATTERY%%share/omf/battstat/battstat-ko.omf -%%BATTERY%%share/omf/battstat/battstat-oc.omf -%%BATTERY%%share/omf/battstat/battstat-pa.omf -%%BATTERY%%share/omf/battstat/battstat-pt_BR.omf -%%BATTERY%%share/omf/battstat/battstat-sv.omf -%%BATTERY%%share/omf/battstat/battstat-uk.omf -%%BATTERY%%share/omf/battstat/battstat-zh_CN.omf -share/omf/char-palette/char-palette-C.omf -share/omf/char-palette/char-palette-bg.omf -share/omf/char-palette/char-palette-ca.omf -share/omf/char-palette/char-palette-cs.omf -share/omf/char-palette/char-palette-de.omf -share/omf/char-palette/char-palette-el.omf -share/omf/char-palette/char-palette-en_GB.omf -share/omf/char-palette/char-palette-es.omf -share/omf/char-palette/char-palette-eu.omf -share/omf/char-palette/char-palette-fi.omf -share/omf/char-palette/char-palette-fr.omf -share/omf/char-palette/char-palette-it.omf -share/omf/char-palette/char-palette-ko.omf -share/omf/char-palette/char-palette-nl.omf -share/omf/char-palette/char-palette-oc.omf -share/omf/char-palette/char-palette-pt_BR.omf -share/omf/char-palette/char-palette-ru.omf -share/omf/char-palette/char-palette-sv.omf -share/omf/char-palette/char-palette-uk.omf -share/omf/char-palette/char-palette-zh_CN.omf -%%COMMANDER%%share/omf/command-line/command-line-C.omf -%%COMMANDER%%share/omf/command-line/command-line-ca.omf -%%COMMANDER%%share/omf/command-line/command-line-de.omf -%%COMMANDER%%share/omf/command-line/command-line-el.omf -%%COMMANDER%%share/omf/command-line/command-line-en_GB.omf -%%COMMANDER%%share/omf/command-line/command-line-es.omf -%%COMMANDER%%share/omf/command-line/command-line-eu.omf -%%COMMANDER%%share/omf/command-line/command-line-fr.omf -%%COMMANDER%%share/omf/command-line/command-line-ko.omf -%%COMMANDER%%share/omf/command-line/command-line-oc.omf -%%COMMANDER%%share/omf/command-line/command-line-pt_BR.omf -%%COMMANDER%%share/omf/command-line/command-line-sv.omf -%%COMMANDER%%share/omf/command-line/command-line-uk.omf -%%COMMANDER%%share/omf/command-line/command-line-zh_CN.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-C.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-ca.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-cs.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-de.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-el.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-en_GB.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-es.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-eu.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-fi.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-fr.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-hu.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-nl.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-oc.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-pt_BR.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-ru.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-sv.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-uk.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-zh_CN.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-zh_HK.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-zh_TW.omf -share/omf/drivemount/drivemount-C.omf -share/omf/drivemount/drivemount-ca.omf -share/omf/drivemount/drivemount-cs.omf -share/omf/drivemount/drivemount-da.omf -share/omf/drivemount/drivemount-de.omf -share/omf/drivemount/drivemount-el.omf -share/omf/drivemount/drivemount-en_GB.omf -share/omf/drivemount/drivemount-es.omf -share/omf/drivemount/drivemount-eu.omf -share/omf/drivemount/drivemount-fi.omf -share/omf/drivemount/drivemount-fr.omf -share/omf/drivemount/drivemount-it.omf -share/omf/drivemount/drivemount-ko.omf -share/omf/drivemount/drivemount-oc.omf -share/omf/drivemount/drivemount-pa.omf -share/omf/drivemount/drivemount-ru.omf -share/omf/drivemount/drivemount-sv.omf -share/omf/drivemount/drivemount-uk.omf -share/omf/drivemount/drivemount-zh_CN.omf -share/omf/geyes/geyes-C.omf -share/omf/geyes/geyes-ast.omf -share/omf/geyes/geyes-bg.omf -share/omf/geyes/geyes-ca.omf -share/omf/geyes/geyes-cs.omf -share/omf/geyes/geyes-da.omf -share/omf/geyes/geyes-de.omf -share/omf/geyes/geyes-el.omf -share/omf/geyes/geyes-en_GB.omf -share/omf/geyes/geyes-es.omf -share/omf/geyes/geyes-eu.omf -share/omf/geyes/geyes-fi.omf -share/omf/geyes/geyes-fr.omf -share/omf/geyes/geyes-it.omf -share/omf/geyes/geyes-ko.omf -share/omf/geyes/geyes-oc.omf -share/omf/geyes/geyes-ru.omf -share/omf/geyes/geyes-sv.omf -share/omf/geyes/geyes-uk.omf -share/omf/geyes/geyes-zh_CN.omf -share/omf/geyes/geyes-zh_HK.omf -share/omf/geyes/geyes-zh_TW.omf -share/omf/gweather/gweather-C.omf -share/omf/gweather/gweather-ar.omf -share/omf/gweather/gweather-ca.omf -share/omf/gweather/gweather-cs.omf -share/omf/gweather/gweather-de.omf -share/omf/gweather/gweather-el.omf -share/omf/gweather/gweather-en_GB.omf -share/omf/gweather/gweather-es.omf -share/omf/gweather/gweather-eu.omf -share/omf/gweather/gweather-fi.omf -share/omf/gweather/gweather-fr.omf -share/omf/gweather/gweather-ko.omf -share/omf/gweather/gweather-nl.omf -share/omf/gweather/gweather-oc.omf -share/omf/gweather/gweather-pa.omf -share/omf/gweather/gweather-pt_BR.omf -share/omf/gweather/gweather-ru.omf -share/omf/gweather/gweather-sv.omf -share/omf/gweather/gweather-uk.omf -share/omf/gweather/gweather-zh_CN.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-C.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-ca.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-de.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-en_GB.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-el.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-es.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-fi.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-it.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-ru.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-sv.omf -%%PYTHON%%share/omf/invest-applet/invest-applet-zh_CN.omf -share/omf/mixer_applet2/mixer_applet2-C.omf -share/omf/mixer_applet2/mixer_applet2-ca.omf -share/omf/mixer_applet2/mixer_applet2-cs.omf -share/omf/mixer_applet2/mixer_applet2-da.omf -share/omf/mixer_applet2/mixer_applet2-de.omf -share/omf/mixer_applet2/mixer_applet2-el.omf -share/omf/mixer_applet2/mixer_applet2-en_GB.omf -share/omf/mixer_applet2/mixer_applet2-es.omf -share/omf/mixer_applet2/mixer_applet2-eu.omf -share/omf/mixer_applet2/mixer_applet2-fi.omf -share/omf/mixer_applet2/mixer_applet2-fr.omf -share/omf/mixer_applet2/mixer_applet2-hu.omf -share/omf/mixer_applet2/mixer_applet2-it.omf -share/omf/mixer_applet2/mixer_applet2-ko.omf -share/omf/mixer_applet2/mixer_applet2-oc.omf -share/omf/mixer_applet2/mixer_applet2-pa.omf -share/omf/mixer_applet2/mixer_applet2-pt_BR.omf -share/omf/mixer_applet2/mixer_applet2-ru.omf -share/omf/mixer_applet2/mixer_applet2-sv.omf -share/omf/mixer_applet2/mixer_applet2-uk.omf -share/omf/mixer_applet2/mixer_applet2-zh_CN.omf -share/omf/multiload/multiload-C.omf -share/omf/multiload/multiload-ca.omf -share/omf/multiload/multiload-cs.omf -share/omf/multiload/multiload-de.omf -share/omf/multiload/multiload-el.omf -share/omf/multiload/multiload-en_GB.omf -share/omf/multiload/multiload-es.omf -share/omf/multiload/multiload-eu.omf -share/omf/multiload/multiload-fi.omf -share/omf/multiload/multiload-fr.omf -share/omf/multiload/multiload-ko.omf -share/omf/multiload/multiload-oc.omf -share/omf/multiload/multiload-pa.omf -share/omf/multiload/multiload-pt_BR.omf -share/omf/multiload/multiload-ru.omf -share/omf/multiload/multiload-sv.omf -share/omf/multiload/multiload-uk.omf -share/omf/multiload/multiload-zh_CN.omf -share/omf/stickynotes_applet/stickynotes_applet-C.omf -share/omf/stickynotes_applet/stickynotes_applet-ca.omf -share/omf/stickynotes_applet/stickynotes_applet-cs.omf -share/omf/stickynotes_applet/stickynotes_applet-de.omf -share/omf/stickynotes_applet/stickynotes_applet-el.omf -share/omf/stickynotes_applet/stickynotes_applet-en_GB.omf -share/omf/stickynotes_applet/stickynotes_applet-es.omf -share/omf/stickynotes_applet/stickynotes_applet-eu.omf -share/omf/stickynotes_applet/stickynotes_applet-fi.omf -share/omf/stickynotes_applet/stickynotes_applet-fr.omf -share/omf/stickynotes_applet/stickynotes_applet-ko.omf -share/omf/stickynotes_applet/stickynotes_applet-oc.omf -share/omf/stickynotes_applet/stickynotes_applet-pa.omf -share/omf/stickynotes_applet/stickynotes_applet-pt_BR.omf -share/omf/stickynotes_applet/stickynotes_applet-ru.omf -share/omf/stickynotes_applet/stickynotes_applet-sv.omf -share/omf/stickynotes_applet/stickynotes_applet-uk.omf -share/omf/stickynotes_applet/stickynotes_applet-zh_CN.omf -share/omf/stickynotes_applet/stickynotes_applet-zh_HK.omf -share/omf/stickynotes_applet/stickynotes_applet-zh_TW.omf -share/omf/trashapplet/trashapplet-C.omf -share/omf/trashapplet/trashapplet-ca.omf -share/omf/trashapplet/trashapplet-cs.omf -share/omf/trashapplet/trashapplet-da.omf -share/omf/trashapplet/trashapplet-de.omf -share/omf/trashapplet/trashapplet-el.omf -share/omf/trashapplet/trashapplet-en_GB.omf -share/omf/trashapplet/trashapplet-es.omf -share/omf/trashapplet/trashapplet-eu.omf -share/omf/trashapplet/trashapplet-fi.omf -share/omf/trashapplet/trashapplet-fr.omf -share/omf/trashapplet/trashapplet-hu.omf -share/omf/trashapplet/trashapplet-it.omf -share/omf/trashapplet/trashapplet-nl.omf -share/omf/trashapplet/trashapplet-oc.omf -share/omf/trashapplet/trashapplet-pa.omf -share/omf/trashapplet/trashapplet-pt_BR.omf -share/omf/trashapplet/trashapplet-ru.omf -share/omf/trashapplet/trashapplet-sv.omf -share/omf/trashapplet/trashapplet-uk.omf -share/omf/trashapplet/trashapplet-zh_CN.omf -share/omf/trashapplet/trashapplet-zh_HK.omf -share/omf/trashapplet/trashapplet-zh_TW.omf -share/pixmaps/accessx-status-applet/ax-applet.png -share/pixmaps/accessx-status-applet/ax-bouncekeys.png -share/pixmaps/accessx-status-applet/ax-key-base.png -share/pixmaps/accessx-status-applet/ax-key-inverse.png -share/pixmaps/accessx-status-applet/ax-key-no.png -share/pixmaps/accessx-status-applet/ax-key-none.png -share/pixmaps/accessx-status-applet/ax-key-yes.png -share/pixmaps/accessx-status-applet/ax-slowkeys-no.png -share/pixmaps/accessx-status-applet/ax-slowkeys-pending.png -share/pixmaps/accessx-status-applet/ax-slowkeys-yes.png -share/pixmaps/accessx-status-applet/ax-slowkeys.png -share/pixmaps/accessx-status-applet/mousekeys-base.png -share/pixmaps/accessx-status-applet/mousekeys-default-left.png -share/pixmaps/accessx-status-applet/mousekeys-default-middle.png -share/pixmaps/accessx-status-applet/mousekeys-default-right.png -share/pixmaps/accessx-status-applet/mousekeys-pressed-left.png -share/pixmaps/accessx-status-applet/mousekeys-pressed-middle.png -share/pixmaps/accessx-status-applet/mousekeys-pressed-right.png -share/pixmaps/accessx-status-applet/sticky-alt-latched.png -share/pixmaps/accessx-status-applet/sticky-alt-locked.png -share/pixmaps/accessx-status-applet/sticky-alt-none.png -share/pixmaps/accessx-status-applet/sticky-ctrl-latched.png -share/pixmaps/accessx-status-applet/sticky-ctrl-locked.png -share/pixmaps/accessx-status-applet/sticky-ctrl-none.png -share/pixmaps/accessx-status-applet/sticky-hyper-latched.png -share/pixmaps/accessx-status-applet/sticky-hyper-locked.png -share/pixmaps/accessx-status-applet/sticky-hyper-none.png -share/pixmaps/accessx-status-applet/sticky-meta-latched.png -share/pixmaps/accessx-status-applet/sticky-meta-locked.png -share/pixmaps/accessx-status-applet/sticky-meta-none.png -share/pixmaps/accessx-status-applet/sticky-shift-latched.png -share/pixmaps/accessx-status-applet/sticky-shift-locked.png -share/pixmaps/accessx-status-applet/sticky-shift-none.png -share/pixmaps/accessx-status-applet/sticky-super-latched.png -share/pixmaps/accessx-status-applet/sticky-super-locked.png -share/pixmaps/accessx-status-applet/sticky-super-none.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-100.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-25.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-50.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-75.png -%%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-na.png -share/pixmaps/stickynotes/close.png -share/pixmaps/stickynotes/locked.png -share/pixmaps/stickynotes/resize_se.png -share/pixmaps/stickynotes/resize_sw.png -share/pixmaps/stickynotes/unlocked.png -%%CPUFREQ%%share/polkit-1/actions/org.gnome.cpufreqselector.policy -share/xmodmap/base.xml -share/xmodmap/xmodmap.am -share/xmodmap/xmodmap.ar -share/xmodmap/xmodmap.be -share/xmodmap/xmodmap.bg -share/xmodmap/xmodmap.br -share/xmodmap/xmodmap.ch -share/xmodmap/xmodmap.ch_de -share/xmodmap/xmodmap.ch_fr -share/xmodmap/xmodmap.cz -share/xmodmap/xmodmap.de -share/xmodmap/xmodmap.de-apple -share/xmodmap/xmodmap.dk -share/xmodmap/xmodmap.dvorak -share/xmodmap/xmodmap.ee -share/xmodmap/xmodmap.es -share/xmodmap/xmodmap.es_x86 -share/xmodmap/xmodmap.fi -share/xmodmap/xmodmap.fr -share/xmodmap/xmodmap.fr-2 -share/xmodmap/xmodmap.fr_x86 -share/xmodmap/xmodmap.gb -share/xmodmap/xmodmap.gb-102 -share/xmodmap/xmodmap.gb-105 -share/xmodmap/xmodmap.ge_la -share/xmodmap/xmodmap.ge_ru -share/xmodmap/xmodmap.gr -share/xmodmap/xmodmap.hu -share/xmodmap/xmodmap.hu-101-lat1 -share/xmodmap/xmodmap.hu-101-lat2 -share/xmodmap/xmodmap.hu-ibm -share/xmodmap/xmodmap.hu-lat1 -share/xmodmap/xmodmap.hu-sun-lat2 -share/xmodmap/xmodmap.hu.old -share/xmodmap/xmodmap.hu_latin1 -share/xmodmap/xmodmap.hu_x86 -share/xmodmap/xmodmap.il -share/xmodmap/xmodmap.il_phonetic -share/xmodmap/xmodmap.is -share/xmodmap/xmodmap.it -share/xmodmap/xmodmap.jp -share/xmodmap/xmodmap.kr -share/xmodmap/xmodmap.la -share/xmodmap/xmodmap.lt -share/xmodmap/xmodmap.lt_b -share/xmodmap/xmodmap.lt_p -share/xmodmap/xmodmap.mk -share/xmodmap/xmodmap.mn -share/xmodmap/xmodmap.mn-phonet -share/xmodmap/xmodmap.mn-rev -share/xmodmap/xmodmap.mn-uni -share/xmodmap/xmodmap.nl -share/xmodmap/xmodmap.no -share/xmodmap/xmodmap.pl -share/xmodmap/xmodmap.pl2 -share/xmodmap/xmodmap.pt -share/xmodmap/xmodmap.pt-dead -share/xmodmap/xmodmap.qc -share/xmodmap/xmodmap.qc-2 -share/xmodmap/xmodmap.ro -share/xmodmap/xmodmap.ru -share/xmodmap/xmodmap.ru-rev -share/xmodmap/xmodmap.ru_yawerty -share/xmodmap/xmodmap.se -share/xmodmap/xmodmap.sf -share/xmodmap/xmodmap.sg -share/xmodmap/xmodmap.si -share/xmodmap/xmodmap.sk -share/xmodmap/xmodmap.th -share/xmodmap/xmodmap.tr_f -share/xmodmap/xmodmap.tr_q -share/xmodmap/xmodmap.uk -share/xmodmap/xmodmap.uk_x86 -share/xmodmap/xmodmap.us -share/xmodmap/xmodmap.us-101 -share/xmodmap/xmodmap.us-84 -share/xmodmap/xmodmap.us-dec -share/xmodmap/xmodmap.us-ibm -share/xmodmap/xmodmap.us-int -share/xmodmap/xmodmap.us-mac -share/xmodmap/xmodmap.us-sgi-101 -share/xmodmap/xmodmap.us-sun -share/xmodmap/xmodmap.us.old -share/xmodmap/xmodmap.us101A_x86 -share/xmodmap/xmodmap.us_intl -share/xmodmap/xmodmap.yu -@dirrm share/pixmaps/stickynotes -%%CPUFREQ%%@dirrm share/pixmaps/cpufreq-applet -@dirrm share/pixmaps/accessx-status-applet -@dirrm share/omf/trashapplet -@dirrm share/omf/stickynotes_applet -@dirrm share/omf/multiload -@dirrm share/omf/mixer_applet2 -%%PYTHON%%@dirrm share/omf/invest-applet -@dirrm share/omf/gweather -@dirrm share/omf/geyes -@dirrm share/omf/drivemount -%%CPUFREQ%%@dirrm share/omf/cpufreq-applet -%%COMMANDER%%@dirrm share/omf/command-line -@dirrm share/omf/char-palette -%%BATTERY%%@dirrm share/omf/battstat -@dirrm share/omf/accessx-status -@dirrm share/gnome/help/trashapplet/zh_TW/figures -@dirrm share/gnome/help/trashapplet/zh_TW -@dirrm share/gnome/help/trashapplet/zh_HK/figures -@dirrm share/gnome/help/trashapplet/zh_HK -@dirrm share/gnome/help/trashapplet/zh_CN/figures -@dirrm share/gnome/help/trashapplet/zh_CN -@dirrm share/gnome/help/trashapplet/uk/figures -@dirrm share/gnome/help/trashapplet/uk -@dirrm share/gnome/help/trashapplet/sv/figures -@dirrm share/gnome/help/trashapplet/sv -@dirrm share/gnome/help/trashapplet/ru/figures -@dirrm share/gnome/help/trashapplet/ru -@dirrm share/gnome/help/trashapplet/pt_BR/figures -@dirrm share/gnome/help/trashapplet/pt_BR -@dirrm share/gnome/help/trashapplet/pa/figures -@dirrm share/gnome/help/trashapplet/pa -@dirrm share/gnome/help/trashapplet/oc/figures -@dirrm share/gnome/help/trashapplet/oc -@dirrm share/gnome/help/trashapplet/nl/figures -@dirrm share/gnome/help/trashapplet/nl -@dirrm share/gnome/help/trashapplet/it/figures -@dirrm share/gnome/help/trashapplet/it -@dirrm share/gnome/help/trashapplet/hu/figures -@dirrm share/gnome/help/trashapplet/hu -@dirrm share/gnome/help/trashapplet/fr/figures -@dirrm share/gnome/help/trashapplet/fr -@dirrm share/gnome/help/trashapplet/fi/figures -@dirrm share/gnome/help/trashapplet/fi -@dirrm share/gnome/help/trashapplet/eu/figures -@dirrm share/gnome/help/trashapplet/eu -@dirrm share/gnome/help/trashapplet/es/figures -@dirrm share/gnome/help/trashapplet/es -@dirrm share/gnome/help/trashapplet/en_GB/figures -@dirrm share/gnome/help/trashapplet/en_GB -@dirrm share/gnome/help/trashapplet/el/figures -@dirrm share/gnome/help/trashapplet/el -@dirrm share/gnome/help/trashapplet/de/figures -@dirrm share/gnome/help/trashapplet/de -@dirrm share/gnome/help/trashapplet/da/figures -@dirrm share/gnome/help/trashapplet/da -@dirrm share/gnome/help/trashapplet/cs/figures -@dirrm share/gnome/help/trashapplet/cs -@dirrm share/gnome/help/trashapplet/ca/figures -@dirrm share/gnome/help/trashapplet/ca -@dirrm share/gnome/help/trashapplet/C/figures -@dirrm share/gnome/help/trashapplet/C -@dirrm share/gnome/help/trashapplet -@dirrm share/gnome/help/stickynotes_applet/zh_TW/figures -@dirrm share/gnome/help/stickynotes_applet/zh_TW -@dirrm share/gnome/help/stickynotes_applet/zh_HK/figures -@dirrm share/gnome/help/stickynotes_applet/zh_HK -@dirrm share/gnome/help/stickynotes_applet/zh_CN/figures -@dirrm share/gnome/help/stickynotes_applet/zh_CN -@dirrm share/gnome/help/stickynotes_applet/uk/figures -@dirrm share/gnome/help/stickynotes_applet/uk -@dirrm share/gnome/help/stickynotes_applet/sv/figures -@dirrm share/gnome/help/stickynotes_applet/sv -@dirrm share/gnome/help/stickynotes_applet/ru/figures -@dirrm share/gnome/help/stickynotes_applet/ru -@dirrm share/gnome/help/stickynotes_applet/pt_BR/figures -@dirrm share/gnome/help/stickynotes_applet/pt_BR -@dirrm share/gnome/help/stickynotes_applet/pa/figures -@dirrm share/gnome/help/stickynotes_applet/pa -@dirrm share/gnome/help/stickynotes_applet/oc/figures -@dirrm share/gnome/help/stickynotes_applet/oc -@dirrm share/gnome/help/stickynotes_applet/ko/figures -@dirrm share/gnome/help/stickynotes_applet/ko -@dirrm share/gnome/help/stickynotes_applet/fr/figures -@dirrm share/gnome/help/stickynotes_applet/fr -@dirrm share/gnome/help/stickynotes_applet/fi/figures -@dirrm share/gnome/help/stickynotes_applet/fi -@dirrm share/gnome/help/stickynotes_applet/eu/figures -@dirrm share/gnome/help/stickynotes_applet/eu -@dirrm share/gnome/help/stickynotes_applet/es/figures -@dirrm share/gnome/help/stickynotes_applet/es -@dirrm share/gnome/help/stickynotes_applet/en_GB/figures -@dirrm share/gnome/help/stickynotes_applet/en_GB -@dirrm share/gnome/help/stickynotes_applet/el/figures -@dirrm share/gnome/help/stickynotes_applet/el -@dirrm share/gnome/help/stickynotes_applet/de/figures -@dirrm share/gnome/help/stickynotes_applet/de -@dirrm share/gnome/help/stickynotes_applet/cs/figures -@dirrm share/gnome/help/stickynotes_applet/cs -@dirrm share/gnome/help/stickynotes_applet/ca/figures -@dirrm share/gnome/help/stickynotes_applet/ca -@dirrm share/gnome/help/stickynotes_applet/C/figures -@dirrm share/gnome/help/stickynotes_applet/C -@dirrm share/gnome/help/stickynotes_applet -@dirrm share/gnome/help/multiload/zh_CN/figures -@dirrm share/gnome/help/multiload/zh_CN -@dirrm share/gnome/help/multiload/uk/figures -@dirrm share/gnome/help/multiload/uk -@dirrm share/gnome/help/multiload/sv/figures -@dirrm share/gnome/help/multiload/sv -@dirrm share/gnome/help/multiload/ru/figures -@dirrm share/gnome/help/multiload/ru -@dirrm share/gnome/help/multiload/pt_BR/figures -@dirrm share/gnome/help/multiload/pt_BR -@dirrm share/gnome/help/multiload/pa/figures -@dirrm share/gnome/help/multiload/pa -@dirrm share/gnome/help/multiload/oc/figures -@dirrm share/gnome/help/multiload/oc -@dirrm share/gnome/help/multiload/ko/figures -@dirrm share/gnome/help/multiload/ko -@dirrm share/gnome/help/multiload/fr/figures -@dirrm share/gnome/help/multiload/fr -@dirrm share/gnome/help/multiload/fi/figures -@dirrm share/gnome/help/multiload/fi -@dirrm share/gnome/help/multiload/eu/figures -@dirrm share/gnome/help/multiload/eu -@dirrm share/gnome/help/multiload/es/figures -@dirrm share/gnome/help/multiload/es -@dirrm share/gnome/help/multiload/en_GB/figures -@dirrm share/gnome/help/multiload/en_GB -@dirrm share/gnome/help/multiload/el/figures -@dirrm share/gnome/help/multiload/el -@dirrm share/gnome/help/multiload/de/figures -@dirrm share/gnome/help/multiload/de -@dirrm share/gnome/help/multiload/cs/figures -@dirrm share/gnome/help/multiload/cs -@dirrm share/gnome/help/multiload/ca/figures -@dirrm share/gnome/help/multiload/ca -@dirrm share/gnome/help/multiload/C/figures -@dirrm share/gnome/help/multiload/C -@dirrm share/gnome/help/multiload -@dirrm share/gnome/help/mixer_applet2/zh_CN/figures -@dirrm share/gnome/help/mixer_applet2/zh_CN -@dirrm share/gnome/help/mixer_applet2/uk/figures -@dirrm share/gnome/help/mixer_applet2/uk -@dirrm share/gnome/help/mixer_applet2/sv/figures -@dirrm share/gnome/help/mixer_applet2/sv -@dirrm share/gnome/help/mixer_applet2/ru/figures -@dirrm share/gnome/help/mixer_applet2/ru -@dirrm share/gnome/help/mixer_applet2/pt_BR/figures -@dirrm share/gnome/help/mixer_applet2/pt_BR -@dirrm share/gnome/help/mixer_applet2/pa/figures -@dirrm share/gnome/help/mixer_applet2/pa -@dirrm share/gnome/help/mixer_applet2/oc/figures -@dirrm share/gnome/help/mixer_applet2/oc -@dirrm share/gnome/help/mixer_applet2/ko/figures -@dirrm share/gnome/help/mixer_applet2/ko -@dirrm share/gnome/help/mixer_applet2/it/figures -@dirrm share/gnome/help/mixer_applet2/it -@dirrm share/gnome/help/mixer_applet2/hu/figures -@dirrm share/gnome/help/mixer_applet2/hu -@dirrm share/gnome/help/mixer_applet2/fr/figures -@dirrm share/gnome/help/mixer_applet2/fr -@dirrm share/gnome/help/mixer_applet2/fi/figures -@dirrm share/gnome/help/mixer_applet2/fi -@dirrm share/gnome/help/mixer_applet2/eu/figures -@dirrm share/gnome/help/mixer_applet2/eu -@dirrm share/gnome/help/mixer_applet2/es/figures -@dirrm share/gnome/help/mixer_applet2/es -@dirrm share/gnome/help/mixer_applet2/en_GB/figures -@dirrm share/gnome/help/mixer_applet2/en_GB -@dirrm share/gnome/help/mixer_applet2/el/figures -@dirrm share/gnome/help/mixer_applet2/el -@dirrm share/gnome/help/mixer_applet2/de/figures -@dirrm share/gnome/help/mixer_applet2/de -@dirrm share/gnome/help/mixer_applet2/da/figures -@dirrm share/gnome/help/mixer_applet2/da -@dirrm share/gnome/help/mixer_applet2/cs/figures -@dirrm share/gnome/help/mixer_applet2/cs -@dirrm share/gnome/help/mixer_applet2/ca/figures -@dirrm share/gnome/help/mixer_applet2/ca -@dirrm share/gnome/help/mixer_applet2/C/figures -@dirrm share/gnome/help/mixer_applet2/C -@dirrm share/gnome/help/mixer_applet2 -%%PYTHON%%@dirrm share/gnome/help/invest-applet/zh_CN/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/zh_CN -%%PYTHON%%@dirrm share/gnome/help/invest-applet/sv/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/sv -%%PYTHON%%@dirrm share/gnome/help/invest-applet/ru/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/ru -%%PYTHON%%@dirrm share/gnome/help/invest-applet/it/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/it -%%PYTHON%%@dirrm share/gnome/help/invest-applet/fi/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/fi -%%PYTHON%%@dirrm share/gnome/help/invest-applet/es/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/es -%%PYTHON%%@dirrm share/gnome/help/invest-applet/en_GB/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/en_GB -%%PYTHON%%@dirrm share/gnome/help/invest-applet/el/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/el -%%PYTHON%%@dirrm share/gnome/help/invest-applet/de/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/de -%%PYTHON%%@dirrm share/gnome/help/invest-applet/ca/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/ca -%%PYTHON%%@dirrm share/gnome/help/invest-applet/C/figures -%%PYTHON%%@dirrm share/gnome/help/invest-applet/C -%%PYTHON%%@dirrm share/gnome/help/invest-applet -@dirrm share/gnome/help/gweather/zh_CN/figures -@dirrm share/gnome/help/gweather/zh_CN -@dirrm share/gnome/help/gweather/uk/figures -@dirrm share/gnome/help/gweather/uk -@dirrm share/gnome/help/gweather/sv/figures -@dirrm share/gnome/help/gweather/sv -@dirrm share/gnome/help/gweather/ru/figures -@dirrm share/gnome/help/gweather/ru -@dirrm share/gnome/help/gweather/pt_BR/figures -@dirrm share/gnome/help/gweather/pt_BR -@dirrm share/gnome/help/gweather/pa/figures -@dirrm share/gnome/help/gweather/pa -@dirrm share/gnome/help/gweather/oc/figures -@dirrm share/gnome/help/gweather/oc -@dirrm share/gnome/help/gweather/nl/figures -@dirrm share/gnome/help/gweather/nl -@dirrm share/gnome/help/gweather/ko/figures -@dirrm share/gnome/help/gweather/ko -@dirrm share/gnome/help/gweather/fr/figures -@dirrm share/gnome/help/gweather/fr -@dirrm share/gnome/help/gweather/fi/figures -@dirrm share/gnome/help/gweather/fi -@dirrm share/gnome/help/gweather/eu/figures -@dirrm share/gnome/help/gweather/eu -@dirrm share/gnome/help/gweather/es/figures -@dirrm share/gnome/help/gweather/es -@dirrm share/gnome/help/gweather/en_GB/figures -@dirrm share/gnome/help/gweather/en_GB -@dirrm share/gnome/help/gweather/el/figures -@dirrm share/gnome/help/gweather/el -@dirrm share/gnome/help/gweather/de/figures -@dirrm share/gnome/help/gweather/de -@dirrm share/gnome/help/gweather/cs/figures -@dirrm share/gnome/help/gweather/cs -@dirrm share/gnome/help/gweather/ca/figures -@dirrm share/gnome/help/gweather/ca -@dirrm share/gnome/help/gweather/ar/figures -@dirrm share/gnome/help/gweather/ar -@dirrm share/gnome/help/gweather/C/figures -@dirrm share/gnome/help/gweather/C -@dirrm share/gnome/help/gweather -@dirrm share/gnome/help/geyes/zh_TW/figures -@dirrm share/gnome/help/geyes/zh_TW -@dirrm share/gnome/help/geyes/zh_HK/figures -@dirrm share/gnome/help/geyes/zh_HK -@dirrm share/gnome/help/geyes/zh_CN/figures -@dirrm share/gnome/help/geyes/zh_CN -@dirrm share/gnome/help/geyes/uk/figures -@dirrm share/gnome/help/geyes/uk -@dirrm share/gnome/help/geyes/sv/figures -@dirrm share/gnome/help/geyes/sv -@dirrm share/gnome/help/geyes/ru/figures -@dirrm share/gnome/help/geyes/ru -@dirrm share/gnome/help/geyes/oc/figures -@dirrm share/gnome/help/geyes/oc -@dirrm share/gnome/help/geyes/ko/figures -@dirrm share/gnome/help/geyes/ko -@dirrm share/gnome/help/geyes/it/figures -@dirrm share/gnome/help/geyes/it -@dirrm share/gnome/help/geyes/fr/figures -@dirrm share/gnome/help/geyes/fr -@dirrm share/gnome/help/geyes/fi/figures -@dirrm share/gnome/help/geyes/fi -@dirrm share/gnome/help/geyes/eu/figures -@dirrm share/gnome/help/geyes/eu -@dirrm share/gnome/help/geyes/es/figures -@dirrm share/gnome/help/geyes/es -@dirrm share/gnome/help/geyes/en_GB/figures -@dirrm share/gnome/help/geyes/en_GB -@dirrm share/gnome/help/geyes/el/figures -@dirrm share/gnome/help/geyes/el -@dirrm share/gnome/help/geyes/de/figures -@dirrm share/gnome/help/geyes/de -@dirrm share/gnome/help/geyes/da/figures -@dirrm share/gnome/help/geyes/da -@dirrm share/gnome/help/geyes/cs/figures -@dirrm share/gnome/help/geyes/cs -@dirrm share/gnome/help/geyes/ca/figures -@dirrm share/gnome/help/geyes/ca -@dirrm share/gnome/help/geyes/bg/figures -@dirrm share/gnome/help/geyes/bg -@dirrm share/gnome/help/geyes/ast/figures -@dirrm share/gnome/help/geyes/ast -@dirrm share/gnome/help/geyes/C/figures -@dirrm share/gnome/help/geyes/C -@dirrm share/gnome/help/geyes -@dirrm share/gnome/help/drivemount/zh_CN/figures -@dirrm share/gnome/help/drivemount/zh_CN -@dirrm share/gnome/help/drivemount/uk/figures -@dirrm share/gnome/help/drivemount/uk -@dirrm share/gnome/help/drivemount/sv/figures -@dirrm share/gnome/help/drivemount/sv -@dirrm share/gnome/help/drivemount/ru/figures -@dirrm share/gnome/help/drivemount/ru -@dirrm share/gnome/help/drivemount/pa/figures -@dirrm share/gnome/help/drivemount/pa -@dirrm share/gnome/help/drivemount/oc/figures -@dirrm share/gnome/help/drivemount/oc -@dirrm share/gnome/help/drivemount/ko/figures -@dirrm share/gnome/help/drivemount/ko -@dirrm share/gnome/help/drivemount/it/figures -@dirrm share/gnome/help/drivemount/it -@dirrm share/gnome/help/drivemount/fr/figures -@dirrm share/gnome/help/drivemount/fr -@dirrm share/gnome/help/drivemount/fi/figures -@dirrm share/gnome/help/drivemount/fi -@dirrm share/gnome/help/drivemount/eu/figures -@dirrm share/gnome/help/drivemount/eu -@dirrm share/gnome/help/drivemount/es/figures -@dirrm share/gnome/help/drivemount/es -@dirrm share/gnome/help/drivemount/en_GB/figures -@dirrm share/gnome/help/drivemount/en_GB -@dirrm share/gnome/help/drivemount/el/figures -@dirrm share/gnome/help/drivemount/el -@dirrm share/gnome/help/drivemount/de/figures -@dirrm share/gnome/help/drivemount/de -@dirrm share/gnome/help/drivemount/da/figures -@dirrm share/gnome/help/drivemount/da -@dirrm share/gnome/help/drivemount/cs/figures -@dirrm share/gnome/help/drivemount/cs -@dirrm share/gnome/help/drivemount/ca/figures -@dirrm share/gnome/help/drivemount/ca -@dirrm share/gnome/help/drivemount/C/figures -@dirrm share/gnome/help/drivemount/C -@dirrm share/gnome/help/drivemount -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_TW/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_TW -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_HK/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_HK -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_CN/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/zh_CN -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/uk -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/sv/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/sv -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ru/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ru -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/pt_BR/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/pt_BR -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/oc/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/oc -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/nl/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/nl -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/hu/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/hu -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fr/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fr -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fi/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/fi -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/eu/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/eu -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/en_GB/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/en_GB -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/el/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/el -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/de/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/de -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/cs/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/cs -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ca/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ca -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet -%%COMMANDER%%@dirrm share/gnome/help/command-line/zh_CN/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/zh_CN -%%COMMANDER%%@dirrm share/gnome/help/command-line/uk/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/uk -%%COMMANDER%%@dirrm share/gnome/help/command-line/sv/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/sv -%%COMMANDER%%@dirrm share/gnome/help/command-line/pt_BR/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/pt_BR -%%COMMANDER%%@dirrm share/gnome/help/command-line/oc/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/oc -%%COMMANDER%%@dirrm share/gnome/help/command-line/ko/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/ko -%%COMMANDER%%@dirrm share/gnome/help/command-line/fr/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/fr -%%COMMANDER%%@dirrm share/gnome/help/command-line/eu/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/eu -%%COMMANDER%%@dirrm share/gnome/help/command-line/es/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/es -%%COMMANDER%%@dirrm share/gnome/help/command-line/en_GB/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/en_GB -%%COMMANDER%%@dirrm share/gnome/help/command-line/el/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/el -%%COMMANDER%%@dirrm share/gnome/help/command-line/de/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/de -%%COMMANDER%%@dirrm share/gnome/help/command-line/ca/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/ca -%%COMMANDER%%@dirrm share/gnome/help/command-line/C/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/C -%%COMMANDER%%@dirrm share/gnome/help/command-line -@dirrm share/gnome/help/char-palette/zh_CN/figures -@dirrm share/gnome/help/char-palette/zh_CN -@dirrm share/gnome/help/char-palette/uk/figures -@dirrm share/gnome/help/char-palette/uk -@dirrm share/gnome/help/char-palette/sv/figures -@dirrm share/gnome/help/char-palette/sv -@dirrm share/gnome/help/char-palette/ru/figures -@dirrm share/gnome/help/char-palette/ru -@dirrm share/gnome/help/char-palette/pt_BR/figures -@dirrm share/gnome/help/char-palette/pt_BR -@dirrm share/gnome/help/char-palette/oc/figures -@dirrm share/gnome/help/char-palette/oc -@dirrm share/gnome/help/char-palette/nl/figures -@dirrm share/gnome/help/char-palette/nl -@dirrm share/gnome/help/char-palette/ko/figures -@dirrm share/gnome/help/char-palette/ko -@dirrm share/gnome/help/char-palette/it/figures -@dirrm share/gnome/help/char-palette/it -@dirrm share/gnome/help/char-palette/fr/figures -@dirrm share/gnome/help/char-palette/fr -@dirrm share/gnome/help/char-palette/fi/figures -@dirrm share/gnome/help/char-palette/fi -@dirrm share/gnome/help/char-palette/eu/figures -@dirrm share/gnome/help/char-palette/eu -@dirrm share/gnome/help/char-palette/es/figures -@dirrm share/gnome/help/char-palette/es -@dirrm share/gnome/help/char-palette/en_GB/figures -@dirrm share/gnome/help/char-palette/en_GB -@dirrm share/gnome/help/char-palette/el/figures -@dirrm share/gnome/help/char-palette/el -@dirrm share/gnome/help/char-palette/de/figures -@dirrm share/gnome/help/char-palette/de -@dirrm share/gnome/help/char-palette/cs/figures -@dirrm share/gnome/help/char-palette/cs -@dirrm share/gnome/help/char-palette/ca/figures -@dirrm share/gnome/help/char-palette/ca -@dirrm share/gnome/help/char-palette/bg/figures -@dirrm share/gnome/help/char-palette/bg -@dirrm share/gnome/help/char-palette/C/figures -@dirrm share/gnome/help/char-palette/C -@dirrm share/gnome/help/char-palette -%%BATTERY%%@dirrm share/gnome/help/battstat/zh_CN/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/zh_CN -%%BATTERY%%@dirrm share/gnome/help/battstat/uk/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/uk -%%BATTERY%%@dirrm share/gnome/help/battstat/sv/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/sv -%%BATTERY%%@dirrm share/gnome/help/battstat/pt_BR/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/pt_BR -%%BATTERY%%@dirrm share/gnome/help/battstat/pa/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/pa -%%BATTERY%%@dirrm share/gnome/help/battstat/oc/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/oc -%%BATTERY%%@dirrm share/gnome/help/battstat/ko/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/ko -%%BATTERY%%@dirrm share/gnome/help/battstat/fr/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/fr -%%BATTERY%%@dirrm share/gnome/help/battstat/fi/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/fi -%%BATTERY%%@dirrm share/gnome/help/battstat/eu/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/eu -%%BATTERY%%@dirrm share/gnome/help/battstat/es/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/es -%%BATTERY%%@dirrm share/gnome/help/battstat/en_GB/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/en_GB -%%BATTERY%%@dirrm share/gnome/help/battstat/el/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/el -%%BATTERY%%@dirrm share/gnome/help/battstat/de/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/de -%%BATTERY%%@dirrm share/gnome/help/battstat/da/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/da -%%BATTERY%%@dirrm share/gnome/help/battstat/bg/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/bg -%%BATTERY%%@dirrm share/gnome/help/battstat/cs/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/cs -%%BATTERY%%@dirrm share/gnome/help/battstat/ca/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/ca -%%BATTERY%%@dirrm share/gnome/help/battstat/C/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/C -%%BATTERY%%@dirrm share/gnome/help/battstat -@dirrm share/gnome/help/accessx-status/zh_CN/figures -@dirrm share/gnome/help/accessx-status/zh_CN -@dirrm share/gnome/help/accessx-status/uk/figures -@dirrm share/gnome/help/accessx-status/uk -@dirrm share/gnome/help/accessx-status/sv/figures -@dirrm share/gnome/help/accessx-status/sv -@dirrm share/gnome/help/accessx-status/oc/figures -@dirrm share/gnome/help/accessx-status/oc -@dirrm share/gnome/help/accessx-status/nl/figures -@dirrm share/gnome/help/accessx-status/nl -@dirrm share/gnome/help/accessx-status/ko/figures -@dirrm share/gnome/help/accessx-status/ko -@dirrm share/gnome/help/accessx-status/it/figures -@dirrm share/gnome/help/accessx-status/it -@dirrm share/gnome/help/accessx-status/gl/figures -@dirrm share/gnome/help/accessx-status/gl -@dirrm share/gnome/help/accessx-status/fr/figures -@dirrm share/gnome/help/accessx-status/fr -@dirrm share/gnome/help/accessx-status/fi/figures -@dirrm share/gnome/help/accessx-status/fi -@dirrm share/gnome/help/accessx-status/eu/figures -@dirrm share/gnome/help/accessx-status/eu -@dirrm share/gnome/help/accessx-status/es/figures -@dirrm share/gnome/help/accessx-status/es -@dirrm share/gnome/help/accessx-status/en_GB/figures -@dirrm share/gnome/help/accessx-status/en_GB -@dirrm share/gnome/help/accessx-status/el/figures -@dirrm share/gnome/help/accessx-status/el -@dirrm share/gnome/help/accessx-status/de/figures -@dirrm share/gnome/help/accessx-status/de -@dirrm share/gnome/help/accessx-status/cs/figures -@dirrm share/gnome/help/accessx-status/cs -@dirrm share/gnome/help/accessx-status/ca/figures -@dirrm share/gnome/help/accessx-status/ca -@dirrm share/gnome/help/accessx-status/bg/figures -@dirrm share/gnome/help/accessx-status/bg -@dirrm share/gnome/help/accessx-status/C/figures -@dirrm share/gnome/help/accessx-status/C -@dirrm share/gnome/help/accessx-status -%%PYTHON%%@dirrm %%DATADIR%%/invest-applet -@dirrmtry share/gnome-panel/applets -@dirrmtry share/gnome-panel -@dirrm %%DATADIR%%/geyes/Tango -@dirrm %%DATADIR%%/geyes/Horrid -@dirrm %%DATADIR%%/geyes/Default-tiny -@dirrm %%DATADIR%%/geyes/Default -@dirrm %%DATADIR%%/geyes/Bloodshot -@dirrm %%DATADIR%%/geyes/Bizarre -@dirrm %%DATADIR%%/geyes -@dirrm %%DATADIR%%/builder -@dirrm %%DATADIR%% -%%COMMANDER%%@dirrmtry libexec/gnome-applets -%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/invest -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/es_VE/LC_MESSAGES -@dirrmtry share/locale/es_VE -@dirrmtry share/locale/es_UY/LC_MESSAGES -@dirrmtry share/locale/es_UY -@dirrmtry share/locale/es_SV/LC_MESSAGES -@dirrmtry share/locale/es_SV -@dirrmtry share/locale/es_PR/LC_MESSAGES -@dirrmtry share/locale/es_PR -@dirrmtry share/locale/es_PE/LC_MESSAGES -@dirrmtry share/locale/es_PE -@dirrmtry share/locale/es_PA/LC_MESSAGES -@dirrmtry share/locale/es_PA -@dirrmtry share/locale/es_NI/LC_MESSAGES -@dirrmtry share/locale/es_NI -@dirrmtry share/locale/es_HN/LC_MESSAGES -@dirrmtry share/locale/es_HN -@dirrmtry share/locale/es_GT/LC_MESSAGES -@dirrmtry share/locale/es_GT -@dirrmtry share/locale/es_EC/LC_MESSAGES -@dirrmtry share/locale/es_EC -@dirrmtry share/locale/es_DO/LC_MESSAGES -@dirrmtry share/locale/es_DO -@dirrmtry share/locale/es_CR/LC_MESSAGES -@dirrmtry share/locale/es_CR -@dirrmtry share/locale/es_CO/LC_MESSAGES -@dirrmtry share/locale/es_CO -@dirrmtry share/locale/es_CL/LC_MESSAGES -@dirrmtry share/locale/es_CL -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |