diff options
author | tnn <tnn@pkgsrc.org> | 2008-07-29 19:49:12 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-07-29 19:49:12 +0000 |
commit | bcdc5d79ab703cb36a94266d769bb266c50ea00c (patch) | |
tree | 492c57c98fe4c87a4dba92ac5cf53cc6afa3fa8f /wm/obconf/Makefile | |
parent | c441f5561138cc9157d58032551e0c7f35afe85f (diff) | |
download | pkgsrc-bcdc5d79ab703cb36a94266d769bb266c50ea00c.tar.gz |
Update to obconf-2.0.3.
2.0.3:
* Add support for the desktop warping option
* Add support for showing the popup notification when changing desktops
* Better build support for Max OSX platform (no --export-dynamic)
* Major layout changes
* Add support for putting the move/resize popup in a fixed position on screen
* Add support for the <active> window placement option
* New icon by Myles Green
* Show an error when the configuration file is not valid, so it doesn't get
destroyed by ObConf
* Add a --config-file option to specify an alternate configuration file.
* Auto-load the same configuration as Openbox is using, if Openbox was run
with --config-file
2.0.2:
* Workaround a crash in GTK/Glib on the PowerPC platform
* Add new Margins option (Margins tab)
* Add new option for centering windows when placing them
* Don't include the debian/ dir in releases
* Fix the missing TopRight option for the dock
* Fix the dock stacking option to match changes made in Openbox (it's
Above/Below not Top/Bottom)
* Give the theme previews white client areas to more closely resemble a real
window
* Update to Openbox 3.4.3 libraries
Diffstat (limited to 'wm/obconf/Makefile')
-rw-r--r-- | wm/obconf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/obconf/Makefile b/wm/obconf/Makefile index c32654e27a8..de833f2d7d3 100644 --- a/wm/obconf/Makefile +++ b/wm/obconf/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2008/06/20 01:09:40 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2008/07/29 19:49:12 tnn Exp $ -DISTNAME= obconf-2.0.1 -PKGREVISION= 1 +DISTNAME= obconf-2.0.3 CATEGORIES= wm MASTER_SITES= http://icculus.org/openbox/obconf/ # PR pkg/36489 @@ -17,11 +16,12 @@ USE_TOOLS+= pkg-config USE_DIRS+= xdg-1.1 GNU_CONFIGURE= YES +.include "../../databases/shared-mime-info/mimedb.mk" .include "../../databases/shared-mime-info/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libglade/buildlink3.mk" .include "../../sysutils/desktop-file-utils/buildlink3.mk" -BUILDLINK_API_DEPENDS.openbox+= openbox>=3.4.2 +BUILDLINK_API_DEPENDS.openbox+= openbox>=3.4.3 .include "../../wm/openbox/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" |