diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
commit | 610ae5681637c1051a0c17b54e29d97f53da2f3a (patch) | |
tree | c231a1eb74b07e444fa7363012cb84bf23d83ce0 /x11/gnome-applets | |
parent | Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo (diff) |
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet
PR: 125857 [1]
126993 [2]
130031 [3]
127399 [4]
127661 [5]
124302 [6]
129570 [7]
129936
123790
Notes
Notes:
svn path=/head/; revision=225629
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 14 | ||||
-rw-r--r-- | x11/gnome-applets/distinfo | 6 | ||||
-rw-r--r-- | x11/gnome-applets/files/patch-aa | 39 | ||||
-rw-r--r-- | x11/gnome-applets/files/patch-cpufreq-selector-freebsd | 132 | ||||
-rw-r--r-- | x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py | 8 | ||||
-rw-r--r-- | x11/gnome-applets/files/patch-invest-applet_invest_invest-chart | 8 | ||||
-rw-r--r-- | x11/gnome-applets/files/patch-mixer_applet.c | 11 | ||||
-rw-r--r-- | x11/gnome-applets/files/patch-modemlights_Makefile.in | 10 | ||||
-rw-r--r-- | x11/gnome-applets/pkg-plist | 260 |
9 files changed, 328 insertions, 160 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 05a7a225437d..239d398a23ae 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.175 2008/03/10 20:03:41 mezz Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.193 2008/12/20 20:05:50 marcus Exp $ # PORTNAME= gnome-applets -PORTVERSION= 2.22.3 +PORTVERSION= 2.24.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${POR LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ gweather.1:${PORTSDIR}/net/libgweather \ xklavier.12:${PORTSDIR}/x11/libxklavier \ - gucharmap.6:${PORTSDIR}/deskutils/gucharmap + gucharmap.7:${PORTSDIR}/deskutils/gucharmap RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/system-tools-backends \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon @@ -31,13 +32,12 @@ GNOME_DESKTOP_VERSION=2 INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ - gail gnomedocutils libgnomekbd +USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gnomedocutils \ + libgnomekbd WANT_GNOME= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gstreamer=0.10 \ - --enable-stickynotes +CONFIGURE_ARGS= --with-gstreamer=0.10 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 c3fdb935ad71..293bb28a0d7a 100644 --- a/x11/gnome-applets/distinfo +++ b/x11/gnome-applets/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-applets-2.22.3.tar.bz2) = 9e64d2827b0e8d2a03ebffb2c3499566 -SHA256 (gnome2/gnome-applets-2.22.3.tar.bz2) = dac8527273b097a9e2debae2223022ac2b7d78c86643654d6ca5d0db51574c52 -SIZE (gnome2/gnome-applets-2.22.3.tar.bz2) = 7508373 +MD5 (gnome2/gnome-applets-2.24.2.tar.bz2) = 7bdfde8fd9035c41fd6d42490663c7ba +SHA256 (gnome2/gnome-applets-2.24.2.tar.bz2) = 50bbf16de9c91fcc96156a154dabac490963fa768ecfea3c02f22bdc38c303b8 +SIZE (gnome2/gnome-applets-2.24.2.tar.bz2) = 7873299 diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa index 7d1f860845cb..8a9822d48f15 100644 --- a/x11/gnome-applets/files/patch-aa +++ b/x11/gnome-applets/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig 2007-07-09 18:13:48.000000000 -0400 -+++ configure 2007-07-09 18:14:19.000000000 -0400 -@@ -25117,7 +25117,7 @@ _ACEOF +--- configure.orig 2008-12-20 14:46:11.000000000 -0500 ++++ configure 2008-12-20 14:54:57.000000000 -0500 +@@ -17150,7 +17150,7 @@ _ACEOF test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' @@ -9,7 +9,7 @@ ac_define_dir=`eval echo $ac_define_dir` GNOMELOCALEDIR="$ac_define_dir" -@@ -27157,8 +27157,8 @@ fi +@@ -19097,8 +19097,8 @@ fi ;; # list of supported OS cores that do not use libapm @@ -20,16 +20,7 @@ ACPIINC="-I${OS_SYS}" else ACPIINC="-I/usr/src/sys" -@@ -27924,7 +27924,7 @@ echo "${ECHO_T}no" >&6; } - fi - - -- stb="system-tools-backends" -+ stb="system-tools-backends-2.0" - - if test x$PKG_CONFIG != xno ; then - if $PKG_CONFIG --atleast-pkgconfig-version 0.12 ; then -@@ -28166,6 +28166,9 @@ if test x$disable_cpufreq = xno; then +@@ -20023,6 +20023,9 @@ if test x$disable_cpufreq = xno; then *linux*) build_cpufreq_applet=yes ;; @@ -39,7 +30,7 @@ *) { echo "$as_me:$LINENO: WARNING: ${host} is not supported by cpufreq applet, not building" >&5 echo "$as_me: WARNING: ${host} is not supported by cpufreq applet, not building" >&2;} -@@ -28684,7 +28687,7 @@ gladedir="${pkgdatadir}/glade" +@@ -20591,7 +20594,7 @@ builderdir="${pkgdatadir}/builder" test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' @@ -48,7 +39,7 @@ ac_define_dir=`eval echo $ac_define_dir` GNOME_ICONDIR="$ac_define_dir" -@@ -28697,7 +28700,7 @@ _ACEOF +@@ -20604,7 +20607,7 @@ _ACEOF test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' @@ -57,16 +48,16 @@ ac_define_dir=`eval echo $ac_define_dir` GNOME_PIXMAPSDIR="$ac_define_dir" -@@ -28710,7 +28713,7 @@ _ACEOF +@@ -20617,7 +20620,7 @@ _ACEOF test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -- ac_define_dir=`eval echo $"${gladedir}"` -+ ac_define_dir=`eval echo "${gladedir}"` +- ac_define_dir=`eval echo $"${builderdir}"` ++ ac_define_dir=`eval echo "${builderdir}"` ac_define_dir=`eval echo $ac_define_dir` - GNOME_GLADEDIR="$ac_define_dir" + GTK_BUILDERDIR="$ac_define_dir" -@@ -28723,7 +28726,7 @@ _ACEOF +@@ -20630,7 +20633,7 @@ _ACEOF test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' @@ -75,7 +66,7 @@ ac_define_dir=`eval echo $ac_define_dir` DATADIR="$ac_define_dir" -@@ -28736,7 +28739,7 @@ _ACEOF +@@ -20643,7 +20646,7 @@ _ACEOF test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' @@ -84,7 +75,7 @@ ac_define_dir=`eval echo $ac_define_dir` SYSCONFDIR="$ac_define_dir" -@@ -28749,7 +28752,7 @@ _ACEOF +@@ -20656,7 +20659,7 @@ _ACEOF test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' @@ -93,7 +84,7 @@ ac_define_dir=`eval echo $ac_define_dir` LIBDIR="$ac_define_dir" -@@ -28762,7 +28765,7 @@ _ACEOF +@@ -20669,7 +20672,7 @@ _ACEOF test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' diff --git a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd b/x11/gnome-applets/files/patch-cpufreq-selector-freebsd index 734bd6c74cea..5cca16dd4d9c 100644 --- a/x11/gnome-applets/files/patch-cpufreq-selector-freebsd +++ b/x11/gnome-applets/files/patch-cpufreq-selector-freebsd @@ -54,52 +54,6 @@ +G_END_DECLS + +#endif /* __CPUFREQ_SELECTOR_SYSCTL_H__ */ ---- cpufreq/src/cpufreq-selector/main.c.orig Sat Jun 17 22:13:41 2006 -+++ cpufreq/src/cpufreq-selector/main.c Sat Jun 24 02:15:02 2006 -@@ -17,6 +17,7 @@ - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * Authors : Carlos García Campos <carlosgc@gnome.org> -+ * Joe Marcus Clarke <marcus@FreeBSD.org> - */ - - #ifdef HAVE_CONFIG_H -@@ -33,6 +34,9 @@ - #ifdef HAVE_LIBCPUFREQ - #include "cpufreq-selector-libcpufreq.h" - #endif -+#ifdef __FreeBSD__ -+#include "cpufreq-selector-sysctl.h" -+#endif /* __FreeBSD__ */ - - static gint cpu = 0; - static gchar *governor = NULL; -@@ -51,6 +55,9 @@ main (gint argc, gchar **argv) - CPUFreqSelector *selector; - GOptionContext *context; - GError *error = NULL; -+#ifdef __FreeBSD__ -+ size_t len; -+#endif - - if (geteuid () != 0) { - g_printerr ("You must be root\n"); -@@ -83,10 +90,15 @@ main (gint argc, gchar **argv) - #ifdef HAVE_LIBCPUFREQ - selector = cpufreq_selector_libcpufreq_new (cpu); - #else -+#ifndef __FreeBSD__ - if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ - selector = cpufreq_selector_sysfs_new (cpu); - } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ - selector = cpufreq_selector_procfs_new (cpu); -+#else -+ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { -+ selector = cpufreq_selector_sysctl_new (cpu); -+#endif /* __FreeBSD__ */ - } else { - g_printerr ("No cpufreq support\n"); - return 1; --- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c.orig Wed Jul 26 01:34:18 2006 +++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c Wed Jul 26 01:42:00 2006 @@ -0,0 +1,87 @@ @@ -190,39 +144,75 @@ + + return TRUE; +} ---- cpufreq/src/cpufreq-selector/Makefile.in.orig 2007-07-30 21:08:35.000000000 -0400 -+++ cpufreq/src/cpufreq-selector/Makefile.in 2007-07-30 21:08:36.000000000 -0400 -@@ -57,13 +57,15 @@ am__cpufreq_selector_SOURCES_DIST = cpuf - cpufreq-selector.h cpufreq-selector-sysfs.c \ - cpufreq-selector-sysfs.h cpufreq-selector-procfs.c \ - cpufreq-selector-procfs.h cpufreq-selector-libcpufreq.c \ -- cpufreq-selector-libcpufreq.h main.c -+ cpufreq-selector-libcpufreq.h main.c \ -+ cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h +--- cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c.orig 2008-06-16 14:33:25.000000000 -0400 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 2008-06-16 14:35:28.000000000 -0400 +@@ -27,20 +27,32 @@ + #ifdef HAVE_LIBCPUFREQ + #include "cpufreq-selector-libcpufreq.h" + #endif ++#ifdef __FreeBSD__ ++#include "cpufreq-selector-sysctl.h" ++#endif /* __FreeBSD__ */ + + CPUFreqSelector * + cpufreq_selector_factory_create_selector (guint cpu) + { + CPUFreqSelector *selector = NULL; ++#ifdef __FreeBSD__ ++ size_t len; ++#endif + + #ifdef HAVE_LIBCPUFREQ + selector = cpufreq_selector_libcpufreq_new (cpu); + #else ++#ifndef __FreeBSD__ + if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ + selector = cpufreq_selector_sysfs_new (cpu); + } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ + selector = cpufreq_selector_procfs_new (cpu); + } ++#else ++ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { ++ selector = cpufreq_selector_sysctl_new (cpu); ++ } ++#endif /* __FreeBSD__ */ + #endif /* HAVE_LIBCPUFREQ */ + + return selector; +--- cpufreq/src/cpufreq-selector/Makefile.in.orig 2008-06-16 14:26:07.000000000 -0400 ++++ cpufreq/src/cpufreq-selector/Makefile.in 2008-06-16 14:38:15.000000000 -0400 +@@ -65,7 +65,7 @@ am__cpufreq_selector_SOURCES_DIST = cpuf + cpufreq-selector-libcpufreq.h cpufreq-selector-service.c \ + cpufreq-selector-service.h cpufreq-selector-factory.c \ + cpufreq-selector-factory.h cpufreq-selector-service-glue.h \ +- main.c ++ main.c cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h @HAVE_LIBCPUFREQ_TRUE@am__objects_1 = \ @HAVE_LIBCPUFREQ_TRUE@ cpufreq-selector-libcpufreq.$(OBJEXT) - am_cpufreq_selector_OBJECTS = cpufreq-selector.$(OBJEXT) \ + @HAVE_POLKIT_TRUE@am__objects_2 = cpufreq-selector-service.$(OBJEXT) +@@ -74,7 +74,8 @@ am_cpufreq_selector_OBJECTS = cpufreq-se cpufreq-selector-sysfs.$(OBJEXT) \ cpufreq-selector-procfs.$(OBJEXT) $(am__objects_1) \ -- main.$(OBJEXT) -+ main.$(OBJEXT) \ + $(am__objects_2) cpufreq-selector-factory.$(OBJEXT) \ +- $(am__objects_3) main.$(OBJEXT) ++ $(am__objects_3) main.$(OBJEXT) \ + cpufreq-selector-sysctl.$(OBJEXT) cpufreq_selector_OBJECTS = $(am_cpufreq_selector_OBJECTS) am__DEPENDENCIES_1 = - cpufreq_selector_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -@@ -381,6 +383,7 @@ cpufreq_selector_SOURCES = \ - cpufreq-selector.c cpufreq-selector.h \ - cpufreq-selector-sysfs.c cpufreq-selector-sysfs.h \ - cpufreq-selector-procfs.c cpufreq-selector-procfs.h \ -+ cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h \ - $(cpufreq_files) \ - main.c - -@@ -462,6 +465,7 @@ distclean-compile: - - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-libcpufreq.Po@am__quote@ + @HAVE_POLKIT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \ +@@ -371,6 +372,7 @@ cpufreq_selector_SOURCES = \ + cpufreq-selector.c cpufreq-selector.h \ + cpufreq-selector-sysfs.c cpufreq-selector-sysfs.h \ + cpufreq-selector-procfs.c cpufreq-selector-procfs.h \ ++ cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h \ + $(cpufreq_files) \ + $(service_files) \ + cpufreq-selector-factory.c cpufreq-selector-factory.h \ +@@ -480,6 +482,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-procfs.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-sysctl.Po@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-service.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-sysfs.Po@am__quote@ ++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector-sysctl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpufreq-selector.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ + diff --git a/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py b/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py index 0dc24164ec34..7ddb583de639 100644 --- a/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py +++ b/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py @@ -1,5 +1,5 @@ ---- invest-applet/invest/invest-applet.py.orig Wed Sep 13 20:42:15 2006 -+++ invest-applet/invest/invest-applet.py Wed Sep 13 20:42:28 2006 +--- invest-applet/invest/invest-applet.py.orig 2008-03-15 19:39:32.000000000 -0400 ++++ invest-applet/invest/invest-applet.py 2008-04-28 13:27:46.000000000 -0400 @@ -26,8 +26,8 @@ import invest, invest.applet, invest.def import gettext, locale gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) @@ -8,6 +8,6 @@ -locale.textdomain(invest.defs.GETTEXT_PACKAGE) +#locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) +#locale.textdomain(invest.defs.GETTEXT_PACKAGE) - gtk.glade.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) - gtk.glade.textdomain(invest.defs.GETTEXT_PACKAGE) + + from gettext import gettext as _ diff --git a/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart b/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart index 2eddc8154089..aa763c16c429 100644 --- a/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart +++ b/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart @@ -1,5 +1,5 @@ ---- invest-applet/invest/invest-chart.orig Wed Sep 13 20:41:18 2006 -+++ invest-applet/invest/invest-chart Wed Sep 13 20:41:33 2006 +--- invest-applet/invest/invest-chart.orig 2008-03-15 16:34:50.000000000 -0400 ++++ invest-applet/invest/invest-chart 2008-04-28 13:29:13.000000000 -0400 @@ -6,8 +6,8 @@ import sys, invest.chart, gtk import gettext, locale gettext.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) @@ -8,6 +8,6 @@ -locale.textdomain(invest.defs.GETTEXT_PACKAGE) +#locale.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) +#locale.textdomain(invest.defs.GETTEXT_PACKAGE) - gtk.glade.bindtextdomain(invest.defs.GETTEXT_PACKAGE, invest.defs.GNOMELOCALEDIR) - gtk.glade.textdomain(invest.defs.GETTEXT_PACKAGE) + if __name__ == "__main__": + win = invest.chart.show_chart(sys.argv[1:]) diff --git a/x11/gnome-applets/files/patch-mixer_applet.c b/x11/gnome-applets/files/patch-mixer_applet.c deleted file mode 100644 index d7c0eb517833..000000000000 --- a/x11/gnome-applets/files/patch-mixer_applet.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mixer/applet.c.orig Mon Nov 7 09:53:52 2005 -+++ mixer/applet.c Mon Nov 28 01:16:50 2005 -@@ -953,7 +953,7 @@ gnome_volume_applet_adjust_volume (GstMi - - volumes = g_new (gint, track->num_channels); - for (n = 0; n < track->num_channels; n++) -- volumes[n] = lrint (volume); -+ volumes[n] = (int) rint (volume); - gst_mixer_set_volume (mixer, track, volumes); - g_free (volumes); - } diff --git a/x11/gnome-applets/files/patch-modemlights_Makefile.in b/x11/gnome-applets/files/patch-modemlights_Makefile.in deleted file mode 100644 index 874884722127..000000000000 --- a/x11/gnome-applets/files/patch-modemlights_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- modemlights/Makefile.in.orig Fri Jan 14 00:08:52 2005 -+++ modemlights/Makefile.in Fri Jan 14 00:09:20 2005 -@@ -319,6 +319,7 @@ - modem_applet_LDADD = \ - $(GNOME_APPLETS_LIBS) \ - $(LIBGLADE_LIBS) \ -+ -lutil \ - $(MODEMLIGHTS_LIBS) - - uidir = $(datadir)/gnome-2.0/ui diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist index 9fc4e42bbfce..68f004ac32c3 100644 --- a/x11/gnome-applets/pkg-plist +++ b/x11/gnome-applets/pkg-plist @@ -1,5 +1,6 @@ %%CPUFREQ%%bin/cpufreq-selector %%PYTHON%%bin/invest-chart +%%CPUFREQ%%etc/dbus-1/system.d/org.gnome.CPUFreqSelector.conf %%BATTERY%%etc/sound/events/battstat_applet.soundlist %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/invest/__init__.pyc @@ -38,7 +39,6 @@ libdata/bonobo/servers/GNOME_KeyboardApplet.server libdata/bonobo/servers/GNOME_MailcheckApplet_Factory.server libdata/bonobo/servers/GNOME_MiniCommanderApplet.server libdata/bonobo/servers/GNOME_MixerApplet.server -libdata/bonobo/servers/GNOME_ModemLights.server libdata/bonobo/servers/GNOME_MultiLoadApplet_Factory.server libdata/bonobo/servers/GNOME_NullApplet_Factory.server libdata/bonobo/servers/GNOME_Panel_TrashApplet.server @@ -57,11 +57,12 @@ libexec/gweather-applet-2 %%PYTHON%%libexec/invest-applet %%COMMANDER%%libexec/mini_commander_applet libexec/mixer_applet2 -libexec/modem_applet libexec/multiload-applet-2 libexec/null_applet libexec/stickynotes_applet libexec/trashapplet +%%CPUFREQ%%share/PolicyKit/policy/org.gnome.cpufreqselector.policy +%%CPUFREQ%%share/dbus-1/system-services/org.gnome.CPUFreqSelector.service share/gnome-2.0/ui/GNOME_AccessxApplet.xml %%BATTERY%%share/gnome-2.0/ui/GNOME_BattstatApplet.xml %%CPUFREQ%%share/gnome-2.0/ui/GNOME_CPUFreqApplet.xml @@ -72,11 +73,18 @@ share/gnome-2.0/ui/GNOME_GWeatherApplet.xml share/gnome-2.0/ui/GNOME_GeyesApplet.xml %%COMMANDER%%share/gnome-2.0/ui/GNOME_MiniCommanderApplet.xml share/gnome-2.0/ui/GNOME_MixerApplet.xml -share/gnome-2.0/ui/GNOME_ModemLights.xml share/gnome-2.0/ui/GNOME_MultiloadApplet.xml share/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml share/gnome-2.0/ui/GNOME_StickyNotesApplet.xml %%PYTHON%%share/gnome-2.0/ui/Invest_Applet.xml +%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui +%%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui +%%PYTHON%%%%DATADIR%%/builder/financialchart.ui +%%DATADIR%%/builder/gswitchit.ui +%%COMMANDER%%%%DATADIR%%/builder/mini-commander.ui +%%PYTHON%%%%DATADIR%%/builder/prefs-dialog.ui +%%DATADIR%%/builder/stickynotes.ui +%%DATADIR%%/builder/trashapplet-empty-progress.ui %%DATADIR%%/geyes/Bizarre/Bizarre-eye.png %%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png %%DATADIR%%/geyes/Bizarre/config @@ -95,18 +103,13 @@ share/gnome-2.0/ui/GNOME_StickyNotesApplet.xml %%DATADIR%%/geyes/Tango/config %%DATADIR%%/geyes/Tango/tango-eye.png %%DATADIR%%/geyes/Tango/tango-pupil.png -%%BATTERY%%%%DATADIR%%/glade/battstat_applet.glade -%%CPUFREQ%%%%DATADIR%%/glade/cpufreq-preferences.glade -%%PYTHON%%%%DATADIR%%/glade/financialchart.glade -%%DATADIR%%/glade/gswitchit.glade -%%COMMANDER%%%%DATADIR%%/glade/mini-commander.glade -%%DATADIR%%/glade/modemlights.glade -%%PYTHON%%%%DATADIR%%/glade/prefs-dialog.glade -%%DATADIR%%/glade/stickynotes.glade -%%DATADIR%%/glade/trashapplet-empty-progress.ui -%%PYTHON%%%%DATADIR%%/invest-applet/invest-16.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest-button.png -%%PYTHON%%%%DATADIR%%/invest-applet/invest.svg +%%PYTHON%%%%DATADIR%%/invest-applet/invest-16_neutral.png +%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_down.png +%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_neutral.png +%%PYTHON%%%%DATADIR%%/invest-applet/invest-22_up.png +%%PYTHON%%%%DATADIR%%/invest-applet/invest_down.svg +%%PYTHON%%%%DATADIR%%/invest-applet/invest_neutral.svg +%%PYTHON%%%%DATADIR%%/invest-applet/invest_up.svg share/gnome/help/accessx-status/C/accessx-status.xml share/gnome/help/accessx-status/C/figures/accessx-status-applet.png share/gnome/help/accessx-status/C/figures/accessx-status-disabled.png @@ -144,6 +147,18 @@ 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/el/accessx-status.xml +share/gnome/help/accessx-status/el/figures/accessx-status-applet.png +share/gnome/help/accessx-status/el/figures/accessx-status-disabled.png +share/gnome/help/accessx-status/el/figures/accessx_bounce-keys.png +share/gnome/help/accessx-status/el/figures/accessx_mouse-keys.png +share/gnome/help/accessx-status/el/figures/accessx_slow-keys.png +share/gnome/help/accessx-status/el/figures/accessx_sticky-altGr-key.png +share/gnome/help/accessx-status/el/figures/accessx_sticky-ctrl-key.png +share/gnome/help/accessx-status/el/figures/accessx_sticky-keys.png +share/gnome/help/accessx-status/el/figures/accessx_sticky-meta-key.png +share/gnome/help/accessx-status/el/figures/accessx_sticky-shift-key.png +share/gnome/help/accessx-status/el/figures/accessx_sticky-windows-key.png share/gnome/help/accessx-status/en_GB/accessx-status.xml share/gnome/help/accessx-status/en_GB/figures/accessx-status-applet.png share/gnome/help/accessx-status/en_GB/figures/accessx-status-disabled.png @@ -204,6 +219,18 @@ share/gnome/help/accessx-status/it/figures/accessx_sticky-keys.png share/gnome/help/accessx-status/it/figures/accessx_sticky-meta-key.png share/gnome/help/accessx-status/it/figures/accessx_sticky-shift-key.png share/gnome/help/accessx-status/it/figures/accessx_sticky-windows-key.png +share/gnome/help/accessx-status/ko/accessx-status.xml +share/gnome/help/accessx-status/ko/figures/accessx-status-applet.png +share/gnome/help/accessx-status/ko/figures/accessx-status-disabled.png +share/gnome/help/accessx-status/ko/figures/accessx_bounce-keys.png +share/gnome/help/accessx-status/ko/figures/accessx_mouse-keys.png +share/gnome/help/accessx-status/ko/figures/accessx_slow-keys.png +share/gnome/help/accessx-status/ko/figures/accessx_sticky-altGr-key.png +share/gnome/help/accessx-status/ko/figures/accessx_sticky-ctrl-key.png +share/gnome/help/accessx-status/ko/figures/accessx_sticky-keys.png +share/gnome/help/accessx-status/ko/figures/accessx_sticky-meta-key.png +share/gnome/help/accessx-status/ko/figures/accessx_sticky-shift-key.png +share/gnome/help/accessx-status/ko/figures/accessx_sticky-windows-key.png share/gnome/help/accessx-status/nl/accessx-status.xml share/gnome/help/accessx-status/nl/figures/accessx-status-applet.png share/gnome/help/accessx-status/nl/figures/accessx-status-disabled.png @@ -265,6 +292,12 @@ share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png %%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-credits-hal.png %%BATTERY%%share/gnome/help/battstat/bg/figures/battstat-preferences.png %%BATTERY%%share/gnome/help/battstat/bg/figures/context-menu.png +%%BATTERY%%share/gnome/help/battstat/de/battstat.xml +%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-applet-expanded.png +%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-applet.png +%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-credits-hal.png +%%BATTERY%%share/gnome/help/battstat/de/figures/battstat-preferences.png +%%BATTERY%%share/gnome/help/battstat/de/figures/context-menu.png %%BATTERY%%share/gnome/help/battstat/el/battstat.xml %%BATTERY%%share/gnome/help/battstat/el/figures/battstat-applet-expanded.png %%BATTERY%%share/gnome/help/battstat/el/figures/battstat-applet.png @@ -347,6 +380,11 @@ share/gnome/help/char-palette/ca/figures/charpalette_applet.png share/gnome/help/char-palette/ca/figures/charpalette_chargroup.png share/gnome/help/char-palette/ca/figures/charpick-preferences.png share/gnome/help/char-palette/ca/figures/charpick_characters.png +share/gnome/help/char-palette/de/char-palette.xml +share/gnome/help/char-palette/de/figures/charpalette_applet.png +share/gnome/help/char-palette/de/figures/charpalette_chargroup.png +share/gnome/help/char-palette/de/figures/charpick-preferences.png +share/gnome/help/char-palette/de/figures/charpick_characters.png share/gnome/help/char-palette/en_GB/char-palette.xml share/gnome/help/char-palette/en_GB/figures/charpalette_applet.png share/gnome/help/char-palette/en_GB/figures/charpalette_chargroup.png @@ -412,6 +450,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/el/command-line.xml +%%COMMANDER%%share/gnome/help/command-line/el/figures/command-line.png +%%COMMANDER%%share/gnome/help/command-line/el/figures/prefs-macros.png +%%COMMANDER%%share/gnome/help/command-line/el/figures/prefs.png %%COMMANDER%%share/gnome/help/command-line/en_GB/command-line.xml %%COMMANDER%%share/gnome/help/command-line/en_GB/figures/command-line.png %%COMMANDER%%share/gnome/help/command-line/en_GB/figures/prefs-macros.png @@ -465,6 +507,16 @@ share/gnome/help/char-palette/uk/figures/charpick_characters.png %%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-selector-both.png %%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet-selector.png %%CPUFREQ%%share/gnome/help/cpufreq-applet/ca/figures/cpufreq-applet.png +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/cpufreq-applet.xml +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-100.png +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-25.png +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-50.png +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-75.png +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/gnome/help/cpufreq-applet/de/figures/cpufreq-applet.png %%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/cpufreq-applet.xml %%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-100.png %%CPUFREQ%%share/gnome/help/cpufreq-applet/en_GB/figures/cpufreq-25.png @@ -575,6 +627,26 @@ 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 @@ -582,6 +654,12 @@ share/gnome/help/drivemount/C/figures/drivemount-applet_mount.png share/gnome/help/drivemount/C/figures/drivemount-applet_open.png share/gnome/help/drivemount/C/figures/drivemount-applet_status.png share/gnome/help/drivemount/C/legal.xml +share/gnome/help/drivemount/de/drivemount.xml +share/gnome/help/drivemount/de/figures/drivemount-applet_eject.png +share/gnome/help/drivemount/de/figures/drivemount-applet_example.png +share/gnome/help/drivemount/de/figures/drivemount-applet_mount.png +share/gnome/help/drivemount/de/figures/drivemount-applet_open.png +share/gnome/help/drivemount/de/figures/drivemount-applet_status.png share/gnome/help/drivemount/en_GB/drivemount.xml share/gnome/help/drivemount/en_GB/figures/drivemount-applet_eject.png share/gnome/help/drivemount/en_GB/figures/drivemount-applet_example.png @@ -661,6 +739,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/da/figures/geyes_applet.png +share/gnome/help/geyes/da/geyes.xml share/gnome/help/geyes/de/figures/geyes_applet.png share/gnome/help/geyes/de/geyes.xml share/gnome/help/geyes/en_GB/figures/geyes_applet.png @@ -711,6 +791,21 @@ share/gnome/help/gweather/C/figures/stock_weather-storm.png share/gnome/help/gweather/C/figures/stock_weather-sunny.png share/gnome/help/gweather/C/gweather.xml share/gnome/help/gweather/C/legal.xml +share/gnome/help/gweather/de/figures/gweather-details.png +share/gnome/help/gweather/de/figures/gweather-menu-prefs.png +share/gnome/help/gweather/de/figures/gweather-prefs-general.png +share/gnome/help/gweather/de/figures/gweather-prefs-locations.png +share/gnome/help/gweather/de/figures/gweather_applet.png +share/gnome/help/gweather/de/figures/stock_weather-cloudy.png +share/gnome/help/gweather/de/figures/stock_weather-few-clouds.png +share/gnome/help/gweather/de/figures/stock_weather-fog.png +share/gnome/help/gweather/de/figures/stock_weather-night-clear.png +share/gnome/help/gweather/de/figures/stock_weather-night-few-clouds.png +share/gnome/help/gweather/de/figures/stock_weather-showers.png +share/gnome/help/gweather/de/figures/stock_weather-snow.png +share/gnome/help/gweather/de/figures/stock_weather-storm.png +share/gnome/help/gweather/de/figures/stock_weather-sunny.png +share/gnome/help/gweather/de/gweather.xml share/gnome/help/gweather/en_GB/figures/gweather-details.png share/gnome/help/gweather/en_GB/figures/gweather-menu-prefs.png share/gnome/help/gweather/en_GB/figures/gweather-prefs-general.png @@ -891,11 +986,21 @@ 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 +%%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/el/invest-applet.xml +%%PYTHON%%share/gnome/help/invest-applet/es/invest-applet.xml +%%PYTHON%%share/gnome/help/invest-applet/fi/invest-applet.xml +%%PYTHON%%share/gnome/help/invest-applet/sv/invest-applet.xml share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png share/gnome/help/mixer_applet2/C/legal.xml share/gnome/help/mixer_applet2/C/mixer_applet2.xml share/gnome/help/mixer_applet2/ca/figures/volumecontrol_applet.png share/gnome/help/mixer_applet2/ca/mixer_applet2.xml +share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png +share/gnome/help/mixer_applet2/de/mixer_applet2.xml +share/gnome/help/mixer_applet2/el/figures/volumecontrol_applet.png +share/gnome/help/mixer_applet2/el/mixer_applet2.xml share/gnome/help/mixer_applet2/en_GB/figures/volumecontrol_applet.png share/gnome/help/mixer_applet2/en_GB/mixer_applet2.xml share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png @@ -904,6 +1009,8 @@ share/gnome/help/mixer_applet2/fi/figures/volumecontrol_applet.png share/gnome/help/mixer_applet2/fi/mixer_applet2.xml share/gnome/help/mixer_applet2/fr/figures/volumecontrol_applet.png share/gnome/help/mixer_applet2/fr/mixer_applet2.xml +share/gnome/help/mixer_applet2/hu/figures/volumecontrol_applet.png +share/gnome/help/mixer_applet2/hu/mixer_applet2.xml share/gnome/help/mixer_applet2/it/figures/volumecontrol_applet.png share/gnome/help/mixer_applet2/it/mixer_applet2.xml share/gnome/help/mixer_applet2/ko/figures/volumecontrol_applet.png @@ -949,6 +1056,10 @@ 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 @@ -986,6 +1097,12 @@ share/gnome/help/stickynotes_applet/ca/figures/stickynotes-note-prefs.png share/gnome/help/stickynotes_applet/ca/figures/stickynotes-prefs.png share/gnome/help/stickynotes_applet/ca/figures/stickynotes_applet.png share/gnome/help/stickynotes_applet/ca/stickynotes_applet.xml +share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-lock.png +share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-new.png +share/gnome/help/stickynotes_applet/de/figures/stickynotes-note-prefs.png +share/gnome/help/stickynotes_applet/de/figures/stickynotes-prefs.png +share/gnome/help/stickynotes_applet/de/figures/stickynotes_applet.png +share/gnome/help/stickynotes_applet/de/stickynotes_applet.xml share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-lock.png share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-new.png share/gnome/help/stickynotes_applet/el/figures/stickynotes-note-prefs.png @@ -1067,6 +1184,8 @@ share/gnome/help/trashapplet/da/figures/trash-applet.png share/gnome/help/trashapplet/da/trashapplet.xml share/gnome/help/trashapplet/de/figures/trash-applet.png share/gnome/help/trashapplet/de/trashapplet.xml +share/gnome/help/trashapplet/el/figures/trash-applet.png +share/gnome/help/trashapplet/el/trashapplet.xml share/gnome/help/trashapplet/en_GB/figures/trash-applet.png share/gnome/help/trashapplet/en_GB/trashapplet.xml share/gnome/help/trashapplet/es/figures/trash-applet.png @@ -1075,6 +1194,8 @@ share/gnome/help/trashapplet/fi/figures/trash-applet.png share/gnome/help/trashapplet/fi/trashapplet.xml share/gnome/help/trashapplet/fr/figures/trash-applet.png share/gnome/help/trashapplet/fr/trashapplet.xml +share/gnome/help/trashapplet/hu/figures/trash-applet.png +share/gnome/help/trashapplet/hu/trashapplet.xml share/gnome/help/trashapplet/it/figures/trash-applet.png share/gnome/help/trashapplet/it/trashapplet.xml share/gnome/help/trashapplet/nl/figures/trash-applet.png @@ -1083,40 +1204,43 @@ share/gnome/help/trashapplet/oc/figures/trash-applet.png share/gnome/help/trashapplet/oc/trashapplet.xml share/gnome/help/trashapplet/pa/figures/trash-applet.png share/gnome/help/trashapplet/pa/trashapplet.xml +share/gnome/help/trashapplet/pt_BR/figures/trash-applet.png +share/gnome/help/trashapplet/pt_BR/trashapplet.xml share/gnome/help/trashapplet/ru/figures/trash-applet.png share/gnome/help/trashapplet/ru/trashapplet.xml share/gnome/help/trashapplet/sv/figures/trash-applet.png share/gnome/help/trashapplet/sv/trashapplet.xml share/gnome/help/trashapplet/uk/figures/trash-applet.png share/gnome/help/trashapplet/uk/trashapplet.xml +share/gnome/help/trashapplet/zh_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-modem-monitor-applet.png share/icons/hicolor/16x16/apps/gnome-sticky-notes-applet.png +%%PYTHON%%share/icons/hicolor/16x16/apps/invest-applet.png %%CPUFREQ%%share/icons/hicolor/22x22/apps/gnome-cpu-frequency-applet.png share/icons/hicolor/22x22/apps/gnome-eyes-applet.png -share/icons/hicolor/22x22/apps/gnome-modem-monitor-applet.png share/icons/hicolor/22x22/apps/gnome-sticky-notes-applet.png +%%PYTHON%%share/icons/hicolor/22x22/apps/invest-applet.png %%CPUFREQ%%share/icons/hicolor/24x24/apps/gnome-cpu-frequency-applet.png share/icons/hicolor/24x24/apps/gnome-eyes-applet.png -share/icons/hicolor/24x24/apps/gnome-modem-monitor-applet.png share/icons/hicolor/24x24/apps/gnome-sticky-notes-applet.png %%CPUFREQ%%share/icons/hicolor/32x32/apps/gnome-cpu-frequency-applet.png share/icons/hicolor/32x32/apps/gnome-eyes-applet.png -share/icons/hicolor/32x32/apps/gnome-modem-monitor-applet.png share/icons/hicolor/32x32/apps/gnome-sticky-notes-applet.png share/icons/hicolor/48x48/apps/ax-applet.png -share/icons/hicolor/48x48/apps/charpick.png %%COMMANDER%%share/icons/hicolor/48x48/apps/gnome-mini-commander.png -share/icons/hicolor/48x48/apps/gswitchit-applet.png -share/icons/hicolor/48x48/apps/gswitchit-properties-capplet.png +%%PYTHON%%share/icons/hicolor/48x48/apps/invest-applet.png %%CPUFREQ%%share/icons/hicolor/scalable/apps/gnome-cpu-frequency-applet.svg share/icons/hicolor/scalable/apps/gnome-eyes-applet.svg -share/icons/hicolor/scalable/apps/gnome-modem-monitor-applet.svg share/icons/hicolor/scalable/apps/gnome-sticky-notes-applet.svg +%%PYTHON%%share/icons/hicolor/scalable/apps/invest-applet.svg share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo share/locale/as/LC_MESSAGES/gnome-applets-2.0.mo +share/locale/ast/LC_MESSAGES/gnome-applets-2.0.mo share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo share/locale/be@latin/LC_MESSAGES/gnome-applets-2.0.mo @@ -1175,6 +1299,7 @@ share/locale/ku/LC_MESSAGES/gnome-applets-2.0.mo share/locale/ky/LC_MESSAGES/gnome-applets-2.0.mo share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo +share/locale/mai/LC_MESSAGES/gnome-applets-2.0.mo share/locale/mg/LC_MESSAGES/gnome-applets-2.0.mo share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo @@ -1189,6 +1314,7 @@ share/locale/oc/LC_MESSAGES/gnome-applets-2.0.mo share/locale/or/LC_MESSAGES/gnome-applets-2.0.mo share/locale/pa/LC_MESSAGES/gnome-applets-2.0.mo share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo +share/locale/ps/LC_MESSAGES/gnome-applets-2.0.mo share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo @@ -1199,7 +1325,7 @@ share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-applets-2.0.mo +share/locale/sr@latin/LC_MESSAGES/gnome-applets-2.0.mo share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo share/locale/te/LC_MESSAGES/gnome-applets-2.0.mo @@ -1215,17 +1341,20 @@ 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-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-fi.omf share/omf/accessx-status/accessx-status-fr.omf share/omf/accessx-status/accessx-status-it.omf +share/omf/accessx-status/accessx-status-ko.omf share/omf/accessx-status/accessx-status-nl.omf share/omf/accessx-status/accessx-status-oc.omf share/omf/accessx-status/accessx-status-sv.omf share/omf/accessx-status/accessx-status-uk.omf %%BATTERY%%share/omf/battstat/battstat-C.omf %%BATTERY%%share/omf/battstat/battstat-bg.omf +%%BATTERY%%share/omf/battstat/battstat-de.omf %%BATTERY%%share/omf/battstat/battstat-el.omf %%BATTERY%%share/omf/battstat/battstat-en_GB.omf %%BATTERY%%share/omf/battstat/battstat-es.omf @@ -1240,6 +1369,7 @@ share/omf/accessx-status/accessx-status-uk.omf share/omf/char-palette/char-palette-C.omf share/omf/char-palette/char-palette-bg.omf share/omf/char-palette/char-palette-ca.omf +share/omf/char-palette/char-palette-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-fi.omf @@ -1253,6 +1383,7 @@ 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-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-fr.omf @@ -1263,6 +1394,7 @@ share/omf/char-palette/char-palette-uk.omf %%COMMANDER%%share/omf/command-line/command-line-uk.omf %%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-C.omf %%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-ca.omf +%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-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-fi.omf @@ -1274,7 +1406,10 @@ 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-fi.omf @@ -1290,6 +1425,7 @@ 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-da.omf share/omf/geyes/geyes-de.omf share/omf/geyes/geyes-en_GB.omf share/omf/geyes/geyes-es.omf @@ -1313,6 +1449,7 @@ share/omf/gswitchit/gswitchit-ru.omf share/omf/gswitchit/gswitchit-sv.omf share/omf/gswitchit/gswitchit-uk.omf 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-fi.omf @@ -1325,12 +1462,20 @@ 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 +%%PYTHON%%share/omf/invest-applet/invest-applet-C.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-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-fi.omf share/omf/mixer_applet2/mixer_applet2-fr.omf +share/omf/mixer_applet2/mixer_applet2-hu.omf share/omf/mixer_applet2/mixer_applet2-it.omf share/omf/mixer_applet2/mixer_applet2-ko.omf share/omf/mixer_applet2/mixer_applet2-oc.omf @@ -1346,6 +1491,7 @@ share/omf/multiload/multiload-es.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 @@ -1354,6 +1500,7 @@ share/omf/multiload/multiload-sv.omf share/omf/multiload/multiload-uk.omf share/omf/stickynotes_applet/stickynotes_applet-C.omf share/omf/stickynotes_applet/stickynotes_applet-ca.omf +share/omf/stickynotes_applet/stickynotes_applet-de.omf share/omf/stickynotes_applet/stickynotes_applet-el.omf share/omf/stickynotes_applet/stickynotes_applet-en_GB.omf share/omf/stickynotes_applet/stickynotes_applet-es.omf @@ -1370,17 +1517,22 @@ share/omf/trashapplet/trashapplet-C.omf share/omf/trashapplet/trashapplet-ca.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-fi.omf share/omf/trashapplet/trashapplet-fr.omf +share/omf/trashapplet/trashapplet-hu.omf share/omf/trashapplet/trashapplet-it.omf share/omf/trashapplet/trashapplet-nl.omf share/omf/trashapplet/trashapplet-oc.omf share/omf/trashapplet/trashapplet-pa.omf +share/omf/trashapplet/trashapplet-pt_BR.omf share/omf/trashapplet/trashapplet-ru.omf share/omf/trashapplet/trashapplet-sv.omf share/omf/trashapplet/trashapplet-uk.omf +share/omf/trashapplet/trashapplet-zh_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 @@ -1422,7 +1574,6 @@ share/pixmaps/accessx-status-applet/sticky-super-none.png %%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-50.png %%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-75.png %%CPUFREQ%%share/pixmaps/cpufreq-applet/cpufreq-na.png -%%PYTHON%%share/pixmaps/invest-big.png share/pixmaps/stickynotes/close.png share/pixmaps/stickynotes/locked.png share/pixmaps/stickynotes/resize_se.png @@ -1521,6 +1672,7 @@ share/xmodmap/xmodmap.yu @dirrm share/omf/stickynotes_applet @dirrm share/omf/multiload @dirrm share/omf/mixer_applet2 +%%PYTHON%%@dirrm share/omf/invest-applet @dirrm share/omf/gweather @dirrm share/omf/gswitchit @dirrm share/omf/geyes @@ -1530,12 +1682,18 @@ 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 @dirrm share/gnome/help/trashapplet/sv @dirrm share/gnome/help/trashapplet/ru/figures @dirrm share/gnome/help/trashapplet/ru +@dirrm share/gnome/help/trashapplet/pt_BR/figures +@dirrm share/gnome/help/trashapplet/pt_BR @dirrm share/gnome/help/trashapplet/pa/figures @dirrm share/gnome/help/trashapplet/pa @dirrm share/gnome/help/trashapplet/oc/figures @@ -1544,6 +1702,8 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/trashapplet/nl @dirrm share/gnome/help/trashapplet/it/figures @dirrm share/gnome/help/trashapplet/it +@dirrm share/gnome/help/trashapplet/hu/figures +@dirrm share/gnome/help/trashapplet/hu @dirrm share/gnome/help/trashapplet/fr/figures @dirrm share/gnome/help/trashapplet/fr @dirrm share/gnome/help/trashapplet/fi/figures @@ -1552,6 +1712,8 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/trashapplet/es @dirrm share/gnome/help/trashapplet/en_GB/figures @dirrm share/gnome/help/trashapplet/en_GB +@dirrm share/gnome/help/trashapplet/el/figures +@dirrm share/gnome/help/trashapplet/el @dirrm share/gnome/help/trashapplet/de/figures @dirrm share/gnome/help/trashapplet/de @dirrm share/gnome/help/trashapplet/da/figures @@ -1585,6 +1747,8 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/stickynotes_applet/en_GB @dirrm share/gnome/help/stickynotes_applet/el/figures @dirrm share/gnome/help/stickynotes_applet/el +@dirrm share/gnome/help/stickynotes_applet/de/figures +@dirrm share/gnome/help/stickynotes_applet/de @dirrm share/gnome/help/stickynotes_applet/ca/figures @dirrm share/gnome/help/stickynotes_applet/ca @dirrm share/gnome/help/stickynotes_applet/C/figures @@ -1602,6 +1766,8 @@ 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 @@ -1633,6 +1799,8 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/mixer_applet2/ko @dirrm share/gnome/help/mixer_applet2/it/figures @dirrm share/gnome/help/mixer_applet2/it +@dirrm share/gnome/help/mixer_applet2/hu/figures +@dirrm share/gnome/help/mixer_applet2/hu @dirrm share/gnome/help/mixer_applet2/fr/figures @dirrm share/gnome/help/mixer_applet2/fr @dirrm share/gnome/help/mixer_applet2/fi/figures @@ -1641,11 +1809,21 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/mixer_applet2/es @dirrm share/gnome/help/mixer_applet2/en_GB/figures @dirrm share/gnome/help/mixer_applet2/en_GB +@dirrm share/gnome/help/mixer_applet2/el/figures +@dirrm share/gnome/help/mixer_applet2/el +@dirrm share/gnome/help/mixer_applet2/de/figures +@dirrm share/gnome/help/mixer_applet2/de @dirrm share/gnome/help/mixer_applet2/ca/figures @dirrm share/gnome/help/mixer_applet2/ca @dirrm share/gnome/help/mixer_applet2/C/figures @dirrm share/gnome/help/mixer_applet2/C @dirrm share/gnome/help/mixer_applet2 +%%PYTHON%%@dirrm share/gnome/help/invest-applet/sv +%%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/C +%%PYTHON%%@dirrm share/gnome/help/invest-applet @dirrm share/gnome/help/gweather/uk/figures @dirrm share/gnome/help/gweather/uk @dirrm share/gnome/help/gweather/sv/figures @@ -1670,6 +1848,8 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/gweather/es @dirrm share/gnome/help/gweather/en_GB/figures @dirrm share/gnome/help/gweather/en_GB +@dirrm share/gnome/help/gweather/de/figures +@dirrm share/gnome/help/gweather/de @dirrm share/gnome/help/gweather/C/figures @dirrm share/gnome/help/gweather/C @dirrm share/gnome/help/gweather @@ -1707,6 +1887,8 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/geyes/en_GB @dirrm share/gnome/help/geyes/de/figures @dirrm share/gnome/help/geyes/de +@dirrm share/gnome/help/geyes/da/figures +@dirrm share/gnome/help/geyes/da @dirrm share/gnome/help/geyes/ca/figures @dirrm share/gnome/help/geyes/ca @dirrm share/gnome/help/geyes/bg/figures @@ -1738,9 +1920,15 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/drivemount/es @dirrm share/gnome/help/drivemount/en_GB/figures @dirrm share/gnome/help/drivemount/en_GB +@dirrm share/gnome/help/drivemount/de/figures +@dirrm share/gnome/help/drivemount/de @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 @@ -1763,6 +1951,8 @@ share/xmodmap/xmodmap.yu %%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/es %%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/en_GB/figures %%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/en_GB +%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/de/figures +%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/de %%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ca/figures %%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/ca %%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/C/figures @@ -1784,6 +1974,8 @@ share/xmodmap/xmodmap.yu %%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/C/figures %%COMMANDER%%@dirrm share/gnome/help/command-line/C %%COMMANDER%%@dirrm share/gnome/help/command-line @@ -1811,6 +2003,8 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/char-palette/es @dirrm share/gnome/help/char-palette/en_GB/figures @dirrm share/gnome/help/char-palette/en_GB +@dirrm share/gnome/help/char-palette/de/figures +@dirrm share/gnome/help/char-palette/de @dirrm share/gnome/help/char-palette/ca/figures @dirrm share/gnome/help/char-palette/ca @dirrm share/gnome/help/char-palette/bg/figures @@ -1840,6 +2034,8 @@ share/xmodmap/xmodmap.yu %%BATTERY%%@dirrm share/gnome/help/battstat/en_GB %%BATTERY%%@dirrm share/gnome/help/battstat/el/figures %%BATTERY%%@dirrm share/gnome/help/battstat/el +%%BATTERY%%@dirrm share/gnome/help/battstat/de/figures +%%BATTERY%%@dirrm share/gnome/help/battstat/de %%BATTERY%%@dirrm share/gnome/help/battstat/bg/figures %%BATTERY%%@dirrm share/gnome/help/battstat/bg %%BATTERY%%@dirrm share/gnome/help/battstat/C/figures @@ -1853,6 +2049,8 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/accessx-status/oc @dirrm share/gnome/help/accessx-status/nl/figures @dirrm share/gnome/help/accessx-status/nl +@dirrm share/gnome/help/accessx-status/ko/figures +@dirrm share/gnome/help/accessx-status/ko @dirrm share/gnome/help/accessx-status/it/figures @dirrm share/gnome/help/accessx-status/it @dirrm share/gnome/help/accessx-status/fr/figures @@ -1863,6 +2061,8 @@ share/xmodmap/xmodmap.yu @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/ca/figures @dirrm share/gnome/help/accessx-status/ca @dirrm share/gnome/help/accessx-status/bg/figures @@ -1871,7 +2071,6 @@ share/xmodmap/xmodmap.yu @dirrm share/gnome/help/accessx-status/C @dirrm share/gnome/help/accessx-status %%PYTHON%%@dirrm %%DATADIR%%/invest-applet -@dirrm %%DATADIR%%/glade @dirrm %%DATADIR%%/geyes/Tango @dirrm %%DATADIR%%/geyes/Horrid @dirrm %%DATADIR%%/geyes/Default-tiny @@ -1879,6 +2078,7 @@ share/xmodmap/xmodmap.yu @dirrm %%DATADIR%%/geyes/Bloodshot @dirrm %%DATADIR%%/geyes/Bizarre @dirrm %%DATADIR%%/geyes +@dirrm %%DATADIR%%/builder @dirrm %%DATADIR%% %%COMMANDER%%@dirrmtry libexec/gnome-applets %%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/invest @@ -1888,16 +2088,22 @@ share/xmodmap/xmodmap.yu @dirrmtry share/locale/xh @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin @dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps @dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/mg/LC_MESSAGES @dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai @dirrmtry share/locale/ky/LC_MESSAGES @dirrmtry share/locale/ky @dirrmtry share/locale/ku/LC_MESSAGES @@ -1940,5 +2146,7 @@ share/xmodmap/xmodmap.yu @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 |