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 2016 Jim Klimov
15 # Copyright 2019 Michal Nowak
16 # Copyright 2023 Friedrich Kink
19 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
20 set name=pkg.human-version value=$(HUMAN_VERSION)
21 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
22 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
23 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
24 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
25 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
27 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
29 # codegen is provided by glib
30 <transform file path=.*/gdbus-codegen$ -> default pkg.depend.bypass-generate .*codegen.*>
32 # Make sure common glib files (for example message catalogs) are always
34 depend type=require fmri=library/glib2
36 # At least some of the 32 bit applications are needed when building other packages.
37 file path=usr/bin/$(MACH32)/gapplication
38 file path=usr/bin/$(MACH32)/gdbus
39 file path=usr/bin/$(MACH32)/gdbus-codegen
40 file path=usr/bin/$(MACH32)/gi-compile-repository
41 file path=usr/bin/$(MACH32)/gi-decompile-typelib
42 file path=usr/bin/$(MACH32)/gi-inspect-typelib
43 file path=usr/bin/$(MACH32)/gio
44 file path=usr/bin/$(MACH32)/gio-querymodules
45 file path=usr/bin/$(MACH32)/glib-compile-resources
46 file path=usr/bin/$(MACH32)/glib-compile-schemas
47 file path=usr/bin/$(MACH32)/glib-genmarshal
48 file path=usr/bin/$(MACH32)/glib-gettextize
49 file path=usr/bin/$(MACH32)/glib-mkenums
50 file path=usr/bin/$(MACH32)/gobject-query
51 file path=usr/bin/$(MACH32)/gresource
52 file path=usr/bin/$(MACH32)/gsettings
53 file path=usr/bin/$(MACH32)/gtester
54 file path=usr/bin/$(MACH32)/gtester-report
55 file path=usr/lib/gio/modules/libgiofam.so
56 file path=usr/lib/girepository-1.0/GIRepository-3.0.typelib
57 file path=usr/lib/girepository-1.0/GLib-2.0.typelib
58 file path=usr/lib/girepository-1.0/GLibUnix-2.0.typelib
59 file path=usr/lib/girepository-1.0/GModule-2.0.typelib
60 file path=usr/lib/girepository-1.0/GObject-2.0.typelib
61 file path=usr/lib/girepository-1.0/Gio-2.0.typelib
62 file path=usr/lib/girepository-1.0/GioUnix-2.0.typelib
63 file path=usr/lib/glib-2.0/include/glibconfig.h
64 link path=usr/lib/libgio-2.0.so target=libgio-2.0.so.0
65 file path=usr/lib/libgio-2.0.so.$(SOVER)
66 link path=usr/lib/libgio-2.0.so.0 target=libgio-2.0.so.$(SOVER)
67 link path=usr/lib/libgirepository-2.0.so target=libgirepository-2.0.so.0
68 file path=usr/lib/libgirepository-2.0.so.$(SOVER)
69 link path=usr/lib/libgirepository-2.0.so.0 \
70 target=libgirepository-2.0.so.$(SOVER)
71 link path=usr/lib/libglib-2.0.so target=libglib-2.0.so.0
72 file path=usr/lib/libglib-2.0.so.$(SOVER)
73 link path=usr/lib/libglib-2.0.so.0 target=libglib-2.0.so.$(SOVER)
74 link path=usr/lib/libgmodule-2.0.so target=libgmodule-2.0.so.0
75 file path=usr/lib/libgmodule-2.0.so.$(SOVER)
76 link path=usr/lib/libgmodule-2.0.so.0 target=libgmodule-2.0.so.$(SOVER)
77 link path=usr/lib/libgobject-2.0.so target=libgobject-2.0.so.0
78 file path=usr/lib/libgobject-2.0.so.$(SOVER)
79 link path=usr/lib/libgobject-2.0.so.0 target=libgobject-2.0.so.$(SOVER)
80 link path=usr/lib/libgthread-2.0.so target=libgthread-2.0.so.0
81 file path=usr/lib/libgthread-2.0.so.$(SOVER)
82 link path=usr/lib/libgthread-2.0.so.0 target=libgthread-2.0.so.$(SOVER)
83 file path=usr/lib/pkgconfig/gio-2.0.pc
84 file path=usr/lib/pkgconfig/gio-unix-2.0.pc
85 file path=usr/lib/pkgconfig/girepository-2.0.pc
86 file path=usr/lib/pkgconfig/glib-2.0.pc
87 file path=usr/lib/pkgconfig/gmodule-2.0.pc
88 file path=usr/lib/pkgconfig/gmodule-export-2.0.pc
89 file path=usr/lib/pkgconfig/gmodule-no-export-2.0.pc
90 file path=usr/lib/pkgconfig/gobject-2.0.pc
91 file path=usr/lib/pkgconfig/gthread-2.0.pc
92 file path=usr/libexec/$(MACH32)/gio-launch-desktop
93 file path=usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.$(SOVER)-gdb.py
94 file path=usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.$(SOVER)-gdb.py