Search Criteria
Package Details: brother-dcpj125 1.1.3-666
Git Clone URL: | https://aur.archlinux.org/brother-dcpj125.git (read-only, click to copy) |
---|---|
Package Base: | brother-dcpj125 |
Description: | CUPS driver for Brother DCP-J125 printer |
Upstream URL: | http://solutions.brother.com/linux/en_us/index.html |
Licenses: | |
Submitter: | swiftgeek |
Maintainer: | swiftgeek |
Last Packager: | swiftgeek |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-25 14:54 |
Last Updated: | 2015-06-09 23:38 |
Dependencies (3)
- cups (cups-git, libcups-ipp14, cups-ipp14, cups-noudev, cups-nosystemd)
- tcsh
- rpmextract (rpm-tools) (make)
Latest Comments
TheGoliath commented on 2020-06-07 20:40
I agree with @Scimmia
Scimmia commented on 2016-11-20 18:23
Why are you extracting the source files manually? makepkg already does it.
swiftgeek commented on 2013-09-20 19:53
It's still needs some patching for systemd :/
I guess that this is already done somewhere (but i'm too lazy too look for it - it should work also without any changes i guess)
maik commented on 2012-05-20 09:49
After huge problems I found out, that the package lib32-libstdc++5 is necessary to run the printer DCP-J125 properly on x86_64-systems.
So, for installing these package on x86_64-system I recommend to add lib32-libstdc++5 to the dependencies - maybe like this:
…
install=dcpj125.install
if [ $CARCH == "x86_64" ]; then
depends=("${depends[@]}" 'lib32-libstdc++5')
fi
build() {
…