- instead of ignoring the warning, actually install the xdg files...
This commit is contained in:
parent
a8b012fe30
commit
6aa2ed984a
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/04/07 07:19:56 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2011/04/07 19:23:05 jasper Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = intelligent input bus framework
|
||||
|
||||
DISTNAME = ibus-1.3.9
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS = ibus 1.0 # 2.0
|
||||
|
||||
@ -59,4 +59,6 @@ CONFIGURE_ARGS = --disable-silent-rules \
|
||||
CONFIGURE_ENV = CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
FAKE_FLAGS= xdgautostartdir=${PREFIX}/share/examples/ibus/xdg/autostart
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/04/07 07:19:56 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2011/04/07 19:23:05 jasper Exp $
|
||||
@bin bin/ibus-daemon
|
||||
bin/ibus-setup
|
||||
include/ibus-1.0/
|
||||
@ -159,6 +159,13 @@ libexec/ibus-ui-gtk
|
||||
share/applications/ibus-setup.desktop
|
||||
share/applications/ibus.desktop
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
share/examples/ibus/
|
||||
share/examples/ibus/xdg/
|
||||
@sample ${SYSCONFDIR}/xdg/
|
||||
share/examples/ibus/xdg/autostart/
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/
|
||||
share/examples/ibus/xdg/autostart/ibus.desktop
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/ibus.desktop
|
||||
share/gir-1.0/IBus-1.0.gir
|
||||
share/gtk-doc/html/ibus/
|
||||
share/gtk-doc/html/ibus/IBusAttrList.html
|
||||
|
Loading…
Reference in New Issue
Block a user