#
# 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
# 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) 2016, Oracle and/or its affiliates. All rights reserved.
#
# HPLIP support for CUPS
<transform file path=usr/lib/cups/backend/.* -> default mode 0555>
<transform file path=usr/lib/cups/filter/.* -> default mode 0555>
<transform dir file path=usr/lib/lp/? -> default group lp>
<transform dir file path=usr/share/ppd/? -> default group lp>
# hplip install its PYTHON modules into usr/share/hplip so it brings problems:
<transform file path=usr/share/hplip/.*\.py$ -> emit file path=%(path)c>
<transform file path=usr/share/hplip/.+\.py(c)?$ -> default mode 0555>
<transform file path=usr/share/hplip/.+\.py$ -> default pkg.depend.bypass-generate .*>
<transform file path=usr/share/hplip/.+\.py$ -> default pkg.linted.userland.action001.3 true>
<transform file path=usr/lib/cups/backend/hpfax -> default pkg.depend.bypass-generate .*>
<transform file path=usr/lib/cups/backend/hpfax -> default pkg.linted.userland.action001.3 true>
<transform file path=usr/lib/cups/filter/hpps -> default pkg.depend.bypass-generate .*>
<transform file path=usr/lib/cups/filter/hpps -> default pkg.linted.userland.action001.3 true>
# depend on pygobject
<transform file path=usr/share/hplip/base/pkit\.py(c)?$ -> drop>
<transform file path=usr/share/hplip/hpssd\.py(c)?$ -> drop>
<transform file path=usr/share/hplip/installer/pluginhandler\.py(c)?$ -> drop>
<transform file path=usr/share/hplip/toolbox\.py(c)?$ -> drop>
# do not deliver general dirs
<transform dir path=etc$ -> drop>
<transform dir path=usr.* -> drop>
<transform dir path=var$ -> drop>
# Objects defined in "proto-objects" are generated by:
# "gmake sample-manifest METADATA_TEMPLATE="
# then .pyc files are removed from such list:
# all special attributes should be set by "<transform ...> actions
# Please do not edit the "proto-objects" manually use the tranform actions above to change it.
<include hplip.proto-objects>
# package metadata
set name=pkg.fmri \
value=pkg:/print/filter/hplip-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="hplip - HP Linux Printing (core)"
set name=com.oracle.info.description \
value="Support of HP InkJet, Laser printers for CUPS. (core)"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
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=LSARC/2004/262
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license COPYING license="GPLv2 BSD MIT"