components/hplip/hplip.p5m
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Thu, 14 Jul 2016 06:29:20 -0700
changeset 6449 33c7e6c982cd
parent 6194 4606e5a93f16
child 7345 cf697ee09e57
permissions -rw-r--r--
24296343 HPLIP: Remove HPIJS variant.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
165
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     1
#
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     3
#
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     7
#
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    12
#
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    18
#
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    20
#
6194
4606e5a93f16 23497301 HPLIP: dependency on SANE back-ends should be dropped.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 5006
diff changeset
    21
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
165
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    22
#
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 165
diff changeset
    23
6449
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    24
# HPLIP support for CUPS
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    25
<transform file path=usr/lib/cups/backend/.* -> default mode 0555>
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    26
<transform file path=usr/lib/cups/filter/.* -> default mode 0555>
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    27
<transform dir file path=usr/lib/lp/? -> default group lp>
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    28
<transform dir file path=usr/share/ppd/? -> default group lp>
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    29
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    30
# hplip install its PYTHON modules into usr/share/hplip so it brings problems:
3831
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    31
<transform file path=usr/share/hplip/.+\.py$ -> default mode 0555>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    32
<transform file path=usr/share/hplip/.+\.py$ -> default pkg.depend.bypass-generate .*>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    33
<transform file path=usr/share/hplip/.+\.py$ -> default pkg.linted.userland.action001.3 true>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    34
<transform file path=usr/share/hplip/.+\.pyc$ -> default mode 0555>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    35
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    36
<transform file path=usr/lib/cups/backend/hpfax -> default pkg.depend.bypass-generate .*>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    37
<transform file path=usr/lib/cups/backend/hpfax -> default pkg.linted.userland.action001.3 true>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    38
<transform file path=usr/lib/cups/filter/hpps -> default pkg.depend.bypass-generate .*>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    39
<transform file path=usr/lib/cups/filter/hpps -> default pkg.linted.userland.action001.3 true>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    40
6194
4606e5a93f16 23497301 HPLIP: dependency on SANE back-ends should be dropped.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 5006
diff changeset
    41
# do not deliver general dirs
4923
b9e3f6b6a101 21696841 Update HPLIP to 3.15.7
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3831
diff changeset
    42
<transform dir path=etc$ -> drop>
6194
4606e5a93f16 23497301 HPLIP: dependency on SANE back-ends should be dropped.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 5006
diff changeset
    43
<transform dir path=usr.* -> drop>
4923
b9e3f6b6a101 21696841 Update HPLIP to 3.15.7
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3831
diff changeset
    44
<transform dir path=var$ -> drop>
b9e3f6b6a101 21696841 Update HPLIP to 3.15.7
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3831
diff changeset
    45
<transform dir path=var/lib$ -> drop>
3831
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    46
<transform dir path=var/lib/hp -> default group lp>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    47
6194
4606e5a93f16 23497301 HPLIP: dependency on SANE back-ends should be dropped.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 5006
diff changeset
    48
# Objects defined in "proto-objects" are generated by:
4606e5a93f16 23497301 HPLIP: dependency on SANE back-ends should be dropped.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 5006
diff changeset
    49
#  "gmake sample-manifest METADATA_TEMPLATE="
3831
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    50
# all special attributes should be set by "<transform ...> actions
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    51
# Please do not edit the "proto-objects" manually use the tranform actions above to change it.
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    52
<include hplip.proto-objects>
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    53
33bc4f8fb536 18462148 Update hplip to 3.14.3 or greater.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 3732
diff changeset
    54
# package metadata
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 165
diff changeset
    55
set name=pkg.fmri \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 165
diff changeset
    56
    value=pkg:/print/filter/hplip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6449
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    57
set name=pkg.summary value="hplip - HP Linux Printing"
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    58
set name=com.oracle.info.description \
33c7e6c982cd 24296343 HPLIP: Remove HPIJS variant.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 6194
diff changeset
    59
    value="Support of HP InkJet, Laser printers for CUPS."
1927
7ffd58da1715 18885082 Package print/filter/hplip needs TPNO in pkg manifest.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 1276
diff changeset
    60
set name=com.oracle.info.tpno value=$(TPNO)
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 165
diff changeset
    61
set name=info.classification \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 165
diff changeset
    62
    value="org.opensolaris.category.2008:System/Printing "
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 349
diff changeset
    63
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    64
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1927
diff changeset
    65
set name=org.opensolaris.arc-caseid value=LSARC/2004/262
165
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    66
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1927
diff changeset
    67
legacy pkg=SUNWhpijs desc="hpijs - HP InkJet Server" \
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 165
diff changeset
    68
    name="hpijs - HP InkJet Server"
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 165
diff changeset
    69
license hplip.license license=GPLv2
6194
4606e5a93f16 23497301 HPLIP: dependency on SANE back-ends should be dropped.
Jiri Sasek <Jiri.Sasek@Oracle.COM>
parents: 5006
diff changeset
    70
depend type=require fmri=pkg:/library/python/pygobject-27