Update to gtk+3-3.8.0.
This commit is contained in:
parent
8e2382cf9d
commit
06ff70ff3f
@ -1,33 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.67 2013/03/21 08:48:56 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.68 2013/03/27 17:55:44 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT-main= multi-platform graphical toolkit
|
||||
COMMENT-cups= gtk+3 CUPS print backend
|
||||
COMMENT-main= multi-platform graphical toolkit
|
||||
COMMENT-cups= gtk+3 CUPS print backend
|
||||
|
||||
V= 3.6.4
|
||||
DISTNAME= gtk+-${V}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
GNOME_VERSION= 3.8.0
|
||||
GNOME_PROJECT= gtk+
|
||||
|
||||
PKGNAME-main= gtk+3-${V}
|
||||
PKGNAME-cups= gtk+3-cups-${V}
|
||||
REVISION-main= 4
|
||||
REVISION-cups= 4
|
||||
PKGNAME-main= gtk+3-${GNOME_VERSION}
|
||||
PKGNAME-cups= gtk+3-cups-${GNOME_VERSION}
|
||||
|
||||
CATEGORIES= x11 devel
|
||||
CATEGORIES= x11 devel
|
||||
|
||||
SHARED_LIBS += gdk-3 600.0 # 600.0
|
||||
SHARED_LIBS += gtk-3 600.0 # 600.0
|
||||
SHARED_LIBS += gdk-3 800.0 # 800.0
|
||||
SHARED_LIBS += gtk-3 800.0 # 800.0
|
||||
SHARED_LIBS += gailutil-3 0.0 # 0.0
|
||||
|
||||
HOMEPAGE= http://www.gtk.org/
|
||||
HOMEPAGE= http://www.gtk.org/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# LGPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
||||
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes graphite2
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo cairo-gobject
|
||||
WANTLIB += 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
|
||||
@ -35,52 +32,41 @@ WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs
|
||||
WANTLIB += ICE SM dbus-1 harfbuzz icudata icule icuuc pthread
|
||||
WANTLIB += xcb xcb-render xcb-shm z atk-bridge-2.0 atspi
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${V:C/^([0-9]+\.[0-9]+).*/\1/}/}
|
||||
MULTI_PACKAGES= -main -cups
|
||||
|
||||
MULTI_PACKAGES= -main -cups
|
||||
|
||||
MODULES= devel/gettext \
|
||||
devel/dconf
|
||||
|
||||
BUILD_DEPENDS= devel/gobject-introspection
|
||||
MODULES= devel/gettext \
|
||||
devel/dconf \
|
||||
x11/gnome
|
||||
|
||||
# man pages
|
||||
BUILD_DEPENDS +=textproc/docbook \
|
||||
textproc/libxslt
|
||||
BUILD_DEPENDS += textproc/docbook-xsl
|
||||
|
||||
RUN_DEPENDS-main= ${RUN_DEPENDS} \
|
||||
x11/hicolor-icon-theme
|
||||
RUN_DEPENDS= x11/hicolor-icon-theme
|
||||
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
devel/pango>=1.32.0 \
|
||||
graphics/gdk-pixbuf2 \
|
||||
x11/gnome/at-spi2-atk>=2.6.0
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
devel/pango>=1.34.0 \
|
||||
graphics/gdk-pixbuf2>=2.28.0 \
|
||||
x11/gnome/at-spi2-atk>=2.8.0
|
||||
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += c
|
||||
|
||||
RUN_DEPENDS-cups= # empty
|
||||
LIB_DEPENDS-cups= ${LIB_DEPENDS} \
|
||||
print/cups,-libs \
|
||||
${BASE_PKGPATH},-main=${V}
|
||||
RUN_DEPENDS-cups= ${MODGETTEXT_RUN_DEPENDS}
|
||||
LIB_DEPENDS-cups= ${LIB_DEPENDS} \
|
||||
print/cups,-libs \
|
||||
${BASE_PKGPATH},-main=${GNOME_VERSION}
|
||||
|
||||
WANTLIB-cups += ${WANTLIB}
|
||||
WANTLIB-cups += asn1 crypto cups gdk-3 gssapi gtk-3 krb5 ssl
|
||||
WANTLIB-cups += avahi-client avahi-common colordprivate
|
||||
|
||||
USE_GMAKE= Yes
|
||||
TEST_IS_INTERACTIVE= x11
|
||||
MODGNOME_TOOLS= goi
|
||||
MODGNOME_CPPFLAGS= -I${X11BASE}/include/freetype2 -I${LOCALBASE}/include/libpng
|
||||
MODGNOME_ICON_CACHE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2/ \
|
||||
-I${LOCALBASE}/include \
|
||||
-I${LOCALBASE}/include/libpng" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc \
|
||||
--disable-papi \
|
||||
--disable-packagekit \
|
||||
--enable-introspection
|
||||
TEST_IS_INTERACTIVE= x11
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
# sync archs list with devel/spidermonkey
|
||||
# colord depends on polkit which depends on spidermonkey
|
||||
@ -88,22 +74,15 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "hppa" || \
|
||||
${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" || \
|
||||
${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64"
|
||||
LIB_DEPENDS-cups += graphics/colord
|
||||
LIB_DEPENDS-cups += graphics/colord
|
||||
WANTLIB-cups += colord lcms2
|
||||
.else
|
||||
CONFIGURE_ARGS += --disable-colord
|
||||
.endif
|
||||
|
||||
# If one of these tools is found at configure stage, it might be used,
|
||||
# no matter whether we use --disable-gtk-doc or not.
|
||||
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
|
||||
ac_cv_path_GTKDOC_REBASE="" \
|
||||
ac_cv_path_GTKDOC_MKPDF=""
|
||||
|
||||
# Do not build gtk-update-icon-cache and other shared tools.
|
||||
CONFIGURE_ARGS += --enable-gtk2-dependency
|
||||
BUILD_DEPENDS += x11/gtk+2,-guic
|
||||
RUN_DEPENDS += x11/gtk+2,-guic
|
||||
# do not build gtk-update-icon-cache and other shared tools
|
||||
CONFIGURE_ARGS += --enable-gtk2-dependency
|
||||
BUILD_DEPENDS += x11/gtk+2,-guic
|
||||
|
||||
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gtk+3
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gtk+-3.6.4.tar.xz) = 29o3mG+TT5hsC7IPKwxZ8nF6LlwJg3CtaWd/+JKV8aE=
|
||||
SIZE (gtk+-3.6.4.tar.xz) = 13275488
|
||||
SHA256 (gtk+-3.8.0.tar.xz) = 2xNF2J1rX1utQRtLKjsaGKKo+Y0qsbQNQ6AZem5sJS4=
|
||||
SIZE (gtk+-3.8.0.tar.xz) = 13670748
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.18 2013/03/02 13:49:16 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.19 2013/03/27 17:55:45 ajacoutot Exp $
|
||||
@conflict gtk+3-docs-*
|
||||
@pkgpath x11/gtk+3,-docs
|
||||
@unexec-delete rm -f %D/lib/gtk-3.0/3.0.0/immodules.cache
|
||||
@ -27,6 +27,8 @@ include/gtk-3.0/gdk/gdkdisplaymanager.h
|
||||
include/gtk-3.0/gdk/gdkdnd.h
|
||||
include/gtk-3.0/gdk/gdkenumtypes.h
|
||||
include/gtk-3.0/gdk/gdkevents.h
|
||||
include/gtk-3.0/gdk/gdkframeclock.h
|
||||
include/gtk-3.0/gdk/gdkframetimings.h
|
||||
include/gtk-3.0/gdk/gdkkeys.h
|
||||
include/gtk-3.0/gdk/gdkkeysyms-compat.h
|
||||
include/gtk-3.0/gdk/gdkkeysyms.h
|
||||
@ -66,10 +68,56 @@ include/gtk-3.0/gdk/x11/gdkx11utils.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11visual.h
|
||||
include/gtk-3.0/gdk/x11/gdkx11window.h
|
||||
include/gtk-3.0/gtk/
|
||||
include/gtk-3.0/gtk/a11y/
|
||||
include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkcellaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h
|
||||
include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkentryaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkframeaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkimageaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtklabelaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h
|
||||
include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h
|
||||
include/gtk-3.0/gtk/deprecated/
|
||||
include/gtk-3.0/gtk/deprecated/gtkcolorsel.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkfontsel.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkgradient.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkhandlebox.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkhbbox.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkhbox.h
|
||||
@ -80,6 +128,7 @@ include/gtk-3.0/gtk/deprecated/gtkhseparator.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkhsv.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkrc.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkstyle.h
|
||||
include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h
|
||||
include/gtk-3.0/gtk/deprecated/gtktable.h
|
||||
include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkvbbox.h
|
||||
@ -88,6 +137,7 @@ include/gtk-3.0/gtk/deprecated/gtkvpaned.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkvscale.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h
|
||||
include/gtk-3.0/gtk/deprecated/gtkvseparator.h
|
||||
include/gtk-3.0/gtk/gtk-a11y.h
|
||||
include/gtk-3.0/gtk/gtk.h
|
||||
include/gtk-3.0/gtk/gtkaboutdialog.h
|
||||
include/gtk-3.0/gtk/gtkaccelgroup.h
|
||||
@ -168,7 +218,6 @@ 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/gtkframe.h
|
||||
include/gtk-3.0/gtk/gtkgradient.h
|
||||
include/gtk-3.0/gtk/gtkgrid.h
|
||||
include/gtk-3.0/gtk/gtkiconfactory.h
|
||||
include/gtk-3.0/gtk/gtkicontheme.h
|
||||
@ -249,7 +298,6 @@ include/gtk-3.0/gtk/gtkstylecontext.h
|
||||
include/gtk-3.0/gtk/gtkstyleproperties.h
|
||||
include/gtk-3.0/gtk/gtkstyleprovider.h
|
||||
include/gtk-3.0/gtk/gtkswitch.h
|
||||
include/gtk-3.0/gtk/gtksymboliccolor.h
|
||||
include/gtk-3.0/gtk/gtktestutils.h
|
||||
include/gtk-3.0/gtk/gtktextattributes.h
|
||||
include/gtk-3.0/gtk/gtktextbuffer.h
|
||||
@ -335,6 +383,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/broadwayd.1
|
||||
@man man/man1/gtk-launch.1
|
||||
@man man/man1/gtk-query-immodules-3.0.1
|
||||
@comment @man man/man1/gtk-update-icon-cache.1
|
||||
@ -351,83 +400,6 @@ share/glib-2.0/schemas/org.gtk.Demo.gschema.xml
|
||||
share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
|
||||
share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
|
||||
share/gtk-3.0/
|
||||
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
|
||||
share/gtk-3.0/demo/builder.c
|
||||
share/gtk-3.0/demo/button_box.c
|
||||
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/css_shadows.c
|
||||
share/gtk-3.0/demo/css_shadows.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
|
||||
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
|
||||
share/gtk-3.0/demo/gnome-foot.png
|
||||
share/gtk-3.0/demo/gnome-fs-directory.png
|
||||
share/gtk-3.0/demo/gnome-fs-regular.png
|
||||
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
|
||||
share/gtk-3.0/demo/iconview_edit.c
|
||||
share/gtk-3.0/demo/images.c
|
||||
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
|
||||
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
|
||||
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
|
||||
share/gtk-3.0/demo/ui_manager.c
|
||||
share/gtk-3.0/gtkbuilder.rng
|
||||
share/gtk-doc/html/gail-libgail-util3/
|
||||
share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html
|
||||
@ -453,6 +425,7 @@ 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-3-8.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
|
||||
@ -488,6 +461,8 @@ share/gtk-doc/html/gdk3/gdk3-Cursors.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Event-Structures.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Events.html
|
||||
share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html
|
||||
share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html
|
||||
share/gtk-doc/html/gdk3/gdk3-General.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html
|
||||
share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html
|
||||
@ -568,6 +543,7 @@ share/gtk-doc/html/gtk3/Application.html
|
||||
share/gtk-doc/html/gtk3/ApplicationChoosing.html
|
||||
share/gtk-doc/html/gtk3/Builder.html
|
||||
share/gtk-doc/html/gtk3/ButtonWidgets.html
|
||||
share/gtk-doc/html/gtk3/DeprecatedObjects.html
|
||||
share/gtk-doc/html/gtk3/DisplayWidgets.html
|
||||
share/gtk-doc/html/gtk3/GtkAboutDialog.html
|
||||
share/gtk-doc/html/gtk3/GtkAccelLabel.html
|
||||
@ -782,6 +758,7 @@ 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-3-8.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
|
||||
@ -798,13 +775,14 @@ 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/broadwayd.html
|
||||
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/ch24s02.html
|
||||
share/gtk-doc/html/gtk3/ch26s02.html
|
||||
share/gtk-doc/html/gtk3/ch28s02.html
|
||||
share/gtk-doc/html/gtk3/ch28s03.html
|
||||
share/gtk-doc/html/gtk3/ch25s02.html
|
||||
share/gtk-doc/html/gtk3/ch27s02.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
|
||||
@ -945,6 +923,7 @@ share/gtk-doc/html/gtk3/gtk-select-color.png
|
||||
share/gtk-doc/html/gtk3/gtk-undelete-ltr.png
|
||||
share/gtk-doc/html/gtk3/gtk-undelete-rtl.png
|
||||
share/gtk-doc/html/gtk3/gtk-update-icon-cache.html
|
||||
share/gtk-doc/html/gtk3/gtk-wayland.html
|
||||
share/gtk-doc/html/gtk3/gtk-windows.html
|
||||
share/gtk-doc/html/gtk3/gtk-x11.html
|
||||
share/gtk-doc/html/gtk3/gtk-yes.png
|
||||
@ -1089,6 +1068,8 @@ share/locale/af/LC_MESSAGES/gtk30-properties.mo
|
||||
share/locale/af/LC_MESSAGES/gtk30.mo
|
||||
share/locale/am/LC_MESSAGES/gtk30-properties.mo
|
||||
share/locale/am/LC_MESSAGES/gtk30.mo
|
||||
share/locale/an/LC_MESSAGES/gtk30-properties.mo
|
||||
share/locale/an/LC_MESSAGES/gtk30.mo
|
||||
share/locale/ang/LC_MESSAGES/gtk30-properties.mo
|
||||
share/locale/ang/LC_MESSAGES/gtk30.mo
|
||||
share/locale/ar/LC_MESSAGES/gtk30-properties.mo
|
||||
|
Loading…
Reference in New Issue
Block a user