summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzugno2020-07-08 17:22:25 +0200
committerzugno2020-07-08 17:22:25 +0200
commit3cb626995e78d3a29b7643a5733f1c87415fea16 (patch)
tree9037d23e57d1ced525d32c3c9d6d7b451e0d0e73
parentfb6f51b7a0ef7f3088642f95ebbc78316e9fd381 (diff)
downloadaur-3cb626995e78d3a29b7643a5733f1c87415fea16.tar.gz
Added missing dependencies, see PKGBUILD for details
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD20
2 files changed, 24 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bb773890c7d..77f16714aaa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,20 @@
pkgbase = brother-mfc-l2700dn
pkgdesc = LPR and CUPS driver for the Brother MFC-L2700DN printer
pkgver = 3.2.0
- pkgrel = 3
+ pkgrel = 4
url = http://solutions.brother.com/linux/en_us/
install = brother-mfc-l2700dn.install
arch = i686
arch = x86_64
- license = custom:brother commercial license
+ license = custom: brother commercial license
depends = cups
+ depends = perl
+ depends = ghostscript
+ depends = sed
+ depends = grep
optdepends = brscan4: scanner support
+ optdepends = brscan-skey: scanner button support
+ optdepends = ttf-dejavu: printing text files from lpr
source = http://download.brother.com/welcome/dlf102083/mfcl2700dnlpr-3.2.0-1.i386.rpm
source = http://download.brother.com/welcome/dlf102084/mfcl2700dncupswrapper-3.2.0-1.i386.rpm
source = cupswrapper-license.txt
diff --git a/PKGBUILD b/PKGBUILD
index e426939e7999..ce69f5093d9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,26 @@
pkgname="brother-mfc-l2700dn"
pkgver="3.2.0"
_brotherpkgrel=1
-pkgrel=3
+pkgrel=4
pkgdesc="LPR and CUPS driver for the Brother MFC-L2700DN printer"
arch=('i686' 'x86_64')
url="http://solutions.brother.com/linux/en_us/"
-license=('custom:brother commercial license')
-depends=('cups')
+license=('custom: brother commercial license')
+depends=('cups' 'perl' 'ghostscript' 'sed' 'grep')
+# cups: the printing system
+# perl: the language of the wrapper and filter scripts
+# ghostscript: called in the filter script
+# sed: called in the filter script and used for package preparation
+# grep: called in the wrapper/filter scripts
+
depends_x86_64=('lib32-glibc')
-optdepends=('brscan4: scanner support')
+
+optdepends=('brscan4: scanner support'
+ 'brscan-skey: scanner button support'
+ 'ttf-dejavu: printing text files from lpr')
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670055
+ # Printing a text file fails when Liberation is the only TrueType font available
+
install="$pkgname.install"
source=(