diff options
author | agc <agc> | 2002-06-09 21:58:42 +0000 |
---|---|---|
committer | agc <agc> | 2002-06-09 21:58:42 +0000 |
commit | b8fc380fc528b87b2ed9093f2460ab144b795d59 (patch) | |
tree | 147f59bd0c78272af9bc1af029ee0861f8b98fdd /wm | |
parent | 377a32ab41571568d6e2aef1f9c9bec9535b9402 (diff) | |
download | pkgsrc-b8fc380fc528b87b2ed9093f2460ab144b795d59.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')
-rw-r--r-- | wm/metacity/DESCR | 19 | ||||
-rw-r--r-- | wm/metacity/Makefile | 25 | ||||
-rw-r--r-- | wm/metacity/PLIST | 121 | ||||
-rw-r--r-- | wm/metacity/distinfo | 4 |
4 files changed, 169 insertions, 0 deletions
diff --git a/wm/metacity/DESCR b/wm/metacity/DESCR new file mode 100644 index 00000000000..c5c70d67e12 --- /dev/null +++ b/wm/metacity/DESCR @@ -0,0 +1,19 @@ +metacity gnome-compliant window manager + +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 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" diff --git a/wm/metacity/PLIST b/wm/metacity/PLIST new file mode 100644 index 00000000000..d5b3358bd0f --- /dev/null +++ b/wm/metacity/PLIST @@ -0,0 +1,121 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/09 21:58:43 agc Exp $ +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/window_keybindings/%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/window_keybindings/%gconf.xml +etc/gconf/schemas/metacity.schemas +libexec/metacity-dialog +share/gnome/wm-properties/metacity.desktop +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/no/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/metacity.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/metacity.mo +share/metacity/icons/metacity-window-demo.png +share/metacity/themes/Atlanta/metacity-theme-1.xml +share/metacity/themes/Bright/metacity-theme-1.xml +share/metacity/themes/Crux/active-bottom-left-border.png +share/metacity/themes/Crux/active-bottom-left-corner.png +share/metacity/themes/Crux/active-bottom-mid-left-border.png +share/metacity/themes/Crux/active-bottom-mid-right-border.png +share/metacity/themes/Crux/active-bottom-right-border.png +share/metacity/themes/Crux/active-bottom-right-corner.png +share/metacity/themes/Crux/active-button-prelight.png +share/metacity/themes/Crux/active-button-pressed.png +share/metacity/themes/Crux/active-button.png +share/metacity/themes/Crux/active-close-button.png +share/metacity/themes/Crux/active-left-border.png +share/metacity/themes/Crux/active-left-top-border-shaded.png +share/metacity/themes/Crux/active-left-top-border.png +share/metacity/themes/Crux/active-maximize-button.png +share/metacity/themes/Crux/active-menu-button-prelight.png +share/metacity/themes/Crux/active-menu-button-pressed.png +share/metacity/themes/Crux/active-menu-button.png +share/metacity/themes/Crux/active-minimize-button.png +share/metacity/themes/Crux/active-right-border.png +share/metacity/themes/Crux/active-right-top-border-shaded.png +share/metacity/themes/Crux/active-right-top-border.png +share/metacity/themes/Crux/active-top-center-left.png +share/metacity/themes/Crux/active-top-center-mid-left.png +share/metacity/themes/Crux/active-top-center-mid-right.png +share/metacity/themes/Crux/active-top-center-right.png +share/metacity/themes/Crux/active-top-left-border.png +share/metacity/themes/Crux/active-top-right-border.png +share/metacity/themes/Crux/inactive-bottom-left-border.png +share/metacity/themes/Crux/inactive-bottom-left-corner.png +share/metacity/themes/Crux/inactive-bottom-mid-border.png +share/metacity/themes/Crux/inactive-bottom-right-border.png +share/metacity/themes/Crux/inactive-bottom-right-corner.png +share/metacity/themes/Crux/inactive-button-prelight.png +share/metacity/themes/Crux/inactive-button-pressed.png +share/metacity/themes/Crux/inactive-button.png +share/metacity/themes/Crux/inactive-close-button.png +share/metacity/themes/Crux/inactive-left-border.png +share/metacity/themes/Crux/inactive-left-top-border-shaded.png +share/metacity/themes/Crux/inactive-left-top-border.png +share/metacity/themes/Crux/inactive-maximize-button.png +share/metacity/themes/Crux/inactive-menu-button-prelight.png +share/metacity/themes/Crux/inactive-menu-button-pressed.png +share/metacity/themes/Crux/inactive-menu-button.png +share/metacity/themes/Crux/inactive-minimize-button.png +share/metacity/themes/Crux/inactive-right-border.png +share/metacity/themes/Crux/inactive-right-top-border-shaded.png +share/metacity/themes/Crux/inactive-right-top-border.png +share/metacity/themes/Crux/inactive-top-center-left.png +share/metacity/themes/Crux/inactive-top-center-mid.png +share/metacity/themes/Crux/inactive-top-center-right.png +share/metacity/themes/Crux/inactive-top-left-border.png +share/metacity/themes/Crux/inactive-top-right-border.png +share/metacity/themes/Crux/metacity-theme-1.xml +share/metacity/themes/Esco/metacity-theme-1.xml +share/metacity/themes/Gorilla/active-button.png +share/metacity/themes/Gorilla/active-close-button.png +share/metacity/themes/Gorilla/active-maximize-button.png +share/metacity/themes/Gorilla/active-menu-button.png +share/metacity/themes/Gorilla/active-minimize-button.png +share/metacity/themes/Gorilla/inactive-close-button.png +share/metacity/themes/Gorilla/inactive-maximize-button.png +share/metacity/themes/Gorilla/inactive-menu-button.png +share/metacity/themes/Gorilla/inactive-minimize-button.png +share/metacity/themes/Gorilla/metacity-theme-1.xml +@dirrm share/metacity/themes/Gorilla +@dirrm share/metacity/themes/Esco +@dirrm share/metacity/themes/Crux +@dirrm share/metacity/themes/Bright +@dirrm share/metacity/themes/Atlanta +@dirrm share/metacity/themes +@dirrm share/metacity/icons +@dirrm share/metacity +@dirrm share/locale/ms/LC_MESSAGES +@dirrm share/locale/lv/LC_MESSAGES +@dirrm share/gnome/wm-properties +@dirrm etc/gconf/schemas +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity/window_keybindings +@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/schemas/apps +@dirrm etc/gconf/gconf.xml.defaults/apps/metacity/window_keybindings +@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 +@dirrm etc/gconf/gconf.xml.defaults/apps +@dirrm etc/gconf/gconf.xml.defaults diff --git a/wm/metacity/distinfo b/wm/metacity/distinfo new file mode 100644 index 00000000000..78d2482480c --- /dev/null +++ b/wm/metacity/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/09 21:58:43 agc Exp $ + +SHA1 (metacity-2.3.377.tar.gz) = 447a36960eb022a786f797df7654db06f495cc3e +Size (metacity-2.3.377.tar.gz) = 583787 bytes |