23245625 Deliver geocode-glib 3.18.0 in Solaris
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 10 Jun 2016 22:23:38 -0700
changeset 6207 fb66cc7fe0b0
parent 6206 ee86fb9656d3
child 6208 54031a40a157
23245625 Deliver geocode-glib 3.18.0 in Solaris PSARC/2016/366 geocode-glib
components/gnome/geocode-glib/Makefile
components/gnome/geocode-glib/depend.mk
components/gnome/geocode-glib/geocode-glib.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/geocode-glib/Makefile	Fri Jun 10 22:23:38 2016 -0700
@@ -0,0 +1,72 @@
+#
+# 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_and_32
+# 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=		geocode-glib
+COMPONENT_VERSION=	3.18.0
+COMPONENT_ARCHIVE_HASH=	\
+	sha256:8fb7f0d569e3e6696aaa1fdf275cb3094527ec5e9fa36fd88dd633dfec63495d
+COMPONENT_BUGDB=        gnome/libraries
+
+TPNO=			25283
+
+# Test require libsoup
+TEST_TARGET = $(SKIP_TEST)
+
+# Needs gobject-introspection, not available on S11.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
+include $(WS_MAKE_RULES)/gnome-component.mk
+
+# Delete this when build servers are installed with an updated libsoup
+LIBSOUP_ROOT = $(WS_COMPONENTS)/gnome/libsoup/build/prototype/$(MACH)
+CPPFLAGS += -I$(LIBSOUP_ROOT)/usr/include/libsoup-2.4
+LD_OPTIONS.32 += -L $(LIBSOUP_ROOT)/usr/lib 
+LD_OPTIONS.64 += -L $(LIBSOUP_ROOT)/usr/lib/$(MACH64)
+LD_OPTIONS += $(LD_OPTIONS.$(BITS))
+
+# end Delete
+
+CONFIGURE_OPTIONS += --disable-static
+# Required for other components.
+CONFIGURE_OPTIONS += --enable-introspection
+CONFIGURE_OPTIONS += --enable-shared
+CONFIGURE_OPTIONS += --with-pic
+
+REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
+REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
+REQUIRED_PACKAGES += library/json-glib
+REQUIRED_PACKAGES += library/libsoup
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += system/library/math
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/geocode-glib/depend.mk	Fri Jun 10 22:23:38 2016 -0700
@@ -0,0 +1,1 @@
+gnome/geocode-glib: gnome/libsoup
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/geocode-glib/geocode-glib.p5m	Fri Jun 10 22:23:38 2016 -0700
@@ -0,0 +1,64 @@
+#
+# 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/geocode-glib@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="A library for geocode and reverse geocoding"
+set name=pkg.description \
+    value="geocode-glib is a convenience library for the geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates). It uses Nominatim service to achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load."
+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/366
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/include/geocode-glib-1.0/geocode-glib/geocode-bounding-box.h
+file path=usr/include/geocode-glib-1.0/geocode-glib/geocode-enum-types.h
+file path=usr/include/geocode-glib-1.0/geocode-glib/geocode-error.h
+file path=usr/include/geocode-glib-1.0/geocode-glib/geocode-forward.h
+file path=usr/include/geocode-glib-1.0/geocode-glib/geocode-glib.h
+file path=usr/include/geocode-glib-1.0/geocode-glib/geocode-location.h
+file path=usr/include/geocode-glib-1.0/geocode-glib/geocode-place.h
+file path=usr/include/geocode-glib-1.0/geocode-glib/geocode-reverse.h
+file path=usr/lib/$(MACH64)/girepository-1.0/GeocodeGlib-1.0.typelib
+link path=usr/lib/$(MACH64)/libgeocode-glib.so target=libgeocode-glib.so.0.0.0
+link path=usr/lib/$(MACH64)/libgeocode-glib.so.0 target=libgeocode-glib.so.0.0.0
+file path=usr/lib/$(MACH64)/libgeocode-glib.so.0.0.0
+file path=usr/lib/$(MACH64)/pkgconfig/geocode-glib-1.0.pc
+file path=usr/lib/girepository-1.0/GeocodeGlib-1.0.typelib
+link path=usr/lib/libgeocode-glib.so target=libgeocode-glib.so.0.0.0
+link path=usr/lib/libgeocode-glib.so.0 target=libgeocode-glib.so.0.0.0
+file path=usr/lib/libgeocode-glib.so.0.0.0
+file path=usr/lib/pkgconfig/geocode-glib-1.0.pc
+file path=usr/share/gir-1.0/GeocodeGlib-1.0.gir
+file path=usr/share/icons/gnome/scalable/places/poi-airport.svg
+file path=usr/share/icons/gnome/scalable/places/poi-building.svg
+file path=usr/share/icons/gnome/scalable/places/poi-bus-stop.svg
+file path=usr/share/icons/gnome/scalable/places/poi-car.svg
+file path=usr/share/icons/gnome/scalable/places/poi-marker.svg
+file path=usr/share/icons/gnome/scalable/places/poi-railway-station.svg
+file path=usr/share/icons/gnome/scalable/places/poi-town.svg
+license COPYING.LIB license=LGPLv2