pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/metacity-setup Remove metacity-setup which is no lo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/927c2d12bbcb
branches: trunk
changeset: 465403:927c2d12bbcb
user: recht <recht%pkgsrc.org@localhost>
date: Mon Dec 29 12:43:36 2003 +0000
description:
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:
wm/metacity-setup/DESCR | 4 ---
wm/metacity-setup/Makefile | 32 ------------------------
wm/metacity-setup/PLIST | 8 ------
wm/metacity-setup/distinfo | 5 ---
wm/metacity-setup/patches/patch-aa | 49 --------------------------------------
5 files changed, 0 insertions(+), 98 deletions(-)
diffs (118 lines):
diff -r 040aa805cc48 -r 927c2d12bbcb wm/metacity-setup/DESCR
--- a/wm/metacity-setup/DESCR Mon Dec 29 12:22:33 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 040aa805cc48 -r 927c2d12bbcb wm/metacity-setup/Makefile
--- a/wm/metacity-setup/Makefile Mon Dec 29 12:22:33 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 040aa805cc48 -r 927c2d12bbcb wm/metacity-setup/PLIST
--- a/wm/metacity-setup/PLIST Mon Dec 29 12:22:33 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 040aa805cc48 -r 927c2d12bbcb wm/metacity-setup/distinfo
--- a/wm/metacity-setup/distinfo Mon Dec 29 12:22:33 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 040aa805cc48 -r 927c2d12bbcb wm/metacity-setup/patches/patch-aa
--- a/wm/metacity-setup/patches/patch-aa Mon Dec 29 12:22:33 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
-+}
Home |
Main Index |
Thread Index |
Old Index