- unbreak (do we still need/want that stuff?)

- regen WANTLIB after libgnome esound support removal
This commit is contained in:
ajacoutot 2009-01-21 13:25:59 +00:00
parent 89e876135c
commit 5c2ca068ae
6 changed files with 65 additions and 6 deletions

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.28 2008/06/15 00:06:25 sthen Exp $
# $OpenBSD: Makefile,v 1.29 2009/01/21 13:25:59 ajacoutot Exp $
COMMENT= GNOME Application Libs
VERSION= 2.5.3
API_VERSION= 2.6
DISTNAME= gal-${VERSION}
PKGNAME= gal2-${VERSION}p2
PKGNAME= gal2-${VERSION}p3
SHARED_LIBS += gal-a11y-2.4 1.0 # .1.0
SHARED_LIBS += gal-2.4 1.0 # .1.0
@ -18,16 +19,17 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcursor Xdmcp \
Xcomposite Xdamage pcre \
Xext Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
audiofile bonobo-2 bonobo-activation bonoboui-2 cairo \
crypto dbus-1 dbus-glib-1 esd expat fontconfig freetype \
bonobo-2 bonobo-activation bonoboui-2 cairo \
crypto dbus-1 dbus-glib-1 expat fontconfig freetype \
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
gnomeprint-2-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 png popt \
ssl util xml2 z gailutil pixman-1
m pango-1.0 pangocairo-1.0 pangoft2-1.0 png popt \
ssl util xml2 z gailutil pixman-1 gio-2.0
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/2.5/}
EXTRACT_SUFX= .tar.bz2

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-gal_e-table_e-cell-date_c,v 1.1 2009/01/21 13:25:59 ajacoutot Exp $
--- gal/e-table/e-cell-date.c.orig Wed Jan 21 14:03:39 2009
+++ gal/e-table/e-cell-date.c Wed Jan 21 14:03:52 2009
@@ -26,6 +26,7 @@
#include <time.h>
#include <unistd.h>
#include <string.h>
+#include <gtk/gtk.h>
#include "gal/util/e-i18n.h"
#include "gal/util/e-util.h"

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-gal_e-table_e-table-utils_c,v 1.1 2009/01/21 13:25:59 ajacoutot Exp $
--- gal/e-table/e-table-utils.c.orig Wed Jan 21 14:04:26 2009
+++ gal/e-table/e-table-utils.c Wed Jan 21 14:04:39 2009
@@ -25,6 +25,8 @@
#include <libintl.h> /* This file uses dgettext() but no _() */
+#include <gtk/gtk.h>
+
#include "gal/util/e-util.h"
#include "gal/widgets/e-unicode.h"

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-gal_e-text_e-completion-match_c,v 1.1 2009/01/21 13:25:59 ajacoutot Exp $
--- gal/e-text/e-completion-match.c.orig Wed Jan 21 14:02:46 2009
+++ gal/e-text/e-completion-match.c Wed Jan 21 14:03:04 2009
@@ -25,6 +25,8 @@
#include <string.h>
+#include <gtk/gtk.h>
+
#include "gal/widgets/e-unicode.h"
#include "e-completion-match.h"

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-gal_menus_gal-view-collection_c,v 1.1 2009/01/21 13:25:59 ajacoutot Exp $
--- gal/menus/gal-view-collection.c.orig Wed Jan 21 14:16:45 2009
+++ gal/menus/gal-view-collection.c Wed Jan 21 14:16:57 2009
@@ -30,6 +30,7 @@
#include <glib.h>
#include <libxml/parser.h>
#include <libgnome/gnome-util.h>
+#include <gtk/gtk.h>
#include "gal/util/e-i18n.h"
#include "gal/util/e-util.h"

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-gal_widgets_e-categories-master-list-array_c,v 1.1 2009/01/21 13:25:59 ajacoutot Exp $
--- gal/widgets/e-categories-master-list-array.c.orig Wed Jan 21 14:02:17 2009
+++ gal/widgets/e-categories-master-list-array.c Wed Jan 21 14:02:32 2009
@@ -28,6 +28,7 @@
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/xmlmemory.h>
+#include <gtk/gtk.h>
#include "gal/util/e-i18n.h"
#include "gal/util/e-util.h"