summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-12-29 12:43:36 +0000
committerrecht <recht@pkgsrc.org>2003-12-29 12:43:36 +0000
commit17a4027de0df24e60125c1e5c6cb75245583b301 (patch)
treec7774a5e88d89b7f9aeb3d8349a9986a761feccb /wm
parent02f93d7a2cda315731e656c60fa8cb6c78900334 (diff)
downloadpkgsrc-17a4027de0df24e60125c1e5c6cb75245583b301.tar.gz
Remove metacity-setup which is no longer maintained, of which the authors
removed the distfiles and which can't set all the options of the metacity in pkgsrc.
Diffstat (limited to 'wm')
-rw-r--r--wm/metacity-setup/DESCR4
-rw-r--r--wm/metacity-setup/Makefile32
-rw-r--r--wm/metacity-setup/PLIST8
-rw-r--r--wm/metacity-setup/distinfo5
-rw-r--r--wm/metacity-setup/patches/patch-aa49
5 files changed, 0 insertions, 98 deletions
diff --git a/wm/metacity-setup/DESCR b/wm/metacity-setup/DESCR
deleted file mode 100644
index 0a9c61d9e24..00000000000
--- a/wm/metacity-setup/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-metacity-setup is a graphical utility to configure the Metacity window
-manager, allowing you to change themes, focus settings, the number of
-workspaces, etc. It is much easier than having to use gconftool or
-gconf-editor.
diff --git a/wm/metacity-setup/Makefile b/wm/metacity-setup/Makefile
deleted file mode 100644
index 9b9899fb9e7..00000000000
--- a/wm/metacity-setup/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2003/12/28 23:37:07 jmmv Exp $
-#
-
-DISTNAME= metacity-setup-0.7.1
-PKGREVISION= 4
-CATEGORIES= wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=metacity-setup/}
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.sourceforge.net/projects/metacity-setup/
-COMMENT= Configuration editor for Metacity
-
-BUILD_USES_MSGFMT= YES
-DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs
-
-GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
-USE_LIBTOOL= yes
-USE_PERL5= build
-USE_PKGLOCALEDIR= yes
-
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-
-.include "../../devel/GConf2/buildlink2.mk"
-.include "../../devel/libglade2/buildlink2.mk"
-.include "../../devel/libgnomeui/buildlink2.mk"
-.include "../../devel/pkgconfig/buildlink2.mk"
-.include "../../textproc/intltool/buildlink2.mk"
-.include "../../sysutils/gnome-vfs2/buildlink2.mk"
-.include "../../wm/metacity/buildlink2.mk"
-.include "../../x11/gtk2/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/wm/metacity-setup/PLIST b/wm/metacity-setup/PLIST
deleted file mode 100644
index 89743aa8f52..00000000000
--- a/wm/metacity-setup/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/01 11:38:16 jmmv Exp $
-bin/metacity-setup
-share/control-center-2.0/capplets/metacity-setup.desktop
-share/metacity-setup/pixmaps/metacity-setup-icon.png
-share/pixmaps/metacity-setup-icon.png
-@dirrm share/metacity-setup/pixmaps
-@dirrm share/metacity-setup
-@comment in gnome2-dirs: @dirrm share/control-center-2.0/capplets
diff --git a/wm/metacity-setup/distinfo b/wm/metacity-setup/distinfo
deleted file mode 100644
index e15441ed9e3..00000000000
--- a/wm/metacity-setup/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/06/01 11:38:15 jmmv Exp $
-
-SHA1 (metacity-setup-0.7.1.tar.gz) = 1b196a65321869c66d8d0e30ebee53b2e36ec376
-Size (metacity-setup-0.7.1.tar.gz) = 210390 bytes
-SHA1 (patch-aa) = 59bf99a1652c73ee8f932ce300efdfd523726c13
diff --git a/wm/metacity-setup/patches/patch-aa b/wm/metacity-setup/patches/patch-aa
deleted file mode 100644
index 1874d907712..00000000000
--- a/wm/metacity-setup/patches/patch-aa
+++ /dev/null
@@ -1,49 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/06/01 11:38:16 jmmv Exp $
-
-Patch obtained from gentoo: "metacity-setup doesn't really detect themes
-properly". See bug #8822 on bugs.gentoo.org.
-
---- src/callbacks.c.orig 2002-10-05 12:36:03.000000000 -0500
-+++ src/callbacks.c 2002-10-05 12:36:07.000000000 -0500
-@@ -226,20 +226,20 @@
- GDir *themeDirectory =
- g_dir_open (possibleThemeDirs[i], 0, NULL);
-
-- while ((filename =
-- g_dir_read_name (themeDirectory)) != NULL)
-- 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_ptr_array_add (themeNameHolder,
-- g_strdup (filename));
-- }
-+ while ((filename = g_dir_read_name (themeDirectory)) != NULL)
-+ 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))
-+ /* new themes have metacity-theme-1.xml stored under a directory: metacity-1 */
-+ ||(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));
-+ }
- g_dir_close (themeDirectory);
- }
- }
-@@ -690,4 +690,4 @@
- else
- metacity_version = "2.4";
- on_treeview1_realize (treeview1_cheat, user_data);
--}
-\ No newline at end of file
-+}