uploaded version 3.11.3
again, thanks to kakalaky for reporting.
Search Criteria
Package Details: hplip-plugin 3.25.2-1
Package Actions
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 |
Keywords: | fax hp printer scanner |
Licenses: | LicenseRef-HPLIP-LICENSE |
Submitter: | pyropeter |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 402 |
Popularity: | 0.025048 |
First Submitted: | 2010-12-21 00:32 (UTC) |
Last Updated: | 2025-03-31 12:08 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hplip (hplip-liteAUR, hplip-minimalAUR)
- libusb-compat (libusb0AUR)
- sane (sane-gitAUR)
Required by (0)
Sources (1)
pyropeter commented on 2011-03-26 18:20 (UTC)
pyropeter commented on 2011-02-10 13:32 (UTC)
uploaded version 3.11.1-1
@kakalaky: thanks for flaging out-of-date.
pyropeter commented on 2011-01-24 17:01 (UTC)
uploaded version 3.10.9-3:
* dbus-python and pygobject are only make-dependencys
@Rudanar: I am happy to hear that.
Rudanar commented on 2011-01-21 07:44 (UTC)
@pyropeter Thanks! You were right, I had dependency problems, now the install goes fine!
pyropeter commented on 2011-01-20 22:49 (UTC)
uploaded version 3.10.9-2:
* added dependency for dbus-python and pygobject
* added patch for meaningful pkit-import-error message
@Rudanar: I don't know if I guessed your problem correctly, but I think you missed the dbus-python and pygobject packages.
It would be nice if you could try building again with the new PKGBUILD and report if it works or the problem persists.
Rudanar commented on 2011-01-20 20:45 (UTC)
With a clean install of hplip-plugin, the build end with:
"error: Unable to load pkit...is HPLIP installed?" (but the clean install installed hplip itself).
pyropeter commented on 2010-12-21 00:33 (UTC)
uploaded the first time: version 3.10.9
Pinned Comments
ZhangHua commented on 2025-03-31 03:44 (UTC) (edited on 2025-04-03 12:45 (UTC) by ZhangHua)
Please ensure your working directory is in the repository, because
we use a custom download agent to download sources, this download agent is a curl wrapper with UA set to firefox's.We call curl directly, using config file to provide User Agent with space.As for why not set UA in command directly, please check https://wiki.archlinux.org/title/Nonfree_applications_package_guidelines#Custom_DLAGENTS for more info.
I tested paru and it seems can work without any change. But I am not sure if other AUR helpers also can work.
Edit: Found a problem, if you use custom
$SRCDEST
for makepkg, you need to copyua.curlrc
to$SRCDEST
manually, or there will be a failure when downloading sources.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:
libusb-compat
andsane
(cred @ZhandHua).Depend on exact version ofhplip
(cred @jsn42).In addition, the PGP-signature of the artifact is now checked, which means you need to fetch upstream's key:
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!