Update to gtk+3-3.1.92.
ok jasper@ robert@
This commit is contained in:
parent
90537c8945
commit
c738dea819
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2011/09/16 12:29:15 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/09/20 21:12:09 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,19 +6,18 @@ COMMENT-main= multi-platform graphical toolkit
|
||||
COMMENT-docs= gtk+3 documentation
|
||||
COMMENT-cups= gtk+3 CUPS print backend
|
||||
|
||||
V= 3.0.12
|
||||
V= 3.1.92
|
||||
DISTNAME= gtk+-${V}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
PKGNAME-main= gtk+3-${V}
|
||||
PKGNAME-docs= gtk+3-docs-${V}
|
||||
PKGNAME-cups= gtk+3-cups-${V}
|
||||
|
||||
REVISION-main= 1
|
||||
|
||||
CATEGORIES= x11 devel
|
||||
|
||||
SHARED_LIBS += gdk-3 0.0 # 0.4
|
||||
SHARED_LIBS += gtk-3 0.0 # 0.4
|
||||
SHARED_LIBS += gdk-3 1.0 # 192.0
|
||||
SHARED_LIBS += gtk-3 1.0 # 192.0
|
||||
SHARED_LIBS += gailutil-3 0.0 # 0.0
|
||||
|
||||
HOMEPAGE= http://www.gtk.org/
|
||||
@ -36,10 +35,9 @@ WANTLIB += Xinerama Xrandr Xrender cairo expat fontconfig freetype
|
||||
WANTLIB += gthread-2.0 m pcre pixman-1 pthread-stubs xcb gio-2.0
|
||||
WANTLIB += xcb-render z gdk_pixbuf-2.0 GL Xxf86vm drm xcb-shm png
|
||||
WANTLIB += gmodule-2.0 gobject-2.0 atk-1.0 cairo-gobject glib-2.0
|
||||
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 ffi kvm
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${V:C/^([0-9]+\.[0-9]+).*/\1/}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MULTI_PACKAGES= -main -docs -cups
|
||||
|
||||
@ -53,9 +51,9 @@ RUN_DEPENDS-main= ${RUN_DEPENDS} \
|
||||
misc/shared-mime-info
|
||||
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
devel/glib2>=2.28.0 \
|
||||
devel/pango>=1.28.4p0 \
|
||||
devel/atk>=2.0.0p0 \
|
||||
devel/glib2>=2.29.92 \
|
||||
devel/pango>=1.29.3 \
|
||||
devel/atk>=2.1.92 \
|
||||
graphics/gdk-pixbuf2
|
||||
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
@ -87,6 +85,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc \
|
||||
--disable-man \
|
||||
--disable-papi \
|
||||
--disable-colord \
|
||||
--disable-packagekit \
|
||||
--enable-introspection \
|
||||
--without-xml-catalog
|
||||
@ -98,4 +97,7 @@ RUN_DEPENDS += x11/gtk+2
|
||||
|
||||
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gtk+3
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-3.0/modules
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gtk+-3.0.12.tar.bz2) = DgNWBSroV4yMBpOnaQ0cTw==
|
||||
RMD160 (gtk+-3.0.12.tar.bz2) = qvH2/WJqR5C9dfEimnIneMWAJq4=
|
||||
SHA1 (gtk+-3.0.12.tar.bz2) = uy0pTWy+n35x3merSJIhcIWkfZc=
|
||||
SHA256 (gtk+-3.0.12.tar.bz2) = Y8jLdZR7g2T3EChwY0/rV5dBgWD/w3pnbE6jQK2VsfQ=
|
||||
SIZE (gtk+-3.0.12.tar.bz2) = 17570924
|
||||
MD5 (gtk+-3.1.92.tar.xz) = VWK8zjgCbF6jODFRTLgv6Q==
|
||||
RMD160 (gtk+-3.1.92.tar.xz) = v9d/iXD6dT1NGZuNYNjrGJ9AXgM=
|
||||
SHA1 (gtk+-3.1.92.tar.xz) = xuhws4zQ/wjXosjKT1gQQk3WBPo=
|
||||
SHA256 (gtk+-3.1.92.tar.xz) = 5s6VSbi7OpeWIj0a6XaFA85m6HVbZt0lKcehSbnr6mQ=
|
||||
SIZE (gtk+-3.1.92.tar.xz) = 12391436
|
||||
|
@ -1,24 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.5 2011/07/28 06:51:17 ajacoutot Exp $
|
||||
|
||||
./configure[23737]: ${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}: bad substitution
|
||||
$OpenBSD: patch-configure,v 1.6 2011/09/20 21:12:09 ajacoutot Exp $
|
||||
|
||||
Do not force enable_man to yes.
|
||||
|
||||
--- configure.orig Thu Jul 28 04:06:35 2011
|
||||
+++ configure Thu Jul 28 08:25:58 2011
|
||||
@@ -23732,9 +23732,9 @@ $as_echo "$found_introspection" >&6; }
|
||||
INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
|
||||
INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
|
||||
INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
|
||||
- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
|
||||
+ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"`
|
||||
INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
|
||||
- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
|
||||
+ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"`
|
||||
INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
|
||||
INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
|
||||
INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
|
||||
@@ -24161,7 +24161,7 @@ fi
|
||||
--- configure.orig Mon Sep 19 23:39:29 2011
|
||||
+++ configure Tue Sep 20 10:14:15 2011
|
||||
@@ -24478,7 +24478,7 @@ fi
|
||||
|
||||
# Check whether --enable-man was given.
|
||||
if test "${enable_man+set}" = set; then :
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-gtk_Makefile_in,v 1.3 2011/07/28 06:51:17 ajacoutot Exp $
|
||||
--- gtk/Makefile.in.orig Thu Jul 28 03:40:47 2011
|
||||
+++ gtk/Makefile.in Thu Jul 28 08:25:58 2011
|
||||
@@ -708,7 +708,7 @@ INTROSPECTION_COMPILER_ARGS = \
|
||||
SUBDIRS = . tests
|
||||
$OpenBSD: patch-gtk_Makefile_in,v 1.4 2011/09/20 21:12:09 ajacoutot Exp $
|
||||
--- gtk/Makefile.in.orig Mon Sep 19 23:39:31 2011
|
||||
+++ gtk/Makefile.in Tue Sep 20 10:14:15 2011
|
||||
@@ -720,7 +720,7 @@ INTROSPECTION_COMPILER_ARGS = \
|
||||
SUBDIRS = a11y . tests
|
||||
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_FALSE@GTK_PRINT_BACKENDS = file,lpr
|
||||
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_TRUE@GTK_PRINT_BACKENDS = file,papi
|
||||
-@HAVE_CUPS_TRUE@@HAVE_PAPI_CUPS_FALSE@GTK_PRINT_BACKENDS = file,cups
|
||||
+@HAVE_CUPS_TRUE@@HAVE_PAPI_CUPS_FALSE@GTK_PRINT_BACKENDS = file,cups,lpr
|
||||
@HAVE_PAPI_CUPS_TRUE@GTK_PRINT_BACKENDS = file,papi,cups
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\"Gtk\" \
|
||||
|
11
x11/gtk+3/patches/patch-gtk_gtkmountoperation-x11_c
Normal file
11
x11/gtk+3/patches/patch-gtk_gtkmountoperation-x11_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-gtk_gtkmountoperation-x11_c,v 1.1 2011/09/20 21:12:09 ajacoutot Exp $
|
||||
--- gtk/gtkmountoperation-x11.c.orig Tue Sep 20 11:10:25 2011
|
||||
+++ gtk/gtkmountoperation-x11.c Tue Sep 20 11:11:03 2011
|
||||
@@ -43,6 +43,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
+#include <sys/param.h>
|
||||
#include <kvm.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/sysctl.h>
|
@ -1,34 +0,0 @@
|
||||
$OpenBSD: patch-gtk_gtkprintunixdialog_c,v 1.3 2011/05/27 13:32:02 ajacoutot Exp $
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=651245
|
||||
|
||||
--- 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;
|
||||
+ gint font_size;
|
||||
gint width, height;
|
||||
gboolean horizontal;
|
||||
GtkPageSetup *page_setup;
|
||||
@@ -2614,6 +2615,8 @@ draw_page_cb (GtkWidget *widget,
|
||||
gdouble pos_x, pos_y;
|
||||
gint pages_per_sheet;
|
||||
gboolean ltr = TRUE;
|
||||
+ PangoContext *pango_c = NULL;
|
||||
+ PangoFontDescription *pango_f = NULL;
|
||||
|
||||
orientation = gtk_page_setup_get_orientation (priv->page_setup);
|
||||
landscape =
|
||||
@@ -2890,9 +2893,7 @@ draw_page_cb (GtkWidget *widget,
|
||||
font = pango_font_description_new ();
|
||||
pango_font_description_set_family (font, "sans");
|
||||
|
||||
- PangoContext *pango_c = NULL;
|
||||
- PangoFontDescription *pango_f = NULL;
|
||||
- gint font_size = 12 * PANGO_SCALE;
|
||||
+ font_size = 12 * PANGO_SCALE;
|
||||
|
||||
pango_c = gtk_widget_get_pango_context (widget);
|
||||
if (pango_c != NULL)
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gtk_gtksettings_c,v 1.1.1.1 2011/03/11 09:58:31 ajacoutot Exp $
|
||||
--- gtk/gtksettings.c.orig Wed Mar 9 16:42:17 2011
|
||||
+++ gtk/gtksettings.c Wed Mar 9 16:45:56 2011
|
||||
@@ -413,7 +413,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
$OpenBSD: patch-gtk_gtksettings_c,v 1.2 2011/09/20 21:12:09 ajacoutot Exp $
|
||||
--- gtk/gtksettings.c.orig Sun Aug 28 19:41:49 2011
|
||||
+++ gtk/gtksettings.c Tue Sep 20 10:14:15 2011
|
||||
@@ -417,7 +417,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
g_param_spec_string ("gtk-key-theme-name",
|
||||
P_("Key Theme Name"),
|
||||
P_("Name of key theme to load"),
|
||||
|
@ -1,25 +0,0 @@
|
||||
$OpenBSD: patch-gtk_gtktrayicon-x11_c,v 1.1 2011/08/29 09:26:49 ajacoutot Exp $
|
||||
|
||||
From 6754614ac1ce8f72c0d0ec2369408ac61e080dab Mon Sep 17 00:00:00 2001
|
||||
From: Vincent Bernat <bernat@luffy.cx>
|
||||
Date: Sat, 27 Aug 2011 18:06:26 +0000
|
||||
Subject: trayicon-x11: Fix warnings when visual is not available.
|
||||
|
||||
--- gtk/gtktrayicon-x11.c.orig Thu Jul 28 03:34:32 2011
|
||||
+++ gtk/gtktrayicon-x11.c Mon Aug 29 10:51:57 2011
|
||||
@@ -501,9 +501,12 @@ gtk_tray_icon_get_visual_property (GtkTrayIcon *icon)
|
||||
visual = gdk_x11_screen_lookup_visual (screen, visual_id);
|
||||
}
|
||||
|
||||
- gdk_visual_get_red_pixel_details (visual, NULL, NULL, &red_prec);
|
||||
- gdk_visual_get_green_pixel_details (visual, NULL, NULL, &green_prec);
|
||||
- gdk_visual_get_blue_pixel_details (visual, NULL, NULL, &blue_prec);
|
||||
+ if (visual != NULL)
|
||||
+ {
|
||||
+ gdk_visual_get_red_pixel_details (visual, NULL, NULL, &red_prec);
|
||||
+ gdk_visual_get_green_pixel_details (visual, NULL, NULL, &green_prec);
|
||||
+ gdk_visual_get_blue_pixel_details (visual, NULL, NULL, &blue_prec);
|
||||
+ }
|
||||
|
||||
icon->priv->manager_visual = visual;
|
||||
icon->priv->manager_visual_rgba = visual != NULL &&
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.2 2011/07/28 06:51:17 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.3 2011/09/20 21:12:09 ajacoutot Exp $
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/gail-libgail-util3/
|
||||
share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html
|
||||
share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html
|
||||
share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp
|
||||
share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2
|
||||
share/gtk-doc/html/gail-libgail-util3/home.png
|
||||
share/gtk-doc/html/gail-libgail-util3/index.html
|
||||
@ -22,6 +23,7 @@ share/gtk-doc/html/gdk3/GdkScreen.html
|
||||
share/gtk-doc/html/gdk3/X_cursor.png
|
||||
share/gtk-doc/html/gdk3/annotation-glossary.html
|
||||
share/gtk-doc/html/gdk3/api-index-3-0.html
|
||||
share/gtk-doc/html/gdk3/api-index-3-2.html
|
||||
share/gtk-doc/html/gdk3/api-index-deprecated.html
|
||||
share/gtk-doc/html/gdk3/api-index-full.html
|
||||
share/gtk-doc/html/gdk3/arrow.png
|
||||
@ -70,6 +72,7 @@ share/gtk-doc/html/gdk3/gdk3-Threads.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Visuals.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Windows.html
|
||||
share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html
|
||||
share/gtk-doc/html/gdk3/gdk3.devhelp
|
||||
share/gtk-doc/html/gdk3/gdk3.devhelp2
|
||||
share/gtk-doc/html/gdk3/gobbler.png
|
||||
share/gtk-doc/html/gdk3/gumby.png
|
||||
@ -177,6 +180,7 @@ share/gtk-doc/html/gtk3/GtkCellRendererText.html
|
||||
share/gtk-doc/html/gtk3/GtkCellRendererToggle.html
|
||||
share/gtk-doc/html/gtk3/GtkCellView.html
|
||||
share/gtk-doc/html/gtk3/GtkCheckButton.html
|
||||
share/gtk-doc/html/gtk3/GtkCheckMenuItem.html
|
||||
share/gtk-doc/html/gtk3/GtkColorButton.html
|
||||
share/gtk-doc/html/gtk3/GtkColorSelection.html
|
||||
share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html
|
||||
@ -199,6 +203,8 @@ share/gtk-doc/html/gtk3/GtkFileChooserWidget.html
|
||||
share/gtk-doc/html/gtk3/GtkFileFilter.html
|
||||
share/gtk-doc/html/gtk3/GtkFixed.html
|
||||
share/gtk-doc/html/gtk3/GtkFontButton.html
|
||||
share/gtk-doc/html/gtk3/GtkFontChooser.html
|
||||
share/gtk-doc/html/gtk3/GtkFontChooserDialog.html
|
||||
share/gtk-doc/html/gtk3/GtkFontSelection.html
|
||||
share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html
|
||||
share/gtk-doc/html/gtk3/GtkFrame.html
|
||||
@ -224,6 +230,7 @@ share/gtk-doc/html/gtk3/GtkLabel.html
|
||||
share/gtk-doc/html/gtk3/GtkLayout.html
|
||||
share/gtk-doc/html/gtk3/GtkLinkButton.html
|
||||
share/gtk-doc/html/gtk3/GtkListStore.html
|
||||
share/gtk-doc/html/gtk3/GtkLockButton.html
|
||||
share/gtk-doc/html/gtk3/GtkMenu.html
|
||||
share/gtk-doc/html/gtk3/GtkMenuBar.html
|
||||
share/gtk-doc/html/gtk3/GtkMenuItem.html
|
||||
@ -234,6 +241,7 @@ share/gtk-doc/html/gtk3/GtkMisc.html
|
||||
share/gtk-doc/html/gtk3/GtkNotebook.html
|
||||
share/gtk-doc/html/gtk3/GtkNumerableIcon.html
|
||||
share/gtk-doc/html/gtk3/GtkOffscreenWindow.html
|
||||
share/gtk-doc/html/gtk3/GtkOverlay.html
|
||||
share/gtk-doc/html/gtk3/GtkPageSetup.html
|
||||
share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html
|
||||
share/gtk-doc/html/gtk3/GtkPaned.html
|
||||
@ -334,6 +342,7 @@ share/gtk-doc/html/gtk3/aboutdialog.png
|
||||
share/gtk-doc/html/gtk3/accel-label.png
|
||||
share/gtk-doc/html/gtk3/annotation-glossary.html
|
||||
share/gtk-doc/html/gtk3/api-index-3-0.html
|
||||
share/gtk-doc/html/gtk3/api-index-3-2.html
|
||||
share/gtk-doc/html/gtk3/api-index-deprecated.html
|
||||
share/gtk-doc/html/gtk3/api-index-full.html
|
||||
share/gtk-doc/html/gtk3/appchooserbutton.png
|
||||
@ -345,11 +354,15 @@ share/gtk-doc/html/gtk3/background.png
|
||||
share/gtk-doc/html/gtk3/border1.png
|
||||
share/gtk-doc/html/gtk3/border2.png
|
||||
share/gtk-doc/html/gtk3/border3.png
|
||||
share/gtk-doc/html/gtk3/box-expand.png
|
||||
share/gtk-doc/html/gtk3/box-packing.png
|
||||
share/gtk-doc/html/gtk3/button.png
|
||||
share/gtk-doc/html/gtk3/ch02.html
|
||||
share/gtk-doc/html/gtk3/ch03.html
|
||||
share/gtk-doc/html/gtk3/ch25s02.html
|
||||
share/gtk-doc/html/gtk3/ch26s02.html
|
||||
share/gtk-doc/html/gtk3/ch28s02.html
|
||||
share/gtk-doc/html/gtk3/ch29s02.html
|
||||
share/gtk-doc/html/gtk3/ch29s03.html
|
||||
share/gtk-doc/html/gtk3/chap-drawing-model.html
|
||||
share/gtk-doc/html/gtk3/check-button.png
|
||||
share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html
|
||||
@ -456,7 +469,15 @@ share/gtk-doc/html/gtk3/gtk-getting-started.html
|
||||
share/gtk-doc/html/gtk3/gtk-index.png
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkApplication.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-checklist.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html
|
||||
share/gtk-doc/html/gtk3/gtk-no.png
|
||||
share/gtk-doc/html/gtk3/gtk-ok.png
|
||||
share/gtk-doc/html/gtk3/gtk-orientation-landscape.png
|
||||
@ -499,7 +520,7 @@ share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html
|
||||
share/gtk-doc/html/gtk3/gtk3-Stock-Items.html
|
||||
share/gtk-doc/html/gtk3/gtk3-Testing.html
|
||||
share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html
|
||||
share/gtk-doc/html/gtk3/gtk3-gtkcheckmenuitem.html
|
||||
share/gtk-doc/html/gtk3/gtk3.devhelp
|
||||
share/gtk-doc/html/gtk3/gtk3.devhelp2
|
||||
share/gtk-doc/html/gtk3/gtkbase.html
|
||||
share/gtk-doc/html/gtk3/gtkobjects.html
|
||||
@ -528,6 +549,10 @@ share/gtk-doc/html/gtk3/link-button.png
|
||||
share/gtk-doc/html/gtk3/list-add.png
|
||||
share/gtk-doc/html/gtk3/list-and-tree.png
|
||||
share/gtk-doc/html/gtk3/list-remove.png
|
||||
share/gtk-doc/html/gtk3/lockbutton-locked.png
|
||||
share/gtk-doc/html/gtk3/lockbutton-sorry.png
|
||||
share/gtk-doc/html/gtk3/lockbutton-unlocked.png
|
||||
share/gtk-doc/html/gtk3/lockbutton.png
|
||||
share/gtk-doc/html/gtk3/media-floppy.png
|
||||
share/gtk-doc/html/gtk3/media-optical.png
|
||||
share/gtk-doc/html/gtk3/media-playback-pause.png
|
||||
@ -590,6 +615,7 @@ share/gtk-doc/html/gtk3/view-restore.png
|
||||
share/gtk-doc/html/gtk3/view-sort-ascending.png
|
||||
share/gtk-doc/html/gtk3/view-sort-descending.png
|
||||
share/gtk-doc/html/gtk3/volumebutton.png
|
||||
share/gtk-doc/html/gtk3/widget-hvalign.png
|
||||
share/gtk-doc/html/gtk3/window-close.png
|
||||
share/gtk-doc/html/gtk3/window-default.png
|
||||
share/gtk-doc/html/gtk3/window.png
|
||||
|
@ -1,10 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2011/05/28 08:15:34 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2011/09/20 21:12:09 ajacoutot Exp $
|
||||
@unexec-delete rm -f ${SYSCONFDIR}/gtk-3.0/gtk.immodules
|
||||
@bin bin/gtk-query-immodules-3.0
|
||||
@bin bin/gtk3-demo
|
||||
include/gail-3.0/
|
||||
include/gail-3.0/gail/
|
||||
include/gail-3.0/gail/gailwidget.h
|
||||
include/gail-3.0/libgail-util/
|
||||
include/gail-3.0/libgail-util/gail-util.h
|
||||
include/gail-3.0/libgail-util/gailmisc.h
|
||||
@ -48,9 +46,11 @@ include/gtk-3.0/gdk/x11/gdkx11cursor.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11device-core.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11device-xi.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11device-xi2.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11device.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11devicemanager-core.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi2.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11devicemanager.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11display.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11displaymanager.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11dnd.h
|
||||
@ -115,6 +115,7 @@ include/gtk-3.0/gtk/gtkcombobox.h
|
||||
include/gtk-3.0/gtk/gtkcomboboxtext.h
|
||||
include/gtk-3.0/gtk/gtkcontainer.h
|
||||
include/gtk-3.0/gtk/gtkcssprovider.h
|
||||
include/gtk-3.0/gtk/gtkcsssection.h
|
||||
include/gtk-3.0/gtk/gtkdebug.h
|
||||
include/gtk-3.0/gtk/gtkdialog.h
|
||||
include/gtk-3.0/gtk/gtkdnd.h
|
||||
@ -133,6 +134,9 @@ include/gtk-3.0/gtk/gtkfilechooserwidget.h
|
||||
include/gtk-3.0/gtk/gtkfilefilter.h
|
||||
include/gtk-3.0/gtk/gtkfixed.h
|
||||
include/gtk-3.0/gtk/gtkfontbutton.h
|
||||
include/gtk-3.0/gtk/gtkfontchooser.h
|
||||
include/gtk-3.0/gtk/gtkfontchooserdialog.h
|
||||
include/gtk-3.0/gtk/gtkfontchooserwidget.h
|
||||
include/gtk-3.0/gtk/gtkfontsel.h
|
||||
include/gtk-3.0/gtk/gtkframe.h
|
||||
include/gtk-3.0/gtk/gtkgradient.h
|
||||
@ -160,6 +164,7 @@ include/gtk-3.0/gtk/gtklabel.h
|
||||
include/gtk-3.0/gtk/gtklayout.h
|
||||
include/gtk-3.0/gtk/gtklinkbutton.h
|
||||
include/gtk-3.0/gtk/gtkliststore.h
|
||||
include/gtk-3.0/gtk/gtklockbutton.h
|
||||
include/gtk-3.0/gtk/gtkmain.h
|
||||
include/gtk-3.0/gtk/gtkmenu.h
|
||||
include/gtk-3.0/gtk/gtkmenubar.h
|
||||
@ -174,6 +179,7 @@ include/gtk-3.0/gtk/gtknotebook.h
|
||||
include/gtk-3.0/gtk/gtknumerableicon.h
|
||||
include/gtk-3.0/gtk/gtkoffscreenwindow.h
|
||||
include/gtk-3.0/gtk/gtkorientable.h
|
||||
include/gtk-3.0/gtk/gtkoverlay.h
|
||||
include/gtk-3.0/gtk/gtkpagesetup.h
|
||||
include/gtk-3.0/gtk/gtkpaned.h
|
||||
include/gtk-3.0/gtk/gtkpapersize.h
|
||||
@ -324,12 +330,6 @@ lib/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so
|
||||
@comment lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.la
|
||||
lib/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so
|
||||
lib/gtk-3.0/modules/
|
||||
@comment lib/gtk-3.0/modules/libferret.a
|
||||
@comment lib/gtk-3.0/modules/libferret.la
|
||||
lib/gtk-3.0/modules/libferret.so
|
||||
@comment lib/gtk-3.0/modules/libgail.a
|
||||
@comment lib/gtk-3.0/modules/libgail.la
|
||||
lib/gtk-3.0/modules/libgail.so
|
||||
lib/libgailutil-3.a
|
||||
lib/libgailutil-3.la
|
||||
@lib lib/libgailutil-3.so.${LIBgailutil-3_VERSION}
|
||||
@ -396,6 +396,7 @@ share/gtk-3.0/demo/list_store.c
|
||||
share/gtk-3.0/demo/menus.c
|
||||
share/gtk-3.0/demo/offscreen_window.c
|
||||
share/gtk-3.0/demo/offscreen_window2.c
|
||||
share/gtk-3.0/demo/overlay.c
|
||||
share/gtk-3.0/demo/panes.c
|
||||
share/gtk-3.0/demo/pickers.c
|
||||
share/gtk-3.0/demo/pixbufs.c
|
||||
@ -460,6 +461,8 @@ share/locale/el/LC_MESSAGES/gtk30-properties.mo
|
||||
share/locale/el/LC_MESSAGES/gtk30.mo
|
||||
share/locale/en/LC_MESSAGES/gtk30-properties.mo
|
||||
share/locale/en/LC_MESSAGES/gtk30.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/gtk30.mo
|
||||
share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo
|
||||
share/locale/en_CA/LC_MESSAGES/gtk30.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo
|
||||
|
Loading…
Reference in New Issue
Block a user