23245623 Deliver folks 0.11.1 in Solaris
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Mon, 24 Oct 2016 18:44:19 -0700
changeset 7205 27c5215213bf
parent 7204 e172b72a358c
child 7206 23066e5fef27
23245623 Deliver folks 0.11.1 in Solaris PSARC/2016/413 GNOME 3 Web Bundle
components/gnome/folks/Makefile
components/gnome/folks/folks.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/folks/Makefile	Mon Oct 24 18:44:19 2016 -0700
@@ -0,0 +1,101 @@
+#
+# 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.
+COMPILER =              gcc
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		folks
+COMPONENT_VERSION=	0.11.1
+COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/Folks
+COMPONENT_ARCHIVE_HASH= \
+	sha256:6740d9074be911959904b40e7264d298bb5622995098ddfa1751dcd2bc4c917d
+COMPONENT_BUGDB=        gnome/libraries
+
+TPNO=			25282
+
+# Tests do not yet work with Userland framework
+TEST_TARGET = $(SKIP_TEST)
+
+# Needs gobject-introspection, not available on S11.
+include $(WS_MAKE_RULES)/no-evaluation.mk
+
+include $(WS_MAKE_RULES)/gnome-component.mk
+
+# __EXTENSIONS__ required for various non-standard function usages.
+CFLAGS += -D__EXTENSIONS__
+# Not compiled as an xpg6 application, but configure defines this, so we
+# override and undefine it to avoid feature_tests.h failures; unclear what the
+# correct fix is.
+CFLAGS += -U_POSIX_SOURCE
+
+# A pkg-config file isn't shipped in Solaris for nss/nspr 64-bit, so we
+# workaround this by using the one-off copy in the evolution-data-server
+# component directory
+PKG_CONFIG_PATHS.64 += $(WS_COMPONENTS)/gnome/evolution-data-server
+PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
+
+CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
+
+# Requires valadoc.
+CONFIGURE_OPTIONS += --disable-docs
+CONFIGURE_OPTIONS += --disable-schemas-compile
+CONFIGURE_OPTIONS += --disable-static
+# Linux-specific bluetooth support.
+CONFIGURE_OPTIONS += --disable-bluez-backend
+# GSM Telephony Support (unnecessary).
+CONFIGURE_OPTIONS += --disable-ofono-backend
+# Not currently shipping libsocialweb (https://github.com/GNOME/libsocialweb).
+CONFIGURE_OPTIONS += --disable-libsocialweb-backend
+# Not currently shipping zeitgeist (http://zeitgeist-project.com/), so disable
+# support.
+CONFIGURE_OPTIONS += --disable-zeitgeist
+CONFIGURE_OPTIONS += --enable-eds-backend
+CONFIGURE_OPTIONS += --enable-import-tool
+CONFIGURE_OPTIONS += --enable-inspect-tool
+CONFIGURE_OPTIONS += --enable-shared
+CONFIGURE_OPTIONS += --enable-telepathy-backend
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-tracker-backend
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-vala
+CONFIGURE_OPTIONS += --with-pic
+CONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
+
+# Requires tracker and evolution data server be installed on the build servers
+
+REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
+REQUIRED_PACKAGES += developer/vala
+REQUIRED_PACKAGES += library/desktop/evolution-data-server
+REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
+REQUIRED_PACKAGES += library/desktop/libgee
+REQUIRED_PACKAGES += library/desktop/search/tracker
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/ncurses
+REQUIRED_PACKAGES += library/readline
+REQUIRED_PACKAGES += library/telepathy-glib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/folks/folks.p5m	Mon Oct 24 18:44:19 2016 -0700
@@ -0,0 +1,154 @@
+#
+# 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/gnome/folks@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="A library for aggregating contact information from multiple sources"
+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/413
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/bin/folks-import
+file path=usr/bin/folks-inspect
+file path=usr/include/folks/folks-dummy.h
+file path=usr/include/folks/folks-eds.h
+file path=usr/include/folks/folks-telepathy.h
+file path=usr/include/folks/folks-tracker.h
+file path=usr/include/folks/folks.h
+file path=usr/lib/$(MACH64)/folks/43/backends/dummy/dummy.so
+file path=usr/lib/$(MACH64)/folks/43/backends/eds/eds.so
+file path=usr/lib/$(MACH64)/folks/43/backends/key-file/key-file.so
+file path=usr/lib/$(MACH64)/folks/43/backends/telepathy/telepathy.so
+file path=usr/lib/$(MACH64)/folks/43/backends/tracker/tracker.so
+file path=usr/lib/$(MACH64)/girepository-1.0/Folks-0.6.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/FolksDummy-0.6.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/FolksEds-0.6.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/FolksTelepathy-0.6.typelib
+file path=usr/lib/$(MACH64)/girepository-1.0/FolksTracker-0.6.typelib
+link path=usr/lib/$(MACH64)/libfolks-dummy.so target=libfolks-dummy.so.25.18.1
+link path=usr/lib/$(MACH64)/libfolks-dummy.so.25 \
+    target=libfolks-dummy.so.25.18.1
+file path=usr/lib/$(MACH64)/libfolks-dummy.so.25.18.1
+link path=usr/lib/$(MACH64)/libfolks-eds.so target=libfolks-eds.so.25.18.1
+link path=usr/lib/$(MACH64)/libfolks-eds.so.25 target=libfolks-eds.so.25.18.1
+file path=usr/lib/$(MACH64)/libfolks-eds.so.25.18.1
+link path=usr/lib/$(MACH64)/libfolks-telepathy.so \
+    target=libfolks-telepathy.so.25.18.1
+link path=usr/lib/$(MACH64)/libfolks-telepathy.so.25 \
+    target=libfolks-telepathy.so.25.18.1
+file path=usr/lib/$(MACH64)/libfolks-telepathy.so.25.18.1
+link path=usr/lib/$(MACH64)/libfolks-tracker.so \
+    target=libfolks-tracker.so.25.18.1
+link path=usr/lib/$(MACH64)/libfolks-tracker.so.25 \
+    target=libfolks-tracker.so.25.18.1
+file path=usr/lib/$(MACH64)/libfolks-tracker.so.25.18.1
+link path=usr/lib/$(MACH64)/libfolks.so target=libfolks.so.25.18.1
+link path=usr/lib/$(MACH64)/libfolks.so.25 target=libfolks.so.25.18.1
+file path=usr/lib/$(MACH64)/libfolks.so.25.18.1
+file path=usr/lib/$(MACH64)/pkgconfig/folks-dummy.pc
+file path=usr/lib/$(MACH64)/pkgconfig/folks-eds.pc
+file path=usr/lib/$(MACH64)/pkgconfig/folks-telepathy.pc
+file path=usr/lib/$(MACH64)/pkgconfig/folks-tracker.pc
+file path=usr/lib/$(MACH64)/pkgconfig/folks.pc
+file path=usr/share/GConf/gsettings/folks.convert
+file path=usr/share/gir-1.0/Folks-0.6.gir
+file path=usr/share/gir-1.0/FolksDummy-0.6.gir
+file path=usr/share/gir-1.0/FolksEds-0.6.gir
+file path=usr/share/gir-1.0/FolksTelepathy-0.6.gir
+file path=usr/share/gir-1.0/FolksTracker-0.6.gir
+file path=usr/share/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
+file path=usr/share/locale/ar/LC_MESSAGES/folks.mo
+file path=usr/share/locale/as/LC_MESSAGES/folks.mo
+file path=usr/share/locale/be/LC_MESSAGES/folks.mo
+file path=usr/share/locale/bg/LC_MESSAGES/folks.mo
+file path=usr/share/locale/bn_IN/LC_MESSAGES/folks.mo
+file path=usr/share/locale/ca/LC_MESSAGES/folks.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/folks.mo
+file path=usr/share/locale/cs/LC_MESSAGES/folks.mo
+file path=usr/share/locale/da/LC_MESSAGES/folks.mo
+file path=usr/share/locale/de/LC_MESSAGES/folks.mo
+file path=usr/share/locale/el/LC_MESSAGES/folks.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/folks.mo
+file path=usr/share/locale/eo/LC_MESSAGES/folks.mo
+file path=usr/share/locale/es/LC_MESSAGES/folks.mo
+file path=usr/share/locale/eu/LC_MESSAGES/folks.mo
+file path=usr/share/locale/fa/LC_MESSAGES/folks.mo
+file path=usr/share/locale/fi/LC_MESSAGES/folks.mo
+file path=usr/share/locale/fr/LC_MESSAGES/folks.mo
+file path=usr/share/locale/gl/LC_MESSAGES/folks.mo
+file path=usr/share/locale/gu/LC_MESSAGES/folks.mo
+file path=usr/share/locale/he/LC_MESSAGES/folks.mo
+file path=usr/share/locale/hi/LC_MESSAGES/folks.mo
+file path=usr/share/locale/hu/LC_MESSAGES/folks.mo
+file path=usr/share/locale/id/LC_MESSAGES/folks.mo
+file path=usr/share/locale/it/LC_MESSAGES/folks.mo
+file path=usr/share/locale/ja/LC_MESSAGES/folks.mo
+file path=usr/share/locale/kn/LC_MESSAGES/folks.mo
+file path=usr/share/locale/ko/LC_MESSAGES/folks.mo
+file path=usr/share/locale/lt/LC_MESSAGES/folks.mo
+file path=usr/share/locale/lv/LC_MESSAGES/folks.mo
+file path=usr/share/locale/ml/LC_MESSAGES/folks.mo
+file path=usr/share/locale/mr/LC_MESSAGES/folks.mo
+file path=usr/share/locale/nb/LC_MESSAGES/folks.mo
+file path=usr/share/locale/or/LC_MESSAGES/folks.mo
+file path=usr/share/locale/pa/LC_MESSAGES/folks.mo
+file path=usr/share/locale/pl/LC_MESSAGES/folks.mo
+file path=usr/share/locale/pt/LC_MESSAGES/folks.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/folks.mo
+file path=usr/share/locale/ro/LC_MESSAGES/folks.mo
+file path=usr/share/locale/ru/LC_MESSAGES/folks.mo
+file path=usr/share/locale/sk/LC_MESSAGES/folks.mo
+file path=usr/share/locale/sl/LC_MESSAGES/folks.mo
+file path=usr/share/locale/sr/LC_MESSAGES/folks.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/folks.mo
+file path=usr/share/locale/sv/LC_MESSAGES/folks.mo
+file path=usr/share/locale/ta/LC_MESSAGES/folks.mo
+file path=usr/share/locale/te/LC_MESSAGES/folks.mo
+file path=usr/share/locale/tg/LC_MESSAGES/folks.mo
+file path=usr/share/locale/tr/LC_MESSAGES/folks.mo
+file path=usr/share/locale/ug/LC_MESSAGES/folks.mo
+file path=usr/share/locale/uk/LC_MESSAGES/folks.mo
+file path=usr/share/locale/vi/LC_MESSAGES/folks.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/folks.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/folks.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/folks.mo
+file path=usr/share/vala/vapi/folks-dummy.deps
+file path=usr/share/vala/vapi/folks-dummy.vapi
+file path=usr/share/vala/vapi/folks-eds.deps
+file path=usr/share/vala/vapi/folks-eds.vapi
+file path=usr/share/vala/vapi/folks-telepathy.deps
+file path=usr/share/vala/vapi/folks-telepathy.vapi
+file path=usr/share/vala/vapi/folks-tracker.deps
+file path=usr/share/vala/vapi/folks-tracker.vapi
+file path=usr/share/vala/vapi/folks.deps
+file path=usr/share/vala/vapi/folks.vapi
+license COPYING license=LGPLv2.1