From f16df1bdf9199b75a0adbcbf19f61e59078a88a6 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 12 Apr 2003 20:19:18 +0000 Subject: Add gnomepanel-2.3.x. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@607 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnomepanel/Makefile | 38 ++++ x11/gnomepanel/distinfo | 1 + x11/gnomepanel/files/patch-applets_clock_clock.c | 27 +++ x11/gnomepanel/files/patch-config.h.in | 11 + x11/gnomepanel/files/patch-configure | 19 ++ .../files/patch-gnome-panel::GNOME_Panel.server.in | 13 ++ x11/gnomepanel/pkg-descr | 3 + x11/gnomepanel/pkg-plist | 247 +++++++++++++++++++++ 8 files changed, 359 insertions(+) create mode 100644 x11/gnomepanel/Makefile create mode 100644 x11/gnomepanel/distinfo create mode 100644 x11/gnomepanel/files/patch-applets_clock_clock.c create mode 100644 x11/gnomepanel/files/patch-config.h.in create mode 100644 x11/gnomepanel/files/patch-configure create mode 100644 x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in create mode 100644 x11/gnomepanel/pkg-descr create mode 100644 x11/gnomepanel/pkg-plist (limited to 'x11/gnomepanel') diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile new file mode 100644 index 000000000..43428eaaf --- /dev/null +++ b/x11/gnomepanel/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gnomepanel +# Date created: 27 April 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD: ports/x11/gnomepanel/Makefile,v 1.26 2003/04/04 07:49:05 marcus Exp $ +# + +PORTNAME= gnomepanel +PORTVERSION= 2.3.0 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-panel/2.3 +DISTNAME= gnome-panel-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Panel component for the GNOME 2 Desktop + +USE_BZIP2= yes +INSTALLS_SHLIB= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop +USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ + --with-kde-docdir=${LOCALBASE}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +MAN1= gnome-panel.1 gnome-panel-preferences.1 + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include diff --git a/x11/gnomepanel/distinfo b/x11/gnomepanel/distinfo new file mode 100644 index 000000000..27f9d19d4 --- /dev/null +++ b/x11/gnomepanel/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-panel-2.3.0.tar.bz2) = 45825671d14bc702a9ef1d9d82887b6d diff --git a/x11/gnomepanel/files/patch-applets_clock_clock.c b/x11/gnomepanel/files/patch-applets_clock_clock.c new file mode 100644 index 000000000..233a213ae --- /dev/null +++ b/x11/gnomepanel/files/patch-applets_clock_clock.c @@ -0,0 +1,27 @@ + +$FreeBSD: ports/x11/gnomepanel/files/patch-applets::gen_util::clock.c,v 1.2 2003/02/07 18:42:16 marcus Exp $ + +--- applets/clock/clock.c 2002/05/14 14:08:16 1.1 ++++ applets/clock/clock.c 2002/05/14 14:12:56 +@@ -14,7 +14,9 @@ + #include + #include + #include ++#ifdef HAVE_LANGINFO_H + #include ++#endif + + #include + #include +@@ -684,7 +686,11 @@ + cd->hourformat = panel_applet_gconf_get_int (applet, KEY_HOUR_FORMAT, &error); + if (error || (cd->hourformat != 12 && cd->hourformat != 24)) { + /* if value is not valid, set it according to locale */ ++#ifdef HAVE_LANGINFO_H + const char *am = nl_langinfo (AM_STR); ++#else ++ const char *am = "AM"; ++#endif + cd->hourformat = (am[0] == '\0') ? 24 : 12; + + if (error) diff --git a/x11/gnomepanel/files/patch-config.h.in b/x11/gnomepanel/files/patch-config.h.in new file mode 100644 index 000000000..8a59166a5 --- /dev/null +++ b/x11/gnomepanel/files/patch-config.h.in @@ -0,0 +1,11 @@ +--- config.h.in.orig Thu Jan 2 19:50:41 2003 ++++ config.h.in Mon Jan 6 13:11:12 2003 +@@ -96,6 +96,8 @@ + /* Define to 1 if you have the header file. */ + #undef HAVE_STDLIB_H + ++#undef HAVE_LANGINFO_H ++ + /* Define to 1 if you have the header file. */ + #undef HAVE_STRINGS_H + diff --git a/x11/gnomepanel/files/patch-configure b/x11/gnomepanel/files/patch-configure new file mode 100644 index 000000000..a94d4761c --- /dev/null +++ b/x11/gnomepanel/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Mon Jan 6 01:04:20 2003 ++++ configure Mon Jan 6 13:12:56 2003 +@@ -4254,7 +4254,7 @@ + + + for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ +- inttypes.h stdint.h unistd.h ++ inttypes.h stdint.h unistd.h langinfo.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + echo "$as_me:$LINENO: checking for $ac_header" >&5 +@@ -7878,6 +7878,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in b/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in new file mode 100644 index 000000000..48b6e1790 --- /dev/null +++ b/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in @@ -0,0 +1,13 @@ + +$FreeBSD: ports/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in,v 1.2 2003/02/07 18:42:16 marcus Exp $ + +--- gnome-panel/GNOME_Panel.server.in 2002/05/09 21:00:58 1.1 ++++ gnome-panel/GNOME_Panel.server.in 2002/05/09 21:01:11 +@@ -1,6 +1,6 @@ + + +- ++ + + + diff --git a/x11/gnomepanel/pkg-descr b/x11/gnomepanel/pkg-descr new file mode 100644 index 000000000..3abe6bcbf --- /dev/null +++ b/x11/gnomepanel/pkg-descr @@ -0,0 +1,3 @@ +Panel component for the GNOME 2.0 Desktop. + +WWW: http://www.gnome.org/ diff --git a/x11/gnomepanel/pkg-plist b/x11/gnomepanel/pkg-plist new file mode 100644 index 000000000..b685e6307 --- /dev/null +++ b/x11/gnomepanel/pkg-plist @@ -0,0 +1,247 @@ +bin/gnome-desktop-item-edit +bin/gnome-panel +bin/gnome-panel-preferences +bin/gnome-panel-screenshot +bin/panel-test-applets +etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/panel/global/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/panel/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/panel/general/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/panel/global/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs/%gconf.xml +etc/gconf/schemas/clock.schemas +etc/gconf/schemas/fish.schemas +etc/gconf/schemas/gnome-panel-screenshot.schemas +etc/gconf/schemas/panel-general.schemas +etc/gconf/schemas/panel-global.schemas +etc/gconf/schemas/panel-object.schemas +etc/gconf/schemas/panel-toplevel.schemas +etc/gconf/schemas/window-list.schemas +etc/gconf/schemas/workspace-switcher.schemas +include/panel-2.0/GNOME_Panel.h +include/panel-2.0/panel-applet-gconf.h +include/panel-2.0/panel-applet.h +lib/libclock-applet-2.so +lib/libpanel-applet-2.a +lib/libpanel-applet-2.so +lib/libpanel-applet-2.so.0 +libdata/bonobo/servers/GNOME_ClockApplet_Factory.server +libdata/bonobo/servers/GNOME_FishApplet_Factory.server +libdata/bonobo/servers/GNOME_NotificationAreaApplet.server +libdata/bonobo/servers/GNOME_Panel.server +libdata/bonobo/servers/GNOME_Wncklet_Factory.server +libdata/pkgconfig/libpanelapplet-2.0.pc +libexec/fish-applet-2 +libexec/notification-area-applet +libexec/wnck-applet +share/doc/panel-applet/applet-popups.html +share/doc/panel-applet/applet-porting.html +share/doc/panel-applet/applet-writing.html +share/doc/panel-applet/index.sgml +share/doc/panel-applet/libpanel-applet.html +share/doc/panel-applet/multi-applets.html +share/doc/panel-applet/panel-applet.html +share/doc/panel-applet/panel-signals.html +share/doc/panel-applet/panelapplet.html +share/doc/panel-applet/server-files.html +share/doc/panel-applet/session-saving.html +share/gnome/control-center-2.0/capplets/gnome-panel-preferences.desktop +share/gnome/fish/fish.glade +share/gnome/gen_util/window-list.glade +share/gnome/gen_util/workspace-switcher.glade +share/gnome/gnome-2.0/ui/GNOME_ClockApplet.xml +share/gnome/gnome-2.0/ui/GNOME_FishApplet.xml +share/gnome/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml +share/gnome/gnome-2.0/ui/GNOME_Panel_Popup.xml +share/gnome/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml +share/gnome/gnome-2.0/ui/GNOME_WindowListApplet.xml +share/gnome/gnome-2.0/ui/GNOME_WindowMenuApplet.xml +share/gnome/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml +share/gnome/gnome-panel/glade/panel-test-applets.glade +share/gnome/gnome-panelrc +share/gnome/help/clock/C/clock.xml +share/gnome/help/clock/C/figures/clock_applet.png +share/gnome/help/clock/C/legal.xml +share/gnome/help/clock/ja/clock.xml +share/gnome/help/clock/ja/figures/clock_applet.png +share/gnome/help/clock/ja/legal.xml +share/gnome/help/fish-applet-2/C/figures/fish_applet.png +share/gnome/help/fish-applet-2/C/fish-applet-2.xml +share/gnome/help/fish-applet-2/C/legal.xml +share/gnome/help/fish-applet-2/ja/figures/fish_applet.png +share/gnome/help/fish-applet-2/ja/fish-applet-2.xml +share/gnome/help/fish-applet-2/ja/legal.xml +share/gnome/help/window-list/C/figures/window_list_applet.png +share/gnome/help/window-list/C/figures/window_list_group_applet.png +share/gnome/help/window-list/C/legal.xml +share/gnome/help/window-list/C/window-list.xml +share/gnome/help/window-list/ja/figures/window_list_applet.png +share/gnome/help/window-list/ja/figures/window_list_group_applet.png +share/gnome/help/window-list/ja/legal.xml +share/gnome/help/window-list/ja/window-list.xml +share/gnome/help/workspace-switcher/C/figures/workspace_switcher_applet.png +share/gnome/help/workspace-switcher/C/legal.xml +share/gnome/help/workspace-switcher/C/workspace-switcher.xml +share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png +share/gnome/help/workspace-switcher/ja/legal.xml +share/gnome/help/workspace-switcher/ja/workspace-switcher.xml +share/gnome/idl/gnome-panel-2.0/GNOME_Panel.idl +share/gnome/omf/gnome-panel/clock-C.omf +share/gnome/omf/gnome-panel/clock-ja.omf +share/gnome/omf/gnome-panel/fish-applet-2-C.omf +share/gnome/omf/gnome-panel/fish-applet-2-ja.omf +share/gnome/omf/gnome-panel/window-list-C.omf +share/gnome/omf/gnome-panel/window-list-ja.omf +share/gnome/omf/gnome-panel/workspace-switcher-C.omf +share/gnome/omf/gnome-panel/workspace-switcher-ja.omf +share/gnome/panel/gnome-panel-preferences.glade +share/gnome/panel/gnome-panel-screenshot.glade +share/gnome/panel/panel-properties-dialog.glade +share/gnome/pixmaps/fish/fishanim.png +share/gnome/pixmaps/fish/footguy.png +share/gnome/pixmaps/fish/monkey.png +share/gnome/pixmaps/fish/oldwanda.png +share/gnome/pixmaps/gnome-fish.png +share/gnome/pixmaps/gnome-show-desktop.png +share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/no/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/pl/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/pt/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/pt_BR/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sp/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo +share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo +@dirrm share/gnome/omf/gnome-panel +@dirrm share/gnome/idl/gnome-panel-2.0 +@dirrm share/gnome/help/workspace-switcher/ja/figures +@dirrm share/gnome/help/workspace-switcher/ja +@dirrm share/gnome/help/workspace-switcher/C/figures +@dirrm share/gnome/help/workspace-switcher/C +@dirrm share/gnome/help/workspace-switcher +@dirrm share/gnome/help/window-list/ja/figures +@dirrm share/gnome/help/window-list/ja +@dirrm share/gnome/help/window-list/C/figures +@dirrm share/gnome/help/window-list/C +@dirrm share/gnome/help/window-list +@dirrm share/gnome/help/fish-applet-2/ja/figures +@dirrm share/gnome/help/fish-applet-2/ja +@dirrm share/gnome/help/fish-applet-2/C/figures +@dirrm share/gnome/help/fish-applet-2/C +@dirrm share/gnome/help/fish-applet-2 +@dirrm share/gnome/help/clock/ja/figures +@dirrm share/gnome/help/clock/ja +@dirrm share/gnome/help/clock/C/figures +@dirrm share/gnome/help/clock/C +@dirrm share/gnome/help/clock +@dirrm share/gnome/gnome-panel/glade +@dirrm share/gnome/gnome-panel +@dirrm share/gnome/gen_util +@dirrm share/gnome/fish +@dirrm share/doc/panel-applet +@dirrm include/panel-2.0 +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/global +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/general +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/global +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets +@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup +@dirrm etc/gconf/gconf.xml.defaults/apps/panel +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot -- cgit v1.2.3