Update to gnome-applets2-2.30.0.
This commit is contained in:
parent
91664972d1
commit
d83bd52bfd
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.87 2010/04/04 10:50:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.88 2010/04/23 13:58:34 ajacoutot 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.28.0
|
||||
GNOME_VERSION= 2.30.0
|
||||
|
||||
PKGNAME-main= gnome-applets2-${VERSION}p7
|
||||
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}p1
|
||||
PKGNAME-main= gnome-applets2-${VERSION}
|
||||
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -26,7 +26,7 @@ WANTLIB += freetype gailutil gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
||||
WANTLIB += glib-2.0 glitz gmodule-2.0 gnome-2 gnomecanvas-2 gnomevfs-2
|
||||
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png popt pthread pthread-stubs
|
||||
WANTLIB += ssl util xcb xml2 z
|
||||
WANTLIB += ssl util xcb xml2 z xcb-render xcb-render-util
|
||||
|
||||
MODULES= devel/gettext \
|
||||
lang/python \
|
||||
@ -45,9 +45,7 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
gstbase-0.10,gstreamer-0.10::multimedia/gstreamer-0.10/core \
|
||||
gstaudio-0.10.>=0.1,gstinterfaces-0.10.>=0.1::multimedia/gstreamer-0.10/plugins-base \
|
||||
gtop-2.0.>=3.0::devel/libgtop2 \
|
||||
xklavier::x11/gnome/libxklavier \
|
||||
gucharmap:gucharmap->=1.8:x11/gnome/gucharmap \
|
||||
gnomekbd,gnomekbdui::x11/gnome/libgnomekbd
|
||||
gucharmap:gucharmap->=1.8:x11/gnome/gucharmap
|
||||
|
||||
PSEUDO_FLAVORS= no_battstat
|
||||
FLAVOR?=
|
||||
@ -62,16 +60,17 @@ RUN_DEPENDS-battstat= ::${BUILD_PKGPATH},-main
|
||||
|
||||
MODGCONF2_SCHEMAS_DIR= gnome-applets2
|
||||
|
||||
CONFIGURE_ARGS+= --enable-mixer-applet \
|
||||
--disable-scrollkeeper
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--enable-mixer-applet \
|
||||
--enable-networkmanager=no
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
WANTLIB-main= ${WANTLIB} \
|
||||
XRes kvm xkbfile gcrypt gnome-desktop-2 gnutls \
|
||||
XRes kvm gcrypt gnome-desktop-2 gnutls \
|
||||
gpg-error gweather execinfo xcb-atom xcb-aux xcb-event \
|
||||
soup-2.4 startup-notification-1 tasn1 wnck-1 \
|
||||
gnome-keyring proxy soup-gnome-2.4 sqlite3
|
||||
gnome-keyring proxy soup-gnome-2.4 sqlite3 eggdbus-1
|
||||
|
||||
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gnome-applets2
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/gnome-applets-2.28.0.tar.bz2) = nrAOncRo0sXHG3DJ+yt1HA==
|
||||
RMD160 (gnome/gnome-applets-2.28.0.tar.bz2) = gsHjP6ydmqggLLrOcy5MWCVWlg4=
|
||||
SHA1 (gnome/gnome-applets-2.28.0.tar.bz2) = TTUCTwzs0MlfUHfFgJDCl0UqPEc=
|
||||
SHA256 (gnome/gnome-applets-2.28.0.tar.bz2) = c6odW5Y26jKT0gaYYRVHPzBYHdSpNyZ4c1c4gOsb7Hs=
|
||||
SIZE (gnome/gnome-applets-2.28.0.tar.bz2) = 9599635
|
||||
MD5 (gnome/gnome-applets-2.30.0.tar.bz2) = Kvy+3BCxoOgHKsTu/cjXcA==
|
||||
RMD160 (gnome/gnome-applets-2.30.0.tar.bz2) = rTwrsgYt51maijRAO/UXviH5q64=
|
||||
SHA1 (gnome/gnome-applets-2.30.0.tar.bz2) = tjWevhmRcJxmcJsQhgn8uM+uS1c=
|
||||
SHA256 (gnome/gnome-applets-2.30.0.tar.bz2) = QUifux+DUqMGzeZnbfrx5Je/vKlgRU9yUcT9kpILul0=
|
||||
SIZE (gnome/gnome-applets-2.30.0.tar.bz2) = 9919459
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2009/10/12 11:38:11 jasper Exp $
|
||||
--- Makefile.in.orig Mon Sep 21 08:19:35 2009
|
||||
+++ Makefile.in Mon Oct 12 13:13:03 2009
|
||||
@@ -324,7 +324,6 @@ modemlights_applets = \
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2010/04/23 13:58:34 ajacoutot Exp $
|
||||
--- Makefile.in.orig Sun Mar 28 08:28:02 2010
|
||||
+++ Makefile.in Fri Apr 23 11:28:40 2010
|
||||
@@ -353,7 +353,6 @@ modemlights_applets = \
|
||||
@BUILD_MIXER_APPLET_TRUE@mixer_applet_SUBDIR = mixer
|
||||
always_built_SUBDIRS = \
|
||||
charpick \
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-Makefile_in,v 1.2 2009/10/12 11:38:11 jasper Exp $
|
||||
geyes \
|
||||
mini-commander \
|
||||
gkb-new \
|
||||
@@ -349,7 +348,6 @@ SUBDIRS = \
|
||||
@@ -377,7 +376,6 @@ SUBDIRS = \
|
||||
DIST_SUBDIRS = \
|
||||
po \
|
||||
modemlights \
|
||||
|
@ -1,37 +1,31 @@
|
||||
$OpenBSD: patch-configure,v 1.16 2009/10/13 18:12:59 ajacoutot Exp $
|
||||
--- configure.orig Mon Oct 12 13:09:24 2009
|
||||
+++ configure Mon Oct 12 13:12:34 2009
|
||||
@@ -14522,7 +14522,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then
|
||||
$OpenBSD: patch-configure,v 1.17 2010/04/23 13:58:34 ajacoutot Exp $
|
||||
--- configure.orig Sun Mar 28 08:27:56 2010
|
||||
+++ configure Fri Apr 23 11:38:26 2010
|
||||
@@ -2859,14 +2859,6 @@ echo timestamp > conftest.file
|
||||
# name. Accept space and tab only in the latter.
|
||||
am_lf='
|
||||
'
|
||||
-case `pwd` in
|
||||
- *[\\\"\#\$\&\'\`$am_lf]*)
|
||||
- as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
|
||||
-esac
|
||||
-case $srcdir in
|
||||
- *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
|
||||
- as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
|
||||
-esac
|
||||
|
||||
# Do `set' in a subshell so we don't clobber the current shell's
|
||||
# arguments. Must try -L first in case configure is actually a
|
||||
@@ -12986,7 +12978,7 @@ if test "${am_cv_pathless_PYTHON+set}" = set; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
|
||||
- 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 python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
|
||||
+ for am_cv_pathless_PYTHON in python${MODPY_VERSION} none; do
|
||||
test "$am_cv_pathless_PYTHON" = none && break
|
||||
prog="import sys, string
|
||||
prog="import sys
|
||||
# split strings by '.' and convert to numeric. Append some zeros
|
||||
@@ -15873,7 +15873,7 @@ else
|
||||
fi
|
||||
|
||||
|
||||
-
|
||||
+if false; then # force skip gnome settings daemon detection
|
||||
pkg_failed=no
|
||||
{ $as_echo "$as_me:$LINENO: checking for GNOME_SETTINGS_DAEMON" >&5
|
||||
$as_echo_n "checking for GNOME_SETTINGS_DAEMON... " >&6; }
|
||||
@@ -15950,10 +15950,10 @@ if test "x$HAVE_GNOME_SETTINGS_DAEMON" = "xno"; then
|
||||
$as_echo "$as_me: WARNING: gnome-settings-daemon DBUS API is required to build modem-applet." >&2;}
|
||||
fi
|
||||
|
||||
+fi # force skip gnome settings daemon detection
|
||||
|
||||
|
||||
|
||||
-
|
||||
pkg_failed=no
|
||||
{ $as_echo "$as_me:$LINENO: checking for LIBWNCK" >&5
|
||||
$as_echo_n "checking for LIBWNCK... " >&6; }
|
||||
@@ -17580,7 +17580,7 @@ _ACEOF
|
||||
@@ -15523,7 +15515,7 @@ _ACEOF
|
||||
|
||||
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
@ -40,7 +34,7 @@ $OpenBSD: patch-configure,v 1.16 2009/10/13 18:12:59 ajacoutot Exp $
|
||||
ac_define_dir=`eval echo $ac_define_dir`
|
||||
GNOMELOCALEDIR="$ac_define_dir"
|
||||
|
||||
@@ -20883,7 +20883,7 @@ builderdir="${pkgdatadir}/builder"
|
||||
@@ -17006,7 +16998,7 @@ builderdir="${pkgdatadir}/builder"
|
||||
|
||||
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
@ -49,7 +43,7 @@ $OpenBSD: patch-configure,v 1.16 2009/10/13 18:12:59 ajacoutot Exp $
|
||||
ac_define_dir=`eval echo $ac_define_dir`
|
||||
GNOME_ICONDIR="$ac_define_dir"
|
||||
|
||||
@@ -20896,7 +20896,7 @@ _ACEOF
|
||||
@@ -17019,7 +17011,7 @@ _ACEOF
|
||||
|
||||
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
@ -58,7 +52,7 @@ $OpenBSD: patch-configure,v 1.16 2009/10/13 18:12:59 ajacoutot Exp $
|
||||
ac_define_dir=`eval echo $ac_define_dir`
|
||||
GNOME_PIXMAPSDIR="$ac_define_dir"
|
||||
|
||||
@@ -20909,7 +20909,7 @@ _ACEOF
|
||||
@@ -17032,7 +17024,7 @@ _ACEOF
|
||||
|
||||
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
@ -67,7 +61,7 @@ $OpenBSD: patch-configure,v 1.16 2009/10/13 18:12:59 ajacoutot Exp $
|
||||
ac_define_dir=`eval echo $ac_define_dir`
|
||||
GTK_BUILDERDIR="$ac_define_dir"
|
||||
|
||||
@@ -20922,7 +20922,7 @@ _ACEOF
|
||||
@@ -17045,7 +17037,7 @@ _ACEOF
|
||||
|
||||
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
@ -76,7 +70,7 @@ $OpenBSD: patch-configure,v 1.16 2009/10/13 18:12:59 ajacoutot Exp $
|
||||
ac_define_dir=`eval echo $ac_define_dir`
|
||||
DATADIR="$ac_define_dir"
|
||||
|
||||
@@ -20935,7 +20935,7 @@ _ACEOF
|
||||
@@ -17058,7 +17050,7 @@ _ACEOF
|
||||
|
||||
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
@ -85,7 +79,7 @@ $OpenBSD: patch-configure,v 1.16 2009/10/13 18:12:59 ajacoutot Exp $
|
||||
ac_define_dir=`eval echo $ac_define_dir`
|
||||
SYSCONFDIR="$ac_define_dir"
|
||||
|
||||
@@ -20948,7 +20948,7 @@ _ACEOF
|
||||
@@ -17071,7 +17063,7 @@ _ACEOF
|
||||
|
||||
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
@ -94,7 +88,7 @@ $OpenBSD: patch-configure,v 1.16 2009/10/13 18:12:59 ajacoutot Exp $
|
||||
ac_define_dir=`eval echo $ac_define_dir`
|
||||
LIBDIR="$ac_define_dir"
|
||||
|
||||
@@ -20961,7 +20961,7 @@ _ACEOF
|
||||
@@ -17084,7 +17076,7 @@ _ACEOF
|
||||
|
||||
test "x$prefix" = xNONE && prefix="$ac_default_prefix"
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-stickynotes_stickynotes_ui,v 1.1 2009/11/10 17:56:24 jasper Exp $
|
||||
$OpenBSD: patch-stickynotes_stickynotes_ui,v 1.2 2010/04/23 13:58:34 ajacoutot Exp $
|
||||
|
||||
Fix crash of stickynotes. Patch from Open Solaris'
|
||||
gnome-applets-07-stickynotes-crash.diff
|
||||
|
||||
--- stickynotes/stickynotes.ui.orig Mon Nov 9 18:31:32 2009
|
||||
+++ stickynotes/stickynotes.ui Mon Nov 9 18:31:48 2009
|
||||
@@ -474,7 +474,7 @@
|
||||
--- stickynotes/stickynotes.ui.orig Sun Mar 28 07:29:51 2010
|
||||
+++ stickynotes/stickynotes.ui Fri Apr 23 11:28:40 2010
|
||||
@@ -593,7 +593,7 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
@ -14,7 +14,7 @@ gnome-applets-07-stickynotes-crash.diff
|
||||
<property name="visible">True</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
@@ -494,7 +494,7 @@
|
||||
@@ -613,7 +613,7 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-battstat,v 1.23 2009/10/12 11:38:11 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-battstat,v 1.24 2010/04/23 13:58:34 ajacoutot Exp $
|
||||
lib/bonobo/servers/GNOME_BattstatApplet.server
|
||||
@bin libexec/battstat-applet-2
|
||||
share/examples/gnome-applets2/
|
||||
@ -11,6 +11,7 @@ share/examples/gnome-applets2/sound/events/battstat_applet.soundlist
|
||||
@sample ${SYSCONFDIR}/gnome/sound/events/battstat_applet.soundlist
|
||||
share/gnome-2.0/ui/GNOME_BattstatApplet.xml
|
||||
share/gnome-applets/builder/battstat_applet.ui
|
||||
share/gnome/help/
|
||||
share/gnome/help/battstat/
|
||||
share/gnome/help/battstat/C/
|
||||
share/gnome/help/battstat/C/battstat.xml
|
||||
@ -45,6 +46,14 @@ share/gnome/help/battstat/cs/figures/battstat-applet.png
|
||||
share/gnome/help/battstat/cs/figures/battstat-credits-hal.png
|
||||
share/gnome/help/battstat/cs/figures/battstat-preferences.png
|
||||
share/gnome/help/battstat/cs/figures/context-menu.png
|
||||
share/gnome/help/battstat/da/
|
||||
share/gnome/help/battstat/da/battstat.xml
|
||||
share/gnome/help/battstat/da/figures/
|
||||
share/gnome/help/battstat/da/figures/battstat-applet-expanded.png
|
||||
share/gnome/help/battstat/da/figures/battstat-applet.png
|
||||
share/gnome/help/battstat/da/figures/battstat-credits-hal.png
|
||||
share/gnome/help/battstat/da/figures/battstat-preferences.png
|
||||
share/gnome/help/battstat/da/figures/context-menu.png
|
||||
share/gnome/help/battstat/de/
|
||||
share/gnome/help/battstat/de/battstat.xml
|
||||
share/gnome/help/battstat/de/figures/
|
||||
@ -162,6 +171,7 @@ share/omf/battstat/battstat-C.omf
|
||||
share/omf/battstat/battstat-bg.omf
|
||||
share/omf/battstat/battstat-ca.omf
|
||||
share/omf/battstat/battstat-cs.omf
|
||||
share/omf/battstat/battstat-da.omf
|
||||
share/omf/battstat/battstat-de.omf
|
||||
share/omf/battstat/battstat-el.omf
|
||||
share/omf/battstat/battstat-en_GB.omf
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.16 2009/12/21 18:03:17 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.17 2010/04/23 13:58:34 ajacoutot Exp $
|
||||
@conflict libgweather-<2.24.1
|
||||
@pkgpath x11/gnome/applets2
|
||||
@pkgpath x11/gnome/applets2,no_battstat
|
||||
@ -35,6 +35,9 @@ lib/python${MODPY_VERSION}/site-packages/invest/chart.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/invest/defs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/invest/defs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/invest/defs.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/invest/networkmanager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/invest/networkmanager.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/invest/networkmanager.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/invest/preferences.py
|
||||
lib/python${MODPY_VERSION}/site-packages/invest/preferences.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/invest/preferences.pyo
|
||||
@ -47,7 +50,6 @@ lib/python${MODPY_VERSION}/site-packages/invest/widgets.pyo
|
||||
@bin libexec/accessx-status-applet
|
||||
@bin libexec/charpick_applet2
|
||||
@bin libexec/geyes_applet2
|
||||
@bin libexec/gnome-keyboard-applet
|
||||
@bin libexec/gweather-applet-2
|
||||
libexec/invest-applet
|
||||
@bin libexec/mixer_applet2
|
||||
@ -57,7 +59,6 @@ libexec/invest-applet
|
||||
@bin libexec/trashapplet
|
||||
share/gnome-2.0/ui/GNOME_AccessxApplet.xml
|
||||
share/gnome-2.0/ui/GNOME_CharpickerApplet.xml
|
||||
share/gnome-2.0/ui/GNOME_GSwitchItApplet.xml
|
||||
share/gnome-2.0/ui/GNOME_GWeatherApplet.xml
|
||||
share/gnome-2.0/ui/GNOME_GeyesApplet.xml
|
||||
share/gnome-2.0/ui/GNOME_MixerApplet.xml
|
||||
@ -68,7 +69,6 @@ share/gnome-2.0/ui/Invest_Applet.xml
|
||||
share/gnome-applets/
|
||||
share/gnome-applets/builder/
|
||||
share/gnome-applets/builder/financialchart.ui
|
||||
share/gnome-applets/builder/gswitchit.ui
|
||||
share/gnome-applets/builder/prefs-dialog.ui
|
||||
share/gnome-applets/builder/stickynotes.ui
|
||||
share/gnome-applets/builder/trashapplet-empty-progress.ui
|
||||
@ -507,6 +507,10 @@ share/gnome/help/geyes/C/figures/
|
||||
share/gnome/help/geyes/C/figures/geyes_applet.png
|
||||
share/gnome/help/geyes/C/geyes.xml
|
||||
share/gnome/help/geyes/C/legal.xml
|
||||
share/gnome/help/geyes/ast/
|
||||
share/gnome/help/geyes/ast/figures/
|
||||
share/gnome/help/geyes/ast/figures/geyes_applet.png
|
||||
share/gnome/help/geyes/ast/geyes.xml
|
||||
share/gnome/help/geyes/bg/
|
||||
share/gnome/help/geyes/bg/figures/
|
||||
share/gnome/help/geyes/bg/figures/geyes_applet.png
|
||||
@ -579,38 +583,14 @@ share/gnome/help/geyes/zh_CN/
|
||||
share/gnome/help/geyes/zh_CN/figures/
|
||||
share/gnome/help/geyes/zh_CN/figures/geyes_applet.png
|
||||
share/gnome/help/geyes/zh_CN/geyes.xml
|
||||
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/ca/
|
||||
share/gnome/help/gswitchit/ca/gswitchit.xml
|
||||
share/gnome/help/gswitchit/cs/
|
||||
share/gnome/help/gswitchit/cs/gswitchit.xml
|
||||
share/gnome/help/gswitchit/de/
|
||||
share/gnome/help/gswitchit/de/gswitchit.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/eu/
|
||||
share/gnome/help/gswitchit/eu/gswitchit.xml
|
||||
share/gnome/help/gswitchit/fi/
|
||||
share/gnome/help/gswitchit/fi/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/
|
||||
share/gnome/help/gswitchit/sv/gswitchit.xml
|
||||
share/gnome/help/gswitchit/uk/
|
||||
share/gnome/help/gswitchit/uk/gswitchit.xml
|
||||
share/gnome/help/gswitchit/zh_CN/
|
||||
share/gnome/help/gswitchit/zh_CN/gswitchit.xml
|
||||
share/gnome/help/geyes/zh_HK/
|
||||
share/gnome/help/geyes/zh_HK/figures/
|
||||
share/gnome/help/geyes/zh_HK/figures/geyes_applet.png
|
||||
share/gnome/help/geyes/zh_HK/geyes.xml
|
||||
share/gnome/help/geyes/zh_TW/
|
||||
share/gnome/help/geyes/zh_TW/figures/
|
||||
share/gnome/help/geyes/zh_TW/figures/geyes_applet.png
|
||||
share/gnome/help/geyes/zh_TW/geyes.xml
|
||||
share/gnome/help/gweather/
|
||||
share/gnome/help/gweather/C/
|
||||
share/gnome/help/gweather/C/figures/
|
||||
@ -989,6 +969,10 @@ share/gnome/help/mixer_applet2/cs/
|
||||
share/gnome/help/mixer_applet2/cs/figures/
|
||||
share/gnome/help/mixer_applet2/cs/figures/volumecontrol_applet.png
|
||||
share/gnome/help/mixer_applet2/cs/mixer_applet2.xml
|
||||
share/gnome/help/mixer_applet2/da/
|
||||
share/gnome/help/mixer_applet2/da/figures/
|
||||
share/gnome/help/mixer_applet2/da/figures/volumecontrol_applet.png
|
||||
share/gnome/help/mixer_applet2/da/mixer_applet2.xml
|
||||
share/gnome/help/mixer_applet2/de/
|
||||
share/gnome/help/mixer_applet2/de/figures/
|
||||
share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png
|
||||
@ -1313,6 +1297,22 @@ share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png
|
||||
share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-prefs.png
|
||||
share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes_applet.png
|
||||
share/gnome/help/stickynotes_applet/zh_CN/stickynotes_applet.xml
|
||||
share/gnome/help/stickynotes_applet/zh_HK/
|
||||
share/gnome/help/stickynotes_applet/zh_HK/figures/
|
||||
share/gnome/help/stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png
|
||||
share/gnome/help/stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png
|
||||
share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png
|
||||
share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-prefs.png
|
||||
share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes_applet.png
|
||||
share/gnome/help/stickynotes_applet/zh_HK/stickynotes_applet.xml
|
||||
share/gnome/help/stickynotes_applet/zh_TW/
|
||||
share/gnome/help/stickynotes_applet/zh_TW/figures/
|
||||
share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png
|
||||
share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png
|
||||
share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png
|
||||
share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-prefs.png
|
||||
share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes_applet.png
|
||||
share/gnome/help/stickynotes_applet/zh_TW/stickynotes_applet.xml
|
||||
share/gnome/help/trashapplet/
|
||||
share/gnome/help/trashapplet/C/
|
||||
share/gnome/help/trashapplet/C/figures/
|
||||
@ -1444,6 +1444,7 @@ share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo
|
||||
share/locale/dz/LC_MESSAGES/gnome-applets-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/gnome-applets-2.0.mo
|
||||
share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo
|
||||
@ -1569,6 +1570,7 @@ share/omf/char-palette/char-palette-uk.omf
|
||||
share/omf/char-palette/char-palette-zh_CN.omf
|
||||
share/omf/geyes/
|
||||
share/omf/geyes/geyes-C.omf
|
||||
share/omf/geyes/geyes-ast.omf
|
||||
share/omf/geyes/geyes-bg.omf
|
||||
share/omf/geyes/geyes-ca.omf
|
||||
share/omf/geyes/geyes-cs.omf
|
||||
@ -1587,22 +1589,8 @@ share/omf/geyes/geyes-ru.omf
|
||||
share/omf/geyes/geyes-sv.omf
|
||||
share/omf/geyes/geyes-uk.omf
|
||||
share/omf/geyes/geyes-zh_CN.omf
|
||||
share/omf/gswitchit/
|
||||
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
|
||||
share/omf/gswitchit/gswitchit-ru.omf
|
||||
share/omf/gswitchit/gswitchit-sv.omf
|
||||
share/omf/gswitchit/gswitchit-uk.omf
|
||||
share/omf/gswitchit/gswitchit-zh_CN.omf
|
||||
share/omf/geyes/geyes-zh_HK.omf
|
||||
share/omf/geyes/geyes-zh_TW.omf
|
||||
share/omf/gweather/
|
||||
share/omf/gweather/gweather-C.omf
|
||||
share/omf/gweather/gweather-ar.omf
|
||||
@ -1639,6 +1627,7 @@ 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-cs.omf
|
||||
share/omf/mixer_applet2/mixer_applet2-da.omf
|
||||
share/omf/mixer_applet2/mixer_applet2-de.omf
|
||||
share/omf/mixer_applet2/mixer_applet2-el.omf
|
||||
share/omf/mixer_applet2/mixer_applet2-en_GB.omf
|
||||
@ -1694,6 +1683,8 @@ share/omf/stickynotes_applet/stickynotes_applet-ru.omf
|
||||
share/omf/stickynotes_applet/stickynotes_applet-sv.omf
|
||||
share/omf/stickynotes_applet/stickynotes_applet-uk.omf
|
||||
share/omf/stickynotes_applet/stickynotes_applet-zh_CN.omf
|
||||
share/omf/stickynotes_applet/stickynotes_applet-zh_HK.omf
|
||||
share/omf/stickynotes_applet/stickynotes_applet-zh_TW.omf
|
||||
share/omf/trashapplet/
|
||||
share/omf/trashapplet/trashapplet-C.omf
|
||||
share/omf/trashapplet/trashapplet-ca.omf
|
||||
|
Loading…
x
Reference in New Issue
Block a user