diff options
author | Samuel Thibault <[email protected]> | 2019-05-09 18:41:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-15 17:22:02 +0200 |
commit | 06970a77f4d1d7aefd9b468a4ac75f737ebf5431 (patch) | |
tree | 3f450989808ef36e2e839c377aea16b0ec9c6fcd /capplets/network | |
parent | 55bc2d3f00656af5732066aa59447512882ff7ee (diff) | |
download | mate-control-center-06970a77f4d1d7aefd9b468a4ac75f737ebf5431.tar.bz2 mate-control-center-06970a77f4d1d7aefd9b468a4ac75f737ebf5431.tar.xz |
Add support for checking .ui accessibility with gla11y
Diffstat (limited to 'capplets/network')
-rw-r--r-- | capplets/network/Makefile.am | 8 | ||||
-rw-r--r-- | capplets/network/ui-a11y.suppr | 7 |
2 files changed, 13 insertions, 2 deletions
diff --git a/capplets/network/Makefile.am b/capplets/network/Makefile.am index cb1671eb..65b7c6ec 100644 --- a/capplets/network/Makefile.am +++ b/capplets/network/Makefile.am @@ -1,6 +1,8 @@ # This is used in MATECC_CAPPLETS_CFLAGS cappletname = network +ui_files = mate-network-properties.ui + bin_PROGRAMS = mate-network-properties BUILT_SOURCES = mate-network-properties-resources.h mate-network-properties-resources.c @@ -11,6 +13,8 @@ mate_network_properties_LDADD = $(MATECC_CAPPLETS_LIBS) @INTLTOOL_DESKTOP_RULE@ +include $(top_srcdir)/gla11y.mk + desktopdir = $(datadir)/applications desktop_in_files = mate-network-properties.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @@ -22,7 +26,7 @@ AM_CPPFLAGS = \ $(MATECC_CAPPLETS_CFLAGS) \ -DMATELOCALEDIR="\"$(datadir)/locale\"" -CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(BUILT_SOURCES) -EXTRA_DIST = mate-network-properties.ui $(desktop_in_files) org.mate.mcc.network.gresource.xml +CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(BUILT_SOURCES) $(GLA11Y_OUTPUT) +EXTRA_DIST = $(ui_files) $(desktop_in_files) org.mate.mcc.network.gresource.xml ui-a11y.suppr -include $(top_srcdir)/git.mk diff --git a/capplets/network/ui-a11y.suppr b/capplets/network/ui-a11y.suppr new file mode 100644 index 00000000..1b8700b0 --- /dev/null +++ b/capplets/network/ui-a11y.suppr @@ -0,0 +1,7 @@ +mate-network-properties.ui://GtkLabel[@id='label2'] orphan-label +mate-network-properties.ui://GtkLabel[@id='label17'] orphan-label +mate-network-properties.ui://GtkLabel[@id='label_ignore_host'] orphan-label +mate-network-properties.ui://GtkLabel[@id='label22'] orphan-label +mate-network-properties.ui://GtkEntry[@id='entry_url'] no-labelled-by +mate-network-properties.ui://GtkTreeView[@id='treeview_ignore_host'] no-labelled-by +mate-network-properties.ui://GtkLabel[@id='label19'] orphan-label |