398ee2756a
3.4.4: * Updated Traditional Chinese translation * Updated Norwegian translation * Fix for MoveToEdge skipping edges sometimes * Let you specify the vertical and horizontal padding independently in themes * Fix so that if you select an omnipresent window on another desktop in the client list menus, it will go to that desktop * Make the GrowToEdge action shrink once there is no more room to grow, similar to in 3.4.2, but shrinking to edges as well * Move the Send To and Layers submenus to the top of the client menu * Fix race causing omnipresent windows to lose focus when switching desktops very quickly * Don't focus new windows on other desktops if they aren't related to the currently focused window * Add corner resizing areas in the inner client border (Fixes themes such as Onyx) * New focus stealing prevention that is smart and not intrusive and not annoying * Revert a small change in 3.4.3 that caused windows to be placed funny in Smart placement when there was a dock or something on the side of the screen * Show a notification when switching desktops * Fix for delayed focus-follows-mouse interrupting move/resize or menus * Make screen edge warp keep warping without having the move the mouse 1 pixel * Fix for resizing terminals in the top/left sides getting a little confused * Fix to keep oldschool (Non-EWMH) fullscreen windows from being moved and resized inside of the struts (Fixes Acroread) * Accept the <command> option for the Restart command, similar to the Execute action * Don't make clicking on dock apps sometimes act like clicking on the root window (Don't propogate button events up) * Fix a bug introduced in 3.4.3 which caused the Windows key as a modifier for bindings to not work properly * Let windows skip across monitors in a Xinerama setup when using MoveToEdge or Shift-arrow in an interactive move * Make move and resize take the dock into account for resistance * Raise new windows when it makes sense, when they aren't being focused * Change default config to use click events for mouse wheel bindings instead of presses
48 lines
1.5 KiB
Makefile
48 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.45 2007/08/11 07:48:21 wiz Exp $
|
|
|
|
DISTNAME= openbox-3.4.4
|
|
CATEGORIES= wm x11
|
|
MASTER_SITES= http://icculus.org/openbox/releases/
|
|
# PR pkg/36489
|
|
MASTER_SITES+= http://offload1.icculus.org/openbox/releases/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://icculus.org/openbox/
|
|
COMMENT= Standards compliant, light-weight and extensible window manager
|
|
|
|
DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= gnome2-1.5 xdg-1.4
|
|
USE_TOOLS+= gmake msgfmt pkg-config
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
PKGCONFIG_OVERRIDE= parser/obparser-3.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= render/obrender-3.0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
LDFLAGS+= ${BUILDLINK_LDADD.libsetenv}
|
|
PKG_SYSCONFSUBDIR= xdg
|
|
OWN_DIRS= ${PKG_SYSCONFDIR}
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/openbox
|
|
|
|
EGDIR= ${PREFIX}/share/examples/openbox
|
|
CONF_FILES= ${EGDIR}/menu.xml ${PKG_SYSCONFDIR}/openbox/menu.xml
|
|
CONF_FILES+= ${EGDIR}/rc.xml ${PKG_SYSCONFDIR}/openbox/rc.xml
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libsetenv/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXcursor/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|