Disable the half functionnal wbar-config utility.
This commit is contained in:
parent
21a6eb6a66
commit
8b16f242fa
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/03/27 11:16:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/27 17:20:32 ajacoutot Exp $
|
||||
|
||||
COMMENT = Mac OS-X style lightweight application launcher
|
||||
|
||||
DISTNAME = wbar-2.3.4
|
||||
EXTRACT_SUFX = .tgz
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -12,11 +13,7 @@ HOMEPAGE= http://code.google.com/p/wbar/
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += Imlib2 X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
||||
WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo fontconfig
|
||||
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0
|
||||
WANTLIB += glib-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pthread stdc++ xml2 z
|
||||
WANTLIB += Imlib2 X11 Xext c freetype m stdc++ z
|
||||
|
||||
MASTER_SITES = http://wbar.googlecode.com/files/
|
||||
|
||||
@ -26,8 +23,7 @@ MODULES = devel/gettext \
|
||||
BUILD_DEPENDS = textproc/gsed
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
|
||||
LIB_DEPENDS = devel/libglade2 \
|
||||
graphics/imlib2
|
||||
LIB_DEPENDS = graphics/imlib2
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
@ -35,6 +31,9 @@ CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
# XXX /proc/.../cmdline
|
||||
CONFIGURE_ARGS += --disable-wbar-config
|
||||
|
||||
MAKE_FLAGS = bashcompletiondir=${PREFIX}/share/bash-completion/completions \
|
||||
autostartdir=${PREFIX}/share/applications
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/03/27 11:16:25 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/03/27 17:20:32 ajacoutot Exp $
|
||||
@bin bin/wbar
|
||||
@bin bin/wbar-config
|
||||
man/es/
|
||||
man/es/man1/
|
||||
@man man/es/man1/wbar-config.1
|
||||
@man man/es/man1/wbar.1
|
||||
@man man/man1/wbar-config.1
|
||||
@man man/man1/wbar.1
|
||||
share/applications/wbar.desktop
|
||||
share/bash-completion/
|
||||
|
Loading…
Reference in New Issue
Block a user