diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
commit | ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 (patch) | |
tree | 5538a7d3541f6d56e4bbab9c6329f5b9db64dafb /x11 | |
parent | 7934df773e0cc2a9924de75dd7cad9cc3d79d4ee (diff) | |
download | ports-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.tar.gz ports-ae52bc80895a23ddbe33b86e75a9cf331ae32ba9.zip |
Notes
Diffstat (limited to 'x11')
50 files changed, 532 insertions, 281 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 8e00f2c136f0..e3f413599dc6 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.142 2009/01/10 01:59:22 mezz Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.148 2009/03/18 04:02:31 marcus Exp $ # PORTNAME= gdm -PORTVERSION= 2.24.1 -PORTREVISION= 6 +PORTVERSION= 2.26.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo index 70511a9d1f11..8cdc2bc522cc 100644 --- a/x11/gdm/distinfo +++ b/x11/gdm/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gdm-2.24.1.tar.bz2) = 31139d7a79096463b127b4790058b056 -SHA256 (gnome2/gdm-2.24.1.tar.bz2) = 8869f464818a1626e481bba5c562bdb972ffb74f1a9da91d01199fa860ee040f -SIZE (gnome2/gdm-2.24.1.tar.bz2) = 2579979 +MD5 (gnome2/gdm-2.26.0.tar.bz2) = b1a8db2f0e058d3c7b4c9a4600839a14 +SHA256 (gnome2/gdm-2.26.0.tar.bz2) = 34b9e36eaaa004f47b3e67924537cba1bdfe6ae467d8f0d30028ae7e6ef34627 +SIZE (gnome2/gdm-2.26.0.tar.bz2) = 2552457 diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in index 23ab71b4beaa..2aa2cf3d9969 100644 --- a/x11/gdm/files/gdm.in +++ b/x11/gdm/files/gdm.in @@ -1,6 +1,6 @@ #!/bin/sh # $FreeBSD$ -# $MCom: ports/x11/gdm/files/gdm.in,v 1.32 2008/08/17 17:31:43 marcus Exp $ +# $MCom: ports/x11/gdm/files/gdm.in,v 1.35 2009/04/09 03:24:09 mezz Exp $ # PROVIDE: gdm # REQUIRE: LOGIN cleanvar moused syscons dbus hald diff --git a/x11/gdm/files/patch-common_gdm-settings-keys.h b/x11/gdm/files/patch-common_gdm-settings-keys.h deleted file mode 100644 index 06ebc0800e18..000000000000 --- a/x11/gdm/files/patch-common_gdm-settings-keys.h +++ /dev/null @@ -1,10 +0,0 @@ ---- common/gdm-settings-keys.h.orig 2008-02-20 16:27:34.000000000 -0500 -+++ common/gdm-settings-keys.h 2008-02-25 22:23:35.000000000 -0500 -@@ -30,6 +30,7 @@ G_BEGIN_DECLS - #define GDM_KEY_TIMED_LOGIN_ENABLE "daemon/TimedLoginEnable" - #define GDM_KEY_TIMED_LOGIN_USER "daemon/TimedLogin" - #define GDM_KEY_TIMED_LOGIN_DELAY "daemon/TimedLoginDelay" -+#define GDM_KEY_VT "daemon/VT" - - #define GDM_KEY_XDMCP_ENABLE "xdmcp/Enable" - #define GDM_KEY_MAX_PENDING "xdmcp/MaxPending" diff --git a/x11/gdm/files/patch-daemon-gdm-server.c b/x11/gdm/files/patch-daemon-gdm-server.c deleted file mode 100644 index 079c62c66b6a..000000000000 --- a/x11/gdm/files/patch-daemon-gdm-server.c +++ /dev/null @@ -1,73 +0,0 @@ ---- daemon/gdm-server.c.orig 2008-03-17 19:11:00.000000000 -0400 -+++ daemon/gdm-server.c 2008-08-25 16:11:10.000000000 -0400 -@@ -44,6 +44,10 @@ - #include "gdm-common.h" - #include "gdm-signal-handler.h" - -+#include "gdm-settings.h" -+#include "gdm-settings-direct.h" -+#include "gdm-settings-keys.h" -+ - #include "gdm-server.h" - - extern char **environ; -@@ -77,6 +81,7 @@ struct GdmServerPrivate - char *parent_display_name; - char *parent_auth_file; - char *chosen_hostname; -+ char *vt; - - guint child_watch_id; - }; -@@ -306,7 +311,7 @@ gdm_server_resolve_command_line (GdmServ - argv[len++] = g_strdup ("tcp"); - } - -- if (vtarg != NULL && ! gotvtarg) { -+ if (vtarg != NULL && ! gotvtarg && strncmp (server->priv->display_name, ":0", 2) == 0) { - argv[len++] = g_strdup (vtarg); - } - -@@ -673,7 +678,7 @@ gdm_server_start (GdmServer *server) - gboolean res; - - /* fork X server process */ -- res = gdm_server_spawn (server, NULL); -+ res = gdm_server_spawn (server, server->priv->vt); - - return res; - } -@@ -925,12 +930,33 @@ static void - gdm_server_init (GdmServer *server) - { - -+ int vt; -+ gboolean has_vt; -+ GdmSettings *settings = NULL; - server->priv = GDM_SERVER_GET_PRIVATE (server); - -+ -+ settings = gdm_settings_new(); -+ if (settings == NULL) { -+ g_assert ("Unable to initialize settings"); -+ } -+ -+ if (! gdm_settings_direct_init (settings, GDMCONFDIR "/gdm.schemas", "/")) { -+ g_assert ("Unable to initialize settings"); -+ } -+ -+ has_vt = gdm_settings_direct_get_int (GDM_KEY_VT, &vt); -+ -+ g_object_unref (settings); -+ - server->priv->pid = -1; - server->priv->command = g_strdup (X_SERVER " -br -verbose"); - server->priv->log_dir = g_strdup (LOGDIR); - -+ if (has_vt) { -+ server->priv->vt = g_strdup_printf ("vt %d", vt); -+ } -+ - add_ready_handler (server); - } - diff --git a/x11/gdm/files/patch-data_gdm.schemas.in.in b/x11/gdm/files/patch-data_gdm.schemas.in.in deleted file mode 100644 index ae5572ddde3e..000000000000 --- a/x11/gdm/files/patch-data_gdm.schemas.in.in +++ /dev/null @@ -1,14 +0,0 @@ ---- data/gdm.schemas.in.in.orig 2007-12-13 12:14:19.000000000 -0500 -+++ data/gdm.schemas.in.in 2007-12-13 12:15:05.000000000 -0500 -@@ -11,6 +11,11 @@ - <signature>s</signature> - <default>gdm</default> - </schema> -+ <schema> -+ <key>daemon/VT</key> -+ <signature>i</signature> -+ <default>9</default> -+ </schema> - - <schema> - <key>xdmcp/Enable</key> diff --git a/x11/gdm/pkg-plist b/x11/gdm/pkg-plist index 88d9237bd8e7..cfe404abd8bd 100644 --- a/x11/gdm/pkg-plist +++ b/x11/gdm/pkg-plist @@ -46,6 +46,7 @@ share/gnome/help/gdm/de/gdm.xml share/gnome/help/gdm/en_GB/gdm.xml share/gnome/help/gdm/es/gdm.xml share/gnome/help/gdm/fr/gdm.xml +share/gnome/help/gdm/it/gdm.xml share/gnome/help/gdm/ko/gdm.xml share/gnome/help/gdm/oc/gdm.xml share/gnome/help/gdm/ru/gdm.xml @@ -58,13 +59,16 @@ share/locale/af/LC_MESSAGES/gdm.mo share/locale/am/LC_MESSAGES/gdm.mo share/locale/ar/LC_MESSAGES/gdm.mo share/locale/as/LC_MESSAGES/gdm.mo +share/locale/ast/LC_MESSAGES/gdm.mo share/locale/az/LC_MESSAGES/gdm.mo share/locale/be/LC_MESSAGES/gdm.mo +share/locale/be@latin/LC_MESSAGES/gdm.mo share/locale/bg/LC_MESSAGES/gdm.mo share/locale/bn/LC_MESSAGES/gdm.mo share/locale/bn_IN/LC_MESSAGES/gdm.mo share/locale/bs/LC_MESSAGES/gdm.mo share/locale/ca/LC_MESSAGES/gdm.mo +share/locale/crh/LC_MESSAGES/gdm.mo share/locale/cs/LC_MESSAGES/gdm.mo share/locale/cy/LC_MESSAGES/gdm.mo share/locale/da/LC_MESSAGES/gdm.mo @@ -96,7 +100,6 @@ share/locale/ka/LC_MESSAGES/gdm.mo share/locale/kn/LC_MESSAGES/gdm.mo share/locale/ko/LC_MESSAGES/gdm.mo share/locale/ku/LC_MESSAGES/gdm.mo -share/locale/la/LC_MESSAGES/gdm.mo share/locale/lt/LC_MESSAGES/gdm.mo share/locale/lv/LC_MESSAGES/gdm.mo share/locale/mai/LC_MESSAGES/gdm.mo @@ -134,6 +137,8 @@ share/locale/te/LC_MESSAGES/gdm.mo share/locale/th/LC_MESSAGES/gdm.mo share/locale/tr/LC_MESSAGES/gdm.mo share/locale/uk/LC_MESSAGES/gdm.mo +share/locale/uz/LC_MESSAGES/gdm.mo +share/locale/uz@cyrillic/LC_MESSAGES/gdm.mo share/locale/vi/LC_MESSAGES/gdm.mo share/locale/wa/LC_MESSAGES/gdm.mo share/locale/xh/LC_MESSAGES/gdm.mo @@ -141,6 +146,17 @@ share/locale/zh_CN/LC_MESSAGES/gdm.mo share/locale/zh_HK/LC_MESSAGES/gdm.mo share/locale/zh_TW/LC_MESSAGES/gdm.mo share/locale/zu/LC_MESSAGES/gdm.mo +share/omf/gdm/gdm-C.omf +share/omf/gdm/gdm-de.omf +share/omf/gdm/gdm-en_GB.omf +share/omf/gdm/gdm-es.omf +share/omf/gdm/gdm-fr.omf +share/omf/gdm/gdm-it.omf +share/omf/gdm/gdm-ko.omf +share/omf/gdm/gdm-oc.omf +share/omf/gdm/gdm-ru.omf +share/omf/gdm/gdm-sv.omf +share/omf/gdm/gdm-uk.omf share/pixmaps/faces/astronaut.jpg share/pixmaps/faces/baseball.png share/pixmaps/faces/butterfly.png @@ -174,11 +190,13 @@ share/pixmaps/nohost.png @exec mkdir -p %D/share/xsessions @dirrmtry share/xsessions @dirrm share/pixmaps/faces +@dirrm share/omf/gdm @dirrm share/gnome/help/gdm/uk @dirrm share/gnome/help/gdm/sv @dirrm share/gnome/help/gdm/ru @dirrm share/gnome/help/gdm/oc @dirrm share/gnome/help/gdm/ko +@dirrm share/gnome/help/gdm/it @dirrm share/gnome/help/gdm/fr @dirrm share/gnome/help/gdm/es @dirrm share/gnome/help/gdm/en_GB @@ -210,6 +228,10 @@ share/pixmaps/nohost.png @dirrmtry share/locale/zh_HK @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/uz/LC_MESSAGES +@dirrmtry share/locale/uz @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES @@ -232,8 +254,6 @@ share/pixmaps/nohost.png @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/hy/LC_MESSAGES @@ -242,7 +262,13 @@ share/pixmaps/nohost.png @dirrmtry share/locale/fur @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh @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/gnome-applets/Makefile b/x11/gnome-applets/Makefile index bd0ef7ff8d1c..e615a286de74 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.193 2008/12/20 20:05:50 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.197 2009/03/17 13:00:26 kwm Exp $ # PORTNAME= gnome-applets -PORTVERSION= 2.24.3.1 +PORTVERSION= 2.26.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -36,7 +36,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gnomedocutils \ WANT_GNOME= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gstreamer=0.10 +CONFIGURE_ARGS= --with-gstreamer=0.10 \ + --enable-mixer-applet CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ OS_SYS="/usr/include" diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo index 257b814fd25d..62fe9e66ee2e 100644 --- a/x11/gnome-applets/distinfo +++ b/x11/gnome-applets/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-applets-2.24.3.1.tar.bz2) = 9d60394e9feedb754838e5087ddaee97 -SHA256 (gnome2/gnome-applets-2.24.3.1.tar.bz2) = b9a3d207b78755c49c49bf780815f3b25fd16b6c23f3815cdeb41b5c7d685185 -SIZE (gnome2/gnome-applets-2.24.3.1.tar.bz2) = 7880607 +MD5 (gnome2/gnome-applets-2.26.0.tar.bz2) = eed64366b0a1f4032506ac7221ce898a +SHA256 (gnome2/gnome-applets-2.26.0.tar.bz2) = fec614c75bf26daab73489eae26021f358cfe371f0b70ea1d1ad32a5d6e1761e +SIZE (gnome2/gnome-applets-2.26.0.tar.bz2) = 8602310 diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist index 68f004ac32c3..2a93c03d1c47 100644 --- a/x11/gnome-applets/pkg-plist +++ b/x11/gnome-applets/pkg-plist @@ -147,6 +147,30 @@ 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 @@ -183,6 +207,18 @@ 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 @@ -316,6 +352,12 @@ share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.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 @@ -395,6 +437,12 @@ 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/cpufreq-applet/eu/cpufreq-applet.xml 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 @@ -450,6 +498,10 @@ share/gnome/help/char-palette/uk/figures/charpick_characters.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/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 @@ -462,6 +514,10 @@ share/gnome/help/char-palette/uk/figures/charpick_characters.png %%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 @@ -537,6 +593,15 @@ share/gnome/help/char-palette/uk/figures/charpick_characters.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/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 @@ -627,26 +692,6 @@ share/gnome/help/char-palette/uk/figures/charpick_characters.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 @@ -672,6 +717,12 @@ 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 @@ -739,6 +790,8 @@ 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 @@ -747,6 +800,8 @@ 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 @@ -766,9 +821,12 @@ share/gnome/help/geyes/uk/geyes.xml share/gnome/help/gswitchit/C/gswitchit.xml share/gnome/help/gswitchit/C/legal.xml share/gnome/help/gswitchit/ca/gswitchit.xml +share/gnome/help/gswitchit/cs/gswitchit.xml +share/gnome/help/gswitchit/de/gswitchit.xml share/gnome/help/gswitchit/el/gswitchit.xml share/gnome/help/gswitchit/en_GB/gswitchit.xml share/gnome/help/gswitchit/es/gswitchit.xml +share/gnome/help/gswitchit/eu/gswitchit.xml share/gnome/help/gswitchit/fi/gswitchit.xml share/gnome/help/gswitchit/fr/gswitchit.xml share/gnome/help/gswitchit/oc/gswitchit.xml @@ -836,6 +894,21 @@ 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 @@ -986,8 +1059,25 @@ 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/invest-applet.xml %%PYTHON%%share/gnome/help/invest-applet/C/legal.xml +%%PYTHON%%share/gnome/help/invest-applet/en_GB/invest-applet.xml +%%PYTHON%%share/gnome/help/invest-applet/de/invest-applet.xml %%PYTHON%%share/gnome/help/invest-applet/el/invest-applet.xml %%PYTHON%%share/gnome/help/invest-applet/es/invest-applet.xml %%PYTHON%%share/gnome/help/invest-applet/fi/invest-applet.xml @@ -997,6 +1087,8 @@ 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/de/figures/volumecontrol_applet.png share/gnome/help/mixer_applet2/de/mixer_applet2.xml share/gnome/help/mixer_applet2/el/figures/volumecontrol_applet.png @@ -1005,6 +1097,8 @@ 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 @@ -1036,6 +1130,10 @@ 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/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/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 @@ -1044,6 +1142,10 @@ 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 @@ -1056,10 +1158,6 @@ 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/nl/figures/multiload-preferences.png -share/gnome/help/multiload/nl/figures/system-monitor-applet_window.png -share/gnome/help/multiload/nl/figures/system_monitor.png -share/gnome/help/multiload/nl/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 @@ -1121,6 +1219,12 @@ 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 @@ -1180,6 +1284,8 @@ 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 @@ -1190,6 +1296,8 @@ 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 @@ -1212,10 +1320,6 @@ 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_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 @@ -1237,6 +1341,7 @@ share/icons/hicolor/48x48/apps/ax-applet.png 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 @@ -1341,9 +1446,12 @@ 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-it.omf @@ -1358,6 +1466,7 @@ share/omf/accessx-status/accessx-status-uk.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 @@ -1372,6 +1481,7 @@ share/omf/char-palette/char-palette-ca.omf share/omf/char-palette/char-palette-de.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 @@ -1383,9 +1493,11 @@ share/omf/char-palette/char-palette-ru.omf share/omf/char-palette/char-palette-sv.omf share/omf/char-palette/char-palette-uk.omf %%COMMANDER%%share/omf/command-line/command-line-C.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 @@ -1397,6 +1509,7 @@ share/omf/char-palette/char-palette-uk.omf %%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-de.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-nl.omf @@ -1406,12 +1519,11 @@ share/omf/char-palette/char-palette-uk.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-de.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 @@ -1425,10 +1537,12 @@ share/omf/drivemount/drivemount-zh_CN.omf share/omf/geyes/geyes-C.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-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 @@ -1439,9 +1553,12 @@ share/omf/geyes/geyes-sv.omf share/omf/geyes/geyes-uk.omf share/omf/gswitchit/gswitchit-C.omf share/omf/gswitchit/gswitchit-ca.omf +share/omf/gswitchit/gswitchit-cs.omf +share/omf/gswitchit/gswitchit-de.omf share/omf/gswitchit/gswitchit-el.omf share/omf/gswitchit/gswitchit-en_GB.omf share/omf/gswitchit/gswitchit-es.omf +share/omf/gswitchit/gswitchit-eu.omf share/omf/gswitchit/gswitchit-fi.omf share/omf/gswitchit/gswitchit-fr.omf share/omf/gswitchit/gswitchit-oc.omf @@ -1452,6 +1569,7 @@ share/omf/gweather/gweather-C.omf share/omf/gweather/gweather-de.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 @@ -1462,17 +1580,22 @@ 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-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-sv.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-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 @@ -1486,12 +1609,13 @@ share/omf/mixer_applet2/mixer_applet2-sv.omf share/omf/mixer_applet2/mixer_applet2-uk.omf share/omf/multiload/multiload-C.omf share/omf/multiload/multiload-ca.omf +share/omf/multiload/multiload-de.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-nl.omf share/omf/multiload/multiload-oc.omf share/omf/multiload/multiload-pa.omf share/omf/multiload/multiload-pt_BR.omf @@ -1504,6 +1628,7 @@ 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 @@ -1515,11 +1640,13 @@ share/omf/stickynotes_applet/stickynotes_applet-sv.omf share/omf/stickynotes_applet/stickynotes_applet-uk.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 @@ -1531,8 +1658,6 @@ 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_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 @@ -1682,10 +1807,6 @@ share/xmodmap/xmodmap.yu @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/uk/figures @dirrm share/gnome/help/trashapplet/uk @dirrm share/gnome/help/trashapplet/sv/figures @@ -1708,6 +1829,8 @@ share/xmodmap/xmodmap.yu @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 @@ -1718,6 +1841,8 @@ share/xmodmap/xmodmap.yu @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 @@ -1741,6 +1866,8 @@ share/xmodmap/xmodmap.yu @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 @@ -1766,18 +1893,20 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/multiload/pa @dirrm share/gnome/help/multiload/oc/figures @dirrm share/gnome/help/multiload/oc -@dirrm share/gnome/help/multiload/nl/figures -@dirrm share/gnome/help/multiload/nl @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/de/figures +@dirrm share/gnome/help/multiload/de @dirrm share/gnome/help/multiload/ca/figures @dirrm share/gnome/help/multiload/ca @dirrm share/gnome/help/multiload/C/figures @@ -1805,6 +1934,8 @@ share/xmodmap/xmodmap.yu @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 @@ -1813,6 +1944,8 @@ share/xmodmap/xmodmap.yu @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/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 @@ -1822,8 +1955,12 @@ share/xmodmap/xmodmap.yu %%PYTHON%%@dirrm share/gnome/help/invest-applet/fi %%PYTHON%%@dirrm share/gnome/help/invest-applet/es %%PYTHON%%@dirrm share/gnome/help/invest-applet/el +%%PYTHON%%@dirrm share/gnome/help/invest-applet/en_GB +%%PYTHON%%@dirrm share/gnome/help/invest-applet/de %%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 @@ -1844,6 +1981,8 @@ share/xmodmap/xmodmap.yu @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 @@ -1859,9 +1998,12 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/gswitchit/oc @dirrm share/gnome/help/gswitchit/fr @dirrm share/gnome/help/gswitchit/fi +@dirrm share/gnome/help/gswitchit/eu @dirrm share/gnome/help/gswitchit/es @dirrm share/gnome/help/gswitchit/en_GB @dirrm share/gnome/help/gswitchit/el +@dirrm share/gnome/help/gswitchit/de +@dirrm share/gnome/help/gswitchit/cs @dirrm share/gnome/help/gswitchit/ca @dirrm share/gnome/help/gswitchit/C @dirrm share/gnome/help/gswitchit @@ -1881,6 +2023,8 @@ share/xmodmap/xmodmap.yu @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 @@ -1889,6 +2033,8 @@ share/xmodmap/xmodmap.yu @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 @@ -1916,6 +2062,8 @@ share/xmodmap/xmodmap.yu @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 @@ -1925,10 +2073,6 @@ share/xmodmap/xmodmap.yu @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 @@ -1947,6 +2091,8 @@ share/xmodmap/xmodmap.yu %%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 @@ -1970,12 +2116,16 @@ share/xmodmap/xmodmap.yu %%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/C/figures %%COMMANDER%%@dirrm share/gnome/help/command-line/C %%COMMANDER%%@dirrm share/gnome/help/command-line @@ -1999,6 +2149,8 @@ share/xmodmap/xmodmap.yu @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 @@ -2028,6 +2180,8 @@ share/xmodmap/xmodmap.yu %%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 @@ -2057,12 +2211,18 @@ share/xmodmap/xmodmap.yu @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 diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 5f9b0ada3b83..e75c0a5c1839 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-desktop/Makefile,v 1.154 2008/11/25 17:20:55 mezz Exp $ +# $MCom: ports/x11/gnome-desktop/Makefile,v 1.158 2009/03/17 23:02:03 kwm Exp $ # PORTNAME= gnome-desktop -PORTVERSION= 2.24.3 +PORTVERSION= 2.26.0 PORTREVISION?= 0 CATEGORIES= x11 gnome MASTER_SITES= GNOME @@ -40,6 +40,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gnome-about.1 +post-patch: + @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ + ${WRKSRC}/desktop-docs/fdl/Makefile.in \ + ${WRKSRC}/desktop-docs/gpl/Makefile.in \ + ${WRKSRC}/desktop-docs/lgpl/Makefile.in + .include <bsd.port.mk> .endif diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo index 960bf3767cad..23ed78cda401 100644 --- a/x11/gnome-desktop/distinfo +++ b/x11/gnome-desktop/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-desktop-2.24.3.tar.bz2) = 27579963a56d1d35a22e30c21666a500 -SHA256 (gnome2/gnome-desktop-2.24.3.tar.bz2) = 03b1e08ee1318820f538864e8db492a245848bd727da1412a62de51d4cb76e89 -SIZE (gnome2/gnome-desktop-2.24.3.tar.bz2) = 1509505 +MD5 (gnome2/gnome-desktop-2.26.0.tar.bz2) = 796fc830e0baff24381809a7abe012f8 +SHA256 (gnome2/gnome-desktop-2.26.0.tar.bz2) = 3b3fe18bc30ad60f1bbbb2bc2d2ec14a2f9babb9312eb4834395b5839b7d7ee9 +SIZE (gnome2/gnome-desktop-2.26.0.tar.bz2) = 3186127 diff --git a/x11/gnome-desktop/pkg-plist b/x11/gnome-desktop/pkg-plist index 9f51fab3dcd6..778cfb503f38 100644 --- a/x11/gnome-desktop/pkg-plist +++ b/x11/gnome-desktop/pkg-plist @@ -1,15 +1,16 @@ bin/gnome-about include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h +include/gnome-desktop-2.0/libgnome/gnome-desktop-utils.h include/gnome-desktop-2.0/libgnomeui/gnome-bg.h -include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h -include/gnome-desktop-2.0/libgnomeui/gnome-hint.h +include/gnome-desktop-2.0/libgnomeui/gnome-bg-crossfade.h +include/gnome-desktop-2.0/libgnomeui/gnome-desktop-thumbnail.h include/gnome-desktop-2.0/libgnomeui/gnome-rr-config.h include/gnome-desktop-2.0/libgnomeui/gnome-rr-labeler.h include/gnome-desktop-2.0/libgnomeui/gnome-rr.h lib/libgnome-desktop-2.a lib/libgnome-desktop-2.la lib/libgnome-desktop-2.so -lib/libgnome-desktop-2.so.7 +lib/libgnome-desktop-2.so.11 libdata/pkgconfig/gnome-desktop-2.0.pc share/applications/gnome-about.desktop share/gnome-about/contributors.list @@ -29,6 +30,7 @@ share/gnome/help/fdl/C/fdl.xml share/gnome/help/fdl/ar/fdl.xml share/gnome/help/fdl/de/fdl.xml share/gnome/help/fdl/es/fdl.xml +share/gnome/help/fdl/eu/fdl.xml share/gnome/help/fdl/fr/fdl.xml share/gnome/help/fdl/hu/fdl.xml share/gnome/help/fdl/ko/fdl.xml @@ -42,6 +44,7 @@ share/gnome/help/gpl/ca/gpl.xml share/gnome/help/gpl/cs/gpl.xml share/gnome/help/gpl/de/gpl.xml share/gnome/help/gpl/es/gpl.xml +share/gnome/help/gpl/eu/gpl.xml share/gnome/help/gpl/fi/gpl.xml share/gnome/help/gpl/fr/gpl.xml share/gnome/help/gpl/hu/gpl.xml @@ -56,6 +59,7 @@ share/gnome/help/lgpl/C/lgpl.xml share/gnome/help/lgpl/ar/lgpl.xml share/gnome/help/lgpl/de/lgpl.xml share/gnome/help/lgpl/es/lgpl.xml +share/gnome/help/lgpl/eu/lgpl.xml share/gnome/help/lgpl/fi/lgpl.xml share/gnome/help/lgpl/fr/lgpl.xml share/gnome/help/lgpl/hu/lgpl.xml @@ -69,6 +73,7 @@ share/gnome/help/lgpl/zh_CN/lgpl.xml share/locale/af/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ar/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/as/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ast/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/az/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/be/LC_MESSAGES/gnome-desktop-2.0.mo @@ -79,6 +84,7 @@ share/locale/bn_IN/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/br/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/bs/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ca/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/crh/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/cs/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/cy/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo @@ -104,10 +110,12 @@ share/locale/hr/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/hu/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/hy/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/id/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/ig/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/is/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/it/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ja/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ka/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/kk/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/kn/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ko/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ku/LC_MESSAGES/gnome-desktop-2.0.mo @@ -153,6 +161,7 @@ share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ug/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/uk/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/ur/LC_MESSAGES/gnome-desktop-2.0.mo +share/locale/uz/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/uz@cyrillic/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/vi/LC_MESSAGES/gnome-desktop-2.0.mo share/locale/wa/LC_MESSAGES/gnome-desktop-2.0.mo @@ -167,6 +176,7 @@ share/omf/fdl/fdl-C.omf share/omf/fdl/fdl-ar.omf share/omf/fdl/fdl-de.omf share/omf/fdl/fdl-es.omf +share/omf/fdl/fdl-eu.omf share/omf/fdl/fdl-fr.omf share/omf/fdl/fdl-hu.omf share/omf/fdl/fdl-ko.omf @@ -180,6 +190,7 @@ share/omf/gpl/gpl-ca.omf share/omf/gpl/gpl-cs.omf share/omf/gpl/gpl-de.omf share/omf/gpl/gpl-es.omf +share/omf/gpl/gpl-eu.omf share/omf/gpl/gpl-fi.omf share/omf/gpl/gpl-fr.omf share/omf/gpl/gpl-hu.omf @@ -194,6 +205,7 @@ share/omf/lgpl/lgpl-C.omf share/omf/lgpl/lgpl-ar.omf share/omf/lgpl/lgpl-de.omf share/omf/lgpl/lgpl-es.omf +share/omf/lgpl/lgpl-eu.omf share/omf/lgpl/lgpl-fi.omf share/omf/lgpl/lgpl-fr.omf share/omf/lgpl/lgpl-hu.omf @@ -289,6 +301,7 @@ share/pixmaps/vnterm.xpm @dirrm share/gnome/help/lgpl/hu @dirrm share/gnome/help/lgpl/fr @dirrm share/gnome/help/lgpl/fi +@dirrm share/gnome/help/lgpl/eu @dirrm share/gnome/help/lgpl/es @dirrm share/gnome/help/lgpl/de @dirrm share/gnome/help/lgpl/ar @@ -302,6 +315,7 @@ share/pixmaps/vnterm.xpm @dirrm share/gnome/help/gpl/hu @dirrm share/gnome/help/gpl/fr @dirrm share/gnome/help/gpl/fi +@dirrm share/gnome/help/gpl/eu @dirrm share/gnome/help/gpl/es @dirrm share/gnome/help/gpl/de @dirrm share/gnome/help/gpl/cs @@ -314,6 +328,7 @@ share/pixmaps/vnterm.xpm @dirrm share/gnome/help/fdl/ko @dirrm share/gnome/help/fdl/hu @dirrm share/gnome/help/fdl/fr +@dirrm share/gnome/help/fdl/eu @dirrm share/gnome/help/fdl/es @dirrm share/gnome/help/fdl/de @dirrm share/gnome/help/fdl/ar @@ -364,15 +379,23 @@ share/pixmaps/vnterm.xpm @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/ig/LC_MESSAGES +@dirrmtry share/locale/ig @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy @dirrmtry share/locale/fur/LC_MESSAGES @dirrmtry share/locale/fur @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh @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/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 264061e79925..bc8a9fc65565 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.88 2008/11/25 17:27:09 mezz Exp $ +# $MCom: ports/x11/gnome-menus/Makefile,v 1.92 2009/03/17 22:49:00 kwm Exp $ # PORTNAME= gnome-menus -PORTVERSION= 2.24.2 +PORTVERSION= 2.26.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/gnome-menus/distinfo b/x11/gnome-menus/distinfo index 7786cd23a623..565c10d6f128 100644 --- a/x11/gnome-menus/distinfo +++ b/x11/gnome-menus/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-menus-2.24.2.tar.bz2) = ca8e25b031fd7024b3f9abe1c6865d2c -SHA256 (gnome2/gnome-menus-2.24.2.tar.bz2) = c28cc72e69164533e4a64270486d18b58184920ec4f4b288758758a373d45d3c -SIZE (gnome2/gnome-menus-2.24.2.tar.bz2) = 453261 +MD5 (gnome2/gnome-menus-2.26.0.tar.bz2) = 55fd07e67d8334de2e03e4e23c011452 +SHA256 (gnome2/gnome-menus-2.26.0.tar.bz2) = 84a97b6d74b14e27888a0f54759e570cb701400c5b176471871bc08a6acafb15 +SIZE (gnome2/gnome-menus-2.26.0.tar.bz2) = 460779 diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist index 117cf47d31ab..9c9e270edb4a 100644 --- a/x11/gnome-menus/pkg-plist +++ b/x11/gnome-menus/pkg-plist @@ -30,6 +30,7 @@ share/desktop-directories/Utility.directory share/desktop-directories/X-GNOME-Menu-Applications.directory share/desktop-directories/X-GNOME-Menu-System.directory share/desktop-directories/X-GNOME-Other.directory +share/gnome-menus/examples/gnome-menus-ls.py share/locale/af/LC_MESSAGES/gnome-menus.mo share/locale/ar/LC_MESSAGES/gnome-menus.mo share/locale/as/LC_MESSAGES/gnome-menus.mo @@ -41,6 +42,7 @@ share/locale/bn/LC_MESSAGES/gnome-menus.mo share/locale/bn_IN/LC_MESSAGES/gnome-menus.mo share/locale/br/LC_MESSAGES/gnome-menus.mo share/locale/ca/LC_MESSAGES/gnome-menus.mo +share/locale/crh/LC_MESSAGES/gnome-menus.mo share/locale/cs/LC_MESSAGES/gnome-menus.mo share/locale/cy/LC_MESSAGES/gnome-menus.mo share/locale/da/LC_MESSAGES/gnome-menus.mo @@ -61,12 +63,14 @@ share/locale/ga/LC_MESSAGES/gnome-menus.mo share/locale/gl/LC_MESSAGES/gnome-menus.mo share/locale/gn/LC_MESSAGES/gnome-menus.mo share/locale/gu/LC_MESSAGES/gnome-menus.mo +share/locale/ha/LC_MESSAGES/gnome-menus.mo share/locale/he/LC_MESSAGES/gnome-menus.mo share/locale/hi/LC_MESSAGES/gnome-menus.mo share/locale/hr/LC_MESSAGES/gnome-menus.mo share/locale/hu/LC_MESSAGES/gnome-menus.mo share/locale/hy/LC_MESSAGES/gnome-menus.mo share/locale/id/LC_MESSAGES/gnome-menus.mo +share/locale/ig/LC_MESSAGES/gnome-menus.mo share/locale/io/LC_MESSAGES/gnome-menus.mo share/locale/is/LC_MESSAGES/gnome-menus.mo share/locale/it/LC_MESSAGES/gnome-menus.mo @@ -116,15 +120,18 @@ share/locale/uk/LC_MESSAGES/gnome-menus.mo share/locale/uz@cyrillic/LC_MESSAGES/gnome-menus.mo share/locale/vi/LC_MESSAGES/gnome-menus.mo share/locale/xh/LC_MESSAGES/gnome-menus.mo +share/locale/yo/LC_MESSAGES/gnome-menus.mo share/locale/zh_CN/LC_MESSAGES/gnome-menus.mo share/locale/zh_HK/LC_MESSAGES/gnome-menus.mo share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo +@dirrm share/gnome-menus/examples +@dirrm share/gnome-menus @dirrmtry share/desktop-directories @dirrm include/gnome-menus -@dirrmtry etc/xdg/menus -@dirrmtry etc/xdg @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/xh/LC_MESSAGES @dirrmtry share/locale/xh @dirrmtry share/locale/uz@cyrillic/LC_MESSAGES @@ -157,14 +164,20 @@ share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo @dirrmtry share/locale/kk @dirrmtry share/locale/io/LC_MESSAGES @dirrmtry share/locale/io +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha @dirrmtry share/locale/gn/LC_MESSAGES @dirrmtry share/locale/gn @dirrmtry share/locale/fur/LC_MESSAGES @dirrmtry share/locale/fur @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @@ -173,3 +186,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as +@dirrmtry etc/xdg/menus diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 8e4ac0fcd1ab..6b28ff3f50a8 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.195 2009/01/10 01:59:22 mezz Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.199 2009/03/17 23:22:06 kwm Exp $ # PORTNAME= gnome-panel -PORTVERSION= 2.24.3 +PORTVERSION= 2.26.0 PORTREVISION?= 0 CATEGORIES= x11 gnome MASTER_SITES= GNOME @@ -67,6 +67,11 @@ post-patch: @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|"applications.menu"|"gnome-applications.menu"|' + @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ + ${WRKSRC}/help/clock/Makefile.in \ + ${WRKSRC}/help/fish/Makefile.in \ + ${WRKSRC}/help/window-list/Makefile.in \ + ${WRKSRC}/help/workspace-switcher/Makefile.in .include <bsd.port.post.mk> diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo index dcd7fed718a1..3b6a87d5285e 100644 --- a/x11/gnome-panel/distinfo +++ b/x11/gnome-panel/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-panel-2.24.3.tar.bz2) = 7a1ae8f3489c67708e2520823808649f -SHA256 (gnome2/gnome-panel-2.24.3.tar.bz2) = 2b52f9cd5b3e028f5e67b75af6c484f21cd208e4403041ea1b4d831d67fc21b0 -SIZE (gnome2/gnome-panel-2.24.3.tar.bz2) = 3354686 +MD5 (gnome2/gnome-panel-2.26.0.tar.bz2) = 27965de9b12952b22b7e232af6acb0de +SHA256 (gnome2/gnome-panel-2.26.0.tar.bz2) = e8e21b008d4afcebfc3241d0f91dd2dcc0b171b16f5675fc1b7ed699e79b56f3 +SIZE (gnome2/gnome-panel-2.26.0.tar.bz2) = 3421179 diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist index 38e96fc0ae9f..9c17f80b1cc3 100644 --- a/x11/gnome-panel/pkg-plist +++ b/x11/gnome-panel/pkg-plist @@ -18,7 +18,6 @@ lib/libpanel-applet-2.so.0 libdata/bonobo/servers/GNOME_ClockApplet_Factory.server libdata/bonobo/servers/GNOME_FishApplet_Factory.server libdata/bonobo/servers/GNOME_NotificationAreaApplet.server -libdata/bonobo/servers/GNOME_Panel.server libdata/bonobo/servers/GNOME_Wncklet_Factory.server libdata/pkgconfig/libpanelapplet-2.0.pc libexec/clock-applet @@ -73,15 +72,24 @@ share/gnome/help/clock/ar/legal.xml share/gnome/help/clock/ca/clock.xml share/gnome/help/clock/ca/figures/clock_applet.png share/gnome/help/clock/ca/legal.xml +share/gnome/help/clock/cs/clock.xml +share/gnome/help/clock/cs/figures/clock_applet.png +share/gnome/help/clock/cs/legal.xml share/gnome/help/clock/de/clock.xml share/gnome/help/clock/de/figures/clock_applet.png share/gnome/help/clock/de/legal.xml share/gnome/help/clock/el/clock.xml share/gnome/help/clock/el/figures/clock_applet.png share/gnome/help/clock/el/legal.xml +share/gnome/help/clock/en_GB/clock.xml +share/gnome/help/clock/en_GB/figures/clock_applet.png +share/gnome/help/clock/en_GB/legal.xml share/gnome/help/clock/es/clock.xml share/gnome/help/clock/es/figures/clock_applet.png share/gnome/help/clock/es/legal.xml +share/gnome/help/clock/eu/clock.xml +share/gnome/help/clock/eu/figures/clock_applet.png +share/gnome/help/clock/eu/legal.xml share/gnome/help/clock/fi/clock.xml share/gnome/help/clock/fi/figures/clock_applet.png share/gnome/help/clock/fi/legal.xml @@ -130,10 +138,6 @@ share/gnome/help/clock/zh_CN/legal.xml share/gnome/help/clock/zh_TW/clock.xml share/gnome/help/clock/zh_TW/figures/clock_applet.png share/gnome/help/clock/zh_TW/legal.xml -share/gnome/help/fish-applet-2/de/figures/fish_applet.png -share/gnome/help/fish-applet-2/de/figures/fish_settings.png -share/gnome/help/fish-applet-2/de/fish-applet-2.xml -share/gnome/help/fish-applet-2/de/legal.xml share/gnome/help/fish-applet-2/ja/figures/fish_applet.png share/gnome/help/fish-applet-2/ja/fish-applet-2.xml share/gnome/help/fish-applet-2/ja/legal.xml @@ -157,9 +161,15 @@ share/gnome/help/fish/de/legal.xml share/gnome/help/fish/el/figures/fish_applet.png share/gnome/help/fish/el/fish.xml share/gnome/help/fish/el/legal.xml +share/gnome/help/fish/en_GB/figures/fish_applet.png +share/gnome/help/fish/en_GB/fish.xml +share/gnome/help/fish/en_GB/legal.xml share/gnome/help/fish/es/figures/fish_applet.png share/gnome/help/fish/es/fish.xml share/gnome/help/fish/es/legal.xml +share/gnome/help/fish/eu/figures/fish_applet.png +share/gnome/help/fish/eu/fish.xml +share/gnome/help/fish/eu/legal.xml share/gnome/help/fish/fi/figures/fish_applet.png share/gnome/help/fish/fi/fish.xml share/gnome/help/fish/fi/legal.xml @@ -190,14 +200,13 @@ share/gnome/help/fish/uk/legal.xml share/gnome/help/window-list/C/window-list.xml share/gnome/help/window-list/ar/window-list.xml share/gnome/help/window-list/ca/window-list.xml +share/gnome/help/window-list/cs/window-list.xml share/gnome/help/window-list/da/window-list.xml -share/gnome/help/window-list/de/figures/window_list_applet.png -share/gnome/help/window-list/de/figures/window_list_group.png -share/gnome/help/window-list/de/figures/window_list_group_applet.png -share/gnome/help/window-list/de/legal.xml share/gnome/help/window-list/de/window-list.xml share/gnome/help/window-list/el/window-list.xml +share/gnome/help/window-list/en_GB/window-list.xml share/gnome/help/window-list/es/window-list.xml +share/gnome/help/window-list/eu/window-list.xml share/gnome/help/window-list/fi/window-list.xml share/gnome/help/window-list/fr/window-list.xml share/gnome/help/window-list/it/window-list.xml @@ -221,13 +230,13 @@ share/gnome/help/window-list/zh_TW/window-list.xml share/gnome/help/workspace-switcher/C/workspace-switcher.xml share/gnome/help/workspace-switcher/ar/workspace-switcher.xml share/gnome/help/workspace-switcher/ca/workspace-switcher.xml +share/gnome/help/workspace-switcher/cs/workspace-switcher.xml share/gnome/help/workspace-switcher/da/workspace-switcher.xml -share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/de/legal.xml share/gnome/help/workspace-switcher/de/workspace-switcher.xml share/gnome/help/workspace-switcher/el/workspace-switcher.xml +share/gnome/help/workspace-switcher/en_GB/workspace-switcher.xml share/gnome/help/workspace-switcher/es/workspace-switcher.xml +share/gnome/help/workspace-switcher/eu/workspace-switcher.xml share/gnome/help/workspace-switcher/fi/workspace-switcher.xml share/gnome/help/workspace-switcher/fr/workspace-switcher.xml share/gnome/help/workspace-switcher/it/workspace-switcher.xml @@ -323,6 +332,7 @@ share/locale/br/LC_MESSAGES/gnome-panel-2.0.mo share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo share/locale/ca@valencia/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/crh/LC_MESSAGES/gnome-panel-2.0.mo share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo @@ -342,12 +352,14 @@ share/locale/fur/LC_MESSAGES/gnome-panel-2.0.mo share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ha/LC_MESSAGES/gnome-panel-2.0.mo share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo share/locale/hy/LC_MESSAGES/gnome-panel-2.0.mo share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ig/LC_MESSAGES/gnome-panel-2.0.mo share/locale/is/LC_MESSAGES/gnome-panel-2.0.mo share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo @@ -402,6 +414,7 @@ share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo share/locale/xh/LC_MESSAGES/gnome-panel-2.0.mo share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/yo/LC_MESSAGES/gnome-panel-2.0.mo share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo @@ -409,9 +422,12 @@ share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo share/omf/clock/clock-C.omf share/omf/clock/clock-ar.omf share/omf/clock/clock-ca.omf +share/omf/clock/clock-cs.omf share/omf/clock/clock-de.omf share/omf/clock/clock-el.omf +share/omf/clock/clock-en_GB.omf share/omf/clock/clock-es.omf +share/omf/clock/clock-eu.omf share/omf/clock/clock-fi.omf share/omf/clock/clock-fr.omf share/omf/clock/clock-it.omf @@ -432,7 +448,9 @@ share/omf/fish/fish-C.omf share/omf/fish/fish-ca.omf share/omf/fish/fish-de.omf share/omf/fish/fish-el.omf +share/omf/fish/fish-en_GB.omf share/omf/fish/fish-es.omf +share/omf/fish/fish-eu.omf share/omf/fish/fish-fi.omf share/omf/fish/fish-fr.omf share/omf/fish/fish-it.omf @@ -442,24 +460,24 @@ share/omf/fish/fish-ru.omf share/omf/fish/fish-sv.omf share/omf/fish/fish-th.omf share/omf/fish/fish-uk.omf -share/omf/gnome-panel/fish-applet-2-de.omf share/omf/gnome-panel/fish-applet-2-ja.omf share/omf/gnome-panel/fish-applet-2-zh_CN.omf share/omf/gnome-panel/fish-applet-2-zh_TW.omf -share/omf/gnome-panel/window-list-de.omf share/omf/gnome-panel/window-list-ja.omf share/omf/gnome-panel/window-list-zh_TW.omf -share/omf/gnome-panel/workspace-switcher-de.omf share/omf/gnome-panel/workspace-switcher-ja.omf share/omf/gnome-panel/workspace-switcher-zh_CN.omf share/omf/gnome-panel/workspace-switcher-zh_TW.omf share/omf/window-list/window-list-C.omf share/omf/window-list/window-list-ar.omf share/omf/window-list/window-list-ca.omf +share/omf/window-list/window-list-cs.omf share/omf/window-list/window-list-da.omf share/omf/window-list/window-list-de.omf share/omf/window-list/window-list-el.omf +share/omf/window-list/window-list-en_GB.omf share/omf/window-list/window-list-es.omf +share/omf/window-list/window-list-eu.omf share/omf/window-list/window-list-fi.omf share/omf/window-list/window-list-fr.omf share/omf/window-list/window-list-it.omf @@ -474,10 +492,13 @@ share/omf/window-list/window-list-zh_CN.omf share/omf/workspace-switcher/workspace-switcher-C.omf share/omf/workspace-switcher/workspace-switcher-ar.omf share/omf/workspace-switcher/workspace-switcher-ca.omf +share/omf/workspace-switcher/workspace-switcher-cs.omf share/omf/workspace-switcher/workspace-switcher-da.omf share/omf/workspace-switcher/workspace-switcher-de.omf share/omf/workspace-switcher/workspace-switcher-el.omf +share/omf/workspace-switcher/workspace-switcher-en_GB.omf share/omf/workspace-switcher/workspace-switcher-es.omf +share/omf/workspace-switcher/workspace-switcher-eu.omf share/omf/workspace-switcher/workspace-switcher-fi.omf share/omf/workspace-switcher/workspace-switcher-fr.omf share/omf/workspace-switcher/workspace-switcher-it.omf @@ -514,11 +535,13 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrm share/gnome/help/workspace-switcher/it @dirrm share/gnome/help/workspace-switcher/fr @dirrm share/gnome/help/workspace-switcher/fi +@dirrm share/gnome/help/workspace-switcher/eu @dirrm share/gnome/help/workspace-switcher/es +@dirrm share/gnome/help/workspace-switcher/en_GB @dirrm share/gnome/help/workspace-switcher/el -@dirrm share/gnome/help/workspace-switcher/de/figures @dirrm share/gnome/help/workspace-switcher/de @dirrm share/gnome/help/workspace-switcher/da +@dirrm share/gnome/help/workspace-switcher/cs @dirrm share/gnome/help/workspace-switcher/ca @dirrm share/gnome/help/workspace-switcher/ar @dirrm share/gnome/help/workspace-switcher/C @@ -538,11 +561,13 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrm share/gnome/help/window-list/it @dirrm share/gnome/help/window-list/fr @dirrm share/gnome/help/window-list/fi +@dirrm share/gnome/help/window-list/eu @dirrm share/gnome/help/window-list/es +@dirrm share/gnome/help/window-list/en_GB @dirrm share/gnome/help/window-list/el -@dirrm share/gnome/help/window-list/de/figures @dirrm share/gnome/help/window-list/de @dirrm share/gnome/help/window-list/da +@dirrm share/gnome/help/window-list/cs @dirrm share/gnome/help/window-list/ca @dirrm share/gnome/help/window-list/ar @dirrm share/gnome/help/window-list/C @@ -565,8 +590,12 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrm share/gnome/help/fish/fr @dirrm share/gnome/help/fish/fi/figures @dirrm share/gnome/help/fish/fi +@dirrm share/gnome/help/fish/eu/figures +@dirrm share/gnome/help/fish/eu @dirrm share/gnome/help/fish/es/figures @dirrm share/gnome/help/fish/es +@dirrm share/gnome/help/fish/en_GB/figures +@dirrm share/gnome/help/fish/en_GB @dirrm share/gnome/help/fish/el/figures @dirrm share/gnome/help/fish/el @dirrm share/gnome/help/fish/de/figures @@ -581,8 +610,6 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrm share/gnome/help/fish-applet-2/zh_CN @dirrm share/gnome/help/fish-applet-2/ja/figures @dirrm share/gnome/help/fish-applet-2/ja -@dirrm share/gnome/help/fish-applet-2/de/figures -@dirrm share/gnome/help/fish-applet-2/de @dirrm share/gnome/help/fish-applet-2 @dirrm share/gnome/help/fish @dirrm share/gnome/help/clock/zh_TW/figures @@ -617,12 +644,18 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrm share/gnome/help/clock/fr @dirrm share/gnome/help/clock/fi/figures @dirrm share/gnome/help/clock/fi +@dirrm share/gnome/help/clock/eu/figures +@dirrm share/gnome/help/clock/eu @dirrm share/gnome/help/clock/es/figures @dirrm share/gnome/help/clock/es +@dirrm share/gnome/help/clock/en_GB/figures +@dirrm share/gnome/help/clock/en_GB @dirrm share/gnome/help/clock/el/figures @dirrm share/gnome/help/clock/el @dirrm share/gnome/help/clock/de/figures @dirrm share/gnome/help/clock/de +@dirrm share/gnome/help/clock/cs/figures +@dirrm share/gnome/help/clock/cs @dirrm share/gnome/help/clock/ca/figures @dirrm share/gnome/help/clock/ca @dirrm share/gnome/help/clock/ar/figures @@ -639,6 +672,8 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrmtry share/locale/zu @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/yi/LC_MESSAGES @dirrmtry share/locale/yi @dirrmtry share/locale/xh/LC_MESSAGES @@ -675,12 +710,18 @@ share/omf/workspace-switcher/workspace-switcher-vi.omf @dirrmtry share/locale/ky @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/ha/LC_MESSAGES +@dirrmtry share/locale/ha @dirrmtry share/locale/fur/LC_MESSAGES @dirrmtry share/locale/fur @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 diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile index c9035bd7bcd1..f405f4aa5db6 100644 --- a/x11/gnome-screensaver/Makefile +++ b/x11/gnome-screensaver/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.99 2009/01/02 19:17:35 marcus Exp $ +# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.106 2009/03/18 20:43:54 marcus Exp $ # PORTNAME= gnome-screensaver -PORTVERSION= 2.24.1 -PORTREVISION= 1 +PORTVERSION= 2.26.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -23,6 +22,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes +USE_XORG= xtst xxf86vm USE_GNOME= gnomeprefix gnomehack intlhack gnomemenus libgnomekbd \ gnomedesktop CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \ diff --git a/x11/gnome-screensaver/distinfo b/x11/gnome-screensaver/distinfo index c788f1277214..8bd268f47938 100644 --- a/x11/gnome-screensaver/distinfo +++ b/x11/gnome-screensaver/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-screensaver-2.24.1.tar.bz2) = f0b9cc3108bb9105141a8c22b56bf615 -SHA256 (gnome2/gnome-screensaver-2.24.1.tar.bz2) = c8cf26fc1d402269b7030abadfdf2c6103391cf30466b3d30bc99671f4c89f7e -SIZE (gnome2/gnome-screensaver-2.24.1.tar.bz2) = 2058780 +MD5 (gnome2/gnome-screensaver-2.26.0.tar.bz2) = f9c5144defc80991b18c653c029001d6 +SHA256 (gnome2/gnome-screensaver-2.26.0.tar.bz2) = cb2fb89feaed0706291278d386839c0b5a850eba58ad989942eff0fc806646b6 +SIZE (gnome2/gnome-screensaver-2.26.0.tar.bz2) = 2044980 diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 42d48bf169bb..4e349abf1d5d 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session/Makefile,v 1.164 2008/11/25 19:25:49 marcus Exp $ +# $MCom: ports/x11/gnome-session/Makefile,v 1.169 2009/03/17 22:56:03 kwm Exp $ # PORTNAME= gnome-session -PORTVERSION= 2.24.3 +PORTVERSION= 2.26.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME \ http://www.marcuscom.com/downloads/:local diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo index a354d53b9211..ec640615bbf0 100644 --- a/x11/gnome-session/distinfo +++ b/x11/gnome-session/distinfo @@ -1,6 +1,6 @@ -MD5 (gnome2/gnome-session-2.24.3.tar.bz2) = 5daf3307ec791953436484696b263093 -SHA256 (gnome2/gnome-session-2.24.3.tar.bz2) = 2d59d979467459261cc741c64ce2ba6aaccd7a31cccb5b13b2ea46858e1bc636 -SIZE (gnome2/gnome-session-2.24.3.tar.bz2) = 792300 +MD5 (gnome2/gnome-session-2.26.0.tar.bz2) = e17dbce7446b3e42fac2b1cea7dedffd +SHA256 (gnome2/gnome-session-2.26.0.tar.bz2) = 0a161c419718b83e18200fe51e7e5f827b9b72a5ef055782c8c896c550a7881b +SIZE (gnome2/gnome-session-2.26.0.tar.bz2) = 829541 MD5 (gnome2/freebsd-splashes-gnome-2.18_1.tar) = 80eb8c52fcf9fe977e0bf8ed48b85fe5 SHA256 (gnome2/freebsd-splashes-gnome-2.18_1.tar) = fcca0f6eb759a4ef0211ecd61340f84ce8ad4d7493f725ac8613724faadbb508 SIZE (gnome2/freebsd-splashes-gnome-2.18_1.tar) = 1630720 diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in index 7e78d6ed5deb..7febc702d2bf 100644 --- a/x11/gnome-session/files/patch-gnome-session_Makefile.in +++ b/x11/gnome-session/files/patch-gnome-session_Makefile.in @@ -1,10 +1,10 @@ ---- gnome-session/Makefile.in.orig 2008-08-20 14:29:34.000000000 -0400 -+++ gnome-session/Makefile.in 2008-08-20 14:29:56.000000000 -0400 -@@ -332,6 +332,7 @@ test_client_dbus_LDADD = \ +--- gnome-session/Makefile.in.orig 2009-02-21 19:46:07.000000000 +0100 ++++ gnome-session/Makefile.in 2009-02-21 19:46:57.000000000 +0100 +@@ -317,6 +317,7 @@ gnome_session_LDADD = \ - -lSM -lICE \ -+ -lexecinfo \ libgsmutil.la \ ++ -lexecinfo \ $(top_builddir)/egg/libeggdesktopfile.la \ - $(GNOME_SESSION_LIBS) \ + $(SM_LIBS) \ + $(ICE_LIBS) \ diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist index 6612cb2a9c39..0f34e4d46c2e 100644 --- a/x11/gnome-session/pkg-plist +++ b/x11/gnome-session/pkg-plist @@ -2,25 +2,25 @@ bin/gnome-session bin/gnome-session-properties bin/gnome-session-save bin/gnome-wm +etc/xdg/autostart/at-spi-registryd-wrapper.desktop +etc/xdg/autostart/gnome-settings-daemon-helper.desktop lib/gnome-session/helpers/at-spi-registryd-wrapper -lib/gnome-session/helpers/gnome-keyring-daemon-wrapper lib/gnome-session/helpers/gnome-session-splash lib/gnome-session/helpers/gnome-settings-daemon-helper share/applications/session-properties.desktop %%DATADIR%%/gsm-inhibit-dialog.glade %%DATADIR%%/session-properties.glade -share/gnome/autostart/at-spi-registryd-wrapper.desktop -share/gnome/autostart/gnome-keyring-daemon-wrapper.desktop share/gnome/autostart/gnome-session-splash.desktop -share/gnome/autostart/gnome-settings-daemon-helper.desktop share/icons/hicolor/16x16/apps/session-properties.png share/icons/hicolor/22x22/apps/session-properties.png share/icons/hicolor/24x24/apps/session-properties.png share/icons/hicolor/32x32/apps/session-properties.png +share/icons/hicolor/48x48/apps/session-properties.png share/icons/hicolor/scalable/apps/session-properties.svg share/locale/af/LC_MESSAGES/gnome-session-2.0.mo share/locale/am/LC_MESSAGES/gnome-session-2.0.mo share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo +share/locale/as/LC_MESSAGES/gnome-session-2.0.mo share/locale/ast/LC_MESSAGES/gnome-session-2.0.mo share/locale/az/LC_MESSAGES/gnome-session-2.0.mo share/locale/be/LC_MESSAGES/gnome-session-2.0.mo @@ -30,6 +30,7 @@ share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo share/locale/bn_IN/LC_MESSAGES/gnome-session-2.0.mo share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo +share/locale/crh/LC_MESSAGES/gnome-session-2.0.mo share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo share/locale/da/LC_MESSAGES/gnome-session-2.0.mo @@ -49,12 +50,14 @@ share/locale/fur/LC_MESSAGES/gnome-session-2.0.mo share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo share/locale/gu/LC_MESSAGES/gnome-session-2.0.mo +share/locale/ha/LC_MESSAGES/gnome-session-2.0.mo share/locale/he/LC_MESSAGES/gnome-session-2.0.mo share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo share/locale/hy/LC_MESSAGES/gnome-session-2.0.mo share/locale/id/LC_MESSAGES/gnome-session-2.0.mo +share/locale/ig/LC_MESSAGES/gnome-session-2.0.mo share/locale/is/LC_MESSAGES/gnome-session-2.0.mo share/locale/it/LC_MESSAGES/gnome-session-2.0.mo share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo @@ -80,6 +83,7 @@ share/locale/oc/LC_MESSAGES/gnome-session-2.0.mo share/locale/or/LC_MESSAGES/gnome-session-2.0.mo share/locale/pa/LC_MESSAGES/gnome-session-2.0.mo share/locale/pl/LC_MESSAGES/gnome-session-2.0.mo +share/locale/ps/LC_MESSAGES/gnome-session-2.0.mo share/locale/pt/LC_MESSAGES/gnome-session-2.0.mo share/locale/pt_BR/LC_MESSAGES/gnome-session-2.0.mo share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo @@ -98,9 +102,12 @@ share/locale/th/LC_MESSAGES/gnome-session-2.0.mo share/locale/tk/LC_MESSAGES/gnome-session-2.0.mo share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo +share/locale/uz/LC_MESSAGES/gnome-session-2.0.mo +share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-2.0.mo share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo share/locale/xh/LC_MESSAGES/gnome-session-2.0.mo +share/locale/yo/LC_MESSAGES/gnome-session-2.0.mo share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo share/locale/zh_HK/LC_MESSAGES/gnome-session-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo @@ -136,8 +143,12 @@ share/xsessions/gnome.desktop @dirrmtry share/locale/zu @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/xh/LC_MESSAGES @dirrmtry share/locale/xh +@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 @@ -146,6 +157,8 @@ share/xsessions/gnome.desktop @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 @@ -158,15 +171,23 @@ share/xsessions/gnome.desktop @dirrmtry share/locale/mg @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/ha/LC_MESSAGES +@dirrmtry share/locale/ha @dirrmtry share/locale/fur/LC_MESSAGES @dirrmtry share/locale/fur @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh @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/gnome-swallow/Makefile b/x11/gnome-swallow/Makefile index e40d26b4d61b..79fdeb2e5a50 100644 --- a/x11/gnome-swallow/Makefile +++ b/x11/gnome-swallow/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-swallow PORTVERSION= 1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 gnome MASTER_SITES= http://interreality.org/~tetron/technology/swallow/ @@ -18,8 +18,9 @@ USE_XORG= x11 USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomepanel GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="`pkg-config --libs libgnomeui-2.0`" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 5d986c1cb820..3105abf40848 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-terminal/Makefile,v 1.113 2008/11/25 05:43:25 mezz Exp $ +# $MCom: ports/x11/gnome-terminal/Makefile,v 1.116 2009/03/16 07:48:29 kwm Exp $ # PORTNAME= gnome-terminal -PORTVERSION= 2.24.3 +PORTVERSION= 2.26.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo index b6a0a74d8a9a..7991565065b4 100644 --- a/x11/gnome-terminal/distinfo +++ b/x11/gnome-terminal/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-terminal-2.24.3.tar.bz2) = 03f099985da576d774075e30430d29da -SHA256 (gnome2/gnome-terminal-2.24.3.tar.bz2) = a6648afc17449de08f37befa9d0319a6c47463c7a389d54f22fa363204e1513e -SIZE (gnome2/gnome-terminal-2.24.3.tar.bz2) = 1872490 +MD5 (gnome2/gnome-terminal-2.26.0.tar.bz2) = 013e51a2c4dd7dde5db49587952065ae +SHA256 (gnome2/gnome-terminal-2.26.0.tar.bz2) = ea99c8eba63d348514cc0042f0f3c7df3e03498aa316a9458bed1cd2f0efb6ce +SIZE (gnome2/gnome-terminal-2.26.0.tar.bz2) = 1969827 diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist index bef6f9e81cc3..8db648f547e4 100644 --- a/x11/gnome-terminal/pkg-plist +++ b/x11/gnome-terminal/pkg-plist @@ -1,5 +1,4 @@ bin/gnome-terminal -libdata/bonobo/servers/gnome-terminal.server share/applications/gnome-terminal.desktop %%DATADIR%%/encodings-dialog.ui %%DATADIR%%/keybinding-editor.ui @@ -7,6 +6,7 @@ share/applications/gnome-terminal.desktop %%DATADIR%%/profile-new-dialog.ui %%DATADIR%%/profile-preferences.ui %%DATADIR%%/skey-challenge.ui +%%DATADIR%%/terminal.about %%DATADIR%%/terminal.xml share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png @@ -22,6 +22,9 @@ share/gnome/help/gnome-terminal/ca/gnome-terminal.xml share/gnome/help/gnome-terminal/cs/figures/gnome-terminal-default.png share/gnome/help/gnome-terminal/cs/figures/gnome-terminal-tabbed.png share/gnome/help/gnome-terminal/cs/gnome-terminal.xml +share/gnome/help/gnome-terminal/da/figures/gnome-terminal-default.png +share/gnome/help/gnome-terminal/da/figures/gnome-terminal-tabbed.png +share/gnome/help/gnome-terminal/da/gnome-terminal.xml share/gnome/help/gnome-terminal/de/figures/gnome-terminal-default.png share/gnome/help/gnome-terminal/de/figures/gnome-terminal-tabbed.png share/gnome/help/gnome-terminal/de/gnome-terminal.xml @@ -71,16 +74,15 @@ share/gnome/help/gnome-terminal/zh_TW/legal.xml share/locale/am/LC_MESSAGES/gnome-terminal.mo share/locale/ar/LC_MESSAGES/gnome-terminal.mo share/locale/as/LC_MESSAGES/gnome-terminal.mo +share/locale/ast/LC_MESSAGES/gnome-terminal.mo share/locale/az/LC_MESSAGES/gnome-terminal.mo share/locale/be/LC_MESSAGES/gnome-terminal.mo share/locale/be@latin/LC_MESSAGES/gnome-terminal.mo share/locale/bg/LC_MESSAGES/gnome-terminal.mo -share/locale/bn/LC_MESSAGES/gnome-terminal.mo share/locale/bn_IN/LC_MESSAGES/gnome-terminal.mo share/locale/bs/LC_MESSAGES/gnome-terminal.mo share/locale/ca/LC_MESSAGES/gnome-terminal.mo share/locale/cs/LC_MESSAGES/gnome-terminal.mo -share/locale/cy/LC_MESSAGES/gnome-terminal.mo share/locale/da/LC_MESSAGES/gnome-terminal.mo share/locale/de/LC_MESSAGES/gnome-terminal.mo share/locale/dz/LC_MESSAGES/gnome-terminal.mo @@ -102,7 +104,6 @@ share/locale/hi/LC_MESSAGES/gnome-terminal.mo share/locale/hr/LC_MESSAGES/gnome-terminal.mo share/locale/hu/LC_MESSAGES/gnome-terminal.mo share/locale/hy/LC_MESSAGES/gnome-terminal.mo -share/locale/id/LC_MESSAGES/gnome-terminal.mo share/locale/it/LC_MESSAGES/gnome-terminal.mo share/locale/ja/LC_MESSAGES/gnome-terminal.mo share/locale/ka/LC_MESSAGES/gnome-terminal.mo @@ -154,6 +155,7 @@ share/omf/gnome-terminal/gnome-terminal-C.omf share/omf/gnome-terminal/gnome-terminal-bg.omf share/omf/gnome-terminal/gnome-terminal-ca.omf share/omf/gnome-terminal/gnome-terminal-cs.omf +share/omf/gnome-terminal/gnome-terminal-da.omf share/omf/gnome-terminal/gnome-terminal-de.omf share/omf/gnome-terminal/gnome-terminal-es.omf share/omf/gnome-terminal/gnome-terminal-fr.omf @@ -197,6 +199,8 @@ share/omf/gnome-terminal/gnome-terminal-zh_TW.omf @dirrm share/gnome/help/gnome-terminal/es @dirrm share/gnome/help/gnome-terminal/de/figures @dirrm share/gnome/help/gnome-terminal/de +@dirrm share/gnome/help/gnome-terminal/da/figures +@dirrm share/gnome/help/gnome-terminal/da @dirrm share/gnome/help/gnome-terminal/cs/figures @dirrm share/gnome/help/gnome-terminal/cs @dirrm share/gnome/help/gnome-terminal/ca/figures @@ -242,5 +246,7 @@ share/omf/gnome-terminal/gnome-terminal-zh_TW.omf @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/gnome2/Makefile b/x11/gnome2/Makefile index a623ea6240dc..682a0f55291f 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.260 2008/11/27 02:18:33 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.264 2009/03/18 20:45:35 marcus Exp $ # PORTNAME= gnome2 -PORTVERSION= 2.24.3 -PORTREVISION?= 1 +PORTVERSION= 2.26.0 +PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -36,7 +36,6 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple file-roller:${PORTSDIR}/archivers/file-roller \ ${LOCALBASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \ gok:${PORTSDIR}/accessibility/gok \ - nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \ gcalctool:${PORTSDIR}/math/gcalctool \ ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \ ${LOCALBASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnome-netstatus \ @@ -45,7 +44,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple ${LOCALBASE}/libexec/evolution-webcal:${PORTSDIR}/www/evolution-webcal \ network-admin:${PORTSDIR}/sysutils/gnome-system-tools \ vino-passwd:${PORTSDIR}/net/vino \ - exchange-connector-setup-2.24:${PORTSDIR}/mail/evolution-exchange \ + exchange-connector-setup-2.26:${PORTSDIR}/mail/evolution-exchange \ ${LOCALBASE}/lib/gstreamer-0.10/.gstreamer-plugins-core.keep:${PORTSDIR}/multimedia/gstreamer-plugins-core \ ${LOCALBASE}/lib/gstreamer-0.10/libgstgconfelements.so:${PORTSDIR}/devel/gstreamer-plugins-gconf \ totem:${PORTSDIR}/multimedia/totem \ @@ -54,7 +53,6 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple evince:${PORTSDIR}/graphics/evince \ alacarte:${PORTSDIR}/deskutils/alacarte \ gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ - ${LOCALBASE}/libexec/gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \ orca:${PORTSDIR}/accessibility/orca \ gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \ @@ -91,6 +89,8 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ gnome-nettool:${PORTSDIR}/net/gnome-nettool \ swfdec-player:${PORTSDIR}/multimedia/swfdec-gnome \ vinagre:${PORTSDIR}/net/vinagre \ + brasero:${PORTSDIR}/sysutils/brasero \ + gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ ${LOCALBASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet .if ${ARCH} == "i386" diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 8e3e7dbd5a43..e10b10efb941 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,11 +3,11 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.123 2008/09/22 23:01:20 kwm Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.126 2009/03/18 04:20:56 marcus Exp $ # PORTNAME= libgnome -PORTVERSION= 2.24.1 +PORTVERSION= 2.26.0 PORTREVISION?= 0 CATEGORIES= x11 gnome MASTER_SITES= GNOME diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo index e5cf9bc925b2..9490458f33bc 100644 --- a/x11/libgnome/distinfo +++ b/x11/libgnome/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libgnome-2.24.1.tar.bz2) = 3b2a30329898b37b2461b3aa886e5ad9 -SHA256 (gnome2/libgnome-2.24.1.tar.bz2) = 16c05ef6b1bbb057ceea512300de35f2d704609d7a3cacfd5301bc1a138e015a -SIZE (gnome2/libgnome-2.24.1.tar.bz2) = 1416606 +MD5 (gnome2/libgnome-2.26.0.tar.bz2) = a5634fe9ddc54bbb726cbaaa35abc0b9 +SHA256 (gnome2/libgnome-2.26.0.tar.bz2) = 2ef0287ab19fd34a7d20bc8beef86bb22db13cfc414367cb48e6121b8163e318 +SIZE (gnome2/libgnome-2.26.0.tar.bz2) = 1414016 diff --git a/x11/libgnome/files/pkg-deinstall.in b/x11/libgnome/files/pkg-deinstall.in index f55e2fb51067..a0dc080c84b6 100644 --- a/x11/libgnome/files/pkg-deinstall.in +++ b/x11/libgnome/files/pkg-deinstall.in @@ -1,7 +1,7 @@ #!/bin/sh # # $FreeBSD$ -# $MCom: ports/x11/libgnome/files/pkg-deinstall.in,v 1.17 2008/08/06 04:22:51 mezz Exp $ +# $MCom: ports/x11/libgnome/files/pkg-deinstall.in,v 1.20 2009/04/09 03:24:10 mezz Exp $ # # Restore gconf keys of gnomevfs2. diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index d65cdfdd8fa5..b948e7525d12 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -29,6 +29,7 @@ share/gnome-background-properties/gnome-default.xml share/locale/am/LC_MESSAGES/libgnome-2.0.mo share/locale/ar/LC_MESSAGES/libgnome-2.0.mo share/locale/as/LC_MESSAGES/libgnome-2.0.mo +share/locale/ast/LC_MESSAGES/libgnome-2.0.mo share/locale/az/LC_MESSAGES/libgnome-2.0.mo share/locale/be/LC_MESSAGES/libgnome-2.0.mo share/locale/bg/LC_MESSAGES/libgnome-2.0.mo @@ -36,6 +37,7 @@ share/locale/bn/LC_MESSAGES/libgnome-2.0.mo share/locale/bn_IN/LC_MESSAGES/libgnome-2.0.mo share/locale/bs/LC_MESSAGES/libgnome-2.0.mo share/locale/ca/LC_MESSAGES/libgnome-2.0.mo +share/locale/crh/LC_MESSAGES/libgnome-2.0.mo share/locale/cs/LC_MESSAGES/libgnome-2.0.mo share/locale/cy/LC_MESSAGES/libgnome-2.0.mo share/locale/da/LC_MESSAGES/libgnome-2.0.mo @@ -147,7 +149,11 @@ share/pixmaps/backgrounds/gnome/background-default.jpg @dirrmtry share/locale/fur @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh @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/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index c44b33b8c0be..84008c371885 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libgnomekbd/Makefile,v 1.26 2008/09/23 05:27:25 mezz Exp $ +# $MCom: ports/x11/libgnomekbd/Makefile,v 1.29 2009/03/14 05:54:11 marcus Exp $ # PORTNAME= libgnomekbd -PORTVERSION= 2.24.0 +PORTVERSION= 2.26.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/libgnomekbd/distinfo b/x11/libgnomekbd/distinfo index 32e53cb8becf..1d9ecc89cba2 100644 --- a/x11/libgnomekbd/distinfo +++ b/x11/libgnomekbd/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libgnomekbd-2.24.0.tar.bz2) = 43e4d090bc67a1984bebf551637783fd -SHA256 (gnome2/libgnomekbd-2.24.0.tar.bz2) = 60f093b4fcbdfa12212d6e29dc2f7802a3234d8035f45efed4b426c0bb293c5a -SIZE (gnome2/libgnomekbd-2.24.0.tar.bz2) = 411322 +MD5 (gnome2/libgnomekbd-2.26.0.tar.bz2) = aee58c088c4fd980e1bf813ea813c156 +SHA256 (gnome2/libgnomekbd-2.26.0.tar.bz2) = 26a53552f3eaeda8d386e31622ba605944eb97dfe5ffa834dc0708761811364f +SIZE (gnome2/libgnomekbd-2.26.0.tar.bz2) = 413560 diff --git a/x11/libgnomekbd/pkg-plist b/x11/libgnomekbd/pkg-plist index 5801f0641b34..cd3c2506f340 100644 --- a/x11/libgnomekbd/pkg-plist +++ b/x11/libgnomekbd/pkg-plist @@ -44,6 +44,7 @@ share/locale/ja/LC_MESSAGES/libgnomekbd.mo share/locale/ka/LC_MESSAGES/libgnomekbd.mo share/locale/ko/LC_MESSAGES/libgnomekbd.mo share/locale/lt/LC_MESSAGES/libgnomekbd.mo +share/locale/lv/LC_MESSAGES/libgnomekbd.mo share/locale/mk/LC_MESSAGES/libgnomekbd.mo share/locale/ml/LC_MESSAGES/libgnomekbd.mo share/locale/mr/LC_MESSAGES/libgnomekbd.mo @@ -56,6 +57,7 @@ share/locale/pa/LC_MESSAGES/libgnomekbd.mo share/locale/pl/LC_MESSAGES/libgnomekbd.mo share/locale/pt/LC_MESSAGES/libgnomekbd.mo share/locale/pt_BR/LC_MESSAGES/libgnomekbd.mo +share/locale/ro/LC_MESSAGES/libgnomekbd.mo share/locale/ru/LC_MESSAGES/libgnomekbd.mo share/locale/si/LC_MESSAGES/libgnomekbd.mo share/locale/sl/LC_MESSAGES/libgnomekbd.mo diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 4906549ec1b6..3d838a319cb5 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -3,11 +3,11 @@ # Whom: Alexander Nedotsukov <bland@mail.ru> # # $FreeBSD$ -# $MCom: ports/x11/libgnomemm26/Makefile,v 1.18 2008/09/22 11:12:42 kwm Exp $ +# $MCom: ports/x11/libgnomemm26/Makefile,v 1.20 2009/03/17 15:00:20 kwm Exp $ # PORTNAME= libgnomemm -PORTVERSION= 2.24.0 +PORTVERSION= 2.26.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/libgnomemm26/distinfo b/x11/libgnomemm26/distinfo index d3e15fb80280..6bcc7405235b 100644 --- a/x11/libgnomemm26/distinfo +++ b/x11/libgnomemm26/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libgnomemm-2.24.0.tar.bz2) = e77dd1df8e2eb1652d28e30d7c5252a4 -SHA256 (gnome2/libgnomemm-2.24.0.tar.bz2) = ef3f8bd78bd17651dc336620c942c57f78ab0fd09ec6d50df27ea90aac6c0ffd -SIZE (gnome2/libgnomemm-2.24.0.tar.bz2) = 311206 +MD5 (gnome2/libgnomemm-2.26.0.tar.bz2) = 4801c2b60d73b08ea01fe79aafc678df +SHA256 (gnome2/libgnomemm-2.26.0.tar.bz2) = aa8072914c53dc7b04c3eca904768a04fff8fa7f207568fe78a0a09865651e08 +SIZE (gnome2/libgnomemm-2.26.0.tar.bz2) = 299697 diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 90d4f717cf5f..876c0abcfb1d 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libxklavier/Makefile,v 1.45 2008/09/07 00:58:39 marcus Exp $ +# $MCom: ports/x11/libxklavier/Makefile,v 1.47 2009/03/21 04:28:11 marcus Exp $ # PORTNAME= libxklavier -PORTVERSION= 3.8 +PORTVERSION= 3.9 PORTEPOCH= 1 CATEGORIES= x11 gnome MASTER_SITES= SF diff --git a/x11/libxklavier/distinfo b/x11/libxklavier/distinfo index 5cf7ba3d0c2a..b5b0fc861e4d 100644 --- a/x11/libxklavier/distinfo +++ b/x11/libxklavier/distinfo @@ -1,3 +1,3 @@ -MD5 (libxklavier-3.8.tar.bz2) = e4f1b9e600c4159f39d38ab94d56cf9b -SHA256 (libxklavier-3.8.tar.bz2) = 68c29039109fa84e64b87338de97f4259a6a486710c8eb8d6d0bf4347a09dd2e -SIZE (libxklavier-3.8.tar.bz2) = 343107 +MD5 (libxklavier-3.9.tar.bz2) = c8ff3ba6daf899be7ec2a626894852b9 +SHA256 (libxklavier-3.9.tar.bz2) = 462a4e427f201a23de194f824dce70c84867464956f2f6c8dd4a5e07f1f4a554 +SIZE (libxklavier-3.9.tar.bz2) = 339409 diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index 3d89cfc5d43f..e8aee92caac5 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -7,7 +7,7 @@ PORTNAME= workrave PORTVERSION= 1.8.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= SF @@ -22,7 +22,9 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="`pkg-config --libs libgnomeui-2.0`" CONFIGURE_ARGS= --enable-gconf .include <bsd.port.pre.mk> diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 504dc0087f3d..caf527020b72 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.129 2008/09/23 04:41:44 mezz Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.133 2009/03/30 03:32:43 marcus Exp $ # PORTNAME= yelp -PORTVERSION= 2.24.0 +PORTVERSION= 2.26.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,7 +18,7 @@ COMMENT= A help browser for the GNOME 2 desktop LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ rarian.0:${PORTSDIR}/textproc/rarian -USE_GECKO= firefox xulrunner +USE_GECKO= firefox libxul USE_GETTEXT= yes USE_BZIP2= yes USE_XORG= ice @@ -28,7 +28,8 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gecko=${GECKO} +CONFIGURE_ARGS= --with-gecko=${GECKO} \ + --with-gecko-home=${LOCALBASE}/lib/${GECKO} MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= yelp.schemas diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo index 95bed6317d13..adc47cac83fc 100644 --- a/x11/yelp/distinfo +++ b/x11/yelp/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/yelp-2.24.0.tar.bz2) = 15eb2f538d970600c1e0a461f7d88b55 -SHA256 (gnome2/yelp-2.24.0.tar.bz2) = 7566177d23c3cac7725981f2d04de22923499318a067044158cff17f43957a0a -SIZE (gnome2/yelp-2.24.0.tar.bz2) = 1023876 +MD5 (gnome2/yelp-2.26.0.tar.bz2) = 3413fd051c5ecbfe98819a8fb4ac83dd +SHA256 (gnome2/yelp-2.26.0.tar.bz2) = 0c5a91a206b26ef714e9929404f1711caadcee481299566011b4ae4232d151d0 +SIZE (gnome2/yelp-2.26.0.tar.bz2) = 1021362 diff --git a/x11/yelp/files/patch-data_man.xml.in b/x11/yelp/files/patch-data_man.xml.in deleted file mode 100644 index 06670069c9e2..000000000000 --- a/x11/yelp/files/patch-data_man.xml.in +++ /dev/null @@ -1,12 +0,0 @@ ---- data/man.xml.in.orig Tue Dec 6 17:03:27 2005 -+++ data/man.xml.in Tue Dec 6 17:05:52 2005 -@@ -39,6 +39,9 @@ - <toc id="Man-man9" sect="9"> - <_title>Kernel Routines</_title> - </toc> -+ <toc id="Man-mann" sect="n"> -+ <_title>Tcl/Tk Functions</_title> -+ </toc> - </toc> - - <toc id="Man-man4" sect="4"> diff --git a/x11/yelp/files/patch-src_yelp-gecko-utils.cpp b/x11/yelp/files/patch-src_yelp-gecko-utils.cpp new file mode 100644 index 000000000000..2c4d781ee470 --- /dev/null +++ b/x11/yelp/files/patch-src_yelp-gecko-utils.cpp @@ -0,0 +1,13 @@ +--- src/yelp-gecko-utils.cpp.orig 2009-03-29 23:21:59.000000000 -0400 ++++ src/yelp-gecko-utils.cpp 2009-03-29 23:25:48.000000000 -0400 +@@ -28,8 +28,10 @@ + #include <nsStringAPI.h> + + #ifdef HAVE_GECKO_1_9 ++#ifdef XPCOM_GLUE + #include <gtkmozembed_glue.cpp> + #endif ++#endif + + #include <gtkmozembed.h> + #include <gtkmozembed_internal.h> diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist index f3a82cdf8807..23e7fa35e807 100644 --- a/x11/yelp/pkg-plist +++ b/x11/yelp/pkg-plist @@ -6,6 +6,7 @@ share/locale/af/LC_MESSAGES/yelp.mo share/locale/am/LC_MESSAGES/yelp.mo share/locale/ar/LC_MESSAGES/yelp.mo share/locale/as/LC_MESSAGES/yelp.mo +share/locale/ast/LC_MESSAGES/yelp.mo share/locale/az/LC_MESSAGES/yelp.mo share/locale/be/LC_MESSAGES/yelp.mo share/locale/be@latin/LC_MESSAGES/yelp.mo @@ -48,9 +49,11 @@ share/locale/ko/LC_MESSAGES/yelp.mo share/locale/ks/LC_MESSAGES/yelp.mo share/locale/ku/LC_MESSAGES/yelp.mo share/locale/ky/LC_MESSAGES/yelp.mo +share/locale/la/LC_MESSAGES/yelp.mo share/locale/li/LC_MESSAGES/yelp.mo share/locale/lt/LC_MESSAGES/yelp.mo share/locale/lv/LC_MESSAGES/yelp.mo +share/locale/mai/LC_MESSAGES/yelp.mo share/locale/mg/LC_MESSAGES/yelp.mo share/locale/mk/LC_MESSAGES/yelp.mo share/locale/ml/LC_MESSAGES/yelp.mo @@ -67,6 +70,7 @@ share/locale/oc/LC_MESSAGES/yelp.mo share/locale/or/LC_MESSAGES/yelp.mo share/locale/pa/LC_MESSAGES/yelp.mo share/locale/pl/LC_MESSAGES/yelp.mo +share/locale/ps/LC_MESSAGES/yelp.mo share/locale/pt/LC_MESSAGES/yelp.mo share/locale/pt_BR/LC_MESSAGES/yelp.mo share/locale/ro/LC_MESSAGES/yelp.mo @@ -86,6 +90,8 @@ share/locale/th/LC_MESSAGES/yelp.mo share/locale/tr/LC_MESSAGES/yelp.mo share/locale/ug/LC_MESSAGES/yelp.mo share/locale/uk/LC_MESSAGES/yelp.mo +share/locale/uz/LC_MESSAGES/yelp.mo +share/locale/uz@cyrillic/LC_MESSAGES/yelp.mo share/locale/vi/LC_MESSAGES/yelp.mo share/locale/wa/LC_MESSAGES/yelp.mo share/locale/xh/LC_MESSAGES/yelp.mo @@ -131,6 +137,8 @@ share/locale/zu/LC_MESSAGES/yelp.mo @dirrmtry share/locale/zh_HK @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/te/LC_MESSAGES @@ -141,6 +149,8 @@ share/locale/zu/LC_MESSAGES/yelp.mo @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 @@ -151,6 +161,10 @@ share/locale/zu/LC_MESSAGES/yelp.mo @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/la/LC_MESSAGES +@dirrmtry share/locale/la @dirrmtry share/locale/ky/LC_MESSAGES @dirrmtry share/locale/ky @dirrmtry share/locale/ku/LC_MESSAGES @@ -165,5 +179,7 @@ share/locale/zu/LC_MESSAGES/yelp.mo @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/zenity/Makefile b/x11/zenity/Makefile index f01374a87132..7f3d5d0f10aa 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -3,11 +3,11 @@ # Whom: Franz Klammer <klammer@webonaut.com> # # $FreeBSD$ -# $MCom: ports/x11/zenity/Makefile,v 1.96 2008/09/23 15:27:31 kwm Exp $ +# $MCom: ports/x11/zenity/Makefile,v 1.98 2009/03/17 22:47:07 kwm Exp $ # PORTNAME= zenity -PORTVERSION= 2.24.1 +PORTVERSION= 2.26.0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo index 43b430271479..8da51c4de29b 100644 --- a/x11/zenity/distinfo +++ b/x11/zenity/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/zenity-2.24.1.tar.bz2) = a7ade5ff47716f4328d5e0547596dfb6 -SHA256 (gnome2/zenity-2.24.1.tar.bz2) = 11b73384397547df7638b49309d49ba74575fdded628dbaac467c5c3c975daa2 -SIZE (gnome2/zenity-2.24.1.tar.bz2) = 2242771 +MD5 (gnome2/zenity-2.26.0.tar.bz2) = 6660ce6dac0a6ca495a0e954cb6b40a2 +SHA256 (gnome2/zenity-2.26.0.tar.bz2) = fc619215ca90cab48efae7bdf524d1de690b75832f07f3cbcb6d5c3910d402a1 +SIZE (gnome2/zenity-2.26.0.tar.bz2) = 2454415 diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist index 0be5035d2e48..1c49882ffc5c 100644 --- a/x11/zenity/pkg-plist +++ b/x11/zenity/pkg-plist @@ -61,6 +61,18 @@ share/gnome/help/zenity/es/figures/zenity-question-screenshot.png share/gnome/help/zenity/es/figures/zenity-text-screenshot.png share/gnome/help/zenity/es/figures/zenity-warning-screenshot.png share/gnome/help/zenity/es/zenity.xml +share/gnome/help/zenity/eu/figures/zenity-calendar-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-entry-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-error-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-fileselection-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-information-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-list-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-notification-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-progress-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-question-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-text-screenshot.png +share/gnome/help/zenity/eu/figures/zenity-warning-screenshot.png +share/gnome/help/zenity/eu/zenity.xml share/gnome/help/zenity/fi/figures/zenity-calendar-screenshot.png share/gnome/help/zenity/fi/figures/zenity-entry-screenshot.png share/gnome/help/zenity/fi/figures/zenity-error-screenshot.png @@ -190,6 +202,7 @@ share/locale/oc/LC_MESSAGES/zenity.mo share/locale/or/LC_MESSAGES/zenity.mo share/locale/pa/LC_MESSAGES/zenity.mo share/locale/pl/LC_MESSAGES/zenity.mo +share/locale/ps/LC_MESSAGES/zenity.mo share/locale/pt/LC_MESSAGES/zenity.mo share/locale/pt_BR/LC_MESSAGES/zenity.mo share/locale/ro/LC_MESSAGES/zenity.mo @@ -218,6 +231,7 @@ share/omf/zenity/zenity-bg.omf share/omf/zenity/zenity-de.omf share/omf/zenity/zenity-en_GB.omf share/omf/zenity/zenity-es.omf +share/omf/zenity/zenity-eu.omf share/omf/zenity/zenity-fi.omf share/omf/zenity/zenity-fr.omf share/omf/zenity/zenity-oc.omf @@ -254,6 +268,8 @@ share/omf/zenity/zenity-uk.omf @dirrm share/gnome/help/zenity/fr @dirrm share/gnome/help/zenity/fi/figures @dirrm share/gnome/help/zenity/fi +@dirrm share/gnome/help/zenity/eu/figures +@dirrm share/gnome/help/zenity/eu @dirrm share/gnome/help/zenity/es/figures @dirrm share/gnome/help/zenity/es @dirrm share/gnome/help/zenity/en_GB/figures |