diff options
author | adam <adam@pkgsrc.org> | 2005-01-11 13:41:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-11 13:41:22 +0000 |
commit | b8e44de137b2e6a0b55193f0662900dfa7296cf5 (patch) | |
tree | 83ea4fdb7b706c8f5e0e2e86324d8cd22a5d61cc /wm/enlightenment/Makefile | |
parent | 5011915a5af514f8f74819e9551fa9ec7dabc8e7 (diff) | |
download | pkgsrc-b8e44de137b2e6a0b55193f0662900dfa7296cf5.tar.gz |
Changes 0.16.7.2:
* Make keys used for menu navigation configurable.
* Bosnian translation.
* Korean translation updates.
* Improved dockapp handling.
* Improved KDE menu generation.
* Bulgarian translation.
* Showing desktop support.
* Fix remembered settings for slave WM's.
* Improved fullscreen window handling.
* Fix _XROOT... hack.
* Fix selecting "No Background" in background settings dialog.
* Add shade/unshade using mouse wheel to title bar actions.
* Fix _NET_WM_MOVERESIZE (button case).
* Don't update pager if not visible.
* Avoid problems due to recursive menus.
* Fix button stacking.
* Pointer grab fixes.
* Fix remembered settings for apps setting WM_WINDOW_ROLE to random like value "---".
* Fix some session management property types.
* Stack desktop windows below buttons.
* Add border frame action handling (enables things like auto shade/unshade).
* Fix handling of border parts where text state changes but image state doesn't.
* Fix startup position for shaded down- or right-shading windows.
Diffstat (limited to 'wm/enlightenment/Makefile')
-rw-r--r-- | wm/enlightenment/Makefile | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile index 3e6860f748a..8207489784b 100644 --- a/wm/enlightenment/Makefile +++ b/wm/enlightenment/Makefile @@ -1,22 +1,19 @@ -# $NetBSD: Makefile,v 1.25 2004/11/15 07:53:33 sketch Exp $ -# +# $NetBSD: Makefile,v 1.26 2005/01/11 13:41:22 adam Exp $ -DISTNAME= enlightenment-0.16.7.1 -PKGREVISION= 2 -CATEGORIES= x11 gnome wm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} +DISTNAME= enlightenment-0.16.7.2 +CATEGORIES= x11 gnome wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.enlightenment.org/ -COMMENT= Highly themeable and configurable window manager +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.enlightenment.org/ +COMMENT= Highly themeable and configurable window manager USE_BUILDLINK3= YES -USE_X11= YES +USE_GNU_TOOLS+= yacc USE_PERL5= YES USE_PKGLOCALEDIR= YES +USE_X11= YES GNU_CONFIGURE= YES -USE_GNU_TOOLS+= yacc - CONFIGURE_ARGS+= --enable-fsstd CONFIGURE_ARGS+= --enable-xrandr CONFIGURE_ARGS+= --without-included-gettext |