Search Criteria
Package Details: brother-ql1060n 1.0.6r0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/brother-ql1060n.git (read-only, click to copy) |
---|---|
Package Base: | brother-ql1060n |
Description: | LPR and CUPS driver for Brother QL-1060N label printer |
Upstream URL: | http://solutions.brother.com/linux/en_us/ |
Keywords: | brother cups cupswrapper driver filter label lpr ppd printer ql-1060n |
Licenses: | custom |
Submitter: | kbabioch |
Maintainer: | kbabioch |
Last Packager: | kbabioch |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-16 08:45 (UTC) |
Last Updated: | 2019-07-21 21:32 (UTC) |
Dependencies (2)
- cups (cups-gitAUR, cups-gssapiAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
Latest Comments
MountainX commented on 2021-06-10 13:40 (UTC)
@kbabioch - What you need is posted at this link:
[SOLVED] help fixing PKGBUILD for brother-ql1060n / AUR Issues, Discussion & PKGBUILD Requests / Arch Linux Forums
kbabioch commented on 2021-06-10 08:21 (UTC)
Given that there are some proposed changes: Does anyone have an up to date version of the PKGBUILD? Happy to update, but a little bit tight on time currently. Alternatively, also happy to hand over maintainership.
linuxkidd commented on 2021-05-03 19:13 (UTC) (edited on 2021-05-04 15:06 (UTC) by linuxkidd)
It appears the ppd file is not present in the sources used by this PKGBUILD... Brother now seems to only provide the ppd file in it's source file:
https://download.brother.com/welcome/dlfp002258/cupswrapper-ql1060n-src-1.0.6-0.tar.gz
I copied the file to
/usr/share/cups/model
after running the normal installation with this repo's PKGBUILD, and now I can print again.MountainX commented on 2020-11-03 05:50 (UTC)
Please apply this patch to the 1.0.6r0-1 PKGBUILD:
diff --git a/PKGBUILD b/PKGBUILD index 9a02e2b..a3f8a5c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -21,6 +21,8 @@ sha256sums=('6111c4b13d8ae7a09d23461643b31f06df5973e1babc7fc3e1ef5cec4ede20b6'
prepare() { + bsdtar -xf ql1060ncupswrapper-1.0.6-0.i386rpm/ql1060ncupswrapper-1.0.6-0.i386.rpm + # do not install in '/usr/local' if [ -d $srcdir/usr/local/Brother ]; then install -d $srcdir/usr/share
See forum thread: https://bbs.archlinux.org/viewtopic.php?pid=1935433#p1935433
MountainX commented on 2019-08-18 03:32 (UTC)
warning: If your brother-ql1060n is installed and working, updating using this PKGBUILD will cause your printer to stop working. At least that is what happened on my two computers where I have the printer installed.
MountainX commented on 2019-08-18 03:27 (UTC)
@kbabioch FYI this package is no longer working. It creates a brother-ql1060n-1.0.6r0-1-x86_64.pkg.tar.xz file that is missing the cups filter. Other files appear to be missing too. For exampke, the path /usr/share/cups/model/ in the package is empty.
I believe Brother has renamed the filter so it no longer matches the pattern lpdwrapper
kbabioch commented on 2019-07-21 21:32 (UTC)
I've bumped the version to 1.0.6, please try and verify whether it is working as expected.
kbabioch commented on 2019-07-21 21:25 (UTC)
@the-k: All of this is voluntary work. I'm working on this during my free time, so I won't provide any ETA ;-). Patches are welcome, of course, though ;-).
the-k commented on 2019-07-06 08:46 (UTC)
Hi. Any ETA on the update? The package has been flagged out-of-date for over a month.