Update to gtk+3-3.0.8.

This commit is contained in:
ajacoutot 2011-04-06 07:49:31 +00:00
parent 9dc9ae43f1
commit 13a6b49772
4 changed files with 17 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2011/04/02 06:59:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2011/04/06 07:49:31 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,13 +6,15 @@ COMMENT-main= multi-platform graphical toolkit
COMMENT-docs= gtk+3 documentation
COMMENT-cups= gtk+3 CUPS print backend
V= 3.0.7
V= 3.0.8
DISTNAME= gtk+-${V}
PKGNAME-main= gtk+3-${V}
PKGNAME-docs= gtk+3-docs-${V}
PKGNAME-cups= gtk+3-cups-${V}
REVISION-main= 0
CATEGORIES= x11 devel
SHARED_LIBS += gdk-3 0.0 # 0.4

View File

@ -1,5 +1,5 @@
MD5 (gtk+-3.0.7.tar.bz2) = dCNqTD0WW8QN86jK3jJN5g==
RMD160 (gtk+-3.0.7.tar.bz2) = OflHbqNybDtiEhYTHdPa2WPmWkM=
SHA1 (gtk+-3.0.7.tar.bz2) = Zd0oZ1qc9cvYaXVeOZdcBt98Nw8=
SHA256 (gtk+-3.0.7.tar.bz2) = H81DxLc7uQhKILOKlIoOxMISO8W+9OsGsSjeiTLTbx8=
SIZE (gtk+-3.0.7.tar.bz2) = 16875987
MD5 (gtk+-3.0.8.tar.bz2) = QSf5aH0pnjrMyx23TkERWA==
RMD160 (gtk+-3.0.8.tar.bz2) = noNAf1D11WDk1rRrW+Wi11BkOcA=
SHA1 (gtk+-3.0.8.tar.bz2) = djgnRl7fqP+ltORFseWaAbMFzdA=
SHA256 (gtk+-3.0.8.tar.bz2) = QrKxpAA3L+Cz74kBYtFhBCL354evB2W1nxszUqSDkwg=
SIZE (gtk+-3.0.8.tar.bz2) = 16860271

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-gtk_gtkprintunixdialog_c,v 1.1.1.1 2011/03/11 09:58:31 ajacoutot Exp $
$OpenBSD: patch-gtk_gtkprintunixdialog_c,v 1.2 2011/04/06 07:49:31 ajacoutot Exp $
Fix build with gcc2.
--- gtk/gtkprintunixdialog.c.orig Wed Mar 9 16:47:57 2011
+++ gtk/gtkprintunixdialog.c Wed Mar 9 16:47:33 2011
@@ -2609,6 +2609,7 @@ draw_page_cb (GtkWidget *widget,
--- gtk/gtkprintunixdialog.c.orig Sat Apr 2 20:10:38 2011
+++ gtk/gtkprintunixdialog.c Mon Apr 4 08:45:40 2011
@@ -2607,6 +2607,7 @@ draw_page_cb (GtkWidget *widget,
GtkNumberUpLayout number_up_layout;
gint start_x, end_x, start_y, end_y;
gint dx, dy;
@ -12,7 +12,7 @@ Fix build with gcc2.
gint width, height;
gboolean horizontal;
GtkPageSetup *page_setup;
@@ -2616,6 +2617,8 @@ draw_page_cb (GtkWidget *widget,
@@ -2614,6 +2615,8 @@ draw_page_cb (GtkWidget *widget,
gdouble pos_x, pos_y;
gint pages_per_sheet;
gboolean ltr = TRUE;
@ -21,7 +21,7 @@ Fix build with gcc2.
orientation = gtk_page_setup_get_orientation (priv->page_setup);
landscape =
@@ -2892,9 +2895,7 @@ draw_page_cb (GtkWidget *widget,
@@ -2890,9 +2893,7 @@ draw_page_cb (GtkWidget *widget,
font = pango_font_description_new ();
pango_font_description_set_family (font, "sans");

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2011/03/11 09:58:31 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.2 2011/04/06 07:49:31 ajacoutot Exp $
@bin bin/gtk-query-immodules-3.0
@bin bin/gtk3-demo
include/gail-3.0/
@ -633,5 +633,5 @@ share/themes/Raleigh/gtk-3.0/gtk.css
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@exec %D/bin/gtk-query-immodules-3.0 > ${SYSCONFDIR}/gtk-3.0/gtk.immodules
@unexec-delete rm -r ${SYSCONFDIR}/gtk-3.0/gtk.immodules
@unexec-delete rm -f ${SYSCONFDIR}/gtk-3.0/gtk.immodules
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true