David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
b3cfea 1 #
AP 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2014 Alexander Pyhalov. All rights reserved.
6b54ff 13 # Copyright 2023 Friedrich Kink. All rights reserved.
b3cfea 14 #
AP 15
6b54ff 16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
F 17 set name=pkg.human-version value=$(HUMAN_VERSION)
b3cfea 18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
6b54ff 19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
b3cfea 20 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
AP 21
22 license docbook.license license='docbook'
23
66d4d4 24 # We must refresh (not just restart) the FMRI so it deletes old catalogs
JK 25 <transform file path=.* ->  default refresh_fmri svc:/application/desktop-cache/docbook-catalog-update:default>
e1597e 26
b3cfea 27 file files/docbook-catalog-uninstall.sh path=usr/share/sgml/docbook/docbook-catalog-uninstall.sh mode=0555
AP 28 file files/docbook-catalog-install.sh path=usr/share/sgml/docbook/docbook-catalog-install.sh mode=0555
29 file files/docbook-catalog-update.sh path=lib/svc/method/docbook-catalog-update.sh mode=0555
30 file files/docbook-catalog-update.xml path=var/svc/manifest/application/desktop-cache/docbook-catalog-update.xml
31
32 depend fmri=data/docbook/sgml-common@0.6.3 type=require
33 depend fmri=data/docbook/dtds@1.0 type=require
34 depend fmri=data/docbook/dsssl@1.79 type=require
6b54ff 35 depend fmri=data/docbook/xsl@1.79.2 type=require