23245290 Move evolution-data-server to Userland and update to 3.18.2
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 28 Oct 2016 14:57:43 -0700
changeset 7192 bcbc95c2f212
parent 7191 001012c619ce
child 7193 5da75b848d8e
23245290 Move evolution-data-server to Userland and update to 3.18.2 22144529 problem in GNOME/LIBRARIES PSARC/2016/512 Evolution Data Server v3.18
components/gnome/evolution-data-server/Makefile
components/gnome/evolution-data-server/depend.mk
components/gnome/evolution-data-server/evolution-data-server.p5m
components/gnome/evolution-data-server/nspr.pc
components/gnome/evolution-data-server/nss.pc
components/gnome/evolution-data-server/patches/01-mail-spool.patch
components/gnome/evolution-data-server/patches/02-sun-kerberos.patch
components/gnome/evolution-data-server/patches/03-libcamel-sqlite3.patch
components/gnome/evolution-data-server/patches/04-largefile.patch
components/gnome/evolution-data-server/patches/05-gobject-introspection.patch
components/gnome/evolution-data-server/test/results-all.master
components/meta-packages/incorporation-cache
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/Makefile	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,160 @@
+#
+# 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
+# All components using gobject-introspection must be built with gcc as
+# gobject-introspection does not produce correct results when using Studio.
+# Also, for now, all things built for C++11 require gcc.
+COMPILER=gcc
+include ../../../make-rules/shared-macros.mk
+
+# Despite its name, evolution-data-server is no longer just a backend for the
+# Evolution Mail Client; it is also a backend for various bits of data that
+# GNOME stores and various components now expect it to be present.
+
+COMPONENT_NAME=		evolution-data-server
+COMPONENT_VERSION=	3.18.2
+COMPONENT_ARCHIVE_HASH= \
+	sha256:5942fc1cf395acdc15425939d83824d861d01c57225ee3fc8c1d77009468ce9b
+COMPONENT_BUGDB=        gnome/libraries
+
+TPNO=			25795
+
+# Needs gobject-introspection, not available on S11.
+include $(WS_MAKE_RULES)/no-evaluation.mk
+
+include $(WS_MAKE_RULES)/gnome-component.mk
+
+# __EXTENSIONS__ required for timezone, altzone variables.
+CFLAGS += -D__EXTENSIONS__ -DHAVE_SUN_KRB5
+CXXFLAGS += -std=c++11 -D__EXTENSIONS__ -DHAVE_SUN_KRB5
+CPPFLAGS += -I/usr/include/kerberosv5/
+CFLAGS += $(XPG6MODE)
+
+# Our NSS/NSPR libraries have their own private copy of sqlite3 which is
+# different than the system-wide one; to avoid the private copy, we explicitly
+# set the sqlite3 library location.
+CONFIGURE_ENV += SQLITE3_LIBS="-L$(USRLIB) -lsqlite3"
+CONFIGURE_ENV += SYSTEM_MAIL_DIR="$(VARDIR)/mail"
+CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
+
+CONFIGURE_OPTIONS += --disable-dot-locking
+# Documentation target is busted.
+CONFIGURE_OPTIONS += --disable-gtk-doc
+CONFIGURE_OPTIONS += --disable-schemas-compile
+CONFIGURE_OPTIONS += --disable-static
+# Ubuntu-specific functionality.
+CONFIGURE_OPTIONS += --disable-uoa
+CONFIGURE_OPTIONS += --enable-file-locking=fcntl
+CONFIGURE_OPTIONS += --enable-goa
+CONFIGURE_OPTIONS += --enable-gtk
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-introspection
+CONFIGURE_OPTIONS += --enable-ipv6
+CONFIGURE_OPTIONS += --enable-largefile
+CONFIGURE_OPTIONS += --enable-smime
+CONFIGURE_OPTIONS += --enable-shared
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-vala-bindings
+CONFIGURE_OPTIONS += --enable-weather
+CONFIGURE_OPTIONS += --with-krb5
+CONFIGURE_OPTIONS += --with-pic
+# Apparently, Solaris mail spool format is "broken".
+CONFIGURE_OPTIONS += --with-broken-spool=yes
+# XXX Neither ldap target builds on Solaris.
+CONFIGURE_OPTIONS += --without-openldap
+CONFIGURE_OPTIONS += --without-sunldap
+
+# A pkg-config file isn't shipped in Solaris for nss/nspr 64-bit, so configure
+# will fail to find it; we workaround this by providing a one-off copy of the
+# related pkg-config files and telling pkg-config to search our directory for
+# them first.
+CONFIGURE_ENV.64 += PKG_CONFIG_PATH="$(COMPONENT_DIR):$(PKG_CONFIG_PATH)"
+
+# Required due to patches.
+COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
+
+# Delete once builds servers have libgweather installed
+WEATHER_BASE = $(WS_COMPONENTS)/gnome/libgweather/build/prototype/$(MACH)
+PKG_CONFIG_PATHS += $(WEATHER_BASE)$(PKG_CONFIG_PATH.$(BITS))
+
+LD_OPTIONS += -L $(WEATHER_BASE)$(USRLIB.$(BITS))
+
+CONFIGURE_ENV+= LIBGWEATHER_CFLAGS="-DMESA_EGL_NO_X11_HEADERS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I$(WEATHER_BASE)/usr/include/libgweather-3.0 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/$(MACH64)/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng14 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng14 -I/usr/include/glib-2.0 -I/usr/lib/$(MACH64)/glib-2.0/include"
+
+# Delete this when build servers are installed with libical
+ICAL_BASE = $(WS_COMPONENTS)/desktop/libical/build/prototype/$(MACH)
+PKG_CONFIG_PATHS += $(ICAL_BASE)$(PKG_CONFIG_PATH.$(BITS))
+LD_OPTIONS += -L $(ICAL_BASE)$(USRLIB)
+CPPFLAGS += -I$(ICAL_BASE)$(USRINCDIR)/libical
+
+# The dependency isn't installed, so add it manually since pkgdepend
+# can't resolve them yet: 15708323
+DEPENDED += $(WS_TOP)/components/gnome/libgweather/build/manifest-$(MACH)-libgweather.depend
+DEPENDED += $(WS_TOP)/components/desktop/libical/build/manifest-$(MACH)-libical.depend
+
+# Temporary until dependencies are all on build machines
+REQUIRED_PACKAGES += $(shell $(GSED) -n -e '/GSED/d' -e 's/REQUIRED_PACKAGES +=//p' ../libgweather/Makefile)
+REQUIRED_PACKAGES += $(shell $(GSED) -n -e '/GSED/d' -e 's/REQUIRED_PACKAGES +=//p' ../../desktop/libical/Makefile)
+#end Delete
+
+# for the tests
+unexport SHELLOPTS
+COMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D));
+COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+COMPONENT_TEST_ARGS =   -k -i
+COMPONENT_TEST_TRANSFORMS += \
+        '-n ' \
+        '-e "/TOTAL:/p" ' \
+        '-e "/SKIP:/p" ' \
+        '-e "/PASS:/p" ' \
+        '-e "/FAIL:/p" ' \
+        '-e "/ERROR:/p" '
+
+REQUIRED_PACKAGES += database/berkeleydb-5
+REQUIRED_PACKAGES += database/sqlite-3
+REQUIRED_PACKAGES += developer/icu
+REQUIRED_PACKAGES += developer/vala
+REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
+REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
+REQUIRED_PACKAGES += library/desktop/gtk3
+REQUIRED_PACKAGES += library/desktop/cairo
+REQUIRED_PACKAGES += library/desktop/libgdata
+REQUIRED_PACKAGES += library/desktop/libgweather
+REQUIRED_PACKAGES += library/desktop/pango
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/gnome/gcr
+REQUIRED_PACKAGES += library/gnome/gnome-online-accounts
+REQUIRED_PACKAGES += library/gnome/libsecret
+REQUIRED_PACKAGES += library/icu
+REQUIRED_PACKAGES += library/libical
+REQUIRED_PACKAGES += library/libsoup
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/nspr
+REQUIRED_PACKAGES += library/security/nss
+REQUIRED_PACKAGES += library/zlib
+REQUIRED_PACKAGES += security/kerberos-5/kdc
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
+REQUIRED_PACKAGES += system/library/security/gss
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/depend.mk	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,1 @@
+gnome/evolution-data-server: gnome/libgweather desktop/libical
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/evolution-data-server.p5m	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,537 @@
+#
+# 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:/library/desktop/evolution-data-server@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="The GNOME backend for contacts, tasks, and calendar information"
+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:Desktop (GNOME)/Libraries"
+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/512
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/include/evolution-data-server/camel/camel-address.h
+file path=usr/include/evolution-data-server/camel/camel-async-closure.h
+file path=usr/include/evolution-data-server/camel/camel-block-file.h
+file path=usr/include/evolution-data-server/camel/camel-certdb.h
+file path=usr/include/evolution-data-server/camel/camel-charset-map.h
+file path=usr/include/evolution-data-server/camel/camel-cipher-context.h
+file path=usr/include/evolution-data-server/camel/camel-data-cache.h
+file path=usr/include/evolution-data-server/camel/camel-data-wrapper.h
+file path=usr/include/evolution-data-server/camel/camel-db.h
+file path=usr/include/evolution-data-server/camel/camel-debug.h
+file path=usr/include/evolution-data-server/camel/camel-enums.h
+file path=usr/include/evolution-data-server/camel/camel-enumtypes.h
+file path=usr/include/evolution-data-server/camel/camel-file-utils.h
+file path=usr/include/evolution-data-server/camel/camel-filter-driver.h
+file path=usr/include/evolution-data-server/camel/camel-filter-input-stream.h
+file path=usr/include/evolution-data-server/camel/camel-filter-output-stream.h
+file path=usr/include/evolution-data-server/camel/camel-filter-search.h
+file path=usr/include/evolution-data-server/camel/camel-folder-search.h
+file path=usr/include/evolution-data-server/camel/camel-folder-summary.h
+file path=usr/include/evolution-data-server/camel/camel-folder-thread.h
+file path=usr/include/evolution-data-server/camel/camel-folder.h
+file path=usr/include/evolution-data-server/camel/camel-gpg-context.h
+file path=usr/include/evolution-data-server/camel/camel-html-parser.h
+file path=usr/include/evolution-data-server/camel/camel-iconv.h
+file path=usr/include/evolution-data-server/camel/camel-index.h
+file path=usr/include/evolution-data-server/camel/camel-internet-address.h
+file path=usr/include/evolution-data-server/camel/camel-junk-filter.h
+file path=usr/include/evolution-data-server/camel/camel-local-settings.h
+file path=usr/include/evolution-data-server/camel/camel-lock-client.h
+file path=usr/include/evolution-data-server/camel/camel-lock-helper.h
+file path=usr/include/evolution-data-server/camel/camel-lock.h
+file path=usr/include/evolution-data-server/camel/camel-medium.h
+file path=usr/include/evolution-data-server/camel/camel-memchunk.h
+file path=usr/include/evolution-data-server/camel/camel-mempool.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-basic.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-bestenc.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-canon.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-charset.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-crlf.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-enriched.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-from.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-gzip.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-html.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-index.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-linewrap.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-pgp.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-progress.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-tohtml.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-windows.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter-yenc.h
+file path=usr/include/evolution-data-server/camel/camel-mime-filter.h
+file path=usr/include/evolution-data-server/camel/camel-mime-message.h
+file path=usr/include/evolution-data-server/camel/camel-mime-parser.h
+file path=usr/include/evolution-data-server/camel/camel-mime-part-utils.h
+file path=usr/include/evolution-data-server/camel/camel-mime-part.h
+file path=usr/include/evolution-data-server/camel/camel-mime-utils.h
+file path=usr/include/evolution-data-server/camel/camel-movemail.h
+file path=usr/include/evolution-data-server/camel/camel-msgport.h
+file path=usr/include/evolution-data-server/camel/camel-multipart-encrypted.h
+file path=usr/include/evolution-data-server/camel/camel-multipart-signed.h
+file path=usr/include/evolution-data-server/camel/camel-multipart.h
+file path=usr/include/evolution-data-server/camel/camel-net-utils.h
+file path=usr/include/evolution-data-server/camel/camel-network-service.h
+file path=usr/include/evolution-data-server/camel/camel-network-settings.h
+file path=usr/include/evolution-data-server/camel/camel-nntp-address.h
+file path=usr/include/evolution-data-server/camel/camel-null-output-stream.h
+file path=usr/include/evolution-data-server/camel/camel-object-bag.h
+file path=usr/include/evolution-data-server/camel/camel-object.h
+file path=usr/include/evolution-data-server/camel/camel-offline-folder.h
+file path=usr/include/evolution-data-server/camel/camel-offline-settings.h
+file path=usr/include/evolution-data-server/camel/camel-offline-store.h
+file path=usr/include/evolution-data-server/camel/camel-operation.h
+file path=usr/include/evolution-data-server/camel/camel-partition-table.h
+file path=usr/include/evolution-data-server/camel/camel-provider.h
+file path=usr/include/evolution-data-server/camel/camel-sasl-anonymous.h
+file path=usr/include/evolution-data-server/camel/camel-sasl-cram-md5.h
+file path=usr/include/evolution-data-server/camel/camel-sasl-digest-md5.h
+file path=usr/include/evolution-data-server/camel/camel-sasl-gssapi.h
+file path=usr/include/evolution-data-server/camel/camel-sasl-login.h
+file path=usr/include/evolution-data-server/camel/camel-sasl-ntlm.h
+file path=usr/include/evolution-data-server/camel/camel-sasl-plain.h
+file path=usr/include/evolution-data-server/camel/camel-sasl-popb4smtp.h
+file path=usr/include/evolution-data-server/camel/camel-sasl.h
+file path=usr/include/evolution-data-server/camel/camel-search-private.h
+file path=usr/include/evolution-data-server/camel/camel-search-sql-sexp.h
+file path=usr/include/evolution-data-server/camel/camel-service.h
+file path=usr/include/evolution-data-server/camel/camel-session.h
+file path=usr/include/evolution-data-server/camel/camel-settings.h
+file path=usr/include/evolution-data-server/camel/camel-sexp.h
+file path=usr/include/evolution-data-server/camel/camel-smime-context.h
+file path=usr/include/evolution-data-server/camel/camel-store-settings.h
+file path=usr/include/evolution-data-server/camel/camel-store-summary.h
+file path=usr/include/evolution-data-server/camel/camel-store.h
+file path=usr/include/evolution-data-server/camel/camel-stream-buffer.h
+file path=usr/include/evolution-data-server/camel/camel-stream-filter.h
+file path=usr/include/evolution-data-server/camel/camel-stream-fs.h
+file path=usr/include/evolution-data-server/camel/camel-stream-mem.h
+file path=usr/include/evolution-data-server/camel/camel-stream-null.h
+file path=usr/include/evolution-data-server/camel/camel-stream-process.h
+file path=usr/include/evolution-data-server/camel/camel-stream.h
+file path=usr/include/evolution-data-server/camel/camel-string-utils.h
+file path=usr/include/evolution-data-server/camel/camel-subscribable.h
+file path=usr/include/evolution-data-server/camel/camel-text-index.h
+file path=usr/include/evolution-data-server/camel/camel-transport.h
+file path=usr/include/evolution-data-server/camel/camel-trie.h
+file path=usr/include/evolution-data-server/camel/camel-uid-cache.h
+file path=usr/include/evolution-data-server/camel/camel-url-scanner.h
+file path=usr/include/evolution-data-server/camel/camel-url.h
+file path=usr/include/evolution-data-server/camel/camel-utf8.h
+file path=usr/include/evolution-data-server/camel/camel-vee-data-cache.h
+file path=usr/include/evolution-data-server/camel/camel-vee-folder.h
+file path=usr/include/evolution-data-server/camel/camel-vee-store.h
+file path=usr/include/evolution-data-server/camel/camel-vee-summary.h
+file path=usr/include/evolution-data-server/camel/camel-vtrash-folder.h
+file path=usr/include/evolution-data-server/camel/camel.h
+file path=usr/include/evolution-data-server/libebackend/e-backend-enums.h
+file path=usr/include/evolution-data-server/libebackend/e-backend-enumtypes.h
+file path=usr/include/evolution-data-server/libebackend/e-backend-factory.h
+file path=usr/include/evolution-data-server/libebackend/e-backend.h
+file path=usr/include/evolution-data-server/libebackend/e-cache-reaper.h
+file path=usr/include/evolution-data-server/libebackend/e-collection-backend-factory.h
+file path=usr/include/evolution-data-server/libebackend/e-collection-backend.h
+file path=usr/include/evolution-data-server/libebackend/e-data-factory.h
+file path=usr/include/evolution-data-server/libebackend/e-db3-utils.h
+file path=usr/include/evolution-data-server/libebackend/e-dbhash.h
+file path=usr/include/evolution-data-server/libebackend/e-dbus-server.h
+file path=usr/include/evolution-data-server/libebackend/e-file-cache.h
+file path=usr/include/evolution-data-server/libebackend/e-oauth2-support.h
+file path=usr/include/evolution-data-server/libebackend/e-offline-listener.h
+file path=usr/include/evolution-data-server/libebackend/e-server-side-source-credentials-provider.h
+file path=usr/include/evolution-data-server/libebackend/e-server-side-source.h
+file path=usr/include/evolution-data-server/libebackend/e-source-registry-server.h
+file path=usr/include/evolution-data-server/libebackend/e-sqlite3-vfs.h
+file path=usr/include/evolution-data-server/libebackend/e-subprocess-factory.h
+file path=usr/include/evolution-data-server/libebackend/e-user-prompter-server-extension.h
+file path=usr/include/evolution-data-server/libebackend/e-user-prompter-server.h
+file path=usr/include/evolution-data-server/libebackend/e-user-prompter.h
+file path=usr/include/evolution-data-server/libebackend/libebackend.h
+file path=usr/include/evolution-data-server/libebook-contacts/e-address-western.h
+file path=usr/include/evolution-data-server/libebook-contacts/e-book-contacts-enumtypes.h
+file path=usr/include/evolution-data-server/libebook-contacts/e-book-contacts-types.h
+file path=usr/include/evolution-data-server/libebook-contacts/e-book-query.h
+file path=usr/include/evolution-data-server/libebook-contacts/e-contact.h
+file path=usr/include/evolution-data-server/libebook-contacts/e-name-western.h
+file path=usr/include/evolution-data-server/libebook-contacts/e-phone-number.h
+file path=usr/include/evolution-data-server/libebook-contacts/e-source-backend-summary-setup.h
+file path=usr/include/evolution-data-server/libebook-contacts/e-vcard.h
+file path=usr/include/evolution-data-server/libebook-contacts/libebook-contacts.h
+file path=usr/include/evolution-data-server/libebook/e-book-client-cursor.h
+file path=usr/include/evolution-data-server/libebook/e-book-client-view.h
+file path=usr/include/evolution-data-server/libebook/e-book-client.h
+file path=usr/include/evolution-data-server/libebook/e-book-enumtypes.h
+file path=usr/include/evolution-data-server/libebook/e-book-types.h
+file path=usr/include/evolution-data-server/libebook/e-book-view.h
+file path=usr/include/evolution-data-server/libebook/e-book.h
+file path=usr/include/evolution-data-server/libebook/e-destination.h
+file path=usr/include/evolution-data-server/libebook/libebook.h
+file path=usr/include/evolution-data-server/libecal/e-cal-check-timezones.h
+file path=usr/include/evolution-data-server/libecal/e-cal-client-view.h
+file path=usr/include/evolution-data-server/libecal/e-cal-client.h
+file path=usr/include/evolution-data-server/libecal/e-cal-component.h
+file path=usr/include/evolution-data-server/libecal/e-cal-enumtypes.h
+file path=usr/include/evolution-data-server/libecal/e-cal-recur.h
+file path=usr/include/evolution-data-server/libecal/e-cal-system-timezone.h
+file path=usr/include/evolution-data-server/libecal/e-cal-time-util.h
+file path=usr/include/evolution-data-server/libecal/e-cal-types.h
+file path=usr/include/evolution-data-server/libecal/e-cal-util.h
+file path=usr/include/evolution-data-server/libecal/e-cal-view.h
+file path=usr/include/evolution-data-server/libecal/e-cal.h
+file path=usr/include/evolution-data-server/libecal/e-timezone-cache.h
+file path=usr/include/evolution-data-server/libecal/libecal.h
+file path=usr/include/evolution-data-server/libedata-book/e-book-backend-cache.h
+file path=usr/include/evolution-data-server/libedata-book/e-book-backend-db-cache.h
+file path=usr/include/evolution-data-server/libedata-book/e-book-backend-factory.h
+file path=usr/include/evolution-data-server/libedata-book/e-book-backend-sexp.h
+file path=usr/include/evolution-data-server/libedata-book/e-book-backend-sqlitedb.h
+file path=usr/include/evolution-data-server/libedata-book/e-book-backend-summary.h
+file path=usr/include/evolution-data-server/libedata-book/e-book-backend.h
+file path=usr/include/evolution-data-server/libedata-book/e-book-sqlite.h
+file path=usr/include/evolution-data-server/libedata-book/e-data-book-cursor-sqlite.h
+file path=usr/include/evolution-data-server/libedata-book/e-data-book-cursor.h
+file path=usr/include/evolution-data-server/libedata-book/e-data-book-direct.h
+file path=usr/include/evolution-data-server/libedata-book/e-data-book-factory.h
+file path=usr/include/evolution-data-server/libedata-book/e-data-book-view.h
+file path=usr/include/evolution-data-server/libedata-book/e-data-book.h
+file path=usr/include/evolution-data-server/libedata-book/e-subprocess-book-factory.h
+file path=usr/include/evolution-data-server/libedata-book/libedata-book.h
+file path=usr/include/evolution-data-server/libedata-cal/e-cal-backend-cache.h
+file path=usr/include/evolution-data-server/libedata-cal/e-cal-backend-factory.h
+file path=usr/include/evolution-data-server/libedata-cal/e-cal-backend-intervaltree.h
+file path=usr/include/evolution-data-server/libedata-cal/e-cal-backend-sexp.h
+file path=usr/include/evolution-data-server/libedata-cal/e-cal-backend-store.h
+file path=usr/include/evolution-data-server/libedata-cal/e-cal-backend-sync.h
+file path=usr/include/evolution-data-server/libedata-cal/e-cal-backend-util.h
+file path=usr/include/evolution-data-server/libedata-cal/e-cal-backend.h
+file path=usr/include/evolution-data-server/libedata-cal/e-data-cal-factory.h
+file path=usr/include/evolution-data-server/libedata-cal/e-data-cal-view.h
+file path=usr/include/evolution-data-server/libedata-cal/e-data-cal.h
+file path=usr/include/evolution-data-server/libedata-cal/e-subprocess-cal-factory.h
+file path=usr/include/evolution-data-server/libedata-cal/libedata-cal.h
+file path=usr/include/evolution-data-server/libedataserver/e-cancellable-locks.h
+file path=usr/include/evolution-data-server/libedataserver/e-categories.h
+file path=usr/include/evolution-data-server/libedataserver/e-client.h
+file path=usr/include/evolution-data-server/libedataserver/e-collator.h
+file path=usr/include/evolution-data-server/libedataserver/e-credentials.h
+file path=usr/include/evolution-data-server/libedataserver/e-data-server-util.h
+file path=usr/include/evolution-data-server/libedataserver/e-debug-log.h
+file path=usr/include/evolution-data-server/libedataserver/e-extensible.h
+file path=usr/include/evolution-data-server/libedataserver/e-extension.h
+file path=usr/include/evolution-data-server/libedataserver/e-flag.h
+file path=usr/include/evolution-data-server/libedataserver/e-free-form-exp.h
+file path=usr/include/evolution-data-server/libedataserver/e-gdbus-templates.h
+file path=usr/include/evolution-data-server/libedataserver/e-iterator.h
+file path=usr/include/evolution-data-server/libedataserver/e-list-iterator.h
+file path=usr/include/evolution-data-server/libedataserver/e-list.h
+file path=usr/include/evolution-data-server/libedataserver/e-memory.h
+file path=usr/include/evolution-data-server/libedataserver/e-module.h
+file path=usr/include/evolution-data-server/libedataserver/e-operation-pool.h
+file path=usr/include/evolution-data-server/libedataserver/e-proxy.h
+file path=usr/include/evolution-data-server/libedataserver/e-secret-store.h
+file path=usr/include/evolution-data-server/libedataserver/e-sexp.h
+file path=usr/include/evolution-data-server/libedataserver/e-soup-auth-bearer.h
+file path=usr/include/evolution-data-server/libedataserver/e-soup-ssl-trust.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-address-book.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-alarms.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-authentication.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-autocomplete.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-backend.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-calendar.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-camel.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-collection.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-contacts.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-credentials-provider-impl-password.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-credentials-provider-impl.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-credentials-provider.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-enums.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-enumtypes.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-extension.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-goa.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-ldap.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-local.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-mail-account.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-mail-composition.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-mail-identity.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-mail-signature.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-mail-submission.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-mail-transport.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-mdn.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-offline.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-openpgp.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-proxy.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-refresh.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-registry.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-resource.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-revision-guards.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-security.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-selectable.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-smime.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-uoa.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-weather.h
+file path=usr/include/evolution-data-server/libedataserver/e-source-webdav.h
+file path=usr/include/evolution-data-server/libedataserver/e-source.h
+file path=usr/include/evolution-data-server/libedataserver/e-time-utils.h
+file path=usr/include/evolution-data-server/libedataserver/e-uid.h
+file path=usr/include/evolution-data-server/libedataserver/e-url.h
+file path=usr/include/evolution-data-server/libedataserver/e-webdav-discover.h
+file path=usr/include/evolution-data-server/libedataserver/e-xml-hash-utils.h
+file path=usr/include/evolution-data-server/libedataserver/e-xml-utils.h
+file path=usr/include/evolution-data-server/libedataserver/eds-version.h
+file path=usr/include/evolution-data-server/libedataserver/libedataserver.h
+file path=usr/include/evolution-data-server/libedataserverui/e-cell-renderer-color.h
+file path=usr/include/evolution-data-server/libedataserverui/e-credentials-prompter-impl-password.h
+file path=usr/include/evolution-data-server/libedataserverui/e-credentials-prompter-impl.h
+file path=usr/include/evolution-data-server/libedataserverui/e-credentials-prompter.h
+file path=usr/include/evolution-data-server/libedataserverui/e-trust-prompt.h
+file path=usr/include/evolution-data-server/libedataserverui/e-webdav-discover-widget.h
+file path=usr/include/evolution-data-server/libedataserverui/libedataserverui.h
+file path=usr/lib/$(MACH64)/camel-index-control-1.2 mode=0555
+file path=usr/lib/$(MACH64)/camel-lock-helper-1.2 mode=0555
+file path=usr/lib/$(MACH64)/evolution-addressbook-factory mode=0555
+file path=usr/lib/$(MACH64)/evolution-addressbook-factory-subprocess mode=0555
+file path=usr/lib/$(MACH64)/evolution-calendar-factory mode=0555
+file path=usr/lib/$(MACH64)/evolution-calendar-factory-subprocess mode=0555
+file path=usr/lib/$(MACH64)/evolution-data-server/addressbook-backends/libebookbackendfile.so
+file path=usr/lib/$(MACH64)/evolution-data-server/addressbook-backends/libebookbackendgoogle.so
+file path=usr/lib/$(MACH64)/evolution-data-server/addressbook-backends/libebookbackendwebdav.so
+file path=usr/lib/$(MACH64)/evolution-data-server/calendar-backends/libecalbackendcaldav.so
+file path=usr/lib/$(MACH64)/evolution-data-server/calendar-backends/libecalbackendcontacts.so
+file path=usr/lib/$(MACH64)/evolution-data-server/calendar-backends/libecalbackendfile.so
+file path=usr/lib/$(MACH64)/evolution-data-server/calendar-backends/libecalbackendgtasks.so
+file path=usr/lib/$(MACH64)/evolution-data-server/calendar-backends/libecalbackendhttp.so
+file path=usr/lib/$(MACH64)/evolution-data-server/calendar-backends/libecalbackendweather.so
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelimapx.so
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelimapx.urls
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamellocal.so
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamellocal.urls
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelnntp.so
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelnntp.urls
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelpop3.so
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelpop3.urls
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelsendmail.so
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelsendmail.urls
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelsmtp.so
+file path=usr/lib/$(MACH64)/evolution-data-server/camel-providers/libcamelsmtp.urls
+file path=usr/lib/$(MACH64)/evolution-data-server/credential-modules/module-credentials-goa.so
+file path=usr/lib/$(MACH64)/evolution-data-server/libedbus-private.so
+file path=usr/lib/$(MACH64)/evolution-data-server/registry-modules/module-cache-reaper.so
+file path=usr/lib/$(MACH64)/evolution-data-server/registry-modules/module-gnome-online-accounts.so
+file path=usr/lib/$(MACH64)/evolution-data-server/registry-modules/module-google-backend.so
+file path=usr/lib/$(MACH64)/evolution-data-server/registry-modules/module-outlook-backend.so
+file path=usr/lib/$(MACH64)/evolution-data-server/registry-modules/module-owncloud-backend.so
+file path=usr/lib/$(MACH64)/evolution-data-server/registry-modules/module-secret-monitor.so
+file path=usr/lib/$(MACH64)/evolution-data-server/registry-modules/module-trust-prompt.so
+file path=usr/lib/$(MACH64)/evolution-data-server/registry-modules/module-yahoo-backend.so
+file path=usr/lib/$(MACH64)/evolution-scan-gconf-tree-xml mode=0555
+file path=usr/lib/$(MACH64)/evolution-source-registry mode=0555
+file path=usr/lib/$(MACH64)/evolution-user-prompter mode=0555
+file path=usr/lib/$(MACH64)/girepository-1.0/EBook-1.2.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/EBookContacts-1.2.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/EDataServer-1.2.typelib
+link path=usr/lib/$(MACH64)/libcamel-1.2.so target=libcamel-1.2.so.54.0.0
+link path=usr/lib/$(MACH64)/libcamel-1.2.so.54 target=libcamel-1.2.so.54.0.0
+file path=usr/lib/$(MACH64)/libcamel-1.2.so.54.0.0 \
+    pkg.depend.bypass-generate=.*libgssapi_krb5.so.2.*
+link path=usr/lib/$(MACH64)/libebackend-1.2.so target=libebackend-1.2.so.10.0.0
+link path=usr/lib/$(MACH64)/libebackend-1.2.so.10 \
+    target=libebackend-1.2.so.10.0.0
+file path=usr/lib/$(MACH64)/libebackend-1.2.so.10.0.0
+link path=usr/lib/$(MACH64)/libebook-1.2.so target=libebook-1.2.so.16.3.1
+link path=usr/lib/$(MACH64)/libebook-1.2.so.16 target=libebook-1.2.so.16.3.1
+file path=usr/lib/$(MACH64)/libebook-1.2.so.16.3.1
+link path=usr/lib/$(MACH64)/libebook-contacts-1.2.so \
+    target=libebook-contacts-1.2.so.2.0.0
+link path=usr/lib/$(MACH64)/libebook-contacts-1.2.so.2 \
+    target=libebook-contacts-1.2.so.2.0.0
+file path=usr/lib/$(MACH64)/libebook-contacts-1.2.so.2.0.0
+link path=usr/lib/$(MACH64)/libecal-1.2.so target=libecal-1.2.so.19.0.0
+link path=usr/lib/$(MACH64)/libecal-1.2.so.19 target=libecal-1.2.so.19.0.0
+file path=usr/lib/$(MACH64)/libecal-1.2.so.19.0.0
+link path=usr/lib/$(MACH64)/libedata-book-1.2.so \
+    target=libedata-book-1.2.so.25.0.0
+link path=usr/lib/$(MACH64)/libedata-book-1.2.so.25 \
+    target=libedata-book-1.2.so.25.0.0
+file path=usr/lib/$(MACH64)/libedata-book-1.2.so.25.0.0
+link path=usr/lib/$(MACH64)/libedata-cal-1.2.so \
+    target=libedata-cal-1.2.so.28.0.0
+link path=usr/lib/$(MACH64)/libedata-cal-1.2.so.28 \
+    target=libedata-cal-1.2.so.28.0.0
+file path=usr/lib/$(MACH64)/libedata-cal-1.2.so.28.0.0
+link path=usr/lib/$(MACH64)/libedataserver-1.2.so \
+    target=libedataserver-1.2.so.21.0.0
+link path=usr/lib/$(MACH64)/libedataserver-1.2.so.21 \
+    target=libedataserver-1.2.so.21.0.0
+file path=usr/lib/$(MACH64)/libedataserver-1.2.so.21.0.0
+link path=usr/lib/$(MACH64)/libedataserverui-1.2.so \
+    target=libedataserverui-1.2.so.1.0.0
+link path=usr/lib/$(MACH64)/libedataserverui-1.2.so.1 \
+    target=libedataserverui-1.2.so.1.0.0
+file path=usr/lib/$(MACH64)/libedataserverui-1.2.so.1.0.0
+file path=usr/lib/$(MACH64)/pkgconfig/camel-1.2.pc
+file path=usr/lib/$(MACH64)/pkgconfig/evolution-data-server-1.2.pc
+file path=usr/lib/$(MACH64)/pkgconfig/libebackend-1.2.pc
+file path=usr/lib/$(MACH64)/pkgconfig/libebook-1.2.pc
+file path=usr/lib/$(MACH64)/pkgconfig/libebook-contacts-1.2.pc
+file path=usr/lib/$(MACH64)/pkgconfig/libecal-1.2.pc
+file path=usr/lib/$(MACH64)/pkgconfig/libedata-book-1.2.pc
+file path=usr/lib/$(MACH64)/pkgconfig/libedata-cal-1.2.pc
+file path=usr/lib/$(MACH64)/pkgconfig/libedataserver-1.2.pc
+file path=usr/lib/$(MACH64)/pkgconfig/libedataserverui-1.2.pc
+file path=usr/share/GConf/gsettings/evolution-data-server.convert
+file path=usr/share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
+file path=usr/share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
+file path=usr/share/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
+file path=usr/share/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service
+file path=usr/share/gir-1.0/EBook-1.2.gir
+file path=usr/share/gir-1.0/EBookContacts-1.2.gir
+file path=usr/share/gir-1.0/EDataServer-1.2.gir
+file path=usr/share/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.evolution-data-server.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
+file path=usr/share/locale/am/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ar/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/as/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ast/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/az/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/be/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/bg/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/bn/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/bn_IN/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/bs/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ca/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/cs/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/cy/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/da/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/de/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/dz/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/el/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/en@shaw/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/en_AU/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/en_CA/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/eo/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/es/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/et/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/eu/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/fa/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/fi/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/fr/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ga/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/gl/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/gu/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/he/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/hi/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/hr/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/hu/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/id/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/is/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/it/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ja/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ka/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/kk/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/km/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/kn/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ko/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ku/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/lt/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/lv/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/mai/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/mk/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ml/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/mn/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/mr/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ms/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/nb/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ne/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/nl/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/nn/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/oc/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/or/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/pa/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/pl/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/pt/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ro/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ru/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/rw/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/si/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/sk/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/sl/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/sq/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/sr/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/sv/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ta/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/te/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/tg/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/th/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/tr/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/ug/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/uk/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/vi/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/wa/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/xh/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/evolution-data-server-3.18.mo
+file path=usr/share/pixmaps/evolution-data-server/category_birthday_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_business_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_favorites_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_gifts_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_goals_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_holiday-cards_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_holiday_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_hot-contacts_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_ideas_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_international_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_key-customer_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_miscellaneous_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_personal_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_phonecalls_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_status_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_strategies_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_suppliers_16.png
+file path=usr/share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
+file path=usr/share/vala/vapi/libebook-1.2.deps
+file path=usr/share/vala/vapi/libebook-1.2.vapi
+file path=usr/share/vala/vapi/libebook-contacts-1.2.deps
+file path=usr/share/vala/vapi/libebook-contacts-1.2.vapi
+file path=usr/share/vala/vapi/libedataserver-1.2.deps
+file path=usr/share/vala/vapi/libedataserver-1.2.vapi
+license COPYING license=LGPLv2
+depend type=require fmri=__TBD \
+    pkg.debug.depend.reason=libedataserver/e-proxy.c \
+    pkg.tmp.gsettings-schema=org.gnome.system.proxy
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/nspr.pc	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib/mps/64
+includedir=${prefix}/include
+
+Name: NSPR
+Description: The Netscape Portable Runtime
+Version: 4.10.7
+Libs: -R${libdir} -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lposix4
+Cflags: -I${includedir}/mps
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/nss.pc	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,12 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib/mps/64
+includedir=${prefix}/include
+
+Name: NSS
+Description: Network Security Services
+Version: 3.17.2
+Requires: nspr >= 4.6
+Libs: -R${libdir} -L${libdir} -lnss3 -lsmime3 -lssl3 -lnssutil3
+Cflags: -I${includedir}/mps
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/patches/01-mail-spool.patch	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,23 @@
+Provide a way to override mail spool check; unclear if this is the right
+solution for upstream. Need to investigate if Solaris mail spool is still
+"broken".
+--- evolution-data-server-3.16.2/configure.ac	2015-04-12 23:39:40.000000000 -0700
++++ evolution-data-server-3.16.2/configure.ac	2015-07-16 10:57:25.519611383 -0700
+@@ -1077,10 +1077,14 @@
+ AC_DEFINE_UNQUOTED(SENDMAIL_PATH, "$SENDMAIL", [Path to a sendmail binary, or equivalent])
+ 
+ AC_MSG_CHECKING([system mail directory])
+-if test -d /var/mail -a '!' -h /var/mail ; then
+-	system_mail_dir="/var/mail"
++if test -z "$SYSTEM_MAIL_DIR"; then
++	if test -d /var/mail -a '!' -h /var/mail ; then
++		system_mail_dir="/var/mail"
++	else
++		system_mail_dir="/var/spool/mail"
++	fi
+ else
+-	system_mail_dir="/var/spool/mail"
++	system_mail_dir="$SYSTEM_MAIL_DIR"
+ fi
+ AC_DEFINE_UNQUOTED(SYSTEM_MAIL_DIR, "$system_mail_dir", [Directory local mail is delivered to])
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/patches/02-sun-kerberos.patch	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,13 @@
+Bit-rot has set in upstream; they just needs to use their own include
+checks to include the right header file.
+--- evolution-data-server-3.16.2/camel/camel-sasl-gssapi.c	2015-03-22 23:41:04.000000000 -0700
++++ evolution-data-server-3.16.2/camel/camel-sasl-gssapi.c	2015-07-16 11:20:06.049118652 -0700
+@@ -45,6 +45,8 @@
+ 
+ #ifdef HAVE_HEIMDAL_KRB5
+ #include <krb5.h>
++#elif HAVE_SUN_KRB5
++#include <kerberosv5/krb5.h>
+ #else
+ #include <krb5/krb5.h>
+ #endif /* HAVE_HEIMDAL_KRB5 */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/patches/03-libcamel-sqlite3.patch	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,29 @@
+This ensures that Mozilla nss/nspr libraries are placed last in
+flags/libraries so that the sqlite3 library found in /usr/lib is preferred
+over the one found in /usr/lib/mps.
+
+We need to fix Solaris to not have conflicting sqlite3 libraries, instead
+of forcing upstream to hack around this.
+
+--- evolution-data-server-3.16.2/configure.ac	2015-07-16 12:48:00.510697572 -0700
++++ evolution-data-server-3.16.2/configure.ac	2015-07-16 12:47:38.408295304 -0700
+@@ -1452,8 +1452,8 @@
+ dnl ******************************
+ AC_DEFUN([EVO_SET_COMPILE_FLAGS], [
+ 	PKG_CHECK_MODULES([$1], [$2])
+-	$1_CFLAGS="[$]$1_CFLAGS $3 "
+-	$1_LIBS="[$]$1_LIBS $4 "
++	$1_CFLAGS="$3 [$]$1_CFLAGS "
++	$1_LIBS="$4 [$]$1_LIBS "
+ ])
+ 
+ dnl ******************************
+@@ -1626,7 +1626,7 @@
+ 
+ AM_CONDITIONAL(ENABLE_LARGEFILE, [test "x$enable_largefile" = "xyes"])
+ 
+-EVO_SET_COMPILE_FLAGS(CAMEL, gio-2.0 gmodule-2.0 $mozilla_nss $mozilla_nspr sqlite3 >= sqlite_minimum_version, $KRB5_CFLAGS $MANUAL_NSS_CFLAGS $MANUAL_NSPR_CFLAGS $LARGEFILE_CFLAGS $ICU_CFLAGS, -lz $KRB5_LIBS $MANUAL_NSS_LIBS $MANUAL_NSPR_LIBS $ICU_LIBS)
++EVO_SET_COMPILE_FLAGS(CAMEL, gio-2.0 gmodule-2.0 $mozilla_nss $mozilla_nspr, $SQLITE3_CFLAGS $KRB5_CFLAGS $MANUAL_NSS_CFLAGS $MANUAL_NSPR_CFLAGS $LARGEFILE_CFLAGS $ICU_CFLAGS, $SQLITE3_LIBS -lz $KRB5_LIBS $MANUAL_NSS_LIBS $MANUAL_NSPR_LIBS $ICU_LIBS)
+ AC_SUBST(CAMEL_CFLAGS)
+ AC_SUBST(CAMEL_LIBS)
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/patches/04-largefile.patch	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,85 @@
+redefinition warnings for _FILE_OFFSET_BITS if config.h not included first.
+
+This may be fixed upstream in post-3.22 development - need to resync and
+determine if there's anything left to send upstream.
+
+--- evolution-data-server-3.16.2/libedataserver/e-source.c	2015-05-06 02:39:09.000000000 -0700
++++ evolution-data-server-3.16.2/libedataserver/e-source.c	2015-07-16 15:31:08.167638153 -0700
+@@ -65,9 +65,12 @@
+  * fail with %G_IO_ERROR_NOT_SUPPORTED.
+  **/
+ 
++#ifdef HAVE_CONFIG_H
++#include <config.h>
++#endif
++
+ #include "e-source.h"
+ 
+-#include <config.h>
+ #include <string.h>
+ #include <glib/gi18n-lib.h>
+
+--- evolution-data-server-3.16.2/libedataserver/e-source-registry.c	2015-03-22 23:41:04.000000000 -0700
++++ evolution-data-server-3.16.2/libedataserver/e-source-registry.c	2015-07-16 18:52:09.708140925 -0700
+@@ -37,9 +37,12 @@
+  * book, calendar, memo list and task list for desktop integration.
+  **/
+ 
++#ifdef HAVE_CONFIG_H
++#include <config.h>
++#endif
++
+ #include "e-source-registry.h"
+ 
+-#include <config.h>
+ #include <glib/gstdio.h>
+ #include <glib/gi18n-lib.h>
+ 
+--- evolution-data-server-3.16.2/libedataserver/e-source-collection.c	2015-03-22 23:41:04.000000000 -0700
++++ evolution-data-server-3.16.2/libedataserver/e-source-collection.c	2015-07-16 19:04:32.222032022 -0700
+@@ -34,9 +34,12 @@
+  * ]|
+  **/
+ 
++#ifdef HAVE_CONFIG_H
++#include <config.h>
++#endif
++
+ #include "e-source-collection.h"
+ 
+-#include <config.h>
+ #include <glib/gi18n-lib.h>
+ 
+ /* Private D-Bus classes. */
+--- evolution-data-server-3.16.2/libedataserver/e-source-mail-signature.c	2015-03-22 23:41:04.000000000 -0700
++++ evolution-data-server-3.16.2/libedataserver/e-source-mail-signature.c	2015-07-16 19:04:48.534733808 -0700
+@@ -34,9 +34,12 @@
+  * ]|
+  **/
+ 
++#ifdef HAVE_CONFIG_H
++#include <config.h>
++#endif
++
+ #include "e-source-mail-signature.h"
+ 
+-#include <config.h>
+ #include <string.h>
+ #include <glib/gi18n-lib.h>
+ 
+--- evolution-data-server-3.16.2/libedataserver/e-source-proxy.c	2015-03-22 23:41:04.000000000 -0700
++++ evolution-data-server-3.16.2/libedataserver/e-source-proxy.c	2015-07-16 19:05:04.096807494 -0700
+@@ -35,9 +35,12 @@
+  * ]|
+  **/
+ 
++#ifdef HAVE_CONFIG_H
++#include <config.h>
++#endif
++
+ #include "e-source-proxy.h"
+ 
+-#include <config.h>
+ #include <glib/gi18n-lib.h>
+ 
+ #include <libedataserver/e-source-enumtypes.h>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/patches/05-gobject-introspection.patch	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,44 @@
+This is a hack for which I have found no alternative; it allows
+gobject-introspection to find the nss/nspr libraries when it's scanning the
+libraries.  Since it isn't used by any binaries or libraries we deliver, it
+should be ok, but I wish there was a better solution.
+
+Not appropriate for upstream.
+--- evolution-data-server-3.16.2/addressbook/libebook/Makefile.am	2015-03-22 23:41:04.000000000 -0700
++++ evolution-data-server-3.16.2/addressbook/libebook/Makefile.am	2015-07-16 18:27:14.254242705 -0700
+@@ -133,6 +133,10 @@
+ 	$(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
+ 	libebook-1.2.la $(top_builddir)/libedataserver/libedataserver-1.2.la \
+ 	$(NULL)
++EBook_1_2_gir_LDFLAGS = \
++	-L/usr/lib/mps/64 \
++	-L/usr/lib/mps \
++	$(NULL)
+ EBook_1_2_gir_FILES = \
+ 	$(libebook_1_2_la_SOURCES) \
+ 	$(libebookinclude_HEADERS) \
+--- evolution-data-server-3.16.2/addressbook/libebook-contacts/Makefile.am	2015-03-22 23:41:04.000000000 -0700
++++ evolution-data-server-3.16.2/addressbook/libebook-contacts/Makefile.am	2015-07-16 18:27:21.249507947 -0700
+@@ -142,6 +142,10 @@
+ EBookContacts_1_2_gir_LIBS = \
+ 	libebook-contacts-1.2.la $(top_builddir)/libedataserver/libedataserver-1.2.la \
+ 	$(NULL)
++EBookContacts_1_2_gir_LDFLAGS = \
++	-L/usr/lib/mps/64 \
++	-L/usr/lib/mps \
++	$(NULL)
+ EBookContacts_1_2_gir_FILES = \
+ 	$(libebook_contacts_1_2_la_SOURCES) \
+ 	$(libebookcontactsinclude_HEADERS) \
+--- evolution-data-server-3.16.2/libedataserver/Makefile.am	2015-03-22 23:41:04.000000000 -0700
++++ evolution-data-server-3.16.2/libedataserver/Makefile.am	2015-07-16 18:27:44.552846725 -0700
+@@ -261,6 +261,10 @@
+ 	libedataserver-1.2.la \
+ 	$(top_builddir)/camel/libcamel-1.2.la \
+ 	$(NULL)
++EDataServer_1_2_gir_LDFLAGS = \
++	-L/usr/lib/mps/64 \
++	-L/usr/lib/mps \
++	$(NULL)
+ EDataServer_1_2_gir_FILES = $(introspection_sources)
+ INTROSPECTION_GIRS += EDataServer-1.2.gir
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/evolution-data-server/test/results-all.master	Fri Oct 28 14:57:43 2016 -0700
@@ -0,0 +1,164 @@
+PASS: phone-numbers
+# TOTAL: 1
+# PASS:  1
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  0
+# XPASS: 0
+# ERROR: 0
+FAIL: test-fixture
+# TOTAL: 1
+# PASS:  0
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  1
+# XPASS: 0
+# ERROR: 0
+PASS: e-source-test
+FAIL: e-source-registry-test
+# TOTAL: 2
+# PASS:  1
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  1
+# XPASS: 0
+# ERROR: 0
+PASS: test-contact-types
+FAIL: test-vcard-parsing
+PASS: test-untyped-phones
+PASS: test-query
+PASS: test-phone-number
+# TOTAL: 5
+# PASS:  4
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  1
+# XPASS: 0
+# ERROR: 0
+FAIL: test-sqlite-get-contact
+FAIL: test-sqlite-create-cursor
+FAIL: test-sqlite-cursor-move-by-posix
+FAIL: test-sqlite-cursor-move-by-en-US
+FAIL: test-sqlite-cursor-move-by-fr-CA
+FAIL: test-sqlite-cursor-move-by-de-DE
+FAIL: test-sqlite-cursor-set-target
+FAIL: test-sqlite-cursor-calculate
+FAIL: test-sqlite-cursor-set-sexp
+FAIL: test-sqlite-cursor-change-locale
+# TOTAL: 10
+# PASS:  0
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  10
+# XPASS: 0
+# ERROR: 0
+FAIL: test-book-client-refresh
+FAIL: test-book-client-add-contact
+FAIL: test-book-client-get-contact
+FAIL: test-book-client-get-contact-uids
+FAIL: test-book-client-modify-contact
+FAIL: test-book-client-remove-contact
+FAIL: test-book-client-remove-contact-by-uid
+FAIL: test-book-client-remove-contacts
+FAIL: test-book-client-add-and-get-sync
+FAIL: test-book-client-add-and-get-async
+FAIL: test-book-client-self
+FAIL: test-book-client-preserve-uid
+FAIL: test-book-client-photo-is-uri
+FAIL: test-book-client-e164-param
+FAIL: test-book-client-custom-summary
+FAIL: test-book-client-get-revision
+FAIL: test-book-client-write-write
+FAIL: test-book-client-get-view
+FAIL: test-book-client-uid-only-view
+FAIL: test-book-client-revision-view
+FAIL: test-book-client-view-operations
+FAIL: test-book-client-suppress-notifications
+FAIL: test-book-client-cursor-create
+# TOTAL: 23
+# PASS:  0
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  23
+# XPASS: 0
+# ERROR: 0
+FAIL: test-ebook-add-contact
+FAIL: test-ebook-get-contact
+FAIL: test-ebook-commit-contact
+FAIL: test-ebook-remove-contact
+FAIL: test-ebook-get-required-fields
+FAIL: test-ebook-get-static-capabilities
+FAIL: test-ebook-get-supported-fields
+FAIL: test-ebook-get-supported-auth-methods
+FAIL: test-ebook-remove-contact-by-id
+FAIL: test-ebook-remove-contacts
+FAIL: test-ebook-get-book-view
+# TOTAL: 11
+# PASS:  0
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  11
+# XPASS: 0
+# ERROR: 0
+FAIL: test-migration
+# TOTAL: 1
+# PASS:  0
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  1
+# XPASS: 0
+# ERROR: 0
+FAIL: test-cal-client-refresh
+FAIL: test-cal-client-add-timezone
+FAIL: test-cal-client-create-object
+FAIL: test-cal-client-remove-object
+FAIL: test-cal-client-get-object-list
+FAIL: test-cal-client-modify-object
+FAIL: test-cal-client-send-objects
+FAIL: test-cal-client-receive-objects
+FAIL: test-cal-client-bulk-methods
+FAIL: test-cal-client-get-attachment-uris
+FAIL: test-cal-client-get-view
+FAIL: test-cal-client-revision-view
+FAIL: test-cal-client-get-revision
+FAIL: test-cal-client-get-free-busy
+# TOTAL: 14
+# PASS:  0
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  14
+# XPASS: 0
+# ERROR: 0
+FAIL: test-ecal-get-timezone
+FAIL: test-ecal-add-timezone
+FAIL: test-ecal-set-default-timezone
+FAIL: test-ecal-get-alarm-email-address
+FAIL: test-ecal-get-cal-address
+FAIL: test-ecal-get-ldap-attribute
+FAIL: test-ecal-get-capabilities
+FAIL: test-ecal-get-default-object
+FAIL: test-ecal-create-object
+FAIL: test-ecal-create-object--2
+FAIL: test-ecal-get-objects-for-uid
+FAIL: test-ecal-remove-object
+FAIL: test-ecal-get-object-list
+FAIL: test-ecal-modify-object
+FAIL: test-ecal-send-objects
+FAIL: test-ecal-receive-objects
+FAIL: test-ecal-get-query
+# TOTAL: 17
+# PASS:  0
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  17
+# XPASS: 0
+# ERROR: 0
+PASS: test-e-sexp
+PASS: test-intervaltree
+# TOTAL: 2
+# PASS:  2
+# SKIP:  0
+# XFAIL: 0
+# FAIL:  0
+# XPASS: 0
+# ERROR: 0
--- a/components/meta-packages/incorporation-cache	Sat Sep 17 00:11:12 2016 -0700
+++ b/components/meta-packages/incorporation-cache	Fri Oct 28 14:57:43 2016 -0700
@@ -51,7 +51,6 @@
 consolidation/desktop/gnome-incorporation:gnome/theme/[email protected]
 consolidation/desktop/gnome-incorporation:gnome/theme/[email protected]
 consolidation/desktop/gnome-incorporation:library/audio/[email protected]
-consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]
 consolidation/desktop/gnome-incorporation:library/desktop/[email protected]