- update gnome-applets2 to 2.20.0

- cleanup Makefile a bit

ok martynas@
This commit is contained in:
jasper 2007-11-10 15:38:17 +00:00
parent b2e34bad74
commit 6bae131f80
7 changed files with 204 additions and 98 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.36 2007/11/02 10:32:21 sturm Exp $
# $OpenBSD: Makefile,v 1.37 2007/11/10 15:38:17 jasper Exp $
COMMENT-main= applets for use with the GNOME panel
COMMENT-battstat= GNOME applet for monitoring battery level
GNOME_PROJECT= gnome-applets
GNOME_VERSION= 2.18.0
GNOME_VERSION= 2.20.0
PKGNAME-main= gnome-applets2-${VERSION}p2
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}p2
PKGNAME-main= gnome-applets2-${VERSION}
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}
SHARED_LIBS += gweather 0.0 # .0.0
CATEGORIES= x11
@ -16,15 +16,16 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcursor Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
audiofile bonobo-2 bonobo-activation bonoboui-2 c cairo \
crypto dbus-1 dbus-glib-1 esd expat fontconfig freetype \
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
glitz gmodule-2.0 gnome-2 gnome-keyring \
gnomecanvas-2 gnomeui-2 gnomevfs-2 gobject-2.0 \
gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 png popt pthread ssl util xml2 z
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender art_lgpl_2 atk-1.0 audiofile bonobo-2 bonobo-activation \
bonoboui-2 c cairo crypto dbus-1 dbus-glib-1 esd expat \
fontconfig freetype gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 \
glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring \
gnomecanvas-2 gnomeui-2 gnomevfs-2 gobject-2.0 gthread-2.0 \
gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pcre png popt pthread ssl util xml2 z
MODULES= devel/gettext \
lang/python \
@ -60,9 +61,9 @@ CONFIGURE_ARGS+= --disable-battstat
MULTI_PACKAGES+= -battstat
.endif
CONFIGURE_ARGS+= --disable-schemas-install
CONFIGURE_ARGS+= --disable-scrollkeeper
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-applets2
CONFIGURE_ARGS+= --disable-schemas-install \
--disable-scrollkeeper \
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-applets2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@ -71,7 +72,7 @@ WANTLIB-main= ${WANTLIB} \
.if !${FLAVOR:L:Mno_battstat}
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-applets2; \
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-applets2
cp -Rp ${WRKINST}/${SYSCONFDIR}/gnome/* ${PREFIX}/share/examples/gnome-applets2/
.endif

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-applets-2.18.0.tar.bz2) = 2z75nAAzV5jzD8CpFiwCVw==
RMD160 (gnome/gnome-applets-2.18.0.tar.bz2) = yaGMcX/QHt6UdqcHhKhSKWjlIhE=
SHA1 (gnome/gnome-applets-2.18.0.tar.bz2) = e+wfZC6CdjT3SFnoHhUCeZ08BaI=
SHA256 (gnome/gnome-applets-2.18.0.tar.bz2) = +PI+DF4VavsIEden/L/sjcZnuONfqKHP/wtIZgFMIVc=
SIZE (gnome/gnome-applets-2.18.0.tar.bz2) = 7133902
MD5 (gnome/gnome-applets-2.20.0.tar.bz2) = mFz8PFinLhqSIBv0pIc7hw==
RMD160 (gnome/gnome-applets-2.20.0.tar.bz2) = R89pAC2I1pBa3mihjkV9j7xscLM=
SHA1 (gnome/gnome-applets-2.20.0.tar.bz2) = BzMknuspMPtVwlHhwfmEbgHRqLk=
SHA256 (gnome/gnome-applets-2.20.0.tar.bz2) = eg8jqZxsIWZ4ZXjt40qBk5qncdJVAsM+nCkjaoIzrP8=
SIZE (gnome/gnome-applets-2.20.0.tar.bz2) = 7488862

View File

@ -1,16 +1,16 @@
$OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
--- configure.orig Mon Mar 12 07:04:16 2007
+++ configure Fri Nov 2 03:33:02 2007
@@ -22266,7 +22266,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then
$OpenBSD: patch-configure,v 1.13 2007/11/10 15:38:17 jasper Exp $
--- configure.orig Sun Sep 16 05:30:24 2007
+++ configure Sat Nov 10 16:34:31 2007
@@ -23349,7 +23349,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
- for am_cv_pathless_PYTHON in python python2 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
- for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
+ for am_cv_pathless_PYTHON in python2.5 python python2 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
test "$am_cv_pathless_PYTHON" = none && break
prog="import sys, string
# split strings by '.' and convert to numeric. Append some zeros
@@ -22939,6 +22939,7 @@ echo "${ECHO_T}yes" >&6; }
@@ -24087,6 +24087,7 @@ echo "${ECHO_T}yes" >&6; }
:
fi
@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
pkg_failed=no
{ echo "$as_me:$LINENO: checking for GAILUTIL" >&5
@@ -23052,6 +23053,7 @@ echo "${ECHO_T}yes" >&6; }
@@ -24200,6 +24201,7 @@ echo "${ECHO_T}yes" >&6; }
fi
@ -26,7 +26,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
pkg_failed=no
@@ -23928,8 +23930,8 @@ else
@@ -25072,8 +25074,8 @@ else
BUILD_KEYBOARD_APPLET_FALSE=
fi
@ -36,7 +36,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
pkg_failed=no
{ echo "$as_me:$LINENO: checking for GNOME_SETTINGS_DAEMON" >&5
echo $ECHO_N "checking for GNOME_SETTINGS_DAEMON... $ECHO_C" >&6; }
@@ -24006,10 +24008,10 @@ if test "x$HAVE_GNOME_SETTINGS_DAEMON" = "xno"; then
@@ -25148,10 +25150,10 @@ if test "x$HAVE_GNOME_SETTINGS_DAEMON" = "xno"; then
echo "$as_me: WARNING: gnome-settings-daemon DBUS API is required to build modem-applet." >&2;}
fi
@ -48,7 +48,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
pkg_failed=no
{ echo "$as_me:$LINENO: checking for LIBWNCK" >&5
echo $ECHO_N "checking for LIBWNCK... $ECHO_C" >&6; }
@@ -25117,7 +25119,7 @@ _ACEOF
@@ -26247,7 +26249,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -57,7 +57,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
ac_define_dir=`eval echo $ac_define_dir`
GNOMELOCALEDIR="$ac_define_dir"
@@ -28684,7 +28686,7 @@ gladedir="${pkgdatadir}/glade"
@@ -30223,7 +30225,7 @@ gladedir="${pkgdatadir}/glade"
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -66,7 +66,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
ac_define_dir=`eval echo $ac_define_dir`
GNOME_ICONDIR="$ac_define_dir"
@@ -28697,7 +28699,7 @@ _ACEOF
@@ -30236,7 +30238,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -75,7 +75,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
ac_define_dir=`eval echo $ac_define_dir`
GNOME_PIXMAPSDIR="$ac_define_dir"
@@ -28710,7 +28712,7 @@ _ACEOF
@@ -30249,7 +30251,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -84,7 +84,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
ac_define_dir=`eval echo $ac_define_dir`
GNOME_GLADEDIR="$ac_define_dir"
@@ -28723,7 +28725,7 @@ _ACEOF
@@ -30262,7 +30264,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -93,7 +93,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
ac_define_dir=`eval echo $ac_define_dir`
DATADIR="$ac_define_dir"
@@ -28736,7 +28738,7 @@ _ACEOF
@@ -30275,7 +30277,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -102,7 +102,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
ac_define_dir=`eval echo $ac_define_dir`
SYSCONFDIR="$ac_define_dir"
@@ -28749,7 +28751,7 @@ _ACEOF
@@ -30288,7 +30290,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
@ -111,7 +111,7 @@ $OpenBSD: patch-configure,v 1.12 2007/11/02 10:32:21 sturm Exp $
ac_define_dir=`eval echo $ac_define_dir`
LIBDIR="$ac_define_dir"
@@ -28762,7 +28764,7 @@ _ACEOF
@@ -30301,7 +30303,7 @@ _ACEOF
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

View File

@ -1,32 +0,0 @@
$OpenBSD: patch-mixer_applet_c,v 1.1 2007/10/24 22:46:13 jasper Exp $
--- mixer/applet.c.orig Tue Oct 16 15:43:28 2007
+++ mixer/applet.c Tue Oct 16 15:47:04 2007
@@ -38,7 +38,7 @@
#include <gtk/gtkmain.h>
#include <gtk/gtkmessagedialog.h>
#include <gtk/gtkrange.h>
-#include <gtk/gtktooltips.h>
+#include <gtk/gtktooltip.h>
#include <gtk/gtkwidget.h>
#include <gconf/gconf-client.h>
@@ -219,8 +219,8 @@ gnome_volume_applet_init (GnomeVolumeApplet *applet)
applet->pop = FALSE;
/* tooltip over applet */
- applet->tooltips = gtk_tooltips_new ();
- gtk_tooltips_set_tip (applet->tooltips, GTK_WIDGET (applet),
+ applet->tooltip = gtk_tooltips_new ();
+ gtk_tooltips_set_tip (applet->tooltip, GTK_WIDGET (applet),
_("Volume Control"), NULL);
/* prevent scroll events from reaching the tooltip */
@@ -1138,7 +1138,7 @@ gnome_volume_applet_refresh (GnomeVolumeApplet *applet
}
g_string_free (track_names, TRUE);
- gtk_tooltips_set_tip (applet->tooltips, GTK_WIDGET (applet),
+ gtk_tooltips_set_tip (applet->tooltip, GTK_WIDGET (applet),
tooltip_str, NULL);
g_free (tooltip_str);

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-mixer_applet_h,v 1.1 2007/10/24 22:46:13 jasper Exp $
--- mixer/applet.h.orig Tue Oct 16 15:45:31 2007
+++ mixer/applet.h Tue Oct 16 15:46:13 2007
@@ -27,7 +27,7 @@
#include <gtk/gtkicontheme.h>
#include <gtk/gtkimage.h>
-#include <gtk/gtktooltips.h>
+#include <gtk/gtktooltip.h>
#include <gconf/gconf-client.h>
#include <panel-applet-gconf.h>
#include <gst/gst.h>
@@ -87,7 +87,7 @@ typedef struct _GnomeVolumeApplet {
gint panel_size;
/* use same object for setting tooltop */
- GtkTooltips *tooltips;
+ GtkTooltip *tooltip;
gboolean force_next_update;
} GnomeVolumeApplet;

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-battstat,v 1.12 2007/05/16 22:18:38 jasper Exp $
@comment $OpenBSD: PLIST-battstat,v 1.13 2007/11/10 15:38:18 jasper Exp $
lib/bonobo/servers/GNOME_BattstatApplet.server
libexec/battstat-applet-2
share/examples/gnome-applets2/
@ -50,6 +50,14 @@ share/gnome/help/battstat/fr/figures/battstat-applet.png
share/gnome/help/battstat/fr/figures/battstat-credits-hal.png
share/gnome/help/battstat/fr/figures/battstat-preferences.png
share/gnome/help/battstat/fr/figures/context-menu.png
share/gnome/help/battstat/oc/
share/gnome/help/battstat/oc/battstat.xml
share/gnome/help/battstat/oc/figures/
share/gnome/help/battstat/oc/figures/battstat-applet-expanded.png
share/gnome/help/battstat/oc/figures/battstat-applet.png
share/gnome/help/battstat/oc/figures/battstat-credits-hal.png
share/gnome/help/battstat/oc/figures/battstat-preferences.png
share/gnome/help/battstat/oc/figures/context-menu.png
share/gnome/help/battstat/pa/
share/gnome/help/battstat/pa/battstat.xml
share/gnome/help/battstat/pa/figures/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.2 2007/05/16 22:18:38 jasper Exp $
@comment $OpenBSD: PLIST-main,v 1.3 2007/11/10 15:38:18 jasper Exp $
@pkgpath x11/gnome/applets2
@pkgpath x11/gnome/applets2,no_battstat
%%SHARED%%
@ -114,6 +114,20 @@ share/gnome/help/accessx-status/bg/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/bg/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/bg/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/bg/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/ca/
share/gnome/help/accessx-status/ca/accessx-status.xml
share/gnome/help/accessx-status/ca/figures/
share/gnome/help/accessx-status/ca/figures/accessx-status-applet.png
share/gnome/help/accessx-status/ca/figures/accessx-status-disabled.png
share/gnome/help/accessx-status/ca/figures/accessx_bounce-keys.png
share/gnome/help/accessx-status/ca/figures/accessx_mouse-keys.png
share/gnome/help/accessx-status/ca/figures/accessx_slow-keys.png
share/gnome/help/accessx-status/ca/figures/accessx_sticky-altGr-key.png
share/gnome/help/accessx-status/ca/figures/accessx_sticky-ctrl-key.png
share/gnome/help/accessx-status/ca/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/ca/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/ca/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/ca/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/en_GB/
share/gnome/help/accessx-status/en_GB/accessx-status.xml
share/gnome/help/accessx-status/en_GB/figures/
@ -184,6 +198,20 @@ share/gnome/help/accessx-status/nl/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/nl/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/nl/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/nl/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/oc/
share/gnome/help/accessx-status/oc/accessx-status.xml
share/gnome/help/accessx-status/oc/figures/
share/gnome/help/accessx-status/oc/figures/accessx-status-applet.png
share/gnome/help/accessx-status/oc/figures/accessx-status-disabled.png
share/gnome/help/accessx-status/oc/figures/accessx_bounce-keys.png
share/gnome/help/accessx-status/oc/figures/accessx_mouse-keys.png
share/gnome/help/accessx-status/oc/figures/accessx_slow-keys.png
share/gnome/help/accessx-status/oc/figures/accessx_sticky-altGr-key.png
share/gnome/help/accessx-status/oc/figures/accessx_sticky-ctrl-key.png
share/gnome/help/accessx-status/oc/figures/accessx_sticky-keys.png
share/gnome/help/accessx-status/oc/figures/accessx_sticky-meta-key.png
share/gnome/help/accessx-status/oc/figures/accessx_sticky-shift-key.png
share/gnome/help/accessx-status/oc/figures/accessx_sticky-windows-key.png
share/gnome/help/accessx-status/sv/
share/gnome/help/accessx-status/sv/accessx-status.xml
share/gnome/help/accessx-status/sv/figures/
@ -263,6 +291,13 @@ share/gnome/help/char-palette/nl/figures/charpalette_applet.png
share/gnome/help/char-palette/nl/figures/charpalette_chargroup.png
share/gnome/help/char-palette/nl/figures/charpick-preferences.png
share/gnome/help/char-palette/nl/figures/charpick_characters.png
share/gnome/help/char-palette/oc/
share/gnome/help/char-palette/oc/char-palette.xml
share/gnome/help/char-palette/oc/figures/
share/gnome/help/char-palette/oc/figures/charpalette_applet.png
share/gnome/help/char-palette/oc/figures/charpalette_chargroup.png
share/gnome/help/char-palette/oc/figures/charpick-preferences.png
share/gnome/help/char-palette/oc/figures/charpick_characters.png
share/gnome/help/char-palette/pt_BR/
share/gnome/help/char-palette/pt_BR/char-palette.xml
share/gnome/help/char-palette/pt_BR/figures/
@ -270,6 +305,13 @@ share/gnome/help/char-palette/pt_BR/figures/charpalette_applet.png
share/gnome/help/char-palette/pt_BR/figures/charpalette_chargroup.png
share/gnome/help/char-palette/pt_BR/figures/charpick-preferences.png
share/gnome/help/char-palette/pt_BR/figures/charpick_characters.png
share/gnome/help/char-palette/ru/
share/gnome/help/char-palette/ru/char-palette.xml
share/gnome/help/char-palette/ru/figures/
share/gnome/help/char-palette/ru/figures/charpalette_applet.png
share/gnome/help/char-palette/ru/figures/charpalette_chargroup.png
share/gnome/help/char-palette/ru/figures/charpick-preferences.png
share/gnome/help/char-palette/ru/figures/charpick_characters.png
share/gnome/help/char-palette/sv/
share/gnome/help/char-palette/sv/char-palette.xml
share/gnome/help/char-palette/sv/figures/
@ -326,6 +368,14 @@ share/gnome/help/drivemount/it/figures/drivemount-applet_example.png
share/gnome/help/drivemount/it/figures/drivemount-applet_mount.png
share/gnome/help/drivemount/it/figures/drivemount-applet_open.png
share/gnome/help/drivemount/it/figures/drivemount-applet_status.png
share/gnome/help/drivemount/oc/
share/gnome/help/drivemount/oc/drivemount.xml
share/gnome/help/drivemount/oc/figures/
share/gnome/help/drivemount/oc/figures/drivemount-applet_eject.png
share/gnome/help/drivemount/oc/figures/drivemount-applet_example.png
share/gnome/help/drivemount/oc/figures/drivemount-applet_mount.png
share/gnome/help/drivemount/oc/figures/drivemount-applet_open.png
share/gnome/help/drivemount/oc/figures/drivemount-applet_status.png
share/gnome/help/drivemount/pa/
share/gnome/help/drivemount/pa/drivemount.xml
share/gnome/help/drivemount/pa/figures/
@ -376,6 +426,10 @@ share/gnome/help/geyes/bg/
share/gnome/help/geyes/bg/figures/
share/gnome/help/geyes/bg/figures/geyes_applet.png
share/gnome/help/geyes/bg/geyes.xml
share/gnome/help/geyes/ca/
share/gnome/help/geyes/ca/figures/
share/gnome/help/geyes/ca/figures/geyes_applet.png
share/gnome/help/geyes/ca/geyes.xml
share/gnome/help/geyes/en_GB/
share/gnome/help/geyes/en_GB/figures/
share/gnome/help/geyes/en_GB/figures/geyes_applet.png
@ -392,6 +446,10 @@ share/gnome/help/geyes/it/
share/gnome/help/geyes/it/figures/
share/gnome/help/geyes/it/figures/geyes_applet.png
share/gnome/help/geyes/it/geyes.xml
share/gnome/help/geyes/oc/
share/gnome/help/geyes/oc/figures/
share/gnome/help/geyes/oc/figures/geyes_applet.png
share/gnome/help/geyes/oc/geyes.xml
share/gnome/help/geyes/ru/
share/gnome/help/geyes/ru/figures/
share/gnome/help/geyes/ru/figures/geyes_applet.png
@ -408,12 +466,16 @@ share/gnome/help/gswitchit/
share/gnome/help/gswitchit/C/
share/gnome/help/gswitchit/C/gswitchit.xml
share/gnome/help/gswitchit/C/legal.xml
share/gnome/help/gswitchit/el/
share/gnome/help/gswitchit/el/gswitchit.xml
share/gnome/help/gswitchit/en_GB/
share/gnome/help/gswitchit/en_GB/gswitchit.xml
share/gnome/help/gswitchit/es/
share/gnome/help/gswitchit/es/gswitchit.xml
share/gnome/help/gswitchit/fr/
share/gnome/help/gswitchit/fr/gswitchit.xml
share/gnome/help/gswitchit/oc/
share/gnome/help/gswitchit/oc/gswitchit.xml
share/gnome/help/gswitchit/ru/
share/gnome/help/gswitchit/ru/gswitchit.xml
share/gnome/help/gswitchit/sv/
@ -507,6 +569,23 @@ share/gnome/help/gweather/nl/figures/stock_weather-snow.png
share/gnome/help/gweather/nl/figures/stock_weather-storm.png
share/gnome/help/gweather/nl/figures/stock_weather-sunny.png
share/gnome/help/gweather/nl/gweather.xml
share/gnome/help/gweather/oc/
share/gnome/help/gweather/oc/figures/
share/gnome/help/gweather/oc/figures/gweather-details.png
share/gnome/help/gweather/oc/figures/gweather-menu-prefs.png
share/gnome/help/gweather/oc/figures/gweather-prefs-general.png
share/gnome/help/gweather/oc/figures/gweather-prefs-locations.png
share/gnome/help/gweather/oc/figures/gweather_applet.png
share/gnome/help/gweather/oc/figures/stock_weather-cloudy.png
share/gnome/help/gweather/oc/figures/stock_weather-few-clouds.png
share/gnome/help/gweather/oc/figures/stock_weather-fog.png
share/gnome/help/gweather/oc/figures/stock_weather-night-clear.png
share/gnome/help/gweather/oc/figures/stock_weather-night-few-clouds.png
share/gnome/help/gweather/oc/figures/stock_weather-showers.png
share/gnome/help/gweather/oc/figures/stock_weather-snow.png
share/gnome/help/gweather/oc/figures/stock_weather-storm.png
share/gnome/help/gweather/oc/figures/stock_weather-sunny.png
share/gnome/help/gweather/oc/gweather.xml
share/gnome/help/gweather/pa/
share/gnome/help/gweather/pa/figures/
share/gnome/help/gweather/pa/figures/gweather-details.png
@ -564,6 +643,10 @@ share/gnome/help/mixer_applet2/C/figures/
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/
share/gnome/help/mixer_applet2/ca/figures/
share/gnome/help/mixer_applet2/ca/figures/volumecontrol_applet.png
share/gnome/help/mixer_applet2/ca/mixer_applet2.xml
share/gnome/help/mixer_applet2/en_GB/
share/gnome/help/mixer_applet2/en_GB/figures/
share/gnome/help/mixer_applet2/en_GB/figures/volumecontrol_applet.png
@ -580,6 +663,10 @@ share/gnome/help/mixer_applet2/it/
share/gnome/help/mixer_applet2/it/figures/
share/gnome/help/mixer_applet2/it/figures/volumecontrol_applet.png
share/gnome/help/mixer_applet2/it/mixer_applet2.xml
share/gnome/help/mixer_applet2/oc/
share/gnome/help/mixer_applet2/oc/figures/
share/gnome/help/mixer_applet2/oc/figures/volumecontrol_applet.png
share/gnome/help/mixer_applet2/oc/mixer_applet2.xml
share/gnome/help/mixer_applet2/pa/
share/gnome/help/mixer_applet2/pa/figures/
share/gnome/help/mixer_applet2/pa/figures/volumecontrol_applet.png
@ -604,6 +691,12 @@ share/gnome/help/multiload/C/figures/system-monitor-applet_window.png
share/gnome/help/multiload/C/figures/system_monitor.png
share/gnome/help/multiload/C/legal.xml
share/gnome/help/multiload/C/multiload.xml
share/gnome/help/multiload/ca/
share/gnome/help/multiload/ca/figures/
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/en_GB/
share/gnome/help/multiload/en_GB/figures/
share/gnome/help/multiload/en_GB/figures/multiload-preferences.png
@ -622,6 +715,12 @@ share/gnome/help/multiload/fr/figures/multiload-preferences.png
share/gnome/help/multiload/fr/figures/system-monitor-applet_window.png
share/gnome/help/multiload/fr/figures/system_monitor.png
share/gnome/help/multiload/fr/multiload.xml
share/gnome/help/multiload/oc/
share/gnome/help/multiload/oc/figures/
share/gnome/help/multiload/oc/figures/multiload-preferences.png
share/gnome/help/multiload/oc/figures/system-monitor-applet_window.png
share/gnome/help/multiload/oc/figures/system_monitor.png
share/gnome/help/multiload/oc/multiload.xml
share/gnome/help/multiload/pa/
share/gnome/help/multiload/pa/figures/
share/gnome/help/multiload/pa/figures/multiload-preferences.png
@ -680,6 +779,14 @@ share/gnome/help/stickynotes_applet/fr/figures/stickynotes-note-prefs.png
share/gnome/help/stickynotes_applet/fr/figures/stickynotes-prefs.png
share/gnome/help/stickynotes_applet/fr/figures/stickynotes_applet.png
share/gnome/help/stickynotes_applet/fr/stickynotes_applet.xml
share/gnome/help/stickynotes_applet/oc/
share/gnome/help/stickynotes_applet/oc/figures/
share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-lock.png
share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-new.png
share/gnome/help/stickynotes_applet/oc/figures/stickynotes-note-prefs.png
share/gnome/help/stickynotes_applet/oc/figures/stickynotes-prefs.png
share/gnome/help/stickynotes_applet/oc/figures/stickynotes_applet.png
share/gnome/help/stickynotes_applet/oc/stickynotes_applet.xml
share/gnome/help/stickynotes_applet/pa/
share/gnome/help/stickynotes_applet/pa/figures/
share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-lock.png
@ -730,6 +837,10 @@ share/gnome/help/trashapplet/nl/
share/gnome/help/trashapplet/nl/figures/
share/gnome/help/trashapplet/nl/figures/trash-applet.png
share/gnome/help/trashapplet/nl/trashapplet.xml
share/gnome/help/trashapplet/oc/
share/gnome/help/trashapplet/oc/figures/
share/gnome/help/trashapplet/oc/figures/trash-applet.png
share/gnome/help/trashapplet/oc/trashapplet.xml
share/gnome/help/trashapplet/pa/
share/gnome/help/trashapplet/pa/figures/
share/gnome/help/trashapplet/pa/figures/trash-applet.png
@ -746,26 +857,45 @@ share/gnome/help/trashapplet/uk/
share/gnome/help/trashapplet/uk/figures/
share/gnome/help/trashapplet/uk/figures/trash-applet.png
share/gnome/help/trashapplet/uk/trashapplet.xml
share/icons/hicolor/
share/icons/hicolor/16x16/
share/icons/hicolor/16x16/apps/
share/icons/hicolor/16x16/apps/gnome-eyes-applet.png
share/icons/hicolor/16x16/apps/gnome-sticky-notes-applet.png
share/icons/hicolor/22x22/
share/icons/hicolor/22x22/apps/
share/icons/hicolor/22x22/apps/gnome-eyes-applet.png
share/icons/hicolor/22x22/apps/gnome-sticky-notes-applet.png
share/icons/hicolor/24x24/
share/icons/hicolor/24x24/apps/
share/icons/hicolor/24x24/apps/gnome-eyes-applet.png
share/icons/hicolor/24x24/apps/gnome-sticky-notes-applet.png
share/icons/hicolor/32x32/
share/icons/hicolor/32x32/apps/
share/icons/hicolor/32x32/apps/gnome-eyes-applet.png
share/icons/hicolor/32x32/apps/gnome-sticky-notes-applet.png
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/ax-applet.png
share/icons/hicolor/48x48/apps/charpick.png
share/icons/hicolor/48x48/apps/gswitchit-applet.png
share/icons/hicolor/48x48/apps/gswitchit-properties-capplet.png
share/icons/hicolor/scalable/
share/icons/hicolor/scalable/apps/
share/icons/hicolor/scalable/apps/gnome-eyes-applet.svg
share/icons/hicolor/scalable/apps/gnome-sticky-notes-applet.svg
share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/as/
share/locale/as/LC_MESSAGES/
share/locale/as/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/
share/locale/be@latin/LC_MESSAGES/
share/locale/be@latin/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/bn/
share/locale/bn/LC_MESSAGES/
@ -912,6 +1042,9 @@ share/locale/ne/LC_MESSAGES/
share/locale/ne/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/oc/
share/locale/oc/LC_MESSAGES/
share/locale/oc/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/or/
share/locale/or/LC_MESSAGES/
share/locale/or/LC_MESSAGES/gnome-applets-2.0.mo
@ -926,6 +1059,9 @@ share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/rw/
share/locale/rw/LC_MESSAGES/
share/locale/rw/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/si/
share/locale/si/LC_MESSAGES/
share/locale/si/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/sq/
@ -953,20 +1089,21 @@ share/locale/xh/
share/locale/xh/LC_MESSAGES/
share/locale/xh/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/zh_HK/
share/locale/zh_HK/LC_MESSAGES/
share/locale/zh_HK/LC_MESSAGES/gnome-applets-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo
share/omf/accessx-status/
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-en_GB.omf
share/omf/accessx-status/accessx-status-es.omf
share/omf/accessx-status/accessx-status-fr.omf
share/omf/accessx-status/accessx-status-it.omf
share/omf/accessx-status/accessx-status-nl.omf
share/omf/accessx-status/accessx-status-oc.omf
share/omf/accessx-status/accessx-status-sv.omf
share/omf/accessx-status/accessx-status-uk.omf
share/omf/battstat/battstat-oc.omf
share/omf/char-palette/
share/omf/char-palette/char-palette-C.omf
share/omf/char-palette/char-palette-bg.omf
@ -975,7 +1112,9 @@ share/omf/char-palette/char-palette-es.omf
share/omf/char-palette/char-palette-fr.omf
share/omf/char-palette/char-palette-it.omf
share/omf/char-palette/char-palette-nl.omf
share/omf/char-palette/char-palette-oc.omf
share/omf/char-palette/char-palette-pt_BR.omf
share/omf/char-palette/char-palette-ru.omf
share/omf/char-palette/char-palette-sv.omf
share/omf/char-palette/char-palette-uk.omf
share/omf/drivemount/
@ -984,6 +1123,7 @@ share/omf/drivemount/drivemount-en_GB.omf
share/omf/drivemount/drivemount-es.omf
share/omf/drivemount/drivemount-fr.omf
share/omf/drivemount/drivemount-it.omf
share/omf/drivemount/drivemount-oc.omf
share/omf/drivemount/drivemount-pa.omf
share/omf/drivemount/drivemount-ru.omf
share/omf/drivemount/drivemount-sv.omf
@ -992,18 +1132,22 @@ share/omf/drivemount/drivemount-zh_CN.omf
share/omf/geyes/
share/omf/geyes/geyes-C.omf
share/omf/geyes/geyes-bg.omf
share/omf/geyes/geyes-ca.omf
share/omf/geyes/geyes-en_GB.omf
share/omf/geyes/geyes-es.omf
share/omf/geyes/geyes-fr.omf
share/omf/geyes/geyes-it.omf
share/omf/geyes/geyes-oc.omf
share/omf/geyes/geyes-ru.omf
share/omf/geyes/geyes-sv.omf
share/omf/geyes/geyes-uk.omf
share/omf/gswitchit/
share/omf/gswitchit/gswitchit-C.omf
share/omf/gswitchit/gswitchit-el.omf
share/omf/gswitchit/gswitchit-en_GB.omf
share/omf/gswitchit/gswitchit-es.omf
share/omf/gswitchit/gswitchit-fr.omf
share/omf/gswitchit/gswitchit-oc.omf
share/omf/gswitchit/gswitchit-ru.omf
share/omf/gswitchit/gswitchit-sv.omf
share/omf/gswitchit/gswitchit-uk.omf
@ -1013,24 +1157,29 @@ share/omf/gweather/gweather-en_GB.omf
share/omf/gweather/gweather-es.omf
share/omf/gweather/gweather-fr.omf
share/omf/gweather/gweather-nl.omf
share/omf/gweather/gweather-oc.omf
share/omf/gweather/gweather-pa.omf
share/omf/gweather/gweather-sv.omf
share/omf/gweather/gweather-uk.omf
share/omf/mixer_applet2/
share/omf/mixer_applet2/mixer_applet2-C.omf
share/omf/mixer_applet2/mixer_applet2-ca.omf
share/omf/mixer_applet2/mixer_applet2-en_GB.omf
share/omf/mixer_applet2/mixer_applet2-es.omf
share/omf/mixer_applet2/mixer_applet2-fr.omf
share/omf/mixer_applet2/mixer_applet2-it.omf
share/omf/mixer_applet2/mixer_applet2-oc.omf
share/omf/mixer_applet2/mixer_applet2-pa.omf
share/omf/mixer_applet2/mixer_applet2-ru.omf
share/omf/mixer_applet2/mixer_applet2-sv.omf
share/omf/mixer_applet2/mixer_applet2-uk.omf
share/omf/multiload/
share/omf/multiload/multiload-C.omf
share/omf/multiload/multiload-ca.omf
share/omf/multiload/multiload-en_GB.omf
share/omf/multiload/multiload-es.omf
share/omf/multiload/multiload-fr.omf
share/omf/multiload/multiload-oc.omf
share/omf/multiload/multiload-pa.omf
share/omf/multiload/multiload-ru.omf
share/omf/multiload/multiload-sv.omf
@ -1040,6 +1189,7 @@ share/omf/stickynotes_applet/stickynotes_applet-C.omf
share/omf/stickynotes_applet/stickynotes_applet-en_GB.omf
share/omf/stickynotes_applet/stickynotes_applet-es.omf
share/omf/stickynotes_applet/stickynotes_applet-fr.omf
share/omf/stickynotes_applet/stickynotes_applet-oc.omf
share/omf/stickynotes_applet/stickynotes_applet-pa.omf
share/omf/stickynotes_applet/stickynotes_applet-sv.omf
share/omf/stickynotes_applet/stickynotes_applet-uk.omf
@ -1050,6 +1200,7 @@ share/omf/trashapplet/trashapplet-es.omf
share/omf/trashapplet/trashapplet-fr.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-ru.omf
share/omf/trashapplet/trashapplet-sv.omf
@ -1104,11 +1255,11 @@ share/schemas/gnome-applets2/
share/schemas/gnome-applets2/charpick.schemas
share/schemas/gnome-applets2/drivemount.schemas
share/schemas/gnome-applets2/geyes.schemas
share/schemas/gnome-applets2/gswitchit.schemas
share/schemas/gnome-applets2/gweather.schemas
share/schemas/gnome-applets2/mixer.schemas
share/schemas/gnome-applets2/multiload.schemas
share/schemas/gnome-applets2/stickynotes.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-applets2/*.schemas > /dev/null
share/xmodmap/
share/xmodmap/base.xml
share/xmodmap/xmodmap.am
@ -1198,4 +1349,3 @@ share/xmodmap/xmodmap.us_intl
share/xmodmap/xmodmap.yu
@exec %D/bin/scrollkeeper-update -q
@unexec %D/bin/scrollkeeper-update -q
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-applets2/*.schemas > /dev/null