23245364 Move zenity to Userland and update to 3.18.0
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 16 Aug 2016 22:32:29 -0700
changeset 6653 1c9054ea42c4
parent 6652 43e54cee344f
child 6654 a3b1647d89be
23245364 Move zenity to Userland and update to 3.18.0 PSARC/2016/375 GNOME apps and icons
components/gnome/zenity/Makefile
components/gnome/zenity/test/results-64.master
components/gnome/zenity/zenity.p5m
components/meta-packages/incorporation-cache
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/zenity/Makefile	Tue Aug 16 22:32:29 2016 -0700
@@ -0,0 +1,71 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+BUILD_BITS=		64
+
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		zenity
+COMPONENT_VERSION=	3.18.0
+COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/Zenity
+COMPONENT_ARCHIVE_HASH= \
+	sha256:0efafea95a830f3bf6eca805ff4a8008df760a6ad3e81181b9473dcf721c3a69
+
+TPNO=			24606
+
+# zenity is not unlockable in S11 gnome-incorporation
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_64=
+INSTALL_64=
+PUBLISH_STAMP=
+endif
+
+include $(WS_MAKE_RULES)/gnome-component.mk
+
+# Use the GNOME 3 libnotify even though the GNOME 2 one is still the default
+PKG_CONFIG_PATHS.32 += $(PKG_CONFIG_PATH.32)/libnotify-4
+PKG_CONFIG_PATHS.64 += $(PKG_CONFIG_PATH.64)/libnotify-4
+PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
+LD_OPTIONS.32 += -L $(USRLIB.32)/libnotify-4 -R $(USRLIB.32)/libnotify-4
+LD_OPTIONS.64 += -L $(USRLIB.64)/libnotify-4 -R $(USRLIB.64)/libnotify-4
+LD_OPTIONS += $(LD_OPTIONS.$(BITS))
+
+# Ensures gdialog script specifies explicit version of perl.
+CONFIGURE_ENV += PERL="$(PERL)"
+
+CONFIGURE_OPTIONS += --enable-libnotify
+CONFIGURE_OPTIONS += --enable-webkitgtk
+
+# Assumes GNU msgfmt in PATH.
+COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
+
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/desktop/gtk3
+REQUIRED_PACKAGES += library/desktop/libnotify
+REQUIRED_PACKAGES += library/desktop/pango
+REQUIRED_PACKAGES += library/desktop/webkitgtk4
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += $(PERL_PKG)
+REQUIRED_PACKAGES += x11/library/libx11
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/zenity/test/results-64.master	Tue Aug 16 22:32:29 2016 -0700
@@ -0,0 +1,472 @@
+make[1]: Entering directory '$(@D)'
+Making check in src
+make[2]: Entering directory '$(@D)/src'
+make[2]: Nothing to be done for 'check'.
+make[2]: Leaving directory '$(@D)/src'
+Making check in po
+make[2]: Entering directory '$(@D)/po'
+make[2]: Nothing to be done for 'check'.
+make[2]: Leaving directory '$(@D)/po'
+Making check in data
+make[2]: Entering directory '$(@D)/data'
+make[2]: Nothing to be done for 'check'.
+make[2]: Leaving directory '$(@D)/data'
+Making check in help
+make[2]: Entering directory '$(@D)/help'
+for lc in C bg ca cs da de el en_GB es eu fi fr gl hu ja oc pt_BR ru sl sv uk zh_CN; do \
+  if test -d "$lc"; \
+    then d=; \
+    xmlpath="$lc"; \
+  else \
+    d="$(SOURCE_DIR)/help/"; \
+    xmlpath="$lc:$(SOURCE_DIR)/help/$lc"; \
+  fi; \
+  for page in legal.xml calendar.page color-selection.page entry.page error.page file-selection.page forms.page index.page info.page intro.page list.page message.page notification.page password.page progress.page question.page scale.page text.page usage.page warning.page; do \
+    echo "xmllint --noout --noent --path $xmlpath --xinclude $d$lc/$page"; \
+    xmllint --noout --noent --path "$xmlpath" --xinclude "$d$lc/$page"; \
+  done; \
+done
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/legal.xml
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/calendar.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/color-selection.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/entry.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/error.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/file-selection.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/forms.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/index.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/info.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/intro.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/list.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/message.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/notification.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/password.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/progress.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/question.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/scale.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/text.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/usage.page
+xmllint --noout --noent --path C:$(SOURCE_DIR)/help/C --xinclude $(SOURCE_DIR)/help/C/warning.page
+xmllint --noout --noent --path bg --xinclude bg/legal.xml
+xmllint --noout --noent --path bg --xinclude bg/calendar.page
+xmllint --noout --noent --path bg --xinclude bg/color-selection.page
+xmllint --noout --noent --path bg --xinclude bg/entry.page
+xmllint --noout --noent --path bg --xinclude bg/error.page
+xmllint --noout --noent --path bg --xinclude bg/file-selection.page
+xmllint --noout --noent --path bg --xinclude bg/forms.page
+xmllint --noout --noent --path bg --xinclude bg/index.page
+xmllint --noout --noent --path bg --xinclude bg/info.page
+xmllint --noout --noent --path bg --xinclude bg/intro.page
+xmllint --noout --noent --path bg --xinclude bg/list.page
+xmllint --noout --noent --path bg --xinclude bg/message.page
+xmllint --noout --noent --path bg --xinclude bg/notification.page
+xmllint --noout --noent --path bg --xinclude bg/password.page
+xmllint --noout --noent --path bg --xinclude bg/progress.page
+xmllint --noout --noent --path bg --xinclude bg/question.page
+xmllint --noout --noent --path bg --xinclude bg/scale.page
+xmllint --noout --noent --path bg --xinclude bg/text.page
+xmllint --noout --noent --path bg --xinclude bg/usage.page
+xmllint --noout --noent --path bg --xinclude bg/warning.page
+xmllint --noout --noent --path ca --xinclude ca/legal.xml
+xmllint --noout --noent --path ca --xinclude ca/calendar.page
+xmllint --noout --noent --path ca --xinclude ca/color-selection.page
+xmllint --noout --noent --path ca --xinclude ca/entry.page
+xmllint --noout --noent --path ca --xinclude ca/error.page
+xmllint --noout --noent --path ca --xinclude ca/file-selection.page
+xmllint --noout --noent --path ca --xinclude ca/forms.page
+xmllint --noout --noent --path ca --xinclude ca/index.page
+xmllint --noout --noent --path ca --xinclude ca/info.page
+xmllint --noout --noent --path ca --xinclude ca/intro.page
+xmllint --noout --noent --path ca --xinclude ca/list.page
+xmllint --noout --noent --path ca --xinclude ca/message.page
+xmllint --noout --noent --path ca --xinclude ca/notification.page
+xmllint --noout --noent --path ca --xinclude ca/password.page
+xmllint --noout --noent --path ca --xinclude ca/progress.page
+xmllint --noout --noent --path ca --xinclude ca/question.page
+xmllint --noout --noent --path ca --xinclude ca/scale.page
+xmllint --noout --noent --path ca --xinclude ca/text.page
+xmllint --noout --noent --path ca --xinclude ca/usage.page
+xmllint --noout --noent --path ca --xinclude ca/warning.page
+xmllint --noout --noent --path cs --xinclude cs/legal.xml
+xmllint --noout --noent --path cs --xinclude cs/calendar.page
+xmllint --noout --noent --path cs --xinclude cs/color-selection.page
+xmllint --noout --noent --path cs --xinclude cs/entry.page
+xmllint --noout --noent --path cs --xinclude cs/error.page
+xmllint --noout --noent --path cs --xinclude cs/file-selection.page
+xmllint --noout --noent --path cs --xinclude cs/forms.page
+xmllint --noout --noent --path cs --xinclude cs/index.page
+xmllint --noout --noent --path cs --xinclude cs/info.page
+xmllint --noout --noent --path cs --xinclude cs/intro.page
+xmllint --noout --noent --path cs --xinclude cs/list.page
+xmllint --noout --noent --path cs --xinclude cs/message.page
+xmllint --noout --noent --path cs --xinclude cs/notification.page
+xmllint --noout --noent --path cs --xinclude cs/password.page
+xmllint --noout --noent --path cs --xinclude cs/progress.page
+xmllint --noout --noent --path cs --xinclude cs/question.page
+xmllint --noout --noent --path cs --xinclude cs/scale.page
+xmllint --noout --noent --path cs --xinclude cs/text.page
+xmllint --noout --noent --path cs --xinclude cs/usage.page
+xmllint --noout --noent --path cs --xinclude cs/warning.page
+xmllint --noout --noent --path da --xinclude da/legal.xml
+xmllint --noout --noent --path da --xinclude da/calendar.page
+xmllint --noout --noent --path da --xinclude da/color-selection.page
+xmllint --noout --noent --path da --xinclude da/entry.page
+xmllint --noout --noent --path da --xinclude da/error.page
+xmllint --noout --noent --path da --xinclude da/file-selection.page
+xmllint --noout --noent --path da --xinclude da/forms.page
+xmllint --noout --noent --path da --xinclude da/index.page
+xmllint --noout --noent --path da --xinclude da/info.page
+xmllint --noout --noent --path da --xinclude da/intro.page
+xmllint --noout --noent --path da --xinclude da/list.page
+xmllint --noout --noent --path da --xinclude da/message.page
+xmllint --noout --noent --path da --xinclude da/notification.page
+xmllint --noout --noent --path da --xinclude da/password.page
+xmllint --noout --noent --path da --xinclude da/progress.page
+xmllint --noout --noent --path da --xinclude da/question.page
+xmllint --noout --noent --path da --xinclude da/scale.page
+xmllint --noout --noent --path da --xinclude da/text.page
+xmllint --noout --noent --path da --xinclude da/usage.page
+xmllint --noout --noent --path da --xinclude da/warning.page
+xmllint --noout --noent --path de --xinclude de/legal.xml
+xmllint --noout --noent --path de --xinclude de/calendar.page
+xmllint --noout --noent --path de --xinclude de/color-selection.page
+xmllint --noout --noent --path de --xinclude de/entry.page
+xmllint --noout --noent --path de --xinclude de/error.page
+xmllint --noout --noent --path de --xinclude de/file-selection.page
+xmllint --noout --noent --path de --xinclude de/forms.page
+xmllint --noout --noent --path de --xinclude de/index.page
+xmllint --noout --noent --path de --xinclude de/info.page
+xmllint --noout --noent --path de --xinclude de/intro.page
+xmllint --noout --noent --path de --xinclude de/list.page
+xmllint --noout --noent --path de --xinclude de/message.page
+xmllint --noout --noent --path de --xinclude de/notification.page
+xmllint --noout --noent --path de --xinclude de/password.page
+xmllint --noout --noent --path de --xinclude de/progress.page
+xmllint --noout --noent --path de --xinclude de/question.page
+xmllint --noout --noent --path de --xinclude de/scale.page
+xmllint --noout --noent --path de --xinclude de/text.page
+xmllint --noout --noent --path de --xinclude de/usage.page
+xmllint --noout --noent --path de --xinclude de/warning.page
+xmllint --noout --noent --path el --xinclude el/legal.xml
+xmllint --noout --noent --path el --xinclude el/calendar.page
+xmllint --noout --noent --path el --xinclude el/color-selection.page
+xmllint --noout --noent --path el --xinclude el/entry.page
+xmllint --noout --noent --path el --xinclude el/error.page
+xmllint --noout --noent --path el --xinclude el/file-selection.page
+xmllint --noout --noent --path el --xinclude el/forms.page
+xmllint --noout --noent --path el --xinclude el/index.page
+xmllint --noout --noent --path el --xinclude el/info.page
+xmllint --noout --noent --path el --xinclude el/intro.page
+xmllint --noout --noent --path el --xinclude el/list.page
+xmllint --noout --noent --path el --xinclude el/message.page
+xmllint --noout --noent --path el --xinclude el/notification.page
+xmllint --noout --noent --path el --xinclude el/password.page
+xmllint --noout --noent --path el --xinclude el/progress.page
+xmllint --noout --noent --path el --xinclude el/question.page
+xmllint --noout --noent --path el --xinclude el/scale.page
+xmllint --noout --noent --path el --xinclude el/text.page
+xmllint --noout --noent --path el --xinclude el/usage.page
+xmllint --noout --noent --path el --xinclude el/warning.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/legal.xml
+xmllint --noout --noent --path en_GB --xinclude en_GB/calendar.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/color-selection.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/entry.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/error.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/file-selection.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/forms.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/index.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/info.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/intro.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/list.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/message.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/notification.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/password.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/progress.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/question.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/scale.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/text.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/usage.page
+xmllint --noout --noent --path en_GB --xinclude en_GB/warning.page
+xmllint --noout --noent --path es --xinclude es/legal.xml
+xmllint --noout --noent --path es --xinclude es/calendar.page
+xmllint --noout --noent --path es --xinclude es/color-selection.page
+xmllint --noout --noent --path es --xinclude es/entry.page
+xmllint --noout --noent --path es --xinclude es/error.page
+xmllint --noout --noent --path es --xinclude es/file-selection.page
+xmllint --noout --noent --path es --xinclude es/forms.page
+xmllint --noout --noent --path es --xinclude es/index.page
+xmllint --noout --noent --path es --xinclude es/info.page
+xmllint --noout --noent --path es --xinclude es/intro.page
+xmllint --noout --noent --path es --xinclude es/list.page
+xmllint --noout --noent --path es --xinclude es/message.page
+xmllint --noout --noent --path es --xinclude es/notification.page
+xmllint --noout --noent --path es --xinclude es/password.page
+xmllint --noout --noent --path es --xinclude es/progress.page
+xmllint --noout --noent --path es --xinclude es/question.page
+xmllint --noout --noent --path es --xinclude es/scale.page
+xmllint --noout --noent --path es --xinclude es/text.page
+xmllint --noout --noent --path es --xinclude es/usage.page
+xmllint --noout --noent --path es --xinclude es/warning.page
+xmllint --noout --noent --path eu --xinclude eu/legal.xml
+xmllint --noout --noent --path eu --xinclude eu/calendar.page
+xmllint --noout --noent --path eu --xinclude eu/color-selection.page
+xmllint --noout --noent --path eu --xinclude eu/entry.page
+xmllint --noout --noent --path eu --xinclude eu/error.page
+xmllint --noout --noent --path eu --xinclude eu/file-selection.page
+xmllint --noout --noent --path eu --xinclude eu/forms.page
+xmllint --noout --noent --path eu --xinclude eu/index.page
+xmllint --noout --noent --path eu --xinclude eu/info.page
+xmllint --noout --noent --path eu --xinclude eu/intro.page
+xmllint --noout --noent --path eu --xinclude eu/list.page
+xmllint --noout --noent --path eu --xinclude eu/message.page
+xmllint --noout --noent --path eu --xinclude eu/notification.page
+xmllint --noout --noent --path eu --xinclude eu/password.page
+xmllint --noout --noent --path eu --xinclude eu/progress.page
+xmllint --noout --noent --path eu --xinclude eu/question.page
+xmllint --noout --noent --path eu --xinclude eu/scale.page
+xmllint --noout --noent --path eu --xinclude eu/text.page
+xmllint --noout --noent --path eu --xinclude eu/usage.page
+xmllint --noout --noent --path eu --xinclude eu/warning.page
+xmllint --noout --noent --path fi --xinclude fi/legal.xml
+xmllint --noout --noent --path fi --xinclude fi/calendar.page
+xmllint --noout --noent --path fi --xinclude fi/color-selection.page
+xmllint --noout --noent --path fi --xinclude fi/entry.page
+xmllint --noout --noent --path fi --xinclude fi/error.page
+xmllint --noout --noent --path fi --xinclude fi/file-selection.page
+xmllint --noout --noent --path fi --xinclude fi/forms.page
+xmllint --noout --noent --path fi --xinclude fi/index.page
+xmllint --noout --noent --path fi --xinclude fi/info.page
+xmllint --noout --noent --path fi --xinclude fi/intro.page
+xmllint --noout --noent --path fi --xinclude fi/list.page
+xmllint --noout --noent --path fi --xinclude fi/message.page
+xmllint --noout --noent --path fi --xinclude fi/notification.page
+xmllint --noout --noent --path fi --xinclude fi/password.page
+xmllint --noout --noent --path fi --xinclude fi/progress.page
+xmllint --noout --noent --path fi --xinclude fi/question.page
+xmllint --noout --noent --path fi --xinclude fi/scale.page
+xmllint --noout --noent --path fi --xinclude fi/text.page
+xmllint --noout --noent --path fi --xinclude fi/usage.page
+xmllint --noout --noent --path fi --xinclude fi/warning.page
+xmllint --noout --noent --path fr --xinclude fr/legal.xml
+xmllint --noout --noent --path fr --xinclude fr/calendar.page
+xmllint --noout --noent --path fr --xinclude fr/color-selection.page
+xmllint --noout --noent --path fr --xinclude fr/entry.page
+xmllint --noout --noent --path fr --xinclude fr/error.page
+xmllint --noout --noent --path fr --xinclude fr/file-selection.page
+xmllint --noout --noent --path fr --xinclude fr/forms.page
+xmllint --noout --noent --path fr --xinclude fr/index.page
+xmllint --noout --noent --path fr --xinclude fr/info.page
+xmllint --noout --noent --path fr --xinclude fr/intro.page
+xmllint --noout --noent --path fr --xinclude fr/list.page
+xmllint --noout --noent --path fr --xinclude fr/message.page
+xmllint --noout --noent --path fr --xinclude fr/notification.page
+xmllint --noout --noent --path fr --xinclude fr/password.page
+xmllint --noout --noent --path fr --xinclude fr/progress.page
+xmllint --noout --noent --path fr --xinclude fr/question.page
+xmllint --noout --noent --path fr --xinclude fr/scale.page
+xmllint --noout --noent --path fr --xinclude fr/text.page
+xmllint --noout --noent --path fr --xinclude fr/usage.page
+xmllint --noout --noent --path fr --xinclude fr/warning.page
+xmllint --noout --noent --path gl --xinclude gl/legal.xml
+xmllint --noout --noent --path gl --xinclude gl/calendar.page
+xmllint --noout --noent --path gl --xinclude gl/color-selection.page
+xmllint --noout --noent --path gl --xinclude gl/entry.page
+xmllint --noout --noent --path gl --xinclude gl/error.page
+xmllint --noout --noent --path gl --xinclude gl/file-selection.page
+xmllint --noout --noent --path gl --xinclude gl/forms.page
+xmllint --noout --noent --path gl --xinclude gl/index.page
+xmllint --noout --noent --path gl --xinclude gl/info.page
+xmllint --noout --noent --path gl --xinclude gl/intro.page
+xmllint --noout --noent --path gl --xinclude gl/list.page
+xmllint --noout --noent --path gl --xinclude gl/message.page
+xmllint --noout --noent --path gl --xinclude gl/notification.page
+xmllint --noout --noent --path gl --xinclude gl/password.page
+xmllint --noout --noent --path gl --xinclude gl/progress.page
+xmllint --noout --noent --path gl --xinclude gl/question.page
+xmllint --noout --noent --path gl --xinclude gl/scale.page
+xmllint --noout --noent --path gl --xinclude gl/text.page
+xmllint --noout --noent --path gl --xinclude gl/usage.page
+xmllint --noout --noent --path gl --xinclude gl/warning.page
+xmllint --noout --noent --path hu --xinclude hu/legal.xml
+xmllint --noout --noent --path hu --xinclude hu/calendar.page
+xmllint --noout --noent --path hu --xinclude hu/color-selection.page
+xmllint --noout --noent --path hu --xinclude hu/entry.page
+xmllint --noout --noent --path hu --xinclude hu/error.page
+xmllint --noout --noent --path hu --xinclude hu/file-selection.page
+xmllint --noout --noent --path hu --xinclude hu/forms.page
+xmllint --noout --noent --path hu --xinclude hu/index.page
+xmllint --noout --noent --path hu --xinclude hu/info.page
+xmllint --noout --noent --path hu --xinclude hu/intro.page
+xmllint --noout --noent --path hu --xinclude hu/list.page
+xmllint --noout --noent --path hu --xinclude hu/message.page
+xmllint --noout --noent --path hu --xinclude hu/notification.page
+xmllint --noout --noent --path hu --xinclude hu/password.page
+xmllint --noout --noent --path hu --xinclude hu/progress.page
+xmllint --noout --noent --path hu --xinclude hu/question.page
+xmllint --noout --noent --path hu --xinclude hu/scale.page
+xmllint --noout --noent --path hu --xinclude hu/text.page
+xmllint --noout --noent --path hu --xinclude hu/usage.page
+xmllint --noout --noent --path hu --xinclude hu/warning.page
+xmllint --noout --noent --path ja --xinclude ja/legal.xml
+xmllint --noout --noent --path ja --xinclude ja/calendar.page
+xmllint --noout --noent --path ja --xinclude ja/color-selection.page
+xmllint --noout --noent --path ja --xinclude ja/entry.page
+xmllint --noout --noent --path ja --xinclude ja/error.page
+xmllint --noout --noent --path ja --xinclude ja/file-selection.page
+xmllint --noout --noent --path ja --xinclude ja/forms.page
+xmllint --noout --noent --path ja --xinclude ja/index.page
+xmllint --noout --noent --path ja --xinclude ja/info.page
+xmllint --noout --noent --path ja --xinclude ja/intro.page
+xmllint --noout --noent --path ja --xinclude ja/list.page
+xmllint --noout --noent --path ja --xinclude ja/message.page
+xmllint --noout --noent --path ja --xinclude ja/notification.page
+xmllint --noout --noent --path ja --xinclude ja/password.page
+xmllint --noout --noent --path ja --xinclude ja/progress.page
+xmllint --noout --noent --path ja --xinclude ja/question.page
+xmllint --noout --noent --path ja --xinclude ja/scale.page
+xmllint --noout --noent --path ja --xinclude ja/text.page
+xmllint --noout --noent --path ja --xinclude ja/usage.page
+xmllint --noout --noent --path ja --xinclude ja/warning.page
+xmllint --noout --noent --path oc --xinclude oc/legal.xml
+xmllint --noout --noent --path oc --xinclude oc/calendar.page
+xmllint --noout --noent --path oc --xinclude oc/color-selection.page
+xmllint --noout --noent --path oc --xinclude oc/entry.page
+xmllint --noout --noent --path oc --xinclude oc/error.page
+xmllint --noout --noent --path oc --xinclude oc/file-selection.page
+xmllint --noout --noent --path oc --xinclude oc/forms.page
+xmllint --noout --noent --path oc --xinclude oc/index.page
+xmllint --noout --noent --path oc --xinclude oc/info.page
+xmllint --noout --noent --path oc --xinclude oc/intro.page
+xmllint --noout --noent --path oc --xinclude oc/list.page
+xmllint --noout --noent --path oc --xinclude oc/message.page
+xmllint --noout --noent --path oc --xinclude oc/notification.page
+xmllint --noout --noent --path oc --xinclude oc/password.page
+xmllint --noout --noent --path oc --xinclude oc/progress.page
+xmllint --noout --noent --path oc --xinclude oc/question.page
+xmllint --noout --noent --path oc --xinclude oc/scale.page
+xmllint --noout --noent --path oc --xinclude oc/text.page
+xmllint --noout --noent --path oc --xinclude oc/usage.page
+xmllint --noout --noent --path oc --xinclude oc/warning.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/legal.xml
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/calendar.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/color-selection.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/entry.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/error.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/file-selection.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/forms.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/index.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/info.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/intro.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/list.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/message.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/notification.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/password.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/progress.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/question.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/scale.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/text.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/usage.page
+xmllint --noout --noent --path pt_BR --xinclude pt_BR/warning.page
+xmllint --noout --noent --path ru --xinclude ru/legal.xml
+xmllint --noout --noent --path ru --xinclude ru/calendar.page
+xmllint --noout --noent --path ru --xinclude ru/color-selection.page
+xmllint --noout --noent --path ru --xinclude ru/entry.page
+xmllint --noout --noent --path ru --xinclude ru/error.page
+xmllint --noout --noent --path ru --xinclude ru/file-selection.page
+xmllint --noout --noent --path ru --xinclude ru/forms.page
+xmllint --noout --noent --path ru --xinclude ru/index.page
+xmllint --noout --noent --path ru --xinclude ru/info.page
+xmllint --noout --noent --path ru --xinclude ru/intro.page
+xmllint --noout --noent --path ru --xinclude ru/list.page
+xmllint --noout --noent --path ru --xinclude ru/message.page
+xmllint --noout --noent --path ru --xinclude ru/notification.page
+xmllint --noout --noent --path ru --xinclude ru/password.page
+xmllint --noout --noent --path ru --xinclude ru/progress.page
+xmllint --noout --noent --path ru --xinclude ru/question.page
+xmllint --noout --noent --path ru --xinclude ru/scale.page
+xmllint --noout --noent --path ru --xinclude ru/text.page
+xmllint --noout --noent --path ru --xinclude ru/usage.page
+xmllint --noout --noent --path ru --xinclude ru/warning.page
+xmllint --noout --noent --path sl --xinclude sl/legal.xml
+xmllint --noout --noent --path sl --xinclude sl/calendar.page
+xmllint --noout --noent --path sl --xinclude sl/color-selection.page
+xmllint --noout --noent --path sl --xinclude sl/entry.page
+xmllint --noout --noent --path sl --xinclude sl/error.page
+xmllint --noout --noent --path sl --xinclude sl/file-selection.page
+xmllint --noout --noent --path sl --xinclude sl/forms.page
+xmllint --noout --noent --path sl --xinclude sl/index.page
+xmllint --noout --noent --path sl --xinclude sl/info.page
+xmllint --noout --noent --path sl --xinclude sl/intro.page
+xmllint --noout --noent --path sl --xinclude sl/list.page
+xmllint --noout --noent --path sl --xinclude sl/message.page
+xmllint --noout --noent --path sl --xinclude sl/notification.page
+xmllint --noout --noent --path sl --xinclude sl/password.page
+xmllint --noout --noent --path sl --xinclude sl/progress.page
+xmllint --noout --noent --path sl --xinclude sl/question.page
+xmllint --noout --noent --path sl --xinclude sl/scale.page
+xmllint --noout --noent --path sl --xinclude sl/text.page
+xmllint --noout --noent --path sl --xinclude sl/usage.page
+xmllint --noout --noent --path sl --xinclude sl/warning.page
+xmllint --noout --noent --path sv --xinclude sv/legal.xml
+xmllint --noout --noent --path sv --xinclude sv/calendar.page
+xmllint --noout --noent --path sv --xinclude sv/color-selection.page
+xmllint --noout --noent --path sv --xinclude sv/entry.page
+xmllint --noout --noent --path sv --xinclude sv/error.page
+xmllint --noout --noent --path sv --xinclude sv/file-selection.page
+xmllint --noout --noent --path sv --xinclude sv/forms.page
+xmllint --noout --noent --path sv --xinclude sv/index.page
+xmllint --noout --noent --path sv --xinclude sv/info.page
+xmllint --noout --noent --path sv --xinclude sv/intro.page
+xmllint --noout --noent --path sv --xinclude sv/list.page
+xmllint --noout --noent --path sv --xinclude sv/message.page
+xmllint --noout --noent --path sv --xinclude sv/notification.page
+xmllint --noout --noent --path sv --xinclude sv/password.page
+xmllint --noout --noent --path sv --xinclude sv/progress.page
+xmllint --noout --noent --path sv --xinclude sv/question.page
+xmllint --noout --noent --path sv --xinclude sv/scale.page
+xmllint --noout --noent --path sv --xinclude sv/text.page
+xmllint --noout --noent --path sv --xinclude sv/usage.page
+xmllint --noout --noent --path sv --xinclude sv/warning.page
+xmllint --noout --noent --path uk --xinclude uk/legal.xml
+xmllint --noout --noent --path uk --xinclude uk/calendar.page
+xmllint --noout --noent --path uk --xinclude uk/color-selection.page
+xmllint --noout --noent --path uk --xinclude uk/entry.page
+xmllint --noout --noent --path uk --xinclude uk/error.page
+xmllint --noout --noent --path uk --xinclude uk/file-selection.page
+xmllint --noout --noent --path uk --xinclude uk/forms.page
+xmllint --noout --noent --path uk --xinclude uk/index.page
+xmllint --noout --noent --path uk --xinclude uk/info.page
+xmllint --noout --noent --path uk --xinclude uk/intro.page
+xmllint --noout --noent --path uk --xinclude uk/list.page
+xmllint --noout --noent --path uk --xinclude uk/message.page
+xmllint --noout --noent --path uk --xinclude uk/notification.page
+xmllint --noout --noent --path uk --xinclude uk/password.page
+xmllint --noout --noent --path uk --xinclude uk/progress.page
+xmllint --noout --noent --path uk --xinclude uk/question.page
+xmllint --noout --noent --path uk --xinclude uk/scale.page
+xmllint --noout --noent --path uk --xinclude uk/text.page
+xmllint --noout --noent --path uk --xinclude uk/usage.page
+xmllint --noout --noent --path uk --xinclude uk/warning.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/legal.xml
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/calendar.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/color-selection.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/entry.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/error.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/file-selection.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/forms.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/index.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/info.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/intro.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/list.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/message.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/notification.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/password.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/progress.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/question.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/scale.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/text.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/usage.page
+xmllint --noout --noent --path zh_CN --xinclude zh_CN/warning.page
+make[2]: Leaving directory '$(@D)/help'
+make[2]: Entering directory '$(@D)'
+make[2]: Leaving directory '$(@D)'
+make[1]: Leaving directory '$(@D)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/zenity/zenity.p5m	Tue Aug 16 22:32:29 2016 -0700
@@ -0,0 +1,1108 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> \
+    default mangler.man.stability "pass-through volatile">
+set name=pkg.fmri \
+    value=pkg:/gnome/zenity@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="A tool that allows you to display GTK dialog boxes in commandline and shell scripts"
+set name=com.oracle.info.description value=$(COMPONENT_NAME)
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:Development/GNOME and GTK+"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2016/375
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/bin/gdialog
+file path=usr/bin/zenity
+file path=usr/share/help/C/zenity/calendar.page
+file path=usr/share/help/C/zenity/color-selection.page
+file path=usr/share/help/C/zenity/entry.page
+file path=usr/share/help/C/zenity/error.page
+file path=usr/share/help/C/zenity/figures/zenity-calendar-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-fileselection-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-notification-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-question-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/C/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/C/zenity/file-selection.page
+file path=usr/share/help/C/zenity/forms.page
+file path=usr/share/help/C/zenity/index.page
+file path=usr/share/help/C/zenity/info.page
+file path=usr/share/help/C/zenity/intro.page
+file path=usr/share/help/C/zenity/legal.xml
+file path=usr/share/help/C/zenity/list.page
+file path=usr/share/help/C/zenity/message.page
+file path=usr/share/help/C/zenity/notification.page
+file path=usr/share/help/C/zenity/password.page
+file path=usr/share/help/C/zenity/progress.page
+file path=usr/share/help/C/zenity/question.page
+file path=usr/share/help/C/zenity/scale.page
+file path=usr/share/help/C/zenity/text.page
+file path=usr/share/help/C/zenity/usage.page
+file path=usr/share/help/C/zenity/warning.page
+file path=usr/share/help/bg/zenity/calendar.page
+file path=usr/share/help/bg/zenity/color-selection.page
+file path=usr/share/help/bg/zenity/entry.page
+file path=usr/share/help/bg/zenity/error.page
+file path=usr/share/help/bg/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/bg/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/bg/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/bg/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/bg/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/bg/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/bg/zenity/file-selection.page
+file path=usr/share/help/bg/zenity/forms.page
+file path=usr/share/help/bg/zenity/index.page
+file path=usr/share/help/bg/zenity/info.page
+file path=usr/share/help/bg/zenity/intro.page
+file path=usr/share/help/bg/zenity/legal.xml
+file path=usr/share/help/bg/zenity/list.page
+file path=usr/share/help/bg/zenity/message.page
+file path=usr/share/help/bg/zenity/notification.page
+file path=usr/share/help/bg/zenity/password.page
+file path=usr/share/help/bg/zenity/progress.page
+file path=usr/share/help/bg/zenity/question.page
+file path=usr/share/help/bg/zenity/scale.page
+file path=usr/share/help/bg/zenity/text.page
+file path=usr/share/help/bg/zenity/usage.page
+file path=usr/share/help/bg/zenity/warning.page
+file path=usr/share/help/ca/zenity/calendar.page
+file path=usr/share/help/ca/zenity/color-selection.page
+file path=usr/share/help/ca/zenity/entry.page
+file path=usr/share/help/ca/zenity/error.page
+file path=usr/share/help/ca/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/ca/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/ca/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/ca/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/ca/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/ca/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/ca/zenity/file-selection.page
+file path=usr/share/help/ca/zenity/forms.page
+file path=usr/share/help/ca/zenity/index.page
+file path=usr/share/help/ca/zenity/info.page
+file path=usr/share/help/ca/zenity/intro.page
+file path=usr/share/help/ca/zenity/legal.xml
+file path=usr/share/help/ca/zenity/list.page
+file path=usr/share/help/ca/zenity/message.page
+file path=usr/share/help/ca/zenity/notification.page
+file path=usr/share/help/ca/zenity/password.page
+file path=usr/share/help/ca/zenity/progress.page
+file path=usr/share/help/ca/zenity/question.page
+file path=usr/share/help/ca/zenity/scale.page
+file path=usr/share/help/ca/zenity/text.page
+file path=usr/share/help/ca/zenity/usage.page
+file path=usr/share/help/ca/zenity/warning.page
+file path=usr/share/help/cs/zenity/calendar.page
+file path=usr/share/help/cs/zenity/color-selection.page
+file path=usr/share/help/cs/zenity/entry.page
+file path=usr/share/help/cs/zenity/error.page
+file path=usr/share/help/cs/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/cs/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/cs/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/cs/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/cs/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/cs/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/cs/zenity/file-selection.page
+file path=usr/share/help/cs/zenity/forms.page
+file path=usr/share/help/cs/zenity/index.page
+file path=usr/share/help/cs/zenity/info.page
+file path=usr/share/help/cs/zenity/intro.page
+file path=usr/share/help/cs/zenity/legal.xml
+file path=usr/share/help/cs/zenity/list.page
+file path=usr/share/help/cs/zenity/message.page
+file path=usr/share/help/cs/zenity/notification.page
+file path=usr/share/help/cs/zenity/password.page
+file path=usr/share/help/cs/zenity/progress.page
+file path=usr/share/help/cs/zenity/question.page
+file path=usr/share/help/cs/zenity/scale.page
+file path=usr/share/help/cs/zenity/text.page
+file path=usr/share/help/cs/zenity/usage.page
+file path=usr/share/help/cs/zenity/warning.page
+file path=usr/share/help/da/zenity/calendar.page
+file path=usr/share/help/da/zenity/color-selection.page
+file path=usr/share/help/da/zenity/entry.page
+file path=usr/share/help/da/zenity/error.page
+link path=usr/share/help/da/zenity/figures/zenity-calendar-screenshot.png \
+    target=../../../C/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/da/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-entry-screenshot.png \
+    target=../../../C/zenity/figures/zenity-entry-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-error-screenshot.png \
+    target=../../../C/zenity/figures/zenity-error-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-fileselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-information-screenshot.png \
+    target=../../../C/zenity/figures/zenity-information-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-list-screenshot.png \
+    target=../../../C/zenity/figures/zenity-list-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-notification-screenshot.png \
+    target=../../../C/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-progress-screenshot.png \
+    target=../../../C/zenity/figures/zenity-progress-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-question-screenshot.png \
+    target=../../../C/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-text-screenshot.png \
+    target=../../../C/zenity/figures/zenity-text-screenshot.png
+link path=usr/share/help/da/zenity/figures/zenity-warning-screenshot.png \
+    target=../../../C/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/da/zenity/file-selection.page
+file path=usr/share/help/da/zenity/forms.page
+file path=usr/share/help/da/zenity/index.page
+file path=usr/share/help/da/zenity/info.page
+file path=usr/share/help/da/zenity/intro.page
+file path=usr/share/help/da/zenity/legal.xml
+file path=usr/share/help/da/zenity/list.page
+file path=usr/share/help/da/zenity/message.page
+file path=usr/share/help/da/zenity/notification.page
+file path=usr/share/help/da/zenity/password.page
+file path=usr/share/help/da/zenity/progress.page
+file path=usr/share/help/da/zenity/question.page
+file path=usr/share/help/da/zenity/scale.page
+file path=usr/share/help/da/zenity/text.page
+file path=usr/share/help/da/zenity/usage.page
+file path=usr/share/help/da/zenity/warning.page
+file path=usr/share/help/de/zenity/calendar.page
+file path=usr/share/help/de/zenity/color-selection.page
+file path=usr/share/help/de/zenity/entry.page
+file path=usr/share/help/de/zenity/error.page
+file path=usr/share/help/de/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/de/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/de/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/de/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/de/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/de/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/de/zenity/file-selection.page
+file path=usr/share/help/de/zenity/forms.page
+file path=usr/share/help/de/zenity/index.page
+file path=usr/share/help/de/zenity/info.page
+file path=usr/share/help/de/zenity/intro.page
+file path=usr/share/help/de/zenity/legal.xml
+file path=usr/share/help/de/zenity/list.page
+file path=usr/share/help/de/zenity/message.page
+file path=usr/share/help/de/zenity/notification.page
+file path=usr/share/help/de/zenity/password.page
+file path=usr/share/help/de/zenity/progress.page
+file path=usr/share/help/de/zenity/question.page
+file path=usr/share/help/de/zenity/scale.page
+file path=usr/share/help/de/zenity/text.page
+file path=usr/share/help/de/zenity/usage.page
+file path=usr/share/help/de/zenity/warning.page
+file path=usr/share/help/el/zenity/calendar.page
+file path=usr/share/help/el/zenity/color-selection.page
+file path=usr/share/help/el/zenity/entry.page
+file path=usr/share/help/el/zenity/error.page
+file path=usr/share/help/el/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/el/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/el/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/el/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/el/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/el/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/el/zenity/file-selection.page
+file path=usr/share/help/el/zenity/forms.page
+file path=usr/share/help/el/zenity/index.page
+file path=usr/share/help/el/zenity/info.page
+file path=usr/share/help/el/zenity/intro.page
+file path=usr/share/help/el/zenity/legal.xml
+file path=usr/share/help/el/zenity/list.page
+file path=usr/share/help/el/zenity/message.page
+file path=usr/share/help/el/zenity/notification.page
+file path=usr/share/help/el/zenity/password.page
+file path=usr/share/help/el/zenity/progress.page
+file path=usr/share/help/el/zenity/question.page
+file path=usr/share/help/el/zenity/scale.page
+file path=usr/share/help/el/zenity/text.page
+file path=usr/share/help/el/zenity/usage.page
+file path=usr/share/help/el/zenity/warning.page
+file path=usr/share/help/en_GB/zenity/calendar.page
+file path=usr/share/help/en_GB/zenity/color-selection.page
+file path=usr/share/help/en_GB/zenity/entry.page
+file path=usr/share/help/en_GB/zenity/error.page
+link path=usr/share/help/en_GB/zenity/figures/zenity-calendar-screenshot.png \
+    target=../../../C/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/en_GB/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-entry-screenshot.png \
+    target=../../../C/zenity/figures/zenity-entry-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-error-screenshot.png \
+    target=../../../C/zenity/figures/zenity-error-screenshot.png
+link \
+    path=usr/share/help/en_GB/zenity/figures/zenity-fileselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+link \
+    path=usr/share/help/en_GB/zenity/figures/zenity-information-screenshot.png \
+    target=../../../C/zenity/figures/zenity-information-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-list-screenshot.png \
+    target=../../../C/zenity/figures/zenity-list-screenshot.png
+link \
+    path=usr/share/help/en_GB/zenity/figures/zenity-notification-screenshot.png \
+    target=../../../C/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-progress-screenshot.png \
+    target=../../../C/zenity/figures/zenity-progress-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-question-screenshot.png \
+    target=../../../C/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-text-screenshot.png \
+    target=../../../C/zenity/figures/zenity-text-screenshot.png
+link path=usr/share/help/en_GB/zenity/figures/zenity-warning-screenshot.png \
+    target=../../../C/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/en_GB/zenity/file-selection.page
+file path=usr/share/help/en_GB/zenity/forms.page
+file path=usr/share/help/en_GB/zenity/index.page
+file path=usr/share/help/en_GB/zenity/info.page
+file path=usr/share/help/en_GB/zenity/intro.page
+file path=usr/share/help/en_GB/zenity/legal.xml
+file path=usr/share/help/en_GB/zenity/list.page
+file path=usr/share/help/en_GB/zenity/message.page
+file path=usr/share/help/en_GB/zenity/notification.page
+file path=usr/share/help/en_GB/zenity/password.page
+file path=usr/share/help/en_GB/zenity/progress.page
+file path=usr/share/help/en_GB/zenity/question.page
+file path=usr/share/help/en_GB/zenity/scale.page
+file path=usr/share/help/en_GB/zenity/text.page
+file path=usr/share/help/en_GB/zenity/usage.page
+file path=usr/share/help/en_GB/zenity/warning.page
+file path=usr/share/help/es/zenity/calendar.page
+file path=usr/share/help/es/zenity/color-selection.page
+file path=usr/share/help/es/zenity/entry.page
+file path=usr/share/help/es/zenity/error.page
+file path=usr/share/help/es/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/es/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/es/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/es/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/es/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/es/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/es/zenity/file-selection.page
+file path=usr/share/help/es/zenity/forms.page
+file path=usr/share/help/es/zenity/index.page
+file path=usr/share/help/es/zenity/info.page
+file path=usr/share/help/es/zenity/intro.page
+file path=usr/share/help/es/zenity/legal.xml
+file path=usr/share/help/es/zenity/list.page
+file path=usr/share/help/es/zenity/message.page
+file path=usr/share/help/es/zenity/notification.page
+file path=usr/share/help/es/zenity/password.page
+file path=usr/share/help/es/zenity/progress.page
+file path=usr/share/help/es/zenity/question.page
+file path=usr/share/help/es/zenity/scale.page
+file path=usr/share/help/es/zenity/text.page
+file path=usr/share/help/es/zenity/usage.page
+file path=usr/share/help/es/zenity/warning.page
+file path=usr/share/help/eu/zenity/calendar.page
+file path=usr/share/help/eu/zenity/color-selection.page
+file path=usr/share/help/eu/zenity/entry.page
+file path=usr/share/help/eu/zenity/error.page
+file path=usr/share/help/eu/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/eu/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/eu/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/eu/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/eu/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/eu/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/eu/zenity/file-selection.page
+file path=usr/share/help/eu/zenity/forms.page
+file path=usr/share/help/eu/zenity/index.page
+file path=usr/share/help/eu/zenity/info.page
+file path=usr/share/help/eu/zenity/intro.page
+file path=usr/share/help/eu/zenity/legal.xml
+file path=usr/share/help/eu/zenity/list.page
+file path=usr/share/help/eu/zenity/message.page
+file path=usr/share/help/eu/zenity/notification.page
+file path=usr/share/help/eu/zenity/password.page
+file path=usr/share/help/eu/zenity/progress.page
+file path=usr/share/help/eu/zenity/question.page
+file path=usr/share/help/eu/zenity/scale.page
+file path=usr/share/help/eu/zenity/text.page
+file path=usr/share/help/eu/zenity/usage.page
+file path=usr/share/help/eu/zenity/warning.page
+file path=usr/share/help/fi/zenity/calendar.page
+file path=usr/share/help/fi/zenity/color-selection.page
+file path=usr/share/help/fi/zenity/entry.page
+file path=usr/share/help/fi/zenity/error.page
+file path=usr/share/help/fi/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/fi/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/fi/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/fi/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/fi/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/fi/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/fi/zenity/file-selection.page
+file path=usr/share/help/fi/zenity/forms.page
+file path=usr/share/help/fi/zenity/index.page
+file path=usr/share/help/fi/zenity/info.page
+file path=usr/share/help/fi/zenity/intro.page
+file path=usr/share/help/fi/zenity/legal.xml
+file path=usr/share/help/fi/zenity/list.page
+file path=usr/share/help/fi/zenity/message.page
+file path=usr/share/help/fi/zenity/notification.page
+file path=usr/share/help/fi/zenity/password.page
+file path=usr/share/help/fi/zenity/progress.page
+file path=usr/share/help/fi/zenity/question.page
+file path=usr/share/help/fi/zenity/scale.page
+file path=usr/share/help/fi/zenity/text.page
+file path=usr/share/help/fi/zenity/usage.page
+file path=usr/share/help/fi/zenity/warning.page
+file path=usr/share/help/fr/zenity/calendar.page
+file path=usr/share/help/fr/zenity/color-selection.page
+file path=usr/share/help/fr/zenity/entry.page
+file path=usr/share/help/fr/zenity/error.page
+file path=usr/share/help/fr/zenity/figures/zenity-calendar-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-fileselection-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-notification-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-question-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/fr/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/fr/zenity/file-selection.page
+file path=usr/share/help/fr/zenity/forms.page
+file path=usr/share/help/fr/zenity/index.page
+file path=usr/share/help/fr/zenity/info.page
+file path=usr/share/help/fr/zenity/intro.page
+file path=usr/share/help/fr/zenity/legal.xml
+file path=usr/share/help/fr/zenity/list.page
+file path=usr/share/help/fr/zenity/message.page
+file path=usr/share/help/fr/zenity/notification.page
+file path=usr/share/help/fr/zenity/password.page
+file path=usr/share/help/fr/zenity/progress.page
+file path=usr/share/help/fr/zenity/question.page
+file path=usr/share/help/fr/zenity/scale.page
+file path=usr/share/help/fr/zenity/text.page
+file path=usr/share/help/fr/zenity/usage.page
+file path=usr/share/help/fr/zenity/warning.page
+file path=usr/share/help/gl/zenity/calendar.page
+file path=usr/share/help/gl/zenity/color-selection.page
+file path=usr/share/help/gl/zenity/entry.page
+file path=usr/share/help/gl/zenity/error.page
+link path=usr/share/help/gl/zenity/figures/zenity-calendar-screenshot.png \
+    target=../../../C/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/gl/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-entry-screenshot.png \
+    target=../../../C/zenity/figures/zenity-entry-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-error-screenshot.png \
+    target=../../../C/zenity/figures/zenity-error-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-fileselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-information-screenshot.png \
+    target=../../../C/zenity/figures/zenity-information-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-list-screenshot.png \
+    target=../../../C/zenity/figures/zenity-list-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-notification-screenshot.png \
+    target=../../../C/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-progress-screenshot.png \
+    target=../../../C/zenity/figures/zenity-progress-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-question-screenshot.png \
+    target=../../../C/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-text-screenshot.png \
+    target=../../../C/zenity/figures/zenity-text-screenshot.png
+link path=usr/share/help/gl/zenity/figures/zenity-warning-screenshot.png \
+    target=../../../C/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/gl/zenity/file-selection.page
+file path=usr/share/help/gl/zenity/forms.page
+file path=usr/share/help/gl/zenity/index.page
+file path=usr/share/help/gl/zenity/info.page
+file path=usr/share/help/gl/zenity/intro.page
+file path=usr/share/help/gl/zenity/legal.xml
+file path=usr/share/help/gl/zenity/list.page
+file path=usr/share/help/gl/zenity/message.page
+file path=usr/share/help/gl/zenity/notification.page
+file path=usr/share/help/gl/zenity/password.page
+file path=usr/share/help/gl/zenity/progress.page
+file path=usr/share/help/gl/zenity/question.page
+file path=usr/share/help/gl/zenity/scale.page
+file path=usr/share/help/gl/zenity/text.page
+file path=usr/share/help/gl/zenity/usage.page
+file path=usr/share/help/gl/zenity/warning.page
+file path=usr/share/help/hu/zenity/calendar.page
+file path=usr/share/help/hu/zenity/color-selection.page
+file path=usr/share/help/hu/zenity/entry.page
+file path=usr/share/help/hu/zenity/error.page
+link path=usr/share/help/hu/zenity/figures/zenity-calendar-screenshot.png \
+    target=../../../C/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/hu/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-entry-screenshot.png \
+    target=../../../C/zenity/figures/zenity-entry-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-error-screenshot.png \
+    target=../../../C/zenity/figures/zenity-error-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-fileselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-information-screenshot.png \
+    target=../../../C/zenity/figures/zenity-information-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-list-screenshot.png \
+    target=../../../C/zenity/figures/zenity-list-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-notification-screenshot.png \
+    target=../../../C/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-progress-screenshot.png \
+    target=../../../C/zenity/figures/zenity-progress-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-question-screenshot.png \
+    target=../../../C/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-text-screenshot.png \
+    target=../../../C/zenity/figures/zenity-text-screenshot.png
+link path=usr/share/help/hu/zenity/figures/zenity-warning-screenshot.png \
+    target=../../../C/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/hu/zenity/file-selection.page
+file path=usr/share/help/hu/zenity/forms.page
+file path=usr/share/help/hu/zenity/index.page
+file path=usr/share/help/hu/zenity/info.page
+file path=usr/share/help/hu/zenity/intro.page
+file path=usr/share/help/hu/zenity/legal.xml
+file path=usr/share/help/hu/zenity/list.page
+file path=usr/share/help/hu/zenity/message.page
+file path=usr/share/help/hu/zenity/notification.page
+file path=usr/share/help/hu/zenity/password.page
+file path=usr/share/help/hu/zenity/progress.page
+file path=usr/share/help/hu/zenity/question.page
+file path=usr/share/help/hu/zenity/scale.page
+file path=usr/share/help/hu/zenity/text.page
+file path=usr/share/help/hu/zenity/usage.page
+file path=usr/share/help/hu/zenity/warning.page
+file path=usr/share/help/ja/zenity/calendar.page
+file path=usr/share/help/ja/zenity/color-selection.page
+file path=usr/share/help/ja/zenity/entry.page
+file path=usr/share/help/ja/zenity/error.page
+file path=usr/share/help/ja/zenity/figures/zenity-calendar-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-fileselection-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-notification-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-question-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/ja/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/ja/zenity/file-selection.page
+file path=usr/share/help/ja/zenity/forms.page
+file path=usr/share/help/ja/zenity/index.page
+file path=usr/share/help/ja/zenity/info.page
+file path=usr/share/help/ja/zenity/intro.page
+file path=usr/share/help/ja/zenity/legal.xml
+file path=usr/share/help/ja/zenity/list.page
+file path=usr/share/help/ja/zenity/message.page
+file path=usr/share/help/ja/zenity/notification.page
+file path=usr/share/help/ja/zenity/password.page
+file path=usr/share/help/ja/zenity/progress.page
+file path=usr/share/help/ja/zenity/question.page
+file path=usr/share/help/ja/zenity/scale.page
+file path=usr/share/help/ja/zenity/text.page
+file path=usr/share/help/ja/zenity/usage.page
+file path=usr/share/help/ja/zenity/warning.page
+file path=usr/share/help/oc/zenity/calendar.page
+file path=usr/share/help/oc/zenity/color-selection.page
+file path=usr/share/help/oc/zenity/entry.page
+file path=usr/share/help/oc/zenity/error.page
+link path=usr/share/help/oc/zenity/figures/zenity-calendar-screenshot.png \
+    target=../../../C/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/oc/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-entry-screenshot.png \
+    target=../../../C/zenity/figures/zenity-entry-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-error-screenshot.png \
+    target=../../../C/zenity/figures/zenity-error-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-fileselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-information-screenshot.png \
+    target=../../../C/zenity/figures/zenity-information-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-list-screenshot.png \
+    target=../../../C/zenity/figures/zenity-list-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-notification-screenshot.png \
+    target=../../../C/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-progress-screenshot.png \
+    target=../../../C/zenity/figures/zenity-progress-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-question-screenshot.png \
+    target=../../../C/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-text-screenshot.png \
+    target=../../../C/zenity/figures/zenity-text-screenshot.png
+link path=usr/share/help/oc/zenity/figures/zenity-warning-screenshot.png \
+    target=../../../C/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/oc/zenity/file-selection.page
+file path=usr/share/help/oc/zenity/forms.page
+file path=usr/share/help/oc/zenity/index.page
+file path=usr/share/help/oc/zenity/info.page
+file path=usr/share/help/oc/zenity/intro.page
+file path=usr/share/help/oc/zenity/legal.xml
+file path=usr/share/help/oc/zenity/list.page
+file path=usr/share/help/oc/zenity/message.page
+file path=usr/share/help/oc/zenity/notification.page
+file path=usr/share/help/oc/zenity/password.page
+file path=usr/share/help/oc/zenity/progress.page
+file path=usr/share/help/oc/zenity/question.page
+file path=usr/share/help/oc/zenity/scale.page
+file path=usr/share/help/oc/zenity/text.page
+file path=usr/share/help/oc/zenity/usage.page
+file path=usr/share/help/oc/zenity/warning.page
+file path=usr/share/help/pt_BR/zenity/calendar.page
+file path=usr/share/help/pt_BR/zenity/color-selection.page
+file path=usr/share/help/pt_BR/zenity/entry.page
+file path=usr/share/help/pt_BR/zenity/error.page
+link path=usr/share/help/pt_BR/zenity/figures/zenity-calendar-screenshot.png \
+    target=../../../C/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/pt_BR/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-entry-screenshot.png \
+    target=../../../C/zenity/figures/zenity-entry-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-error-screenshot.png \
+    target=../../../C/zenity/figures/zenity-error-screenshot.png
+link \
+    path=usr/share/help/pt_BR/zenity/figures/zenity-fileselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+link \
+    path=usr/share/help/pt_BR/zenity/figures/zenity-information-screenshot.png \
+    target=../../../C/zenity/figures/zenity-information-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-list-screenshot.png \
+    target=../../../C/zenity/figures/zenity-list-screenshot.png
+link \
+    path=usr/share/help/pt_BR/zenity/figures/zenity-notification-screenshot.png \
+    target=../../../C/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-progress-screenshot.png \
+    target=../../../C/zenity/figures/zenity-progress-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-question-screenshot.png \
+    target=../../../C/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-text-screenshot.png \
+    target=../../../C/zenity/figures/zenity-text-screenshot.png
+link path=usr/share/help/pt_BR/zenity/figures/zenity-warning-screenshot.png \
+    target=../../../C/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/pt_BR/zenity/file-selection.page
+file path=usr/share/help/pt_BR/zenity/forms.page
+file path=usr/share/help/pt_BR/zenity/index.page
+file path=usr/share/help/pt_BR/zenity/info.page
+file path=usr/share/help/pt_BR/zenity/intro.page
+file path=usr/share/help/pt_BR/zenity/legal.xml
+file path=usr/share/help/pt_BR/zenity/list.page
+file path=usr/share/help/pt_BR/zenity/message.page
+file path=usr/share/help/pt_BR/zenity/notification.page
+file path=usr/share/help/pt_BR/zenity/password.page
+file path=usr/share/help/pt_BR/zenity/progress.page
+file path=usr/share/help/pt_BR/zenity/question.page
+file path=usr/share/help/pt_BR/zenity/scale.page
+file path=usr/share/help/pt_BR/zenity/text.page
+file path=usr/share/help/pt_BR/zenity/usage.page
+file path=usr/share/help/pt_BR/zenity/warning.page
+file path=usr/share/help/ru/zenity/calendar.page
+file path=usr/share/help/ru/zenity/color-selection.page
+file path=usr/share/help/ru/zenity/entry.page
+file path=usr/share/help/ru/zenity/error.page
+file path=usr/share/help/ru/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/ru/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/ru/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/ru/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-question-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/ru/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/ru/zenity/file-selection.page
+file path=usr/share/help/ru/zenity/forms.page
+file path=usr/share/help/ru/zenity/index.page
+file path=usr/share/help/ru/zenity/info.page
+file path=usr/share/help/ru/zenity/intro.page
+file path=usr/share/help/ru/zenity/legal.xml
+file path=usr/share/help/ru/zenity/list.page
+file path=usr/share/help/ru/zenity/message.page
+file path=usr/share/help/ru/zenity/notification.page
+file path=usr/share/help/ru/zenity/password.page
+file path=usr/share/help/ru/zenity/progress.page
+file path=usr/share/help/ru/zenity/question.page
+file path=usr/share/help/ru/zenity/scale.page
+file path=usr/share/help/ru/zenity/text.page
+file path=usr/share/help/ru/zenity/usage.page
+file path=usr/share/help/ru/zenity/warning.page
+file path=usr/share/help/sl/zenity/calendar.page
+file path=usr/share/help/sl/zenity/color-selection.page
+file path=usr/share/help/sl/zenity/entry.page
+file path=usr/share/help/sl/zenity/error.page
+link path=usr/share/help/sl/zenity/figures/zenity-calendar-screenshot.png \
+    target=../../../C/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/sl/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-entry-screenshot.png \
+    target=../../../C/zenity/figures/zenity-entry-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-error-screenshot.png \
+    target=../../../C/zenity/figures/zenity-error-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-fileselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-information-screenshot.png \
+    target=../../../C/zenity/figures/zenity-information-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-list-screenshot.png \
+    target=../../../C/zenity/figures/zenity-list-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-notification-screenshot.png \
+    target=../../../C/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-progress-screenshot.png \
+    target=../../../C/zenity/figures/zenity-progress-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-question-screenshot.png \
+    target=../../../C/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-text-screenshot.png \
+    target=../../../C/zenity/figures/zenity-text-screenshot.png
+link path=usr/share/help/sl/zenity/figures/zenity-warning-screenshot.png \
+    target=../../../C/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/sl/zenity/file-selection.page
+file path=usr/share/help/sl/zenity/forms.page
+file path=usr/share/help/sl/zenity/index.page
+file path=usr/share/help/sl/zenity/info.page
+file path=usr/share/help/sl/zenity/intro.page
+file path=usr/share/help/sl/zenity/legal.xml
+file path=usr/share/help/sl/zenity/list.page
+file path=usr/share/help/sl/zenity/message.page
+file path=usr/share/help/sl/zenity/notification.page
+file path=usr/share/help/sl/zenity/password.page
+file path=usr/share/help/sl/zenity/progress.page
+file path=usr/share/help/sl/zenity/question.page
+file path=usr/share/help/sl/zenity/scale.page
+file path=usr/share/help/sl/zenity/text.page
+file path=usr/share/help/sl/zenity/usage.page
+file path=usr/share/help/sl/zenity/warning.page
+file path=usr/share/help/sv/zenity/calendar.page
+file path=usr/share/help/sv/zenity/color-selection.page
+file path=usr/share/help/sv/zenity/entry.page
+file path=usr/share/help/sv/zenity/error.page
+file path=usr/share/help/sv/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/sv/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/sv/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/sv/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/sv/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/sv/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/sv/zenity/file-selection.page
+file path=usr/share/help/sv/zenity/forms.page
+file path=usr/share/help/sv/zenity/index.page
+file path=usr/share/help/sv/zenity/info.page
+file path=usr/share/help/sv/zenity/intro.page
+file path=usr/share/help/sv/zenity/legal.xml
+file path=usr/share/help/sv/zenity/list.page
+file path=usr/share/help/sv/zenity/message.page
+file path=usr/share/help/sv/zenity/notification.page
+file path=usr/share/help/sv/zenity/password.page
+file path=usr/share/help/sv/zenity/progress.page
+file path=usr/share/help/sv/zenity/question.page
+file path=usr/share/help/sv/zenity/scale.page
+file path=usr/share/help/sv/zenity/text.page
+file path=usr/share/help/sv/zenity/usage.page
+file path=usr/share/help/sv/zenity/warning.page
+file path=usr/share/help/uk/zenity/calendar.page
+file path=usr/share/help/uk/zenity/color-selection.page
+file path=usr/share/help/uk/zenity/entry.page
+file path=usr/share/help/uk/zenity/error.page
+file path=usr/share/help/uk/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/uk/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-entry-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-error-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/uk/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-information-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-list-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/uk/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-progress-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/uk/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-text-screenshot.png
+file path=usr/share/help/uk/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/uk/zenity/file-selection.page
+file path=usr/share/help/uk/zenity/forms.page
+file path=usr/share/help/uk/zenity/index.page
+file path=usr/share/help/uk/zenity/info.page
+file path=usr/share/help/uk/zenity/intro.page
+file path=usr/share/help/uk/zenity/legal.xml
+file path=usr/share/help/uk/zenity/list.page
+file path=usr/share/help/uk/zenity/message.page
+file path=usr/share/help/uk/zenity/notification.page
+file path=usr/share/help/uk/zenity/password.page
+file path=usr/share/help/uk/zenity/progress.page
+file path=usr/share/help/uk/zenity/question.page
+file path=usr/share/help/uk/zenity/scale.page
+file path=usr/share/help/uk/zenity/text.page
+file path=usr/share/help/uk/zenity/usage.page
+file path=usr/share/help/uk/zenity/warning.page
+file path=usr/share/help/zh_CN/zenity/calendar.page
+file path=usr/share/help/zh_CN/zenity/color-selection.page
+file path=usr/share/help/zh_CN/zenity/entry.page
+file path=usr/share/help/zh_CN/zenity/error.page
+link path=usr/share/help/zh_CN/zenity/figures/zenity-calendar-screenshot.png \
+    target=../../../C/zenity/figures/zenity-calendar-screenshot.png
+link \
+    path=usr/share/help/zh_CN/zenity/figures/zenity-colorselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-colorselection-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-entry-screenshot.png \
+    target=../../../C/zenity/figures/zenity-entry-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-error-screenshot.png \
+    target=../../../C/zenity/figures/zenity-error-screenshot.png
+link \
+    path=usr/share/help/zh_CN/zenity/figures/zenity-fileselection-screenshot.png \
+    target=../../../C/zenity/figures/zenity-fileselection-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-forms-screenshot.png \
+    target=../../../C/zenity/figures/zenity-forms-screenshot.png
+link \
+    path=usr/share/help/zh_CN/zenity/figures/zenity-information-screenshot.png \
+    target=../../../C/zenity/figures/zenity-information-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-list-screenshot.png \
+    target=../../../C/zenity/figures/zenity-list-screenshot.png
+link \
+    path=usr/share/help/zh_CN/zenity/figures/zenity-notification-screenshot.png \
+    target=../../../C/zenity/figures/zenity-notification-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-password-screenshot.png \
+    target=../../../C/zenity/figures/zenity-password-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-progress-screenshot.png \
+    target=../../../C/zenity/figures/zenity-progress-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-question-screenshot.png \
+    target=../../../C/zenity/figures/zenity-question-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-scale-screenshot.png \
+    target=../../../C/zenity/figures/zenity-scale-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-text-screenshot.png \
+    target=../../../C/zenity/figures/zenity-text-screenshot.png
+link path=usr/share/help/zh_CN/zenity/figures/zenity-warning-screenshot.png \
+    target=../../../C/zenity/figures/zenity-warning-screenshot.png
+file path=usr/share/help/zh_CN/zenity/file-selection.page
+file path=usr/share/help/zh_CN/zenity/forms.page
+file path=usr/share/help/zh_CN/zenity/index.page
+file path=usr/share/help/zh_CN/zenity/info.page
+file path=usr/share/help/zh_CN/zenity/intro.page
+file path=usr/share/help/zh_CN/zenity/legal.xml
+file path=usr/share/help/zh_CN/zenity/list.page
+file path=usr/share/help/zh_CN/zenity/message.page
+file path=usr/share/help/zh_CN/zenity/notification.page
+file path=usr/share/help/zh_CN/zenity/password.page
+file path=usr/share/help/zh_CN/zenity/progress.page
+file path=usr/share/help/zh_CN/zenity/question.page
+file path=usr/share/help/zh_CN/zenity/scale.page
+file path=usr/share/help/zh_CN/zenity/text.page
+file path=usr/share/help/zh_CN/zenity/usage.page
+file path=usr/share/help/zh_CN/zenity/warning.page
+file path=usr/share/locale/af/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/am/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ar/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/as/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ast/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/az/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/be/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/be@latin/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/bg/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/bn/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/bn_IN/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/bs/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ca/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/cs/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/cy/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/da/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/de/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/dz/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/el/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/en@shaw/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/en_CA/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/eo/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/es/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/et/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/eu/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/fa/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/fi/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/fr/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ga/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/gl/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/gu/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/he/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/hi/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/hr/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/hu/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/id/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/is/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/it/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ja/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ka/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/kk/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/kn/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ko/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ku/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/lt/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/lv/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/mai/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/mg/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/mi/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/mk/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ml/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/mn/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/mr/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ms/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/nb/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ne/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/nl/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/nn/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/oc/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/or/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/pa/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/pl/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ps/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/pt/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ro/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ru/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/rw/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/si/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/sk/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/sl/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/sq/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/sr/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/sv/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ta/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/te/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/tg/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/th/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/tr/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/ug/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/uk/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/vi/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/xh/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/zenity.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/zenity.mo
+file path=usr/share/man/man1/zenity.1
+file path=usr/share/zenity/clothes/gnome-tshirt.png
+file path=usr/share/zenity/clothes/hawaii-shirt.png
+file path=usr/share/zenity/clothes/monk.png
+file path=usr/share/zenity/clothes/sunglasses.png
+file path=usr/share/zenity/clothes/surfboard.png
+file path=usr/share/zenity/zenity-calendar.png
+file path=usr/share/zenity/zenity-entry.png
+file path=usr/share/zenity/zenity-file.png
+file path=usr/share/zenity/zenity-list.png
+file path=usr/share/zenity/zenity-notification.png
+file path=usr/share/zenity/zenity-progress.png
+file path=usr/share/zenity/zenity-scale.png
+file path=usr/share/zenity/zenity-text.png
+file path=usr/share/zenity/zenity.png
+file path=usr/share/zenity/zenity.ui
+license COPYING license=GPLv2
--- a/components/meta-packages/incorporation-cache	Fri Aug 19 16:16:03 2016 -0700
+++ b/components/meta-packages/incorporation-cache	Tue Aug 16 22:32:29 2016 -0700
@@ -133,7 +133,6 @@
 consolidation/userland/userland-incorporation:gnome/theme/sound/[email protected]
 consolidation/userland/userland-incorporation:gnome/theme/[email protected]
 consolidation/userland/userland-incorporation:gnome/window-manager/[email protected]
-consolidation/userland/userland-incorporation:gnome/[email protected]
 consolidation/userland/userland-incorporation:image/library/[email protected]
 consolidation/userland/userland-incorporation:image/library/[email protected]
 consolidation/userland/userland-incorporation:library/accessibility/[email protected]