Update to gtk+3-3.5.18.
This commit is contained in:
parent
213a4a020a
commit
ef9b0fb5ee
@ -1,20 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2012/09/01 14:37:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2012/09/21 13:20:19 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT-main= multi-platform graphical toolkit
|
||||
COMMENT-cups= gtk+3 CUPS print backend
|
||||
|
||||
V= 3.4.4
|
||||
V= 3.5.18
|
||||
DISTNAME= gtk+-${V}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
PKGNAME-main= gtk+3-${V}
|
||||
PKGNAME-cups= gtk+3-cups-${V}
|
||||
|
||||
REVISION-main= 2
|
||||
REVISION-cups= 1
|
||||
|
||||
# grep ^GTK_BINARY_VERSION ${WRKSRC}/Makefile (after do-configure)
|
||||
GTK_BINARY_VERSION=3.0.0
|
||||
SUBST_VARS= GTK_BINARY_VERSION
|
||||
@ -24,9 +21,9 @@ SUBST_VARS= GTK_BINARY_VERSION
|
||||
|
||||
CATEGORIES= x11 devel
|
||||
|
||||
SHARED_LIBS += gdk-3 320.0 # 400.0
|
||||
SHARED_LIBS += gtk-3 320.0 # 400.0
|
||||
SHARED_LIBS += gailutil-3 0.0 # 0.0
|
||||
SHARED_LIBS += gdk-3 600.0 # 600.0
|
||||
SHARED_LIBS += gtk-3 600.0 # 600.0
|
||||
SHARED_LIBS += gailutil-3 0.0 # 0.0
|
||||
|
||||
HOMEPAGE= http://www.gtk.org/
|
||||
|
||||
@ -43,7 +40,8 @@ WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
|
||||
WANTLIB += drm expat ffi fontconfig freetype gdk_pixbuf-2.0 gio-2.0
|
||||
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 m pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs
|
||||
WANTLIB += xcb xcb-render xcb-shm z stdc++
|
||||
WANTLIB += ICE SM dbus-1 harfbuzz icudata icule icuuc pthread
|
||||
WANTLIB += xcb xcb-render xcb-shm z stdc++ atk-bridge-2.0 atspi
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${V:C/^([0-9]+\.[0-9]+).*/\1/}/}
|
||||
|
||||
@ -54,17 +52,21 @@ MODULES= devel/gettext \
|
||||
|
||||
BUILD_DEPENDS= devel/gobject-introspection
|
||||
|
||||
# man pages
|
||||
BUILD_DEPENDS +=textproc/docbook \
|
||||
textproc/libxslt
|
||||
|
||||
RUN_DEPENDS-main= ${RUN_DEPENDS} \
|
||||
x11/hicolor-icon-theme \
|
||||
misc/shared-mime-info
|
||||
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
devel/pango>=1.29.5 \
|
||||
devel/atk>=2.3.93 \
|
||||
graphics/gdk-pixbuf2>=2.26.0
|
||||
devel/pango>=1.31.2 \
|
||||
graphics/gdk-pixbuf2 \
|
||||
x11/gnome/at-spi2-atk>=2.5.92
|
||||
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += c pthread
|
||||
WANTLIB-main += c
|
||||
|
||||
RUN_DEPENDS-cups= # empty
|
||||
LIB_DEPENDS-cups= ${LIB_DEPENDS} \
|
||||
@ -89,7 +91,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-papi \
|
||||
--disable-packagekit \
|
||||
--enable-introspection \
|
||||
--without-xml-catalog
|
||||
--with-xml-catalog=${LOCALBASE}/share/xml/catalog
|
||||
|
||||
# Do not build gtk-update-icon-cache and other shared tools.
|
||||
CONFIGURE_ARGS += --enable-gtk2-dependency
|
||||
@ -100,5 +102,6 @@ FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gtk+3
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-3.0/modules
|
||||
rm ${PREFIX}/lib/gtk-3.0/${GTK_BINARY_VERSION}/{printbackends,immodules}/*.{a,la}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gtk+-3.4.4.tar.xz) = 8VTkYAdQNNpMDOicMgAl3NRZ2iof3zLZKglSLqyiQsc=
|
||||
SIZE (gtk+-3.4.4.tar.xz) = 12854476
|
||||
SHA256 (gtk+-3.5.18.tar.xz) = LcZ3nkRzMrSWPU7zrGc+WQqs7V6k5xmYwGPcQ92Gb60=
|
||||
SIZE (gtk+-3.5.18.tar.xz) = 13224216
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gtk_Makefile_in,v 1.12 2012/07/16 06:36:01 ajacoutot Exp $
|
||||
--- gtk/Makefile.in.orig Sun Jul 15 19:02:16 2012
|
||||
+++ gtk/Makefile.in Sun Jul 15 22:05:27 2012
|
||||
@@ -884,7 +884,7 @@ INTROSPECTION_COMPILER_ARGS = \
|
||||
$OpenBSD: patch-gtk_Makefile_in,v 1.13 2012/09/21 13:20:19 ajacoutot Exp $
|
||||
--- gtk/Makefile.in.orig Tue Sep 18 23:38:15 2012
|
||||
+++ gtk/Makefile.in Thu Sep 20 16:34:48 2012
|
||||
@@ -937,7 +937,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
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gtk_gtksettings_c,v 1.6 2012/05/12 06:22:37 ajacoutot Exp $
|
||||
--- gtk/gtksettings.c.orig Fri May 11 23:44:30 2012
|
||||
+++ gtk/gtksettings.c Sat May 12 07:51:17 2012
|
||||
@@ -442,7 +442,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
$OpenBSD: patch-gtk_gtksettings_c,v 1.7 2012/09/21 13:20:19 ajacoutot Exp $
|
||||
--- gtk/gtksettings.c.orig Tue Sep 18 17:34:42 2012
|
||||
+++ gtk/gtksettings.c Thu Sep 20 16:34:48 2012
|
||||
@@ -459,7 +459,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,4 +1,2 @@
|
||||
@comment $OpenBSD: PLIST-cups,v 1.2 2011/10/19 17:41:40 ajacoutot Exp $
|
||||
@comment lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.a
|
||||
@comment lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.la
|
||||
@comment $OpenBSD: PLIST-cups,v 1.3 2012/09/21 13:20:19 ajacoutot Exp $
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/libprintbackend-cups.so
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.12 2012/08/30 14:27:03 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.13 2012/09/21 13:20:19 ajacoutot Exp $
|
||||
@conflict gtk+3-docs-*
|
||||
@pkgpath x11/gtk+3,-docs
|
||||
@unexec-delete rm -f ${SYSCONFDIR}/gtk-3.0/gtk.immodules
|
||||
@unexec-delete rm -f %D/lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules.cache
|
||||
@bin bin/gtk-launch
|
||||
@bin bin/gtk-query-immodules-3.0
|
||||
@bin bin/gtk3-demo
|
||||
@bin bin/gtk3-demo-application
|
||||
@ -184,12 +185,14 @@ include/gtk-3.0/gtk/gtkinfobar.h
|
||||
include/gtk-3.0/gtk/gtkinvisible.h
|
||||
include/gtk-3.0/gtk/gtklabel.h
|
||||
include/gtk-3.0/gtk/gtklayout.h
|
||||
include/gtk-3.0/gtk/gtklevelbar.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
|
||||
include/gtk-3.0/gtk/gtkmenubutton.h
|
||||
include/gtk-3.0/gtk/gtkmenuitem.h
|
||||
include/gtk-3.0/gtk/gtkmenushell.h
|
||||
include/gtk-3.0/gtk/gtkmenutoolbutton.h
|
||||
@ -228,6 +231,7 @@ include/gtk-3.0/gtk/gtkscalebutton.h
|
||||
include/gtk-3.0/gtk/gtkscrollable.h
|
||||
include/gtk-3.0/gtk/gtkscrollbar.h
|
||||
include/gtk-3.0/gtk/gtkscrolledwindow.h
|
||||
include/gtk-3.0/gtk/gtksearchentry.h
|
||||
include/gtk-3.0/gtk/gtkselection.h
|
||||
include/gtk-3.0/gtk/gtkseparator.h
|
||||
include/gtk-3.0/gtk/gtkseparatormenuitem.h
|
||||
@ -300,47 +304,47 @@ lib/girepository-1.0/Gdk-3.0.typelib
|
||||
lib/girepository-1.0/GdkX11-3.0.typelib
|
||||
lib/girepository-1.0/Gtk-3.0.typelib
|
||||
lib/gtk-3.0/
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-am-et.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-am-et.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-am-et.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-cedilla.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-cedilla.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-cedilla.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-cyrillic-translit.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-cyrillic-translit.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-cyrillic-translit.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-inuktitut.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-inuktitut.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-inuktitut.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ipa.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ipa.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ipa.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-multipress.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-multipress.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-multipress.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-thai.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-thai.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-thai.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ti-er.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ti-er.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ti-er.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ti-et.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ti-et.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ti-et.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-viqr.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-viqr.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-viqr.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-xim.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-xim.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-xim.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/libprintbackend-file.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/libprintbackend-file.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/libprintbackend-file.so
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/libprintbackend-lpr.a
|
||||
@comment lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/libprintbackend-lpr.la
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-am-et.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-cedilla.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-cyrillic-translit.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-inuktitut.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ipa.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-multipress.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-thai.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ti-er.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-ti-et.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-viqr.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules/im-xim.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/libprintbackend-file.so
|
||||
lib/gtk-3.0/${GTK_BINARY_VERSION}/printbackends/libprintbackend-lpr.so
|
||||
lib/gtk-3.0/modules/
|
||||
lib/libgailutil-3.a
|
||||
@ -358,6 +362,7 @@ lib/pkgconfig/gdk-x11-3.0.pc
|
||||
lib/pkgconfig/gtk+-3.0.pc
|
||||
lib/pkgconfig/gtk+-unix-print-3.0.pc
|
||||
lib/pkgconfig/gtk+-x11-3.0.pc
|
||||
@man man/man1/gtk-launch.1
|
||||
@man man/man1/gtk-query-immodules-3.0.1
|
||||
@comment @man man/man1/gtk-update-icon-cache.1
|
||||
share/aclocal/gtk-3.0.m4
|
||||
@ -375,6 +380,7 @@ share/gtk-3.0/demo/
|
||||
share/gtk-3.0/demo/alphatest.png
|
||||
share/gtk-3.0/demo/apple-red.png
|
||||
share/gtk-3.0/demo/application.c
|
||||
share/gtk-3.0/demo/application.ui
|
||||
share/gtk-3.0/demo/appwindow.c
|
||||
share/gtk-3.0/demo/assistant.c
|
||||
share/gtk-3.0/demo/background.jpg
|
||||
@ -384,6 +390,15 @@ share/gtk-3.0/demo/changedisplay.c
|
||||
share/gtk-3.0/demo/clipboard.c
|
||||
share/gtk-3.0/demo/colorsel.c
|
||||
share/gtk-3.0/demo/combobox.c
|
||||
share/gtk-3.0/demo/css_accordion.c
|
||||
share/gtk-3.0/demo/css_accordion.css
|
||||
share/gtk-3.0/demo/css_basics.c
|
||||
share/gtk-3.0/demo/css_basics.css
|
||||
share/gtk-3.0/demo/css_multiplebgs.c
|
||||
share/gtk-3.0/demo/css_multiplebgs.css
|
||||
share/gtk-3.0/demo/css_pixbufs.c
|
||||
share/gtk-3.0/demo/css_pixbufs.css
|
||||
share/gtk-3.0/demo/cssview.css
|
||||
share/gtk-3.0/demo/demo.ui
|
||||
share/gtk-3.0/demo/dialog.c
|
||||
share/gtk-3.0/demo/drawingarea.c
|
||||
@ -391,6 +406,7 @@ share/gtk-3.0/demo/editable_cells.c
|
||||
share/gtk-3.0/demo/entry_buffer.c
|
||||
share/gtk-3.0/demo/entry_completion.c
|
||||
share/gtk-3.0/demo/expander.c
|
||||
share/gtk-3.0/demo/fancy.css
|
||||
share/gtk-3.0/demo/floppybuddy.gif
|
||||
share/gtk-3.0/demo/gnome-applets.png
|
||||
share/gtk-3.0/demo/gnome-calendar.png
|
||||
@ -401,6 +417,8 @@ share/gtk-3.0/demo/gnome-gimp.png
|
||||
share/gtk-3.0/demo/gnome-gmush.png
|
||||
share/gtk-3.0/demo/gnome-gsame.png
|
||||
share/gtk-3.0/demo/gnu-keys.png
|
||||
share/gtk-3.0/demo/gtk-logo-24.png
|
||||
share/gtk-3.0/demo/gtk-logo-48.png
|
||||
share/gtk-3.0/demo/gtk-logo-rgb.gif
|
||||
share/gtk-3.0/demo/hypertext.c
|
||||
share/gtk-3.0/demo/iconview.c
|
||||
@ -410,6 +428,7 @@ share/gtk-3.0/demo/infobar.c
|
||||
share/gtk-3.0/demo/links.c
|
||||
share/gtk-3.0/demo/list_store.c
|
||||
share/gtk-3.0/demo/menus.c
|
||||
share/gtk-3.0/demo/menus.ui
|
||||
share/gtk-3.0/demo/offscreen_window.c
|
||||
share/gtk-3.0/demo/offscreen_window2.c
|
||||
share/gtk-3.0/demo/overlay.c
|
||||
@ -417,6 +436,7 @@ share/gtk-3.0/demo/panes.c
|
||||
share/gtk-3.0/demo/pickers.c
|
||||
share/gtk-3.0/demo/pixbufs.c
|
||||
share/gtk-3.0/demo/printing.c
|
||||
share/gtk-3.0/demo/reset.css
|
||||
share/gtk-3.0/demo/rotated_text.c
|
||||
share/gtk-3.0/demo/search_entry.c
|
||||
share/gtk-3.0/demo/sizegroup.c
|
||||
@ -424,6 +444,9 @@ share/gtk-3.0/demo/spinner.c
|
||||
share/gtk-3.0/demo/stock_browser.c
|
||||
share/gtk-3.0/demo/textscroll.c
|
||||
share/gtk-3.0/demo/textview.c
|
||||
share/gtk-3.0/demo/theming.ui
|
||||
share/gtk-3.0/demo/theming_custom_css.c
|
||||
share/gtk-3.0/demo/theming_style_classes.c
|
||||
share/gtk-3.0/demo/toolpalette.c
|
||||
share/gtk-3.0/demo/transparent.c
|
||||
share/gtk-3.0/demo/tree_store.c
|
||||
@ -452,6 +475,7 @@ 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-3-4.html
|
||||
share/gtk-doc/html/gdk3/api-index-3-6.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
|
||||
@ -495,6 +519,7 @@ share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html
|
||||
share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Selections.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Testing.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Threads.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Visuals.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Windows.html
|
||||
@ -660,11 +685,13 @@ share/gtk-doc/html/gtk3/GtkInfoBar.html
|
||||
share/gtk-doc/html/gtk3/GtkInvisible.html
|
||||
share/gtk-doc/html/gtk3/GtkLabel.html
|
||||
share/gtk-doc/html/gtk3/GtkLayout.html
|
||||
share/gtk-doc/html/gtk3/GtkLevelBar.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/GtkMenuButton.html
|
||||
share/gtk-doc/html/gtk3/GtkMenuItem.html
|
||||
share/gtk-doc/html/gtk3/GtkMenuShell.html
|
||||
share/gtk-doc/html/gtk3/GtkMenuToolButton.html
|
||||
@ -702,6 +729,7 @@ share/gtk-doc/html/gtk3/GtkScaleButton.html
|
||||
share/gtk-doc/html/gtk3/GtkScrollable.html
|
||||
share/gtk-doc/html/gtk3/GtkScrollbar.html
|
||||
share/gtk-doc/html/gtk3/GtkScrolledWindow.html
|
||||
share/gtk-doc/html/gtk3/GtkSearchEntry.html
|
||||
share/gtk-doc/html/gtk3/GtkSeparator.html
|
||||
share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html
|
||||
share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html
|
||||
@ -776,6 +804,7 @@ 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-3-4.html
|
||||
share/gtk-doc/html/gtk3/api-index-3-6.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
|
||||
@ -824,6 +853,9 @@ share/gtk-doc/html/gtk3/document-revert-ltr.png
|
||||
share/gtk-doc/html/gtk3/document-revert-rtl.png
|
||||
share/gtk-doc/html/gtk3/document-save-as.png
|
||||
share/gtk-doc/html/gtk3/document-save.png
|
||||
share/gtk-doc/html/gtk3/down-center.png
|
||||
share/gtk-doc/html/gtk3/down-end.png
|
||||
share/gtk-doc/html/gtk3/down-start.png
|
||||
share/gtk-doc/html/gtk3/drawing.png
|
||||
share/gtk-doc/html/gtk3/drive-harddisk.png
|
||||
share/gtk-doc/html/gtk3/ease-in-out.png
|
||||
@ -906,6 +938,7 @@ share/gtk-doc/html/gtk3/gtk-edit.png
|
||||
share/gtk-doc/html/gtk3/gtk-font.png
|
||||
share/gtk-doc/html/gtk3/gtk-getting-started.html
|
||||
share/gtk-doc/html/gtk3/gtk-index.png
|
||||
share/gtk-doc/html/gtk3/gtk-launch.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html
|
||||
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html
|
||||
@ -982,7 +1015,11 @@ share/gtk-doc/html/gtk3/layout-rlbt.png
|
||||
share/gtk-doc/html/gtk3/layout-rltb.png
|
||||
share/gtk-doc/html/gtk3/layout-tblr.png
|
||||
share/gtk-doc/html/gtk3/layout-tbrl.png
|
||||
share/gtk-doc/html/gtk3/left-center.png
|
||||
share/gtk-doc/html/gtk3/left-end.png
|
||||
share/gtk-doc/html/gtk3/left-start.png
|
||||
share/gtk-doc/html/gtk3/left.png
|
||||
share/gtk-doc/html/gtk3/levelbar.png
|
||||
share/gtk-doc/html/gtk3/linear.png
|
||||
share/gtk-doc/html/gtk3/link-button.png
|
||||
share/gtk-doc/html/gtk3/list-add.png
|
||||
@ -1008,6 +1045,7 @@ share/gtk-doc/html/gtk3/media-skip-backward-ltr.png
|
||||
share/gtk-doc/html/gtk3/media-skip-backward-rtl.png
|
||||
share/gtk-doc/html/gtk3/media-skip-forward-ltr.png
|
||||
share/gtk-doc/html/gtk3/media-skip-forward-rtl.png
|
||||
share/gtk-doc/html/gtk3/menu-button.png
|
||||
share/gtk-doc/html/gtk3/menubar.png
|
||||
share/gtk-doc/html/gtk3/messagedialog.png
|
||||
share/gtk-doc/html/gtk3/migrating.html
|
||||
@ -1029,9 +1067,13 @@ share/gtk-doc/html/gtk3/progressbar.png
|
||||
share/gtk-doc/html/gtk3/pt06.html
|
||||
share/gtk-doc/html/gtk3/radio-group.png
|
||||
share/gtk-doc/html/gtk3/recentchooserdialog.png
|
||||
share/gtk-doc/html/gtk3/right-center.png
|
||||
share/gtk-doc/html/gtk3/right-end.png
|
||||
share/gtk-doc/html/gtk3/right-start.png
|
||||
share/gtk-doc/html/gtk3/right.png
|
||||
share/gtk-doc/html/gtk3/scales.png
|
||||
share/gtk-doc/html/gtk3/scrolledwindow.png
|
||||
share/gtk-doc/html/gtk3/search-entry.png
|
||||
share/gtk-doc/html/gtk3/separator.png
|
||||
share/gtk-doc/html/gtk3/slices.png
|
||||
share/gtk-doc/html/gtk3/sliders.png
|
||||
@ -1048,6 +1090,9 @@ share/gtk-doc/html/gtk3/toolbar.png
|
||||
share/gtk-doc/html/gtk3/toolpalette.png
|
||||
share/gtk-doc/html/gtk3/tools-check-spelling.png
|
||||
share/gtk-doc/html/gtk3/tree-view-coordinates.png
|
||||
share/gtk-doc/html/gtk3/up-center.png
|
||||
share/gtk-doc/html/gtk3/up-end.png
|
||||
share/gtk-doc/html/gtk3/up-start.png
|
||||
share/gtk-doc/html/gtk3/up.png
|
||||
share/gtk-doc/html/gtk3/view-fullscreen.png
|
||||
share/gtk-doc/html/gtk3/view-refresh.png
|
||||
|
Loading…
Reference in New Issue
Block a user