diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index e0d53debc62a..4dcd840ca5aa 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -1,478 +1,481 @@ #-*- tab-width: 4; -*- # ex:ts=4 # # Please view me with 4 column tabs! # ======================= USERS ================================= # # There are no significant user-definable settings in here. # This file is a framework to make it easier to create GNOME ports. # # ======================= /USERS ================================ # Please make sure all changes to this file are passed through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). # This section defines possible names of GNOME components and all information # necessary for ports to use those components. # Ports can use this as follows: # # USE_GNOME= glib20 introspection:build # # .include # # As a result proper LIB_DEPENDS/RUN_DEPENDS will be added and CONFIGURE_ENV # and MAKE_ENV defined. # # # GCONF_SCHEMAS - Set the following to list of all the gconf schema files # that your port installs. These schema files and # %gconf.xml files will be automatically added to # the ${PLIST}. For example, if your port has # "etc/gconf/schemas/(foo.schemas and bar.schemas)", # add the following to your Makefile: # "GCONF_SCHEMAS=foo.schemas bar.schemas". # # GLIB_SCHEMAS - Set the following to list of all gsettings schema files # (*.gschema.xml) that your ports installs. The # schema files will be automatically added to # the ${PLIST}. For example, if your port has # "share/glib-2.0/schemas/(foo.gschema.xml and bar.gschema.xml)", # add the following to your Makefile: # "GLIB_SCHEMAS=foo.gschema.xml bar.gschema.xml". # # INSTALLS_OMF - If set, bsd.gnome.mk will automatically scan pkg-plist # file and add apropriate @postexec/@postunexec directives for # each .omf file found to track OMF registration database. # # INSTALLS_ICONS - If a GTK+ port installs Freedesktop-style icons to # ${LOCALBASE}/share/icons, then you should use this # macro. Using this macro ensures that icons are cached # and will display correctly. This macro isn't needed # for QT based applications, which use a different method. # # MAINTAINER: gnome@FreeBSD.org .if !defined(_INCLUDE_USES_GNOME_MK) _INCLUDE_USES_GNOME_MK= yes _USES_POST+= gnome .if !empty(gnome_ARGS) IGNORE= USES=gnome takes no arguments .endif # non-version specific components _USE_GNOME_ALL= intlhack intltool introspection \ referencehack gnomemimedata \ gnomeprefix # GNOME 2 components _USE_GNOME_ALL+= atk cairo \ gdkpixbuf2 gconf2 glib20 \ gtk-update-icon-cache gtk20 \ gtksharp20 gtksourceview2 gvfs libartlgpl2 \ libglade2 libgnomecanvas \ libgsf libidl librsvg2 libwnck \ libxml2 libxslt \ orbit2 pango pangox-compat \ vte # GNOME 3 components _USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 \ gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 \ gtksourceview4 libgda5 \ libgda5-ui libgnomekbd libwnck3 metacity nautilus3 \ pygobject3 vte3 # GNOME 40 components -_USE_GNOME_ALL+=gtk40 +_USE_GNOME_ALL+=gtk40 libadwaita # C++ bindings _USE_GNOME_ALL+=atkmm cairomm gconfmm26 glibmm gtkmm24 \ gtkmm30 gtksourceviewmm3 libgdamm5 libxml++26 libsigc++20 \ pangomm # glib-mkenums often fails with C locale # https://gitlab.gnome.org/GNOME/glib/issues/1430 USE_LOCALE?= en_US.UTF-8 GNOME_MAKEFILEIN?= Makefile.in SCROLLKEEPER_DIR= /var/db/rarian referencehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${FRAMEWORK_REINPLACE_CMD} -e \ "s|test \"\$$\$$installfiles\" = '\$$(srcdir)/html/\*'|:|" GNOME_HTML_DIR?= ${PREFIX}/share/doc GCONF_CONFIG_OPTIONS?= merged GCONF_CONFIG_DIRECTORY?=etc/gconf/gconf.xml.defaults GCONF_CONFIG_SOURCE?=xml:${GCONF_CONFIG_OPTIONS}:${PREFIX}/${GCONF_CONFIG_DIRECTORY} GNOME_LOCALSTATEDIR?= ${PREFIX}/share gnomeprefix_CONFIGURE_ENV=GTKDOC="false" gnomeprefix_CONFIGURE_ARGS=--localstatedir=${GNOME_LOCALSTATEDIR} \ --with-html-dir=${GNOME_HTML_DIR} \ --disable-gtk-doc \ --with-gconf-source=${GCONF_CONFIG_SOURCE} atkmm_LIB_DEPENDS= libatkmm-1.6.so:accessibility/atkmm atkmm_USE_GNOME_IMPL= glibmm atk libxml++26_LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 libxml++26_USE_GNOME_IMPL= glibmm libxml2 cairo_LIB_DEPENDS= libcairo.so:graphics/cairo cairomm_LIB_DEPENDS= libcairomm-1.0.so:graphics/cairomm cairomm_USE_GNOME_IMPL= cairo libxml++26 gconfmm26_LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26 gconfmm26_USE_GNOME_IMPL= glibmm gconf2 glibmm_LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm glibmm_USE_GNOME_IMPL= libsigc++20 glib20 gsound_BUILD_DEPENDS= gsound-play:audio/gsound gsound_LIB_DEPENDS= libgsound.so:audio/gsound gsound_RUN_DEPENDS= gsound-play:audio/gsound gsound_USE_GNOME_IMPL= glib20 gtkmm24_LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 gtkmm24_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk20 gtkmm30_LIB_DEPENDS= libgtkmm-3.0.so:x11-toolkits/gtkmm30 gtkmm30_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk30 gtksourceviewmm3_LIB_DEPENDS= libgtksourceviewmm-3.0.so:x11-toolkits/gtksourceviewmm3 gtksourceviewmm3_USE_GNOME_IMPL= gtkmm30 gtksourceview3 libgdamm5_LIB_DEPENDS= libgdamm-5.0.so:databases/libgdamm5 libgdamm5_USE_GNOME_IMPL= libgda5 glibmm libsigc++20_LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 pangomm_LIB_DEPENDS= libpangomm-1.4.so:x11-toolkits/pangomm pangomm_USE_GNOME_IMPL= pango glibmm cairomm gnomemimedata_BUILD_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:misc/gnome-mime-data gnomemimedata_RUN_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:misc/gnome-mime-data glib20_LIB_DEPENDS= libglib-2.0.so:devel/glib20 \ libintl.so:devel/gettext-runtime atk_LIB_DEPENDS= libatk-1.0.so:accessibility/atk atk_USE_GNOME_IMPL= glib20 dconf_BUILD_DEPENDS= dconf:devel/dconf dconf_LIB_DEPENDS= libdconf.so:devel/dconf dconf_RUN_DEPENDS= dconf:devel/dconf dconf_USE_GNOME_IMPL= glib20 pango_LIB_DEPENDS= libpango-1.0.so:x11-toolkits/pango pango_USE_GNOME_IMPL= glib20 pangox-compat_LIB_DEPENDS= libpangox-1.0.so:x11-toolkits/pangox-compat pangox-compat_USE_GNOME_IMPL= glib20 pango gdkpixbuf2_LIB_DEPENDS= libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 gdkpixbuf2_USE_GNOME_IMPL=glib20 gtk-update-icon-cache_BUILD_DEPENDS= gtk-update-icon-cache:graphics/gtk-update-icon-cache gtk-update-icon-cache_RUN_DEPENDS= gtk-update-icon-cache:graphics/gtk-update-icon-cache gtk-update-icon-cache_USE_GNOME_IMPL= atk pango gdkpixbuf2 gtk20_LIB_DEPENDS= libgtk-x11-2.0.so:x11-toolkits/gtk20 gtk20_USE_GNOME_IMPL= atk pango GTK2_VERSION= 2.10.0 gtk30_LIB_DEPENDS= libgtk-3.so:x11-toolkits/gtk30 gtk30_USE_GNOME_IMPL= atk pango GTK3_VERSION= 3.0.0 gtk40_LIB_DEPENDS= libgtk-4.so:x11-toolkits/gtk40 gtk40_USE_GNOME_IMPL= atk pango GTK4_VERSION= 4.0.0 libidl_LIB_DEPENDS= libIDL-2.so:devel/libIDL libidl_USE_GNOME_IMPL= glib20 orbit2_LIB_DEPENDS= libORBit-2.so:devel/ORBit2 orbit2_USE_GNOME_IMPL= libidl libglade2_LIB_DEPENDS= libglade-2.0.so:devel/libglade2 libglade2_USE_GNOME_IMPL=libxml2 gtk20 libxml2_BUILD_DEPENDS= xml2-config:textproc/libxml2 libxml2_LIB_DEPENDS= libxml2.so:textproc/libxml2 libxml2_RUN_DEPENDS= xml2-config:textproc/libxml2 libxslt_BUILD_DEPENDS= xsltproc:textproc/libxslt libxslt_LIB_DEPENDS= libxslt.so:textproc/libxslt libxslt_RUN_DEPENDS= ${libxslt_BUILD_DEPENDS} libxslt_USE_GNOME_IMPL= libxml2 introspection_BUILD_DEPENDS= g-ir-scanner:devel/gobject-introspection introspection_LIB_DEPENDS= libgirepository-1.0.so:devel/gobject-introspection introspection_RUN_DEPENDS= g-ir-scanner:devel/gobject-introspection introspection_USE_GNOME_IMPL= glib20 introspection_MAKE_ENV= GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=${WRKDIR} gconf2_LIB_DEPENDS= libgconf-2.so:devel/gconf2 gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20 libgnomecanvas_LIB_DEPENDS= libgnomecanvas-2.so:graphics/libgnomecanvas libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 libartlgpl2_LIB_DEPENDS= libart_lgpl_2.so:graphics/libart_lgpl gnomedesktop3_LIB_DEPENDS= libgnome-desktop-3.so:x11/gnome-desktop gnomedesktop3_USE_GNOME_IMPL= gtk30 libwnck_LIB_DEPENDS= libwnck-1.so:x11-toolkits/libwnck libwnck_USE_GNOME_IMPL= gtk20 libwnck3_LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3 libwnck3_USE_GNOME_IMPL=gtk30 vte_LIB_DEPENDS= libvte.so:x11-toolkits/vte vte_USE_GNOME_IMPL= gtk20 vte3_LIB_DEPENDS= libvte-2.91.so:x11-toolkits/vte3 vte3_USE_GNOME_IMPL= gtk30 +libadwaita_LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita +libadwaita_USE_GNOME_IMPL= gtk40 + # Use librsvg2-rust where lang/rust is available .if ${LIBRSVG2_DEFAULT:Mrust} librsvg2_BUILD_DEPENDS= librsvg2-rust>=0:graphics/librsvg2-rust librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2-rust librsvg2_RUN_DEPENDS= librsvg2-rust>=0:graphics/librsvg2-rust .else librsvg2_BUILD_DEPENDS= librsvg2>=0:graphics/librsvg2 librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 librsvg2_RUN_DEPENDS= librsvg2>=0:graphics/librsvg2 .endif librsvg2_USE_GNOME_IMPL=libgsf gdkpixbuf2 pango nautilus3_LIB_DEPENDS= libnautilus-extension.so:x11-fm/nautilus nautilus3_USE_GNOME_IMPL=gnomedesktop3 libxml2 metacity_LIB_DEPENDS= libmetacity.so:x11-wm/metacity gnomecontrolcenter3_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-keybindings.pc:sysutils/gnome-control-center gnomecontrolcenter3_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-keybindings.pc:sysutils/gnome-control-center gnomecontrolcenter3_USE_GNOME_IMPL= gnomedesktop3 libgda5_LIB_DEPENDS= libgda-5.0.so:databases/libgda5 libgda5_USE_GNOME_IMPL= glib20 libxslt libgda5-ui_LIB_DEPENDS= libgda-ui-5.0.so:databases/libgda5-ui libgda5-ui_USE_GNOME_IMPL=glib20 libxslt libgda5 gtksourceview2_LIB_DEPENDS= libgtksourceview-2.0.so:x11-toolkits/gtksourceview2 gtksourceview2_USE_GNOME_IMPL=gtk20 libxml2 gtksourceview3_LIB_DEPENDS= libgtksourceview-3.0.so:x11-toolkits/gtksourceview3 gtksourceview3_USE_GNOME_IMPL=gtk30 libxml2 gtksourceview4_LIB_DEPENDS= libgtksourceview-4.so:x11-toolkits/gtksourceview4 gtksourceview4_USE_GNOME_IMPL=gtk30 libxml2 libgsf_LIB_DEPENDS= libgsf-1.so:devel/libgsf libgsf_USE_GNOME_IMPL= glib20 libxml2 pygobject3_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} pygobject3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} pygobject3_USE_GNOME_IMPL= glib20 intltool_BUILD_DEPENDS= ${LOCALBASE}/bin/intltool-extract:textproc/intltool intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${FRAMEWORK_REINPLACE_CMD} \ 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \ s|/usr/bin/iconv|${ICONV_CMD}|g ; \ s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|' ; \ ${FIND} ${WRKSRC} -name configure | ${XARGS} ${FRAMEWORK_REINPLACE_CMD} \ 's/DATADIRNAME=lib/DATADIRNAME=share/' intlhack_USE_GNOME_IMPL=intltool gtkhtml4_LIB_DEPENDS= libgtkhtml-4.0.so:www/gtkhtml4 gtkhtml4_USE_GNOME_IMPL=gtk30 libxml2 evolutiondataserver3_LIB_DEPENDS= libedataserver-1.2.so:databases/evolution-data-server evolutiondataserver3_USE_GNOME_IMPL= libxml2 gtk30 gnomemenus3_BUILD_DEPENDS= gnome-menus>=3.2.0:x11/gnome-menus gnomemenus3_RUN_DEPENDS= gnome-menus>=3.2.0:x11/gnome-menus gnomemenus3_USE_GNOME_IMPL= glib20 gtksharp20_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc:x11-toolkits/gtk-sharp20 gtksharp20_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc:x11-toolkits/gtk-sharp20 gtksharp20_USE_GNOME_IMPL= gtk20 libgnomekbd_LIB_DEPENDS= libgnomekbd.so:x11/libgnomekbd libgnomekbd_USE_GNOME_IMPL= gtk30 libxml2 gvfs_BUILD_DEPENDS= gvfs>=0:devel/gvfs gvfs_RUN_DEPENDS= gvfs>=0:devel/gvfs gvfs_USE_GNOME_IMPL= glib20 .if defined(INSTALLS_ICONS) USE_GNOME+= gtk-update-icon-cache .endif # End component definition section .if defined(USE_GNOME) # First of all expand all USE_GNOME_IMPL recursively . for component in ${_USE_GNOME_ALL} . for subcomponent in ${${component}_USE_GNOME_IMPL} ${component}_USE_GNOME_IMPL+=${${subcomponent}_USE_GNOME_IMPL} . endfor . endfor # Then use already expanded USE_GNOME_IMPL to expand USE_GNOME. # Also, check to see if each component has a desktop requirement. If it does, # and if the user's chosen desktop is not of the same version, mark the # port as IGNORE. . for component in ${USE_GNOME:C/^([^:]+).*/\1/} . if ${_USE_GNOME_ALL:M${component}}=="" IGNORE= cannot install: Unknown component ${component} . endif _USE_GNOME+= ${${component}_USE_GNOME_IMPL} ${component} . endfor # Setup the GTK+ API version for pixbuf loaders, input method modules, # and theme engines. PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}" \ GTK3_VERSION="${GTK3_VERSION}" \ GTK4_VERSION="${GTK4_VERSION}" .if defined(_USE_GNOME) && empty(_USE_GNOME:Mglib20:u) && defined(GLIB_SCHEMAS) IGNORE= GLIB_SCHEMAS is set, but needs USE_GNOME=glib20 to work .endif .if defined(_USE_GNOME) && empty(_USE_GNOME:Mgconf2:u) && defined(GCONF_SCHEMAS) IGNORE= GCONF_SCHEMAS is set, but needs USE_GNOME=gconf2 to work .endif # Then traverse through all components, check which of them # exist in ${_USE_GNOME} and set variables accordingly .ifdef _USE_GNOME . for component in ${_USE_GNOME:O:u} . if defined(${component}_PATCH_DEPENDS) PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS} . endif . if ${USE_GNOME:M${component}\:build} && defined(${component}_BUILD_DEPENDS) BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} . elif ${USE_GNOME:M${component}\:run} && defined(${component}_RUN_DEPENDS) RUN_DEPENDS+= ${${component}_RUN_DEPENDS} . else . if defined(${component}_LIB_DEPENDS) LIB_DEPENDS+= ${${component}_LIB_DEPENDS} . else BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} RUN_DEPENDS+= ${${component}_RUN_DEPENDS} . endif . endif . if defined(${component}_CONFIGURE_ARGS) CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS} . endif . if defined(${component}_CONFIGURE_ENV) CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV} . endif . if defined(${component}_MAKE_ENV) MAKE_ENV+= ${${component}_MAKE_ENV} . endif . if !defined(CONFIGURE_TARGET) && defined(${component}_CONFIGURE_TARGET) CONFIGURE_TARGET= ${${component}_CONFIGURE_TARGET} . endif . if defined(${component}_PRE_PATCH) GNOME_PRE_PATCH+= ; ${${component}_PRE_PATCH} . endif . endfor .endif . if defined(GCONF_SCHEMAS) MAKE_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 . endif .endif .if defined(USE_GNOME_SUBR) GNOME_SUBR= ${LOCALBASE}/etc/gnome.subr RUN_DEPENDS+= ${GNOME_SUBR}:sysutils/gnome_subr SUB_LIST+= GNOME_SUBR=${GNOME_SUBR} .endif .endif # end of the part .if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_GNOME_POST_MK) _INCLUDE_USES_GNOME_POST_MK= yes .if defined(GNOME_PRE_PATCH) _USES_patch+= 290:gnome-pre-patch gnome-pre-patch: @${GNOME_PRE_PATCH:C/^;//1} .endif .if defined(GCONF_SCHEMAS) _USES_install+= 690:gnome-post-gconf-schemas gnome-post-gconf-schemas: @for i in ${GCONF_SCHEMAS}; do \ ${ECHO_CMD} "@postunexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "etc/gconf/schemas/$${i}" >> ${TMPPLIST}; \ ${ECHO_CMD} "@postexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done .endif # we put the @glib-schemas behind the plist schema entry, because it compiles files # in the directory. So we should remove the port file first before recompiling. .if defined(GLIB_SCHEMAS) _USES_install+= 690:gnome-post-glib-schemas gnome-post-glib-schemas: @for i in ${GLIB_SCHEMAS}; do \ ${ECHO_CMD} "share/glib-2.0/schemas/$${i}" >> ${TMPPLIST}; \ done @${ECHO_CMD} "@glib-schemas" >> ${TMPPLIST}; .endif .if defined(INSTALLS_OMF) _USES_install+= 690:gnome-post-omf gnome-post-omf: @for i in `${GREP} "\.omf$$" ${TMPPLIST}`; do \ ${ECHO_CMD} "@postexec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "@postunexec scrollkeeper-uninstall -q %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done .endif .if defined(INSTALLS_ICONS) _USES_install+= 690:gnome-post-icons gnome-post-icons: @${RM} ${TMPPLIST}.icons1 @for i in `${GREP} "^share/icons/.*/" ${TMPPLIST} | ${CUT} -d / -f 1-3 | ${SORT} -u`; do \ ${ECHO_CMD} "@rmtry $${i}/icon-theme.cache" \ >> ${TMPPLIST}.icons1; \ ${ECHO_CMD} "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done @if test -f ${TMPPLIST}.icons1; then \ ${CAT} ${TMPPLIST}.icons1 ${TMPPLIST} > ${TMPPLIST}.icons2; \ ${RM} ${TMPPLIST}.icons1; \ ${MV} -f ${TMPPLIST}.icons2 ${TMPPLIST}; \ fi .endif .endif # End of use part. diff --git a/x11-toolkits/libadwaita/Makefile b/x11-toolkits/libadwaita/Makefile new file mode 100644 index 000000000000..33deb2a05da9 --- /dev/null +++ b/x11-toolkits/libadwaita/Makefile @@ -0,0 +1,28 @@ +PORTNAME= libadwaita +PORTVERSION= 0.0.20210526 +CATEGORIES= x11-toolkits +MASTER_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${_COMMIT} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Building blocks for modern GNOME applications + +LICENSE= LGPL21 + +BUILD_DEPENDS= sassc:textproc/sassc \ + valac:lang/vala + +USES= gnome meson ninja pkgconfig +USE_GNOME= cairo gdkpixbuf2 gtk40 + +PORTSCOUT= limit:1,even + +WRKSRC= ${WRKDIR}/${PORTNAME}-${_COMMIT}/ + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= gi-docgen>=0:textproc/gi-docgen +DOCS_MESON_TRUE= gtk_doc + +_COMMIT= 7f61711633dfd067f4928df80afe6b14f16f886e/ + +.include diff --git a/x11-toolkits/libadwaita/distinfo b/x11-toolkits/libadwaita/distinfo new file mode 100644 index 000000000000..b585ccf60976 --- /dev/null +++ b/x11-toolkits/libadwaita/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1622070771 +SHA256 (libadwaita-0.0.20210526.tar.gz) = 096516bd62f7b7f09b6f78080c505d5997dc4e80074ad6705b52b3f6881227a3 +SIZE (libadwaita-0.0.20210526.tar.gz) = 481208 diff --git a/x11-toolkits/libadwaita/pkg-descr b/x11-toolkits/libadwaita/pkg-descr new file mode 100644 index 000000000000..47c78681628d --- /dev/null +++ b/x11-toolkits/libadwaita/pkg-descr @@ -0,0 +1,5 @@ +GTK+ is a collection of GUI widgets. GTK+ essentially provides the +building blocks from which GUIs can be built. It is highly themable, +and its functionality is highly extensible. + +WWW: https://www.gtk.org/ diff --git a/x11-toolkits/libadwaita/pkg-plist b/x11-toolkits/libadwaita/pkg-plist new file mode 100644 index 000000000000..942168503600 --- /dev/null +++ b/x11-toolkits/libadwaita/pkg-plist @@ -0,0 +1,711 @@ +bin/adwaita-1-demo +include/libadwaita-1/adw-action-row.h +include/libadwaita-1/adw-animation.h +include/libadwaita-1/adw-application-window.h +include/libadwaita-1/adw-avatar.h +include/libadwaita-1/adw-bin.h +include/libadwaita-1/adw-carousel-indicator-dots.h +include/libadwaita-1/adw-carousel-indicator-lines.h +include/libadwaita-1/adw-carousel.h +include/libadwaita-1/adw-clamp-layout.h +include/libadwaita-1/adw-clamp-scrollable.h +include/libadwaita-1/adw-clamp.h +include/libadwaita-1/adw-combo-row.h +include/libadwaita-1/adw-deprecation-macros.h +include/libadwaita-1/adw-enum-list-model.h +include/libadwaita-1/adw-enum-value-object.h +include/libadwaita-1/adw-enums.h +include/libadwaita-1/adw-expander-row.h +include/libadwaita-1/adw-flap.h +include/libadwaita-1/adw-header-bar.h +include/libadwaita-1/adw-leaflet.h +include/libadwaita-1/adw-main.h +include/libadwaita-1/adw-navigation-direction.h +include/libadwaita-1/adw-preferences-group.h +include/libadwaita-1/adw-preferences-page.h +include/libadwaita-1/adw-preferences-row.h +include/libadwaita-1/adw-preferences-window.h +include/libadwaita-1/adw-squeezer.h +include/libadwaita-1/adw-status-page.h +include/libadwaita-1/adw-swipe-tracker.h +include/libadwaita-1/adw-swipeable.h +include/libadwaita-1/adw-tab-bar.h +include/libadwaita-1/adw-tab-view.h +include/libadwaita-1/adw-value-object.h +include/libadwaita-1/adw-version.h +include/libadwaita-1/adw-view-switcher-bar.h +include/libadwaita-1/adw-view-switcher-title.h +include/libadwaita-1/adw-view-switcher.h +include/libadwaita-1/adw-window-title.h +include/libadwaita-1/adw-window.h +include/libadwaita-1/adwaita.h +lib/girepository-1.0/Adw-1.typelib +lib/libadwaita-1.so +lib/libadwaita-1.so.0 +libdata/pkgconfig/libadwaita-1.pc +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Black.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Black.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Italic.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%-1/RedHatText-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%-1/avatar.png +%%PORTDOCS%%%%DOCSDIR%%-1/build-howto.html +%%PORTDOCS%%%%DOCSDIR%%-1/callback.AvatarImageLoadFunc.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ActionRow.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ApplicationWindow.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.Avatar.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.Bin.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.Carousel.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.CarouselIndicatorDots.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.CarouselIndicatorLines.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.Clamp.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ClampLayout.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ClampScrollable.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ComboRow.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.EnumListModel.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.EnumValueObject.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ExpanderRow.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.Flap.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.HeaderBar.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.Leaflet.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.LeafletPage.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.PreferencesGroup.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.PreferencesPage.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.PreferencesRow.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.PreferencesWindow.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.Squeezer.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.SqueezerPage.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.StatusPage.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.SwipeTracker.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.TabBar.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.TabPage.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.TabView.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ValueObject.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ViewSwitcher.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ViewSwitcherBar.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.ViewSwitcherTitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.Window.html +%%PORTDOCS%%%%DOCSDIR%%-1/class.WindowTitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/classes_hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ActionRow.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ApplicationWindow.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Avatar.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Bin.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Carousel.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.CarouselIndicatorDots.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.CarouselIndicatorLines.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Clamp.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ClampLayout.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ClampScrollable.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ComboRow.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.EnumListModel.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ExpanderRow.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Flap.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.HeaderBar.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Leaflet.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.PreferencesGroup.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.PreferencesPage.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.PreferencesRow.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.PreferencesWindow.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Squeezer.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.StatusPage.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.SwipeTracker.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.TabBar.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.TabView.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ValueObject.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ValueObject.new_collect.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ValueObject.new_string.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ValueObject.new_take_string.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ViewSwitcher.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ViewSwitcherBar.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.ViewSwitcherTitle.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.Window.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/ctor.WindowTitle.new.html +%%PORTDOCS%%%%DOCSDIR%%-1/enum.CenteringPolicy.html +%%PORTDOCS%%%%DOCSDIR%%-1/enum.FlapFoldPolicy.html +%%PORTDOCS%%%%DOCSDIR%%-1/enum.FlapTransitionType.html +%%PORTDOCS%%%%DOCSDIR%%-1/enum.LeafletTransitionType.html +%%PORTDOCS%%%%DOCSDIR%%-1/enum.NavigationDirection.html +%%PORTDOCS%%%%DOCSDIR%%-1/enum.SqueezerTransitionType.html +%%PORTDOCS%%%%DOCSDIR%%-1/enum.ViewSwitcherPolicy.html +%%PORTDOCS%%%%DOCSDIR%%-1/fonts.css +%%PORTDOCS%%%%DOCSDIR%%-1/func.ease_out_cubic.html +%%PORTDOCS%%%%DOCSDIR%%-1/func.get_enable_animations.html +%%PORTDOCS%%%%DOCSDIR%%-1/func.init.html +%%PORTDOCS%%%%DOCSDIR%%-1/fzy.js +%%PORTDOCS%%%%DOCSDIR%%-1/go-up-symbolic.png +%%PORTDOCS%%%%DOCSDIR%%-1/header-bar.png +%%PORTDOCS%%%%DOCSDIR%%-1/iface.Swipeable.html +%%PORTDOCS%%%%DOCSDIR%%-1/index.html +%%PORTDOCS%%%%DOCSDIR%%-1/index.json +%%PORTDOCS%%%%DOCSDIR%%-1/libadwaita-1.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%-1/libadwaita.svg +%%PORTDOCS%%%%DOCSDIR%%-1/list.png +%%PORTDOCS%%%%DOCSDIR%%-1/main.js +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.activate.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.add_prefix.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.add_suffix.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_activatable_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_subtitle_lines.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_title_lines.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.get_use_underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_activatable_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_subtitle_lines.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_title_lines.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ActionRow.set_use_underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ApplicationWindow.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ApplicationWindow.set_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.draw_to_pixbuf.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.get_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.get_show_initials.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.get_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.get_text.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_image_load_func.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_show_initials.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Avatar.set_text.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Bin.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Bin.set_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.append.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_allow_long_swipes.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_allow_mouse_drag.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_allow_scroll_wheel.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_animation_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_interactive.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_n_pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_nth_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_position.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_reveal_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.get_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.insert.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.prepend.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.reorder.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.scroll_to.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.scroll_to_full.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_allow_long_swipes.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_allow_mouse_drag.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_allow_scroll_wheel.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_animation_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_interactive.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_reveal_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Carousel.set_spacing.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.CarouselIndicatorDots.get_carousel.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.CarouselIndicatorDots.set_carousel.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.CarouselIndicatorLines.get_carousel.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.CarouselIndicatorLines.set_carousel.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.get_maximum_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.get_tightening_threshold.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.set_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.set_maximum_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Clamp.set_tightening_threshold.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampLayout.get_maximum_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampLayout.get_tightening_threshold.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampLayout.set_maximum_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampLayout.set_tightening_threshold.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.get_maximum_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.get_tightening_threshold.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.set_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.set_maximum_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ClampScrollable.set_tightening_threshold.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_expression.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_factory.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_list_factory.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_model.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_selected.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_selected_item.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.get_use_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_expression.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_factory.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_list_factory.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_model.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_selected.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ComboRow.set_use_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumListModel.find_position.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumListModel.get_enum_type.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumValueObject.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumValueObject.get_nick.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.EnumValueObject.get_value.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.add.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.add_action.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.add_prefix.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_enable_expansion.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_expanded.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_show_enable_switch.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.get_use_underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_enable_expansion.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_expanded.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_show_enable_switch.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ExpanderRow.set_use_underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_content.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_flap.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_flap_position.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_fold_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_fold_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_folded.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_locked.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_modal.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_reveal_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_reveal_flap.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_reveal_progress.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_separator.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_swipe_to_close.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_swipe_to_open.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.get_transition_type.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_content.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_flap.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_flap_position.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_fold_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_fold_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_locked.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_modal.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_reveal_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_reveal_flap.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_separator.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_swipe_to_close.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_swipe_to_open.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Flap.set_transition_type.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_centering_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_decoration_layout.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_show_end_title_buttons.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_show_start_title_buttons.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.get_title_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.pack_end.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.pack_start.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_centering_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_decoration_layout.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_show_end_title_buttons.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_show_start_title_buttons.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.HeaderBar.set_title_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.append.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_adjacent_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_can_swipe_back.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_can_swipe_forward.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_can_unfold.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_child_by_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_child_transition_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_child_transition_running.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_folded.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_homogeneous.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_interpolate_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_mode_transition_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_transition_type.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_visible_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.get_visible_child_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.insert_child_after.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.navigate.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.prepend.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.reorder_child_after.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_can_swipe_back.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_can_swipe_forward.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_can_unfold.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_child_transition_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_homogeneous.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_interpolate_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_mode_transition_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_transition_type.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_visible_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Leaflet.set_visible_child_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.get_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.get_navigatable.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.set_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.LeafletPage.set_navigatable.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.add.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.get_description.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.get_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.set_description.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesGroup.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.add.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.get_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.get_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.get_use_underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.set_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesPage.set_use_underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.get_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.get_use_underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesRow.set_use_underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.add.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.close_subpage.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.get_can_swipe_back.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.get_search_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.present_subpage.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.set_can_swipe_back.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.PreferencesWindow.set_search_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.add.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_homogeneous.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_interpolate_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_transition_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_transition_running.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_transition_type.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_visible_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_xalign.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.get_yalign.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.remove.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_homogeneous.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_interpolate_size.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_transition_duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_transition_type.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_xalign.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Squeezer.set_yalign.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SqueezerPage.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SqueezerPage.get_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SqueezerPage.set_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.get_description.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.get_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.get_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.set_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.set_description.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.set_icon_name.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.StatusPage.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_allow_long_swipes.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_allow_mouse_drag.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_reversed.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.get_swipeable.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.set_allow_long_swipes.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.set_allow_mouse_drag.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.set_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.set_reversed.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.SwipeTracker.shift_position.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_cancel_progress.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_distance.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_progress.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_snap_points.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Swipeable.get_swipe_area.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_autohide.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_end_action_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_expand_tabs.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_inverted.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_is_overflowing.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_start_action_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_tabs_revealed.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.get_view.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_autohide.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_end_action_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_expand_tabs.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_inverted.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_start_action_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.set_view.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabBar.setup_extra_drop_target.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_icon.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_indicator_activatable.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_indicator_icon.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_loading.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_needs_attention.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_parent.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_pinned.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_selected.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.get_tooltip.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_icon.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_indicator_activatable.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_indicator_icon.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_loading.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_needs_attention.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabPage.set_tooltip.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.add_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.append.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.append_pinned.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_other_pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_page_finish.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_pages_after.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.close_pages_before.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_default_icon.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_is_transferring_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_menu_model.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_n_pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_n_pinned_pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_nth_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_page_position.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_selected_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.get_shortcut_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.insert.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.insert_pinned.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.prepend.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.prepend_pinned.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_backward.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_first.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_forward.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_last.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.reorder_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.select_next_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.select_previous_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.set_default_icon.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.set_menu_model.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.set_page_pinned.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.set_selected_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.set_shortcut_widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.TabView.transfer_page.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ValueObject.copy_value.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ValueObject.dup_string.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ValueObject.get_string.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ValueObject.get_value.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.get_narrow_ellipsize.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.get_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.get_stack.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.set_narrow_ellipsize.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.set_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcher.set_stack.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.get_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.get_reveal.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.get_stack.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.set_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.set_reveal.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherBar.set_stack.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_stack.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_title_visible.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.get_view_switcher_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.set_policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.set_stack.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.set_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.ViewSwitcherTitle.set_view_switcher_enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Window.get_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.Window.set_child.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.WindowTitle.get_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.WindowTitle.get_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.WindowTitle.set_subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/method.WindowTitle.set_title.html +%%PORTDOCS%%%%DOCSDIR%%-1/migrating-libhandy-1-4-to-libadwaita.html +%%PORTDOCS%%%%DOCSDIR%%-1/preferences-window.png +%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.activatable-widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.icon-name.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.subtitle-lines.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.title-lines.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ActionRow.use-underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Avatar.icon-name.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Avatar.show-initials.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Avatar.size.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Avatar.text.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Bin.child.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.allow-long-swipes.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.allow-mouse-drag.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.allow-scroll-wheel.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.animation-duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.interactive.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.n-pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.position.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.reveal-duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Carousel.spacing.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.CarouselIndicatorDots.carousel.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.CarouselIndicatorLines.carousel.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Clamp.child.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Clamp.maximum-size.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Clamp.tightening-threshold.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampLayout.maximum-size.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampLayout.tightening-threshold.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampScrollable.child.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampScrollable.maximum-size.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ClampScrollable.tightening-threshold.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.expression.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.factory.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.list-factory.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.model.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.selected-item.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.selected.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ComboRow.use-subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.EnumListModel.enum-type.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.EnumValueObject.name.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.EnumValueObject.nick.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.EnumValueObject.value.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.enable-expansion.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.expanded.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.icon-name.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.show-enable-switch.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ExpanderRow.use-underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.content.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.flap-position.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.flap.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.fold-duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.fold-policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.folded.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.locked.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.modal.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.reveal-duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.reveal-flap.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.reveal-progress.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.separator.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.swipe-to-close.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.swipe-to-open.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Flap.transition-type.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.centering-policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.decoration-layout.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.show-end-title-buttons.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.show-start-title-buttons.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.HeaderBar.title-widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.can-swipe-back.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.can-swipe-forward.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.can-unfold.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.child-transition-duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.child-transition-running.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.folded.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.hhomogeneous-folded.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.hhomogeneous-unfolded.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.interpolate-size.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.mode-transition-duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.transition-type.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.vhomogeneous-folded.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.vhomogeneous-unfolded.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.visible-child-name.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Leaflet.visible-child.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.LeafletPage.child.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.LeafletPage.name.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.LeafletPage.navigatable.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesGroup.description.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesGroup.title.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesPage.icon-name.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesPage.title.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesPage.use-underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesRow.title.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesRow.use-underline.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesWindow.can-swipe-back.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.PreferencesWindow.search-enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.homogeneous.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.interpolate-size.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.transition-duration.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.transition-running.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.transition-type.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.visible-child.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.xalign.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.Squeezer.yalign.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.SqueezerPage.child.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.SqueezerPage.enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.StatusPage.child.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.StatusPage.description.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.StatusPage.icon-name.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.StatusPage.title.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.allow-long-swipes.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.allow-mouse-drag.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.reversed.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.SwipeTracker.swipeable.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.autohide.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.end-action-widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.expand-tabs.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.inverted.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.is-overflowing.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.start-action-widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.tabs-revealed.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabBar.view.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.child.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.icon.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.indicator-activatable.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.indicator-icon.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.loading.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.needs-attention.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.parent.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.pinned.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.selected.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.title.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabPage.tooltip.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.default-icon.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.is-transferring-page.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.menu-model.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.n-pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.n-pinned-pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.pages.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.selected-page.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.TabView.shortcut-widget.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ValueObject.value.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcher.narrow-ellipsize.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcher.policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcher.stack.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherBar.policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherBar.reveal.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherBar.stack.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.policy.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.stack.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.title-visible.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.title.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.ViewSwitcherTitle.view-switcher-enabled.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.WindowTitle.subtitle.html +%%PORTDOCS%%%%DOCSDIR%%-1/property.WindowTitle.title.html +%%PORTDOCS%%%%DOCSDIR%%-1/pygment.css +%%PORTDOCS%%%%DOCSDIR%%-1/search.js +%%PORTDOCS%%%%DOCSDIR%%-1/signal.ActionRow.activated.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.Carousel.page-changed.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.SwipeTracker.begin-swipe.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.SwipeTracker.end-swipe.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.SwipeTracker.update-swipe.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabBar.extra-drag-drop.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.close-page.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.create-window.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.indicator-activated.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.page-attached.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.page-detached.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.page-reordered.html +%%PORTDOCS%%%%DOCSDIR%%-1/signal.TabView.setup-menu.html +%%PORTDOCS%%%%DOCSDIR%%-1/style.css +%%PORTDOCS%%%%DOCSDIR%%-1/urlmap.js +%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.ActionRow.activate.html +%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_cancel_progress.html +%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_distance.html +%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_progress.html +%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_snap_points.html +%%PORTDOCS%%%%DOCSDIR%%-1/vfunc.Swipeable.get_swipe_area.html +%%PORTDOCS%%%%DOCSDIR%%-1/view-switcher-bar.png +%%PORTDOCS%%%%DOCSDIR%%-1/view-switcher.png +%%PORTDOCS%%%%DOCSDIR%%-1/visual-index.html +share/gir-1.0/Adw-1.gir +share/vala/vapi/libadwaita-1.deps +share/vala/vapi/libadwaita-1.vapi