2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
14 # Copyright 2022 Andreas Wacknitz
19 USE_DEFAULT_TEST_TRANSFORMS
= yes
20 include ..
/..
/..
/make-rules
/shared-macros.mk
22 COMPONENT_NAME
= libgdata
23 COMPONENT_MJR_VERSION
= 0.18
24 COMPONENT_MNR_VERSION
= 1
25 COMPONENT_VERSION
= $(COMPONENT_MJR_VERSION
).
$(COMPONENT_MNR_VERSION
)
27 COMPONENT_SUMMARY
= libgdata is a collection library providing GObject-based interfaces and classes for commonly used data structures
28 COMPONENT_PROJECT_URL
= https
://wiki.gnome.org
/Projects
/libgdata
29 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
30 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
31 COMPONENT_ARCHIVE_HASH
= sha256
:dd8592eeb6512ad0a8cf5c8be8c72e76f74bfe6b23e4dd93f0756ee0716804c7
32 COMPONENT_ARCHIVE_URL
= https
://download.gnome.org
/sources
/$(COMPONENT_NAME
)/$(COMPONENT_MJR_VERSION
)/$(COMPONENT_ARCHIVE
)
33 COMPONENT_FMRI
= library
/desktop
/libgdata
34 COMPONENT_CLASSIFICATION
= Development
/GNOME and GTK
+
35 COMPONENT_LICENSE_FILE
= COPYING
36 COMPONENT_LICENSE
= LGPLv2.1
38 include $(WS_MAKE_RULES
)/common.mk
42 CONFIGURE_ENV
+= PATH
="$(PATH)"
43 COMPONENT_INSTALL_ENV
+= PATH
="$(PATH)"
46 CONFIGURE_OPTIONS
+= -Dgoa
=disabled
47 # introspection needs linux compatible ld:
48 CONFIGURE_OPTIONS
+= -Dintrospection
=false
50 COMPONENT_TEST_TRANSFORMS
+= \
51 '-e "s/[0-9]*.[0-9][0-9]s//" ' \
56 # for the tests to pass
59 # Manually added build dependencies
60 REQUIRED_PACKAGES
+= library
/uhttpmock
62 # Auto-generated dependencies
63 REQUIRED_PACKAGES
+= library
/desktop
/json-glib
64 REQUIRED_PACKAGES
+= library
/glib2
65 REQUIRED_PACKAGES
+= library
/gnome
/gcr
66 REQUIRED_PACKAGES
+= library
/libsoup
67 REQUIRED_PACKAGES
+= library
/libxml2
68 REQUIRED_PACKAGES
+= system
/library