Package Details: hplip-plugin 3.24.4-1

Git Clone URL: https://aur.archlinux.org/hplip-plugin.git (read-only, click to copy)
Package Base: hplip-plugin
Description: Binary plugin for HPs hplip printer driver library
Upstream URL: https://developers.hp.com/hp-linux-imaging-and-printing/binary_plugin.html
Licenses: LicenseRef-HPLIP-LICENSE
Submitter: pyropeter
Maintainer: carsme
Last Packager: carsme
Votes: 406
Popularity: 0.32
First Submitted: 2010-12-21 00:32 (UTC)
Last Updated: 2024-06-23 05:00 (UTC)

Pinned Comments

carsme commented on 2024-01-15 16:53 (UTC) (edited on 2024-02-04 14:15 (UTC) by carsme)

Hey, I've adopted this package and applied some of the suggestions:

  • Add missing dependencies, notably libusb-compat and sane (cred @ZhandHua).
  • Depend on exact version of hplip (cred @jsn42).

In addition, the PGP-signature of the artifact is now checked, which means you need to fetch upstream's key:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 4ABA2F66DBD5A95894910E0673D770CDA59047B9

Unfortunately, I have no HP printer at home so my testing ability is limited to running hp-diagnose_plugin. If someone has better opportunity to test and is interested in maintaining, let me know and I'll handover the package or add you as a co-maintainer. Cheers!

Latest Comments

« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 Next › Last »

pyropeter commented on 2012-07-14 18:52 (UTC)

uploaded 3.12.6-3: * moved udev-rules to /usr/lib @garyvdm: thanks for the hint and the patch!

garyvdm commented on 2012-07-14 18:23 (UTC)

Contents of /lib needs to be moved to /usr/lib See https://wiki.archlinux.org/index.php/DeveloperWiki:usrlib --- PKGBUILD 2012-06-23 21:14:12.000000000 +0200 +++ PKGBUILD~ 2012-07-14 20:21:07.117219136 +0200 @@ -2,7 +2,7 @@ pkgname=hplip-plugin pkgver=3.12.6 -pkgrel=2 +pkgrel=3 pkgdesc="Binary plugin for HPs hplip printer driver library" arch=('i686' 'x86_64') url="http://hplipopensource.com/" @@ -45,12 +45,12 @@ ln -sf "$relpath" "$link" done < <(find "$pkgdir" -type l -print0) - mkdir -p "$pkgdir"/lib/udev - mv "$pkgdir"/etc/udev/rules.d "$pkgdir"/lib/udev/ - chmod 0644 "$pkgdir"/lib/udev/rules.d/* + mkdir -p "$pkgdir"/usr/lib/udev + mv "$pkgdir"/etc/udev/rules.d "$pkgdir"/usr/lib/udev/ + chmod 0644 "$pkgdir"/usr/lib/udev/rules.d/* rm -r "$pkgdir"/etc sed -i -e "s|SYSFS|ATTR|g" \ -e "s|sysfs|attr|g" \ - -e 's|"bin/sh|"/bin/sh|g' "$pkgdir"/lib/udev/rules.d/*.rules + -e 's|"bin/sh|"/bin/sh|g' "$pkgdir"/usr/lib/udev/rules.d/*.rules }

pyropeter commented on 2012-07-12 16:27 (UTC)

@said: You should try to consult the upstream support. They know how to deal with not-working issues.

said commented on 2012-07-12 09:26 (UTC)

Plug-in version: 3.12.6 Installed HPLIP version: 3.12.6 Number of files to install: 0 Used to work before with this plugin, not anymore. I've a laserjet p1006.

pyropeter commented on 2012-07-01 20:25 (UTC)

@holyArch: yes.

pyropeter commented on 2012-06-23 22:02 (UTC)

@GR3: You are welcome!

<deleted-account> commented on 2012-06-23 21:42 (UTC)

@pyropeter: Thanks for your hard work. Appreciate it!

pyropeter commented on 2012-06-23 19:17 (UTC)

uploaded 3.12.6-2 * now works with spaces in $startdir @GR3: yes, that's a bug. I thought I had quoted every variable substitution, but apparently, I was wrong. It's fixed now.