Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip/
Date: Tue, 01 Aug 2017 12:39:28
Message-Id: 1501591132.8a022e5d82dea951f9b0a8c2aa695a3c63a0681a.mrueg@gentoo
1 commit: 8a022e5d82dea951f9b0a8c2aa695a3c63a0681a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 12:38:52 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 12:38:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a022e5d
7
8 net-print/hplip: Version bump to 3.17.7
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-print/hplip/Manifest | 1 +
13 net-print/hplip/hplip-3.17.7.ebuild | 254 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 255 insertions(+)
15
16 diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
17 index e54e4961eab..b19ca4c6bbd 100644
18 --- a/net-print/hplip/Manifest
19 +++ b/net-print/hplip/Manifest
20 @@ -3,3 +3,4 @@ DIST hplip-3.16.3.tar.gz 22408596 SHA256 42d2302ee38bda41caa0f2f9524a91f531e3aa4
21 DIST hplip-3.16.5-patches-1.tar.xz 8200 SHA256 98866e57a247e7a30d9cd584ed9411aa79a6185294a73b4cc5961efe9a5e5fa6 SHA512 36d33da5fc4105183cbc5137845ddccd8ab2b6abbff053a3a51f3da61c26c2d9d48dcb735345fb453abd67b6a0797aa337102c366cce037bc7006599b20b1646 WHIRLPOOL 8ac91bdefeb177c092b1d6de16474e8e1da57ad046dbc579f14fd40a27d1837d9bf142573137ef8d91c37dc7b03ca908fd5bfad23a9815af2015b521091c2700
22 DIST hplip-3.17.4.tar.gz 23212715 SHA256 e6f6ef71f7da80a620983c940b636054153a287994a13dfec1d5c86b15afe6ef SHA512 ea295502df5b6c44839a7c03a725dc7475d256994eac2a7950058a68c805ca4942611df2688384c8acbc6551009841bb4623e7a3e7c8c0b16f44a2215a7316e6 WHIRLPOOL 92354dc97090e9a472e28df7f61f60b9af3c582584036b1be153ca74e2dc5f6a08beff4febbcc9f0e269a6d408a62686881e1295546cc5c1c0f091715d35a319
23 DIST hplip-3.17.6.tar.gz 23620156 SHA256 80287834aad7e3fa30f2e252ff281d351e3f2eb15267ac541531353dc7b5107e SHA512 370fa0e07f4f5b4dc4a6f52b02271102894da98bc902912ff1770a9e5029d486227f4170ff90a063c686d23e8bd075961073ecc59961419a226a850db9e71738 WHIRLPOOL d938d36cba1c9d34e02709e75209a9c4e0bc7db0f7fbbb875bab41e57009a9522f12cf5bcfc03530d5ad46c2b2bb3575e68898e8071116a03240cd7042e4b2b0
24 +DIST hplip-3.17.7.tar.gz 23644395 SHA256 3577bd5afd40b73fd754664ad69f0187dde2e64879e7446309f2ed9fd7dc400d SHA512 f88c16d5b6e1986df5b7c1081802ed4832849de8d8b01961231965b115731eb9bd5c18fa52d5bf2eb412927b9de0057bf8025a1579b053c4d8441f0ad4e7ce3f WHIRLPOOL 2e0f0743ffce6d66970815d621a55618a00c360f2f4aa31a1742fcd17ad246a2717f5507b1b4910a93ea5fc06b5d7e87dfb2f08c50993c85bb6a654d13faf527
25
26 diff --git a/net-print/hplip/hplip-3.17.7.ebuild b/net-print/hplip/hplip-3.17.7.ebuild
27 new file mode 100644
28 index 00000000000..a03a682bccb
29 --- /dev/null
30 +++ b/net-print/hplip/hplip-3.17.7.ebuild
31 @@ -0,0 +1,254 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
38 +PYTHON_REQ_USE="threads,xml"
39 +
40 +inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
41 +
42 +DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and service tools"
43 +HOMEPAGE="http://hplipopensource.com/hplip-web/index.html"
44 +SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
45 + https://dev.gentoo.org/~billie/distfiles/${PN}-3.16.5-patches-1.tar.xz"
46 +
47 +LICENSE="GPL-2"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
50 +
51 +IUSE="doc fax +hpcups hpijs kde libressl -libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X"
52 +
53 +# dependency on dev-python/notify-python dropped due to python 3 incompatibility
54 +# possible replacement notify2 (https://pypi.python.org/pypi/notify2/0.3) not in tree
55 +
56 +COMMON_DEPEND="
57 + net-print/cups
58 + virtual/jpeg:0
59 + hpijs? ( net-print/cups-filters[foomatic] )
60 + !minimal? (
61 + ${PYTHON_DEPS}
62 + sys-apps/dbus
63 + !libusb0? ( virtual/libusb:1 )
64 + libusb0? ( virtual/libusb:0 )
65 + scanner? ( media-gfx/sane-backends )
66 + snmp? (
67 + !libressl? ( dev-libs/openssl:0= )
68 + libressl? ( dev-libs/libressl:= )
69 + net-analyzer/net-snmp
70 + )
71 + )
72 +"
73 +DEPEND="${COMMON_DEPEND}
74 + virtual/pkgconfig
75 +"
76 +RDEPEND="${COMMON_DEPEND}
77 + app-text/ghostscript-gpl
78 + !minimal? (
79 + >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}]
80 + $(python_gen_cond_dep 'dev-python/pygobject:2[${PYTHON_USEDEP}]' 'python2*')
81 + $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*')
82 + fax? ( dev-python/reportlab[${PYTHON_USEDEP}] )
83 + kernel_linux? ( virtual/udev )
84 + qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}] )
85 + scanner? (
86 + >=dev-python/reportlab-3.2[${PYTHON_USEDEP}]
87 + >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}]
88 + X? ( || (
89 + kde? ( kde-misc/skanlite )
90 + media-gfx/xsane
91 + media-gfx/sane-frontends
92 + ) )
93 + )
94 + )
95 + policykit? ( sys-auth/polkit )
96 +"
97 +
98 +REQUIRED_USE="!minimal? ( ${PYTHON_REQUIRED_USE} )"
99 +
100 +PATCHES=(
101 + "${WORKDIR}/patches"
102 +)
103 +
104 +CONFIG_CHECK="~PARPORT ~PPDEV"
105 +ERROR_PARPORT="Please make sure kernel parallel port support is enabled (PARPORT and PPDEV)."
106 +
107 +#DISABLE_AUTOFORMATTING="yes"
108 +DOC_CONTENTS="
109 +For more information on setting up your printer please take
110 +a look at the hplip section of the gentoo printing guide:
111 +https://wiki.gentoo.org/wiki/Printing
112 +
113 +Any user who wants to print must be in the lp group.
114 +"
115 +
116 +pkg_setup() {
117 + use !minimal && python-single-r1_pkg_setup
118 +
119 + use scanner && ! use X && ewarn "You need USE=X for the scanner GUI."
120 +
121 + if ! use hpcups && ! use hpijs ; then
122 + ewarn "Installing neither hpcups (USE=-hpcups) nor hpijs (USE=-hpijs) driver,"
123 + ewarn "which is probably not what you want."
124 + ewarn "You will almost certainly not be able to print."
125 + fi
126 +
127 + if use minimal ; then
128 + ewarn "Installing driver portions only, make sure you know what you are doing."
129 + ewarn "Depending on the USE flags set for hpcups or hpijs the appropiate driver"
130 + ewarn "is installed. If both USE flags are set hpijs overrides hpcups."
131 + else
132 + use parport && linux-info_pkg_setup
133 + fi
134 +}
135 +
136 +src_prepare() {
137 + default
138 +
139 + if use !minimal ; then
140 + python_export EPYTHON PYTHON
141 + python_fix_shebang .
142 + fi
143 +
144 + # Make desktop files follow the specification
145 + # Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=443680
146 + # Upstream bug: https://bugs.launchpad.net/hplip/+bug/1080324
147 + sed -i -e '/^Categories=/s/Application;//' \
148 + -e '/^Encoding=.*/d' hplip.desktop.in || die
149 + sed -i -e '/^Categories=/s/Application;//' \
150 + -e '/^Version=.*/d' \
151 + -e '/^Comment=.*/d' hplip-systray.desktop.in || die
152 +
153 + # Fix for Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=345725
154 + # Upstream bug: https://bugs.launchpad.net/hplip/+bug/880847,
155 + # https://bugs.launchpad.net/hplip/+bug/500086
156 + local udevdir=$(get_udevdir)
157 + sed -i -e "s|/etc/udev|${udevdir}|g" \
158 + $(find . -type f -exec grep -l /etc/udev {} +) || die
159 +
160 + # Force recognition of Gentoo distro by hp-check
161 + sed -i \
162 + -e "s:file('/etc/issue', 'r').read():'Gentoo':" \
163 + installer/core_install.py || die
164 +
165 + # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
166 + # The hpcups driver does not use foomatic-rip
167 + local i
168 + for i in ppd/hpijs/*.ppd.gz ; do
169 + rm -f ${i}.temp || die
170 + gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
171 + gzip > ${i}.temp || die
172 + mv ${i}.temp ${i} || die
173 + done
174 +
175 + eautoreconf
176 +}
177 +
178 +src_configure() {
179 + local myconf drv_build minimal_build
180 +
181 + if use libusb0 ; then
182 + myconf="${myconf} --enable-libusb01_build"
183 + else
184 + myconf="${myconf} --disable-libusb01_build"
185 + fi
186 +
187 + if use hpcups ; then
188 + drv_build="$(use_enable hpcups hpcups-install)"
189 + if use static-ppds ; then
190 + drv_build="${drv_build} --enable-cups-ppd-install"
191 + drv_build="${drv_build} --disable-cups-drv-install"
192 + else
193 + drv_build="${drv_build} --enable-cups-drv-install"
194 + drv_build="${drv_build} --disable-cups-ppd-install"
195 + fi
196 + else
197 + drv_build="--disable-hpcups-install"
198 + drv_build="${drv_build} --disable-cups-drv-install"
199 + drv_build="${drv_build} --disable-cups-ppd-install"
200 + fi
201 +
202 + if use hpijs ; then
203 + drv_build="${drv_build} $(use_enable hpijs hpijs-install)"
204 + if use static-ppds ; then
205 + drv_build="${drv_build} --enable-foomatic-ppd-install"
206 + drv_build="${drv_build} --disable-foomatic-drv-install"
207 + else
208 + drv_build="${drv_build} --enable-foomatic-drv-install"
209 + drv_build="${drv_build} --disable-foomatic-ppd-install"
210 + fi
211 + else
212 + drv_build="${drv_build} --disable-hpijs-install"
213 + drv_build="${drv_build} --disable-foomatic-drv-install"
214 + drv_build="${drv_build} --disable-foomatic-ppd-install"
215 + fi
216 +
217 + if use minimal ; then
218 + if use hpijs ; then
219 + minimal_build="--enable-hpijs-only-build"
220 + else
221 + minimal_build="--disable-hpijs-only-build"
222 + fi
223 + if use hpcups ; then
224 + minimal_build="${minimal_build} --enable-hpcups-only-build"
225 + else
226 + minimal_build="${minimal_build} --disable-hpcups-only-build"
227 + fi
228 + fi
229 +
230 + econf \
231 + --disable-cups11-build \
232 + --disable-lite-build \
233 + --disable-foomatic-rip-hplip-install \
234 + --disable-shadow-build \
235 + --disable-qt3 \
236 + --disable-qt4 \
237 + --disable-udev_sysfs_rules \
238 + --with-cupsbackenddir=$(cups-config --serverbin)/backend \
239 + --with-cupsfilterdir=$(cups-config --serverbin)/filter \
240 + --with-docdir=/usr/share/doc/${PF} \
241 + --with-htmldir=/usr/share/doc/${PF}/html \
242 + ${myconf} \
243 + ${drv_build} \
244 + ${minimal_build} \
245 + $(use_enable doc doc-build) \
246 + $(use_enable fax fax-build) \
247 + $(use_enable !minimal gui-build) \
248 + $(use_enable !minimal dbus-build) \
249 + $(use_enable parport pp-build) \
250 + $(use_enable policykit) \
251 + $(use_enable qt5) \
252 + $(use_enable scanner scan-build) \
253 + $(use_enable snmp network-build)
254 +}
255 +
256 +src_install() {
257 + # disable parallel install
258 + # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=578018
259 + emake -j1 DESTDIR="${D}" install
260 + einstalldocs
261 + # default
262 +
263 + # Installed by sane-backends
264 + # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=201023
265 + rm -f "${ED%/}"/etc/sane.d/dll.conf || die
266 +
267 + rm -f "${ED%/}"/usr/share/doc/${PF}/{copyright,README_LIBJPG,COPYING} || die
268 + rmdir --ignore-fail-on-non-empty "${ED%/}"/usr/share/doc/${PF}/ || die
269 +
270 + # Remove hal fdi files
271 + rm -rf "${ED%/}"/usr/share/hal || die
272 +
273 + find "${D}" -name '*.la' -delete || die
274 +
275 + if use !minimal ; then
276 + python_export EPYTHON PYTHON
277 + python_optimize "${ED%/}"/usr/share/hplip
278 + fi
279 +
280 + readme.gentoo_create_doc
281 +}
282 +
283 +pkg_postinst() {
284 + readme.gentoo_print_elog
285 +}