components/hplip/hplip-core.p5m
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Thu, 03 Nov 2016 12:28:50 -0700
changeset 7346 c08929021b90
parent 7345 cf697ee09e57
permissions -rw-r--r--
24906952 print/filter/hplip hijacks the whole gnome/desktop with TI

#
# 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) 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:
#  "/usr/xpg4/bin/egrep -v '\.pyc'  build/manifest-$(uname -p)-generated.p5m > hplip.proto-objects"
# 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 \
    value="org.opensolaris.category.2008:System/Printing "
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"