Add libxfcegui4 to LIB_DEPENDS, add a patch to force linking with it,
fix WANTLIB and bump REVISION.
This commit is contained in:
parent
a9df7d7498
commit
f23f825797
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2010/10/11 08:19:37 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2011/01/18 21:03:55 landry Exp $
|
||||
|
||||
COMMENT= Xfce4 disk performance panel plugin
|
||||
|
||||
XFCE_VERSION= 2.2.0
|
||||
XFCE_PLUGIN= diskperf
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
|
||||
# BSD
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -13,6 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MODULES= x11/xfce4
|
||||
LIB_DEPENDS = x11/xfce4/libxfcegui4
|
||||
|
||||
WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \
|
||||
Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \
|
||||
@ -20,6 +21,6 @@ WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \
|
||||
gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \
|
||||
pangoft2-1.0 pangocairo-1.0 cairo png \
|
||||
pixman-1 xfce4util xfcegui4 pthread-stubs xcb \
|
||||
gthread-2.0 pthread xcb-render xcb-render-util
|
||||
gthread-2.0 pthread xcb-render GL Xxf86vm drm xcb-shm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-panel-plugin_Makefile_in,v 1.1 2011/01/18 21:03:55 landry Exp $
|
||||
--- panel-plugin/Makefile.in.orig Sat Jan 15 21:19:28 2011
|
||||
+++ panel-plugin/Makefile.in Sat Jan 15 21:19:51 2011
|
||||
@@ -245,6 +245,7 @@ xfce4_diskperf_plugin_CFLAGS = \
|
||||
$(LIBXFCE4PANEL_CFLAGS)
|
||||
|
||||
xfce4_diskperf_plugin_LDADD = \
|
||||
+ -lxfcegui4 \
|
||||
$(LIBXFCE4PANEL_LIBS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user