Search Criteria
Package Details: lcdtest 1.18-3
Git Clone URL: | https://aur.archlinux.org/lcdtest.git (read-only, click to copy) |
---|---|
Package Base: | lcdtest |
Description: | A utility to display LCD monitor test patterns. |
Upstream URL: | http://www.brouhaha.com/~eric/software/lcdtest/ |
Licenses: | |
Submitter: | None |
Maintainer: | mikesd |
Last Packager: | mikesd |
Votes: | 22 |
Popularity: | 0.000242 |
First Submitted: | 2009-05-02 07:43 |
Last Updated: | 2020-03-29 01:38 |
Latest Comments
mikesd commented on 2020-03-29 01:39
Fixed.
pitlochry commented on 2020-03-27 19:41
I got an error since 1.18-2 with yay:
Can someone help?
swiftgeek commented on 2019-10-09 12:11
The patch is not needed anymore and is causing following issue:
vith commented on 2016-04-22 04:57
Made it work when using ttf-liberation-ib from infinality-bundle-fonts: https://gist.github.com/vith/36b9e1290a2a694b861352a1d8e2e774
grayich commented on 2014-11-02 23:42
must be replaced build()
package() {
cd ${srcdir}/${pkgname}-${pkgver}/
patch -p1 <$srcdir/patch
scons
install -d -m0755 ${pkgdir}/usr/bin
install -m0755 ${srcdir}/${pkgname}-${pkgver}/build/${pkgname} ${pkgdir}/usr/bin
install -d -m0755 ${pkgdir}/usr/share/man/man1
install -m0644 ${srcdir}/${pkgname}-${pkgver}/man/${pkgname}.1 ${pkgdir}/usr/share/man/man1
}
ZeroBit commented on 2013-04-15 13:28
To make it work in line 745 of the lcdtest.c should be following (right path to font):
const char font_path [] = "/usr/share/fonts/TTF/LiberationMono-Regular.ttf";