- unbreak after recent gtk update

- fix WANTLIB
This commit is contained in:
ajacoutot 2007-10-25 10:33:09 +00:00
parent 234fe4c8b3
commit 3d0e8bee5d
3 changed files with 28 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2007/10/16 11:47:34 steven Exp $
# $OpenBSD: Makefile,v 1.3 2007/10/25 10:33:09 ajacoutot Exp $
COMMENT= GTK2 interface to libexif
DISTNAME= libexif-gtk-0.3.5
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
SHARED_LIBS += exif-gtk 0.0 # .5.0
CATEGORIES= graphics
@ -20,7 +20,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender atk-1.0 cairo expat fontconfig freetype \
glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 z png
pangocairo-1.0 pangoft2-1.0 z png Xcomposite Xdamage
MODULES= devel/gettext
LIB_DEPENDS= gdk-x11-2.0.>=1000,gdk_pixbuf-2.0.>=1000,gtk-x11-2.0.>=1000::x11/gtk+2 \

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-libexif-gtk_Makefile_in,v 1.1 2007/10/25 10:33:09 ajacoutot Exp $
--- libexif-gtk/Makefile.in.orig Thu Oct 25 12:22:26 2007
+++ libexif-gtk/Makefile.in Thu Oct 25 12:22:35 2007
@@ -251,8 +251,7 @@ INCLUDES = \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/gtk-extensions \
$(LIBEXIF_GTK_CFLAGS) \
- -DG_LOG_DOMAIN=\"libexif\" \
- -DGTK_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"libexif\"
lib_LTLIBRARIES = libexif-gtk.la
libexif_gtkincludedir = $(includedir)/libexif-gtk

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-libexif-gtk_gtk-exif-browser_c,v 1.1 2007/10/25 10:33:09 ajacoutot Exp $
--- libexif-gtk/gtk-exif-browser.c.orig Thu Oct 25 12:08:38 2007
+++ libexif-gtk/gtk-exif-browser.c Thu Oct 25 12:09:06 2007
@@ -77,7 +77,7 @@ static void gtk_exif_browser_show_entry (GtkExifBrowse
struct _GtkExifBrowserPrivate {
ExifData *data;
- GtkTooltips *tooltips;
+ GtkTooltip *tooltips;
GtkWidget *empty, *current, *info;