bcdc5d79ab
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
29 lines
980 B
Makefile
29 lines
980 B
Makefile
# $NetBSD: Makefile,v 1.24 2008/07/29 19:49:12 tnn Exp $
|
|
|
|
DISTNAME= obconf-2.0.3
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://icculus.org/openbox/obconf/
|
|
# PR pkg/36489
|
|
MASTER_SITES+= http://offload1.icculus.org/openbox/obconf/
|
|
|
|
MAINTAINER= snj@NetBSD.org
|
|
HOMEPAGE= http://icculus.org/openbox/obconf/
|
|
COMMENT= Tool for configuring the Openbox window manager
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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.3
|
|
.include "../../wm/openbox/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|