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: GPL2
Submitter: None
Maintainer: mikesd
Last Packager: mikesd
Votes: 24
Popularity: 0.57
First Submitted: 2009-05-02 07:43 (UTC)
Last Updated: 2020-03-29 01:38 (UTC)

Latest Comments

mikesd commented on 2020-03-29 01:39 (UTC)

Fixed.

pitlochry commented on 2020-03-27 19:41 (UTC) (edited on 2020-03-27 19:42 (UTC) by pitlochry)

I got an error since 1.18-2 with yay:

==> Entering fakeroot environment...

==> Starting package()...

install: cannot stat '/home/user/.cache/yay/lcdtest/src/lcdtest-1.18/build/lcdtest': No such file or directory

==> ERROR: A failure occurred in package(). Aborting...

Can someone help?

swiftgeek commented on 2019-10-09 12:11 (UTC) (edited on 2019-10-09 12:13 (UTC) by swiftgeek)

The patch is not needed anymore and is causing following issue:

$ lcdtest
fatal error: can't open font
openat(AT_FDCWD, "/usr/share/fonts/TTF/LiberationMono-Regular.ttf", O_RDONLY) = -1 ENOENT (No such file or directory)

vith commented on 2016-04-22 04:57 (UTC)

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 (UTC)

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 (UTC)

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";