diff options
author | sketch <sketch@pkgsrc.org> | 2011-11-18 19:52:52 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2011-11-18 19:52:52 +0000 |
commit | 4396d178694801136c84f37086150cfbb64309fb (patch) | |
tree | 428207b4b20e4324ef2fe0a2933e1ec426e91eaa /wm/evilwm | |
parent | a0d684c57e48af0e1fd3bcb7bd0adf5a15a709ad (diff) | |
download | pkgsrc-4396d178694801136c84f37086150cfbb64309fb.tar.gz |
Update to 1.1.0, changes since 1.0.1:
* Respect maximise states while resizing
* Add basic .desktop file
* Add configuration file
$HOME/.evilwmrc - options are one per line, omitting leading dash.
* Add long alternatives to -g, -v and -s
-geometry, -vdesk and -sticky.
* Record pre-maximisation dimensions in evilwm-specific window properties
_EVILWM_UNMAXIMISED_HORZ and _EVILWM_UNMAXIMISED_VERT.
* Extensive EWMH support. See doc/standards.html for details.
* Mostly new Makefile
* Clean up terminology: use "fixed" instead of "sticky": EWMH uses
the term "sticky" to mean something different.
* Add ability to toggle visible state of docks with Ctrl+Alt+D
Usually apps like pagers or launch bars.
* Add -dock option to force app to be considered a dock
* Snap-to-border and colourmap support no longer optional
Though -snap still defaults to 0 (off).
* fix: drawing window outline with border_width > 1 [David Flynn]
(bottom and right edges wouldn't encompass the border)
* build: enable out-of-tree builds [David Flynn]
* build: enable ISO c99 [David Flynn]
* Fix snapping on multiple screens [Ben Stern]
* Window gravity behviour fixes.
* Remove warning about strict-aliasing rules [Larry Doolittle]
Diffstat (limited to 'wm/evilwm')
-rw-r--r-- | wm/evilwm/Makefile | 6 | ||||
-rw-r--r-- | wm/evilwm/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile index 414cee3f20a..76f4f452b1e 100644 --- a/wm/evilwm/Makefile +++ b/wm/evilwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2010/08/13 19:15:53 sketch Exp $ +# $NetBSD: Makefile,v 1.30 2011/11/18 19:52:52 sketch Exp $ # -DISTNAME= evilwm-1.0.1 +DISTNAME= evilwm-1.1.0 CATEGORIES= wm x11 MASTER_SITES= http://www.6809.org.uk/evilwm/ @@ -11,6 +11,8 @@ COMMENT= Minimalist Window Manager for X PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= gmake + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/evilwm do-install: diff --git a/wm/evilwm/distinfo b/wm/evilwm/distinfo index e62a3a7cc8a..7dbd4db6fbb 100644 --- a/wm/evilwm/distinfo +++ b/wm/evilwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2010/08/13 19:15:53 sketch Exp $ +$NetBSD: distinfo,v 1.21 2011/11/18 19:52:52 sketch Exp $ -SHA1 (evilwm-1.0.1.tar.gz) = 35e380b059ac6030460a4bdc85cbde4e7f36146c -RMD160 (evilwm-1.0.1.tar.gz) = da850746a3c2af462105b6353e8af900b336403c -Size (evilwm-1.0.1.tar.gz) = 31468 bytes +SHA1 (evilwm-1.1.0.tar.gz) = e56beaed55d48768115f6b972063a14c2e489ac8 +RMD160 (evilwm-1.1.0.tar.gz) = a38f0f3a605b34409337fc82db336565ef6524e4 +Size (evilwm-1.1.0.tar.gz) = 40309 bytes |