Package Details: openprinting-ppds-postscript-ricoh 20140829-3

Package Base: openprinting-ppds-postscript-ricoh
Description: PPD files for Ricoh's PostScript printers, supplied by Ricoh
Upstream URL: https://www.openprinting.org/driver/Postscript-Ricoh
Category: system
Licenses: MIT
Conflicts: openprinting-ppds-pxlcolor-ricoh, openprinting-ppds-pxlmono-ricoh, ppd-ricoh
Submitter: nhelke
Maintainer: plp
Last Packager: plp
Votes: 11
First Submitted: 2013-05-07 09:09
Last Updated: 2015-02-11 10:32

Latest Comments

Comment by plp

2015-02-11 10:29

Note to owners of PCL-only Ricoh printers:

Your printer won't work with this driver. Install openprinting-ppds-pxlmono-ricoh, or openprinting-ppds-pxlcolor-ricoh instead.

Comment by plp

2015-02-10 18:47

BTW, package sources can be found on Github:

https://github.com/plp13/plp-aur/tree/master/aur-openprinting-ppds-postscript-ricoh

Comment by plp

2015-02-10 16:31

Adopted and updated to lastest version.

It installs fine, but I haven't tested it yet, as my printer still needs to be plugged in. Please let me know how it goes.

Comment by nhelke

2015-01-31 17:54

@hardyh as I have mentioned before, I am no longer in a position to maintain (i.e. build) this package. The code for this package on Github (https://github.com/nhelke/openprinting-ppds-postscript-ricoh) is nonetheless up to date if you wish to build this package.

The AUR helper I used when I was still using Arch enabled users to edit the pkgbuild file before installation. Please refer to your preferred AUR helper's documentation to see if you can't do the same.

I will also take this opportunity to reach out to anyone who feels up to taking on the periodical (usually no more than twice a year) task of updating the package source, building the package and uploading it to AUR.

Comment by hardyh

2015-01-31 17:38

This package is useless with the non user fixable typo in the pkgbuild that has not been fixed in 9 months .

Comment by chmeee

2014-09-05 08:51

I'd gladly do it, but I don't know how to update yet. I'll have a look over the weekend and tell you as soon as I can.

Thanks.

Comment by nhelke

2014-09-03 11:31

I'm afraid I not longer have an Arch machine. I have merged your pull request with a minor tweak, thank you @chmeee, but I don't have the means to create the AUR package. If you would like to clone the repo (https://github.com/nhelke/openprinting-ppds-postscript-ricoh) and build the package for AUR submission, I will gladly disown this package and let you take over maintenance.

Comment by chmeee

2014-09-03 10:11

Hi:

There's a new rpm from last week https://www.openprinting.org/download/printdriver/components/lsb3.2/main/RPMS/noarch/openprinting-ppds-postscript-ricoh-20140829-1lsb3.2.noarch.rpm

The one in the PKGBUILD is no longer present.

BTW, there's still the comma bug already reported.

Thanks.

Comment by anigeo

2014-07-22 04:58

The typo in PKGBUILD still exist as for 20140314-2 version, to self modify, remove the , in the line

depends=('cups' 'cups-filters', 'ghostscript')
to
depends=('cups' 'cups-filters' 'ghostscript')

Comment by franziskus

2014-07-11 06:55

there's a typo in the PKGBUILD "depends=('cups' 'cups-filters', 'ghostscript')"

Comment by nhelke

2014-06-25 13:46

@tempoz thanks for the heads up. I will update the package shortly. If you use Github feel free to make a pull request for this to https://github.com/nhelke/openprinting-ppds-postscript-ricoh

Comment by tempoz

2014-06-20 20:04

I think this package requires ghostscript, as without it I get "D [20/Jun/2014:15:38:36 -0400] [Job 1] Unable to execute gs program: No such file or directory" in the cups error log and "Filter failed" errors when trying to print.

Otherwise, works awesome! Thanks for providing it.

Comment by nhelke

2014-05-15 15:24

I will update to 20140314 in a couple of days, when I get back to my linux machine. Thanks to John Fetsko for the heads up.

Comment by nhelke

2014-02-17 21:40

Sorry I missed the update. Thanks for bringing it to my attention.

FYI, should anyone ever need it, the package source for this can be found at https://github.com/nhelke/openprinting-ppds-postscript-ricoh

Comment by saultdon

2014-02-17 20:54

Thanks for doing the package for this. Recently started using Ricoh at work and this is a god send! Helps me justify linux use in the workplace.

Comment by nhelke

2013-06-13 21:31

Updated. Thanks for the heads up.

Anonymous comment

2013-06-13 18:38

I get an error: Failure while downloading openprinting-ppds-postscript-ricoh-20130325-1lsb3.2.noarch.rpm

There has been a new update: https://www.openprinting.org/download/printdriver/components/lsb3.2/main/RPMS/noarch/openprinting-ppds-postscript-ricoh-20130611-1lsb3.2.noarch.rpm

Could you update this?

Comment by nhelke

2013-05-13 08:36

Thanks @1ace. Fixed in -2

Comment by 1ace

2013-05-13 08:25

`if [ "$?" == "init" ]` doesn't make any sense... did you mean `if [ $? -eq 0 ]` ?