- give xdg-autostart a chance to run from openbox-session *if* required
dependency (py-xdg) is installed
This commit is contained in:
parent
f84091f08e
commit
9b15ee16d6
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2008/04/16 19:54:33 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2008/04/17 10:57:17 ajacoutot Exp $
|
||||
|
||||
COMMENT= small, fast & usable window manager
|
||||
|
||||
DISTNAME= openbox-3.4.7.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS+= obparser 8.0 # .21.2
|
||||
SHARED_LIBS+= obrender 8.0 # .21.2
|
||||
CATEGORIES= x11
|
||||
@ -23,7 +24,8 @@ WANTLIB= ICE SM X11 Xext Xft Xinerama Xrandr Xrender c \
|
||||
fontconfig freetype m z glib-2.0 gmodule-2.0 \
|
||||
gobject-2.0 Xau Xcursor Xdmcp Xfixes expat pcre
|
||||
|
||||
MODULES= devel/gettext
|
||||
MODULES= devel/gettext \
|
||||
lang/python
|
||||
|
||||
BUILD_DEPENDS= ::textproc/docbook-to-man
|
||||
LIB_DEPENDS+= pango-1.0,pangoxft-1.0,pangoft2-1.0::devel/pango \
|
||||
@ -33,6 +35,7 @@ LIB_DEPENDS+= pango-1.0,pangoxft-1.0,pangoft2-1.0::devel/pango \
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
MODPY_RUNDEP= No
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -47,6 +50,8 @@ pre-configure:
|
||||
@chmod +x ${WRKSRC}/install-sh
|
||||
@perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g' \
|
||||
${WRKSRC}/data/autostart.sh.in
|
||||
@perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},' \
|
||||
${WRKSRC}/tools/xdg-autostart/xdg-autostart
|
||||
|
||||
pre-build:
|
||||
.for i in openbox-gnome-session.1 openbox-kde-session.1 openbox-session.1 openbox.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.18 2008/04/16 07:41:35 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.19 2008/04/17 10:57:17 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/gdm-control
|
||||
bin/gnome-panel-control
|
||||
@ -26,7 +26,6 @@ lib/libobrender.a
|
||||
lib/libobrender.la
|
||||
lib/openbox/
|
||||
lib/openbox/xdg-autostart
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/obparser-3.0.pc
|
||||
lib/pkgconfig/obrender-3.0.pc
|
||||
@man man/man1/openbox-gnome-session.1
|
||||
@ -59,11 +58,7 @@ share/examples/openbox/xdg/openbox/autostart.sh
|
||||
share/gnome/
|
||||
share/gnome/wm-properties/
|
||||
share/gnome/wm-properties/openbox.desktop
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/openbox.mo
|
||||
share/locale/bn_IN/
|
||||
share/locale/bn_IN/LC_MESSAGES/
|
||||
share/locale/bn_IN/LC_MESSAGES/openbox.mo
|
||||
share/locale/ca/LC_MESSAGES/openbox.mo
|
||||
share/locale/cs/LC_MESSAGES/openbox.mo
|
||||
@ -72,8 +67,6 @@ share/locale/en@boldquot/LC_MESSAGES/openbox.mo
|
||||
share/locale/en@quot/LC_MESSAGES/openbox.mo
|
||||
share/locale/es/LC_MESSAGES/openbox.mo
|
||||
share/locale/et/LC_MESSAGES/openbox.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/openbox.mo
|
||||
share/locale/fi/LC_MESSAGES/openbox.mo
|
||||
share/locale/fr/LC_MESSAGES/openbox.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user