diff options
author | agc <agc@pkgsrc.org> | 2002-06-09 21:58:42 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-06-09 21:58:42 +0000 |
commit | f3400dc56e45731515ca7018ffec61719d5a6476 (patch) | |
tree | 147f59bd0c78272af9bc1af029ee0861f8b98fdd /wm/metacity/Makefile | |
parent | 03fe331ee1bc2477073907d57fddfe37ac6096fd (diff) | |
download | pkgsrc-f3400dc56e45731515ca7018ffec61719d5a6476.tar.gz |
Initial import of Metacity-2.3.377, a gnome 2 window manager, into the
NetBSD Packages Collection.
Metacity is not a meta-City as in an urban center, but rather
Meta-ness as in the state of being meta. i.e. metacity : meta as
opacity : opaque. Also it may have something to do with the Meta key
on UNIX keyboards.
- Boring window manager for the adult in you. Many window managers
are like Marshmallow Froot Loops; Metacity is like Cheerios.
- Uses GTK+ 2.0 for drawing window frames. This means colors, fonts,
etc. come from GTK+ theme.
- Has a simple theme system and a couple of extra themes come with it.
Change themes via gconf-editor or gconftool:
gconftool-2 --type=string --set /apps/metacity/general/theme Crux
- Change number of workspaces via gconf-editor or gconftool:
gconftool-2 --type=int --set /apps/metacity/general/num_workspaces 5
Can also change workspaces from GNOME 2 pager.
- Change focus mode:
gconftool-2 --type=string --set /apps/metacity/general/focus_mode mouse
Diffstat (limited to 'wm/metacity/Makefile')
-rw-r--r-- | wm/metacity/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile new file mode 100644 index 00000000000..ce448f68ad0 --- /dev/null +++ b/wm/metacity/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/09 21:58:42 agc Exp $ +# + +DISTNAME= metacity-2.3.377 +CATEGORIES= wm +MASTER_SITES= http://people.redhat.com/~hp/metacity/ + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= gnome-compliant window manager + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-included-gettext +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +CONFIGURE_ENV+= PKG_CONFIG=${BUILDLINK_DIR}/bin/pkg-config + +BUILD_USES_MSGFMT= yes + +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../devel/GConf2/buildlink.mk" +.include "../../x11/gtk2/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" |