Fix WANTLIB, force linking panel plugin with libxfcegui4, and bump
REVISION. Update to version 4.8.x will probably come later, a bug makes it linux-only atm. Being worked on.
This commit is contained in:
parent
0400d436bc
commit
9586338a7e
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.26 2010/11/22 08:37:05 espie Exp $
|
# $OpenBSD: Makefile,v 1.27 2011/01/18 20:48:34 landry Exp $
|
||||||
|
|
||||||
COMMENT= Xfce4 advanced calendar
|
COMMENT= Xfce4 advanced calendar
|
||||||
|
|
||||||
XFCE_GOODIE= orage
|
XFCE_GOODIE= orage
|
||||||
XFCE_VERSION= 4.6.1
|
XFCE_VERSION= 4.6.1
|
||||||
REVISION= 6
|
REVISION= 7
|
||||||
|
|
||||||
HOMEPAGE= http://www.xfce.org/projects/orage
|
HOMEPAGE= http://www.xfce.org/projects/orage
|
||||||
# GPLv2
|
# GPLv2
|
||||||
@ -29,6 +29,6 @@ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
|||||||
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread \
|
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread \
|
||||||
startup-notification-1 xfce4util z pthread-stubs xcb \
|
startup-notification-1 xfce4util z pthread-stubs xcb \
|
||||||
execinfo xcb-atom xcb-aux xcb-event gthread-2.0 xcb-render \
|
execinfo xcb-atom xcb-aux xcb-event gthread-2.0 xcb-render \
|
||||||
xcb-render-util xfcegui4 xfce4panel notify dbus-1 dbus-glib-1
|
GL Xxf86vm drm xcb-shm xfcegui4 xfce4panel-1.0 notify dbus-1 dbus-glib-1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
12
x11/xfce4/orage/patches/patch-panel-plugin_Makefile_in
Normal file
12
x11/xfce4/orage/patches/patch-panel-plugin_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-panel-plugin_Makefile_in,v 1.1 2011/01/18 20:48:34 landry Exp $
|
||||||
|
--- panel-plugin/Makefile.in.orig Sat Jan 15 15:24:42 2011
|
||||||
|
+++ panel-plugin/Makefile.in Sat Jan 15 15:25:05 2011
|
||||||
|
@@ -282,7 +282,7 @@ orageclock_CFLAGS = \
|
||||||
|
-DPACKAGE_LOCALE_DIR=\"$(localedir)\"\
|
||||||
|
@LIBXFCE4PANEL_CFLAGS@
|
||||||
|
|
||||||
|
-orageclock_LDFLAGS = @LIBXFCE4PANEL_LIBS@ $(am__append_1)
|
||||||
|
+orageclock_LDFLAGS = -lxfcegui4 @LIBXFCE4PANEL_LIBS@ $(am__append_1)
|
||||||
|
orageclock_SOURCES = \
|
||||||
|
orageclock.c \
|
||||||
|
oc_config.c \
|
Loading…
Reference in New Issue
Block a user