- update eel to 2.24.1
- specify and fix license version feedback and ok ajacoutot@
This commit is contained in:
parent
c3147092fc
commit
d902587cba
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2008/11/18 14:00:00 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2008/11/21 17:18:14 jasper Exp $
|
||||
|
||||
COMMENT= Eazel Extensions Library
|
||||
|
||||
GNOME_PROJECT= eel
|
||||
GNOME_VERSION= 2.20.0
|
||||
SHARED_LIBS += eel-2 21.0 # .22.0
|
||||
GNOME_VERSION= 2.24.1
|
||||
SHARED_LIBS += eel-2 22.0 # .26.1
|
||||
CATEGORIES= devel
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
# LGPL
|
||||
# GPLv2/LGPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -18,19 +17,18 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
||||
Xcursor Xdamage Xdmcp 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 \
|
||||
fam 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 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
||||
jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png \
|
||||
popt rpcsvc ssl stdc++ util xml2 z
|
||||
fontconfig freetype gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 \
|
||||
gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 \
|
||||
gnome-keyring gnomecanvas-2 gnomevfs-2 gobject-2.0 \
|
||||
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 pcre pixman-1 png popt ssl util xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
LIB_DEPENDS= startup-notification-1::devel/startup-notification \
|
||||
gnome-desktop-2.>=4::x11/gnome/desktop \
|
||||
gnomeui-2::x11/gnome/libgnomeui \
|
||||
gnome-menu::x11/gnome/menus
|
||||
gnomeui-2::x11/gnome/libgnomeui
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/eel-2.20.0.tar.bz2) = aRc03BB44F5ya09bhkba3w==
|
||||
RMD160 (gnome/eel-2.20.0.tar.bz2) = G2COF7YPeUnri2rY93ucf3PZP14=
|
||||
SHA1 (gnome/eel-2.20.0.tar.bz2) = ZCNI5X0Cq6Rqj4QkB0W5FXfz5Ko=
|
||||
SHA256 (gnome/eel-2.20.0.tar.bz2) = ujXbZGzgae5mqS+pXRCv9YPgDmA5sbW7D6YDZ0L93XA=
|
||||
SIZE (gnome/eel-2.20.0.tar.bz2) = 647919
|
||||
MD5 (gnome/eel-2.24.1.tar.bz2) = tZHfNq+PGyPdF1vjO13gcw==
|
||||
RMD160 (gnome/eel-2.24.1.tar.bz2) = 1SLzGJfR+RGLWq5RsWqlYLO1pcc=
|
||||
SHA1 (gnome/eel-2.24.1.tar.bz2) = orRRT5ccfiSk4j5rrRqe7f8k+uY=
|
||||
SHA256 (gnome/eel-2.24.1.tar.bz2) = Ms3ntYm0n0OdgvdrZFaYPTbefSBoj3xqwv2uTONU5ik=
|
||||
SIZE (gnome/eel-2.24.1.tar.bz2) = 596529
|
||||
|
@ -1,66 +0,0 @@
|
||||
$OpenBSD: patch-test_test-eel-image-table_c,v 1.1 2008/04/09 13:24:46 jasper Exp $
|
||||
--- test/test-eel-image-table.c.orig Tue Apr 8 16:05:24 2008
|
||||
+++ test/test-eel-image-table.c Tue Apr 8 16:05:50 2008
|
||||
@@ -90,7 +90,7 @@ image_table_child_enter_callback (GtkWidget *image_tab
|
||||
|
||||
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
|
||||
|
||||
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
|
||||
+ g_print ("%s(%s)\n", G_STRFUNC, text);
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ image_table_child_leave_callback (GtkWidget *image_tab
|
||||
|
||||
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
|
||||
|
||||
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
|
||||
+ g_print ("%s(%s)\n", G_STRFUNC, text);
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ image_table_child_pressed_callback (GtkWidget *image_t
|
||||
|
||||
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
|
||||
|
||||
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
|
||||
+ g_print ("%s(%s)\n", G_STRFUNC, text);
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -138,7 +138,7 @@ image_table_child_released_callback (GtkWidget *image_
|
||||
|
||||
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
|
||||
|
||||
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
|
||||
+ g_print ("%s(%s)\n", G_STRFUNC, text);
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -153,7 +153,7 @@ image_table_child_clicked_callback (GtkWidget *image_t
|
||||
|
||||
text = eel_labeled_image_get_text (EEL_LABELED_IMAGE (item));
|
||||
|
||||
- g_print ("%s(%s)\n", G_GNUC_FUNCTION, text);
|
||||
+ g_print ("%s(%s)\n", G_STRFUNC, text);
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -164,7 +164,7 @@ foo_timeout (gpointer callback_data)
|
||||
|
||||
recursion_count++;
|
||||
|
||||
- g_print ("%s(%d)\n", G_GNUC_FUNCTION, recursion_count);
|
||||
+ g_print ("%s(%d)\n", G_STRFUNC, recursion_count);
|
||||
gtk_widget_queue_resize (GTK_WIDGET (callback_data));
|
||||
|
||||
recursion_count--;
|
||||
@@ -192,7 +192,7 @@ image_table_size_allocate (GtkWidget *image_table,
|
||||
if (0) gtk_widget_size_allocate (GTK_WIDGET (image_table),
|
||||
>K_WIDGET (image_table)->allocation);
|
||||
|
||||
- g_print ("%s(%d)\n", G_GNUC_FUNCTION, recursion_count);
|
||||
+ g_print ("%s(%d)\n", G_STRFUNC, recursion_count);
|
||||
|
||||
recursion_count--;
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2007/11/10 15:18:51 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2008/11/21 17:18:14 jasper Exp $
|
||||
%%SHARED%%
|
||||
include/eel-2/
|
||||
include/eel-2/eel/
|
||||
@ -11,7 +11,6 @@ include/eel-2/eel/eel-background.h
|
||||
include/eel-2/eel/eel-canvas-rect-ellipse.h
|
||||
include/eel-2/eel/eel-canvas-util.h
|
||||
include/eel-2/eel/eel-canvas.h
|
||||
include/eel-2/eel/eel-dateedit-extensions.h
|
||||
include/eel-2/eel/eel-debug-drawing.h
|
||||
include/eel-2/eel/eel-debug.h
|
||||
include/eel-2/eel/eel-editable-label.h
|
||||
@ -30,15 +29,12 @@ include/eel-2/eel/eel-i18n.h
|
||||
include/eel-2/eel/eel-image-table.h
|
||||
include/eel-2/eel/eel-labeled-image.h
|
||||
include/eel-2/eel/eel-marshal.h
|
||||
include/eel-2/eel/eel-mime-application-chooser.h
|
||||
include/eel-2/eel/eel-mime-extensions.h
|
||||
include/eel-2/eel/eel-open-with-dialog.h
|
||||
include/eel-2/eel/eel-mount-operation.h
|
||||
include/eel-2/eel/eel-pango-extensions.h
|
||||
include/eel-2/eel/eel-preferences-glade.h
|
||||
include/eel-2/eel/eel-preferences.h
|
||||
include/eel-2/eel/eel-self-checks.h
|
||||
include/eel-2/eel/eel-stock-dialogs.h
|
||||
include/eel-2/eel/eel-string-list.h
|
||||
include/eel-2/eel/eel-string.h
|
||||
include/eel-2/eel/eel-type-builtins.h
|
||||
include/eel-2/eel/eel-types.h
|
||||
@ -59,6 +55,9 @@ share/locale/ang/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/as/
|
||||
share/locale/as/LC_MESSAGES/
|
||||
share/locale/as/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/az/
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/eel-2.0.mo
|
||||
@ -95,8 +94,6 @@ share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/fa/
|
||||
share/locale/fa/LC_MESSAGES/
|
||||
@ -171,6 +168,9 @@ share/locale/pa/
|
||||
share/locale/pa/LC_MESSAGES/
|
||||
share/locale/pa/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/pl/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/ps/
|
||||
share/locale/ps/LC_MESSAGES/
|
||||
share/locale/ps/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/pt/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/ro/LC_MESSAGES/eel-2.0.mo
|
||||
@ -187,9 +187,9 @@ share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sr@Latn/
|
||||
share/locale/sr@Latn/LC_MESSAGES/
|
||||
share/locale/sr@Latn/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sr@latin/
|
||||
share/locale/sr@latin/LC_MESSAGES/
|
||||
share/locale/sr@latin/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/eel-2.0.mo
|
||||
share/locale/ta/
|
||||
share/locale/ta/LC_MESSAGES/
|
||||
|
Loading…
x
Reference in New Issue
Block a user