1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Unbreak (hopefully) by partially merging upstream code

to work with new openbox API.
This commit is contained in:
Roman Bogorodskiy 2011-08-31 04:58:04 +00:00
parent e1858ae1c3
commit 07daa16764
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280805
3 changed files with 1065 additions and 12 deletions

View File

@ -15,13 +15,13 @@ MAINTAINER= novel@FreeBSD.org
COMMENT= Preferences manager for the Openbox window manager COMMENT= Preferences manager for the Openbox window manager
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
obparser.21:${PORTSDIR}/x11-wm/openbox obrender.27:${PORTSDIR}/x11-wm/openbox
BROKEN= bad depobj
USE_GNOME= gnomehier libglade2 USE_GNOME= gnomehier libglade2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
OPENBOX_CFLAGS="`pkg-config --cflags obrender-3.5 obt-3.5`" \
OPENBOX_LIBS="`pkg-config --libs obrender-3.5 obt-3.5`"
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openbox CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openbox
MAKE_ARGS= mkdir_p='${MKDIR}' MAKE_ARGS= mkdir_p='${MKDIR}'

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +0,0 @@
--- ./src/preview_update.c.orig 2010-05-12 20:09:07.177608591 +0400
+++ ./src/preview_update.c 2010-05-12 20:09:21.638774481 +0400
@@ -1,4 +1,5 @@
#include "preview_update.h"
+#include "preview.h"
#include "main.h"
static gboolean restart_theme_preview_update = TRUE;