summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Potier2015-09-30 14:39:33 +0200
committerMartin Potier2015-09-30 14:39:33 +0200
commit85b2984890924f54f36e341dd9f72fa86af042a2 (patch)
tree68cf45a36fb077168b34df5fa8d7256708185033
parentaf7da699212818fd8e644d044cc7b135615f3406 (diff)
downloadaur-85b2984890924f54f36e341dd9f72fa86af042a2.tar.gz
More printers are reported to work
-rw-r--r--PKGBUILD4
-rw-r--r--ppd-toshiba-estudio5560c.install13
2 files changed, 13 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b49e40e330d..6f2d4b4070eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=ppd-toshiba-estudio5560c
provides="ppd-toshiba-estudio5560c"
-pkgdesc="Printer only driver for the Toshiba e-STUDIO 5560c (and probably others)"
+pkgdesc="Printer only driver for the Toshiba e-STUDIO 5560c (and at least one other)"
url="http://www.eid.toshiba.com.au/n_driver_ebx_colour.asp"
pkgver=1.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('Propietary')
depends=('cups')
diff --git a/ppd-toshiba-estudio5560c.install b/ppd-toshiba-estudio5560c.install
index 61aea14d589e..1ffbd1d2d1eb 100644
--- a/ppd-toshiba-estudio5560c.install
+++ b/ppd-toshiba-estudio5560c.install
@@ -6,8 +6,8 @@ post_install() {
echo ""
echo "If you have a department code, tick the box about it and enter your "
echo "own 5-digit key to be able to send tasks to print. If you don't do "
- echo "these two things, they will be retained on the printer until you go "
- echo "there and manually type in you key. "
+ echo "these two things, these tasks will be retained on the printer until "
+ echo "you go there and manually type in you key. "
echo ""
echo "You should also fill in which printer modules are installed (stitching "
echo "module for instance). "
@@ -16,4 +16,13 @@ post_install() {
echo ""
echo "This package (version $1) also installs an authenticating and mandatory"
echo "script so that the printer accepts your tasks. "
+ echo ""
+ echo "It has been reported that this driver may work with the following"
+ echo "models: "
+ echo " e-STUDIO 347cs / 407cs "
+ echo " e-STUDIO 2050c / 2550c "
+ echo " e-STUDIO 2040c / 2540c / 3040c / 3540c / 4540c "
+ echo " e-STUDIO 2555c / 3055c / 3555c / 4555c / 5055c "
+ echo " e-STUDIO 5540c / 6540c / 6550c "
+ echo " e-STUDIO 5560c / 6560c / 6570c "
}