da457794ec
- Pull in upstream's 59eb52b7c6ccbe83742e5eb8b40b5e32bb6600cc, which prevents windows from jumping to the current workspace when a net_active_window message is received. - Change an entry in the default menu file to use the Exit action instead of SessionLogout, so as to not violate the POLA.
52 lines
1.6 KiB
Makefile
52 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.54 2009/11/15 03:11:12 snj Exp $
|
|
|
|
DISTNAME= openbox-3.4.7.2
|
|
PKGREVISION= 2
|
|
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"
|