3.4.8: * Updated translations: Slovak. * Allow windows to change their decorations at any time (Fix for Google Chrome). * Make openbox-session to respect the $XDG_CONFIG_HOME environment variable. * Fixed bug #4344 where borders were given to windows that should not have them. * Merge the SessionLogout and Exit actions. They now test if connected to a session manager and ask it to exit if so, or simply kill Openbox if not. * Further tweaks to the _NET_ACTIVE_WINDOW message handling. Use the same logic for focus-stealing as is used when mapping a new window. * Don't go out of our way any more to prevent focus from moving while the keyboard is grabbed. * Fix openbox-gnome-session when using gnome-session > 2.22.
51 lines
1.6 KiB
Makefile
51 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.55 2009/12/15 12:42:04 wiz Exp $
|
|
|
|
DISTNAME= openbox-3.4.8
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake msgfmt pkg-config
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_FEATURES+= setenv
|
|
|
|
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/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/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|