diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-05 12:18:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-05 12:18:57 +0000 |
commit | f051ca64a72435cf296d2f31b85082336bfadabf (patch) | |
tree | 15b9e07e6155031f5737b4800382445fc941a1d4 /wm/windowmaker/Makefile | |
parent | 785d210f5076a6807f6df8c441ebeb897470c1f7 (diff) | |
download | pkgsrc-f051ca64a72435cf296d2f31b85082336bfadabf.tar.gz |
Update to 0.70.0, based on pkg/14157 by Geoff C. Wing, with some fixes
by me.
Changes are bugfixes, and the following:
- copy/paste launching in Dock
- internal code clean-up with notifications for window state change and other
stuff
- removed the libPropList dependancy by adding property list handling
code to WINGs. This code is not only better integrated with the other
WINGs data structures, but it's also more robust. Also a backward
compatibility header file is provided which maps old libPropList
function names to the new WINGs based proplist names allowing old code
to be linked to WINGs with minimal changes. For details on how to use
the compat mode, read the comments on top of WINGs/WINGs/proplist-compat.h
More details about this can be found in WINGs/ChangeLog and WINGs/NEWS.
Say bye, bye libPropList =)
- rewrote all Window Maker code to use the new WINGs based proplist functions.
Diffstat (limited to 'wm/windowmaker/Makefile')
-rw-r--r-- | wm/windowmaker/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 6f8b51cde5d..6a6c998a052 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2001/10/02 08:48:02 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/10/05 12:18:57 wiz Exp $ -DISTNAME= WindowMaker-0.65.1 -PKGNAME= windowmaker-0.65.1 +DISTNAME= WindowMaker-0.70.0 +PKGNAME= windowmaker-0.70.0 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/source/release/ \ ftp://ftp.ics.es.osaka-u.ac.jp/mirrors/WindowMaker/source/release/ @@ -85,7 +85,6 @@ post-install: ${PREFIX}/share/doc/WindowMaker .include "../../devel/gettext-lib/buildlink.mk" -.include "../../devel/libproplist/buildlink.mk" .include "../../graphics/hermes/buildlink.mk" .include "../../graphics/libungif/buildlink.mk" .include "../../graphics/jpeg/buildlink.mk" |