diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-02-20 06:20:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-02-20 06:20:25 +0800 |
commit | 52eb0c363dbd39ca18828556aa6e06a0f55cdad1 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /x11-wm | |
parent | 02ae0012100b6d06fd4310bcc5e44198eaf8930e (diff) | |
download | marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.gz marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.bz2 marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.lz marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.xz marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.zst marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.zip |
Remove the GNOME 2.1 ports. These have been merged into FreeBSD CVS
as GNOME 2.2....next up, GNOME 2.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity-setup/Makefile | 35 | ||||
-rw-r--r-- | x11-wm/metacity-setup/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/metacity-setup/files/patch-src_callbacks.c | 45 | ||||
-rw-r--r-- | x11-wm/metacity-setup/files/patch-src_interface.c | 13 | ||||
-rw-r--r-- | x11-wm/metacity-setup/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/metacity-setup/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/metacity-setup/pkg-plist | 6 | ||||
-rw-r--r-- | x11-wm/metacity/Makefile | 38 | ||||
-rw-r--r-- | x11-wm/metacity/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 13 | ||||
-rw-r--r-- | x11-wm/metacity/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/metacity/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/metacity/pkg-plist | 189 |
13 files changed, 0 insertions, 349 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile deleted file mode 100644 index 825029930..000000000 --- a/x11-wm/metacity-setup/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: metacity-setup -# Date created: 23 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= metacity-setup -PORTVERSION= 0.7.1 -PORTREVISION= 2 -CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= marcus@FreeBSD.org - -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack -USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/src/callbacks.c - -.include <bsd.port.mk> diff --git a/x11-wm/metacity-setup/distinfo b/x11-wm/metacity-setup/distinfo deleted file mode 100644 index 1d9aa1664..000000000 --- a/x11-wm/metacity-setup/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (metacity-setup-0.7.1.tar.gz) = e898a13ea95d38dcc1f9dba5dd03581f diff --git a/x11-wm/metacity-setup/files/patch-src_callbacks.c b/x11-wm/metacity-setup/files/patch-src_callbacks.c deleted file mode 100644 index 88a7965fd..000000000 --- a/x11-wm/metacity-setup/files/patch-src_callbacks.c +++ /dev/null @@ -1,45 +0,0 @@ ---- src/callbacks.c.original Sat Oct 12 14:42:02 2002 -+++ src/callbacks.c Sat Oct 12 14:50:10 2002 -@@ -35,7 +35,7 @@ - GtkWidget *treeview1_cheat; - GtkWidget *install_dialog_cheat; - GtkWidget *refresh_button_cheat; --gchar *metacity_version = "2.3"; -+gchar *metacity_version = "2.4"; - - enum - { -@@ -228,14 +228,25 @@ - - while ((filename = - g_dir_read_name (themeDirectory)) != NULL) -- if (g_file_test -+ if ((g_file_test - (g_build_filename - (possibleThemeDirs[i], filename, NULL), - G_FILE_TEST_IS_DIR) && - (g_file_test - (g_build_filename - (possibleThemeDirs[i], filename, "metacity-theme-1.xml", NULL), -- G_FILE_TEST_IS_REGULAR))) -+ G_FILE_TEST_IS_REGULAR))) || -+ ((g_file_test -+ (g_build_filename -+ (possibleThemeDirs[i], filename, NULL), -+ G_FILE_TEST_IS_DIR) && -+ (g_file_test -+ (g_build_filename -+ (possibleThemeDirs[i], filename, "metacity-1", NULL), G_FILE_TEST_IS_DIR) && -+ (g_file_test -+ (g_build_filename -+ (possibleThemeDirs[i], filename, "metacity-1", "metacity-theme-1.xml", NULL), G_FILE_TEST_IS_REGULAR)))))) -+ - { - g_ptr_array_add (themeNameHolder, - g_strdup (filename)); -@@ -690,4 +701,4 @@ - else - metacity_version = "2.4"; - on_treeview1_realize (treeview1_cheat, user_data); --} -+} diff --git a/x11-wm/metacity-setup/files/patch-src_interface.c b/x11-wm/metacity-setup/files/patch-src_interface.c deleted file mode 100644 index a4eb172a5..000000000 --- a/x11-wm/metacity-setup/files/patch-src_interface.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/interface.c.orig Sat Oct 12 14:53:45 2002 -+++ src/interface.c Sat Oct 12 15:04:53 2002 -@@ -111,8 +111,8 @@ - gtk_widget_show (vbox3); - gtk_box_pack_start (GTK_BOX (dialog_vbox1), vbox3, TRUE, TRUE, 0); - -- version_button1 = gtk_radio_button_new_with_label(NULL, "I am using metacity 2.3.x"); -- version_button2 = gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON (version_button1), "I am using metacity 2.4.x"); -+ version_button2 = gtk_radio_button_new_with_label(NULL, "I am using metacity 2.4.x"); -+ version_button1 = gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON (version_button2), "I am using metacity 2.3.x"); - gtk_box_pack_start (GTK_BOX (vbox3), version_button1, TRUE, TRUE, 0); - gtk_box_pack_start (GTK_BOX (vbox3), version_button2, TRUE, TRUE, 0); - gtk_widget_show (version_button1); diff --git a/x11-wm/metacity-setup/pkg-comment b/x11-wm/metacity-setup/pkg-comment deleted file mode 100644 index 9a1ff5825..000000000 --- a/x11-wm/metacity-setup/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A graphical configurator tool for the metacity window manager diff --git a/x11-wm/metacity-setup/pkg-descr b/x11-wm/metacity-setup/pkg-descr deleted file mode 100644 index 80fa9d593..000000000 --- a/x11-wm/metacity-setup/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A graphical setup tool for the metacity window manager. - -WWW: http://plastercast.tzo.com/~plastercast/Projects/ diff --git a/x11-wm/metacity-setup/pkg-plist b/x11-wm/metacity-setup/pkg-plist deleted file mode 100644 index 6dab983dd..000000000 --- a/x11-wm/metacity-setup/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/metacity-setup -share/gnome/control-center-2.0/capplets/metacity-setup.desktop -share/gnome/metacity-setup/pixmaps/metacity-setup-icon.png -share/gnome/pixmaps/metacity-setup-icon.png -@dirrm share/gnome/metacity-setup/pixmaps -@dirrm share/gnome/metacity-setup diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile deleted file mode 100644 index aaca2ddc1..000000000 --- a/x11-wm/metacity/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: metacity -# Date created: 21 May 2002 -# Whom: Garrett Rooney <rooneg@electricjellyfish.net> -# -# $FreeBSD$ -# - -PORTNAME= metacity -PORTVERSION= 2.4.34 -CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= gconf-2:${PORTSDIR}/devel/gconf2 \ - glade-2.0.0:${PORTSDIR}/devel/libglade2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_LIBTOOL= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomehier -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo deleted file mode 100644 index 12d4ccbd5..000000000 --- a/x11-wm/metacity/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/metacity-2.4.34.tar.bz2) = 69650ff5719b958b20f9969902f3f68d diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure deleted file mode 100644 index bbd8c0a87..000000000 --- a/x11-wm/metacity/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/05/22 09:20:39 1.1 -+++ configure 2002/05/22 09:20:59 -@@ -6411,6 +6411,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-wm/metacity/pkg-comment b/x11-wm/metacity/pkg-comment deleted file mode 100644 index 2b1334579..000000000 --- a/x11-wm/metacity/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A window manager for the adult in you diff --git a/x11-wm/metacity/pkg-descr b/x11-wm/metacity/pkg-descr deleted file mode 100644 index c81b83d98..000000000 --- a/x11-wm/metacity/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A window manager for the adult in you. - -WWW: http://people.redhat.com/~hp/metacity/ diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist deleted file mode 100644 index 012d94bf1..000000000 --- a/x11-wm/metacity/pkg-plist +++ /dev/null @@ -1,189 +0,0 @@ -bin/metacity -bin/metacity-message -bin/metacity-theme-viewer -bin/metacity-window-demo -etc/gconf/gconf.xml.defaults/apps/metacity/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/metacity/general/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/metacity/global_keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/metacity/keybinding_commands/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/metacity/window_keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/metacity/workspace_names/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/metacity/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/metacity/general/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/metacity/global_keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/metacity/keybinding_commands/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/metacity/window_keybindings/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/metacity/workspace_names/%gconf.xml -etc/gconf/schemas/metacity.schemas -include/metacity-1/metacity-private/common.h -include/metacity-1/metacity-private/gradient.h -include/metacity-1/metacity-private/preview-widget.h -include/metacity-1/metacity-private/theme-parser.h -include/metacity-1/metacity-private/theme.h -include/metacity-1/metacity-private/util.h -lib/libmetacity-private.a -lib/libmetacity-private.so -lib/libmetacity-private.so.0 -libdata/pkgconfig/libmetacity-private.pc -libexec/metacity-dialog -share/gnome/metacity/glade/metacity-properties.glade -share/gnome/metacity/icons/metacity-window-demo.png -share/gnome/pixmaps/metacity-properties.png -share/gnome/themes/Atlanta/metacity-1/metacity-theme-1.xml -share/gnome/themes/Bright/metacity-1/metacity-theme-1.xml -share/gnome/themes/Crux/metacity-1/active-border-top-left-border.png -share/gnome/themes/Crux/metacity-1/active-border-top-right-border.png -share/gnome/themes/Crux/metacity-1/active-bottom-left-border.png -share/gnome/themes/Crux/metacity-1/active-bottom-left-corner.png -share/gnome/themes/Crux/metacity-1/active-bottom-mid-left-border.png -share/gnome/themes/Crux/metacity-1/active-bottom-mid-right-border.png -share/gnome/themes/Crux/metacity-1/active-bottom-right-border.png -share/gnome/themes/Crux/metacity-1/active-bottom-right-corner.png -share/gnome/themes/Crux/metacity-1/active-button-prelight.png -share/gnome/themes/Crux/metacity-1/active-button-pressed.png -share/gnome/themes/Crux/metacity-1/active-button.png -share/gnome/themes/Crux/metacity-1/active-close-button.png -share/gnome/themes/Crux/metacity-1/active-left-border.png -share/gnome/themes/Crux/metacity-1/active-left-top-border-shaded.png -share/gnome/themes/Crux/metacity-1/active-left-top-border.png -share/gnome/themes/Crux/metacity-1/active-maximize-button.png -share/gnome/themes/Crux/metacity-1/active-menu-button-prelight.png -share/gnome/themes/Crux/metacity-1/active-menu-button-pressed.png -share/gnome/themes/Crux/metacity-1/active-menu-button.png -share/gnome/themes/Crux/metacity-1/active-minimize-button.png -share/gnome/themes/Crux/metacity-1/active-restore-button.png -share/gnome/themes/Crux/metacity-1/active-right-border.png -share/gnome/themes/Crux/metacity-1/active-right-top-border-shaded.png -share/gnome/themes/Crux/metacity-1/active-right-top-border.png -share/gnome/themes/Crux/metacity-1/active-top-center-left.png -share/gnome/themes/Crux/metacity-1/active-top-center-mid-left.png -share/gnome/themes/Crux/metacity-1/active-top-center-mid-right.png -share/gnome/themes/Crux/metacity-1/active-top-center-right.png -share/gnome/themes/Crux/metacity-1/active-top-left-border.png -share/gnome/themes/Crux/metacity-1/active-top-left-corner.png -share/gnome/themes/Crux/metacity-1/active-top-mid-left-border.png -share/gnome/themes/Crux/metacity-1/active-top-mid-right-border.png -share/gnome/themes/Crux/metacity-1/active-top-right-border.png -share/gnome/themes/Crux/metacity-1/active-top-right-corner.png -share/gnome/themes/Crux/metacity-1/inactive-border-top-left-border.png -share/gnome/themes/Crux/metacity-1/inactive-border-top-right-border.png -share/gnome/themes/Crux/metacity-1/inactive-bottom-left-border.png -share/gnome/themes/Crux/metacity-1/inactive-bottom-left-corner.png -share/gnome/themes/Crux/metacity-1/inactive-bottom-mid-border.png -share/gnome/themes/Crux/metacity-1/inactive-bottom-right-border.png -share/gnome/themes/Crux/metacity-1/inactive-bottom-right-corner.png -share/gnome/themes/Crux/metacity-1/inactive-button-prelight.png -share/gnome/themes/Crux/metacity-1/inactive-button-pressed.png -share/gnome/themes/Crux/metacity-1/inactive-button.png -share/gnome/themes/Crux/metacity-1/inactive-close-button.png -share/gnome/themes/Crux/metacity-1/inactive-left-border.png -share/gnome/themes/Crux/metacity-1/inactive-left-top-border-shaded.png -share/gnome/themes/Crux/metacity-1/inactive-left-top-border.png -share/gnome/themes/Crux/metacity-1/inactive-maximize-button.png -share/gnome/themes/Crux/metacity-1/inactive-menu-button-prelight.png -share/gnome/themes/Crux/metacity-1/inactive-menu-button-pressed.png -share/gnome/themes/Crux/metacity-1/inactive-menu-button.png -share/gnome/themes/Crux/metacity-1/inactive-minimize-button.png -share/gnome/themes/Crux/metacity-1/inactive-restore-button.png -share/gnome/themes/Crux/metacity-1/inactive-right-border.png -share/gnome/themes/Crux/metacity-1/inactive-right-top-border-shaded.png -share/gnome/themes/Crux/metacity-1/inactive-right-top-border.png -share/gnome/themes/Crux/metacity-1/inactive-top-center-left.png -share/gnome/themes/Crux/metacity-1/inactive-top-center-mid.png -share/gnome/themes/Crux/metacity-1/inactive-top-center-right.png -share/gnome/themes/Crux/metacity-1/inactive-top-left-border.png -share/gnome/themes/Crux/metacity-1/inactive-top-left-corner.png -share/gnome/themes/Crux/metacity-1/inactive-top-mid-border.png -share/gnome/themes/Crux/metacity-1/inactive-top-right-border.png -share/gnome/themes/Crux/metacity-1/inactive-top-right-corner.png -share/gnome/themes/Crux/metacity-1/metacity-theme-1.xml -share/gnome/themes/Esco/metacity-1/metacity-theme-1.xml -share/gnome/themes/AgingGorilla/metacity-1/active-button.png -share/gnome/themes/AgingGorilla/metacity-1/active-close-button.png -share/gnome/themes/AgingGorilla/metacity-1/active-close-menu-icon.png -share/gnome/themes/AgingGorilla/metacity-1/active-maximize-button.png -share/gnome/themes/AgingGorilla/metacity-1/active-maximize-menu-icon.png -share/gnome/themes/AgingGorilla/metacity-1/active-menu-button.png -share/gnome/themes/AgingGorilla/metacity-1/active-minimize-button.png -share/gnome/themes/AgingGorilla/metacity-1/active-minimize-menu-icon.png -share/gnome/themes/AgingGorilla/metacity-1/inactive-close-button.png -share/gnome/themes/AgingGorilla/metacity-1/inactive-maximize-button.png -share/gnome/themes/AgingGorilla/metacity-1/inactive-menu-button.png -share/gnome/themes/AgingGorilla/metacity-1/inactive-minimize-button.png -share/gnome/themes/AgingGorilla/metacity-1/metacity-theme-1.xml -share/gnome/themes/Metabox/metacity-1/metacity-theme-1.xml -share/gnome/themes/Simple/metacity-1/close.png -share/gnome/themes/Simple/metacity-1/maximize.png -share/gnome/themes/Simple/metacity-1/maximized.png -share/gnome/themes/Simple/metacity-1/metacity-theme-1.xml -share/gnome/themes/Simple/metacity-1/minimize.png -share/gnome/wm-properties/metacity.desktop -share/locale/am/LC_MESSAGES/metacity.mo -share/locale/az/LC_MESSAGES/metacity.mo -share/locale/bg/LC_MESSAGES/metacity.mo -share/locale/ca/LC_MESSAGES/metacity.mo -share/locale/cs/LC_MESSAGES/metacity.mo -share/locale/da/LC_MESSAGES/metacity.mo -share/locale/de/LC_MESSAGES/metacity.mo -share/locale/el/LC_MESSAGES/metacity.mo -share/locale/en_GB/LC_MESSAGES/metacity.mo -share/locale/es/LC_MESSAGES/metacity.mo -share/locale/et/LC_MESSAGES/metacity.mo -share/locale/fi/LC_MESSAGES/metacity.mo -share/locale/fr/LC_MESSAGES/metacity.mo -share/locale/gl/LC_MESSAGES/metacity.mo -share/locale/he/LC_MESSAGES/metacity.mo -share/locale/hu/LC_MESSAGES/metacity.mo -share/locale/it/LC_MESSAGES/metacity.mo -share/locale/ja/LC_MESSAGES/metacity.mo -share/locale/ko/LC_MESSAGES/metacity.mo -share/locale/lv/LC_MESSAGES/metacity.mo -share/locale/mk/LC_MESSAGES/metacity.mo -share/locale/mn/LC_MESSAGES/metacity.mo -share/locale/ms/LC_MESSAGES/metacity.mo -share/locale/nl/LC_MESSAGES/metacity.mo -share/locale/no/LC_MESSAGES/metacity.mo -share/locale/pl/LC_MESSAGES/metacity.mo -share/locale/pt/LC_MESSAGES/metacity.mo -share/locale/pt_BR/LC_MESSAGES/metacity.mo -share/locale/ro/LC_MESSAGES/metacity.mo -share/locale/ru/LC_MESSAGES/metacity.mo -share/locale/sk/LC_MESSAGES/metacity.mo -share/locale/sl/LC_MESSAGES/metacity.mo -share/locale/sv/LC_MESSAGES/metacity.mo -share/locale/tr/LC_MESSAGES/metacity.mo -share/locale/uk/LC_MESSAGES/metacity.mo -share/locale/vi/LC_MESSAGES/metacity.mo -share/locale/zh_CN/LC_MESSAGES/metacity.mo -share/locale/zh_TW/LC_MESSAGES/metacity.mo -@dirrm share/gnome/themes/Simple/metacity-1 -@dirrm share/gnome/themes/Simple -@dirrm share/gnome/themes/Metabox/metacity-1 -@dirrm share/gnome/themes/Metabox -@dirrm share/gnome/themes/AgingGorilla/metacity-1 -@dirrm share/gnome/themes/AgingGorilla -@dirrm share/gnome/themes/Esco/metacity-1 -@dirrm share/gnome/themes/Esco -@dirrm share/gnome/themes/Crux/metacity-1 -@dirrm share/gnome/themes/Crux -@dirrm share/gnome/themes/Bright/metacity-1 -@dirrm share/gnome/themes/Bright -@dirrm share/gnome/themes/Atlanta/metacity-1 -@dirrm share/gnome/themes/Atlanta -@dirrm share/gnome/metacity/icons -@dirrm share/gnome/metacity/glade -@dirrm share/gnome/metacity -@dirrm include/metacity-1/metacity-private -@dirrm include/metacity-1 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity/workspace_names -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity/window_keybindings -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity/keybinding_commands -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity/global_keybindings -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity/general -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity -@dirrm etc/gconf/gconf.xml.defaults/apps/metacity/workspace_names -@dirrm etc/gconf/gconf.xml.defaults/apps/metacity/window_keybindings -@dirrm etc/gconf/gconf.xml.defaults/apps/metacity/keybinding_commands -@dirrm etc/gconf/gconf.xml.defaults/apps/metacity/global_keybindings -@dirrm etc/gconf/gconf.xml.defaults/apps/metacity/general -@dirrm etc/gconf/gconf.xml.defaults/apps/metacity |