Search Criteria
Package Details: mccgdi 2.0.10-1
Git Clone URL: | https://aur.archlinux.org/mccgdi.git (read-only, click to copy) |
---|---|
Package Base: | mccgdi |
Description: | PPD files for Panasonic Printers |
Upstream URL: | panasonic.com |
Keywords: | cups driver panasonic printer |
Licenses: | |
Submitter: | averagejoey2000 |
Maintainer: | None |
Last Packager: | averagejoey2000 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-10 11:53 |
Last Updated: | 2018-04-06 01:20 |
Latest Comments
TuzelKO commented on 2018-10-06 15:31
MD5 hash check fail... ==> ОШИБКА: Количество контрольных сумм (md5) не совпадает с количеством исходных файлов.
averagejoey2000 commented on 2018-04-06 01:23
@chuckdaniels the original tar.gz provided by Panasonic has it written in that manner. I just copied the script from the installer and hit it with a hammer until it worked. I've just uploaded 2.0.10, if you've got some way to clean it up, please send me a pastebin with the better way. I am no professional.
chuckdaniels commented on 2017-07-01 11:27
Well last commit broke everything in this line:
cp -rf $srcdir/$pkgname-$pkgver-$arch/data/ $pkgdir/usr/share/panasonic/printer/data/
That seems to create a 'data' directory inside the other. This fixes that
cp -rf $srcdir/$pkgname-$pkgver-$arch/data $pkgdir/usr/share/panasonic/printer/
Anyways, PKGBUILD looks a bit convoluted for me. Many for loops and 'cp' + 'chmod'. Why don't you use 'install' directly?
In any case, thanks for creating and mantaining this package.
chuckdaniels commented on 2017-07-01 11:14
There are some errors on this package. It seems you linked or copied something bad and the path for '/usr/local/share/panasonic/printer/data' got another data directory inside. CUPS throws errors because is not finding '.SPC'/'.TBL' files due to bad path. I solved it linking to the inner data directory.