Search Criteria
Package Details: lcd-image-converter-git r1776.4d43872-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lcd-image-converter-git.git (read-only, click to copy) |
---|---|
Package Base: | lcd-image-converter-git |
Description: | Tool to create bitmaps and fonts for embedded applications. Tracking develop branch. |
Upstream URL: | http://www.riuson.com/lcd-image-converter |
Licenses: | GPL |
Provides: | lcd-image-converter |
Submitter: | xorly |
Maintainer: | xorly |
Last Packager: | xorly |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-19 13:53 (UTC) |
Last Updated: | 2022-12-21 08:12 (UTC) |
Dependencies (7)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
Latest Comments
OpusOne commented on 2024-12-03 08:23 (UTC)
The package still builds fine, but there is one problem in that the application doesn't use the proper image and font templates, since it can't find them (but doesn't warn you, it just uses internal, not up-to-date templates). That prevents you from converting fonts properly to C source.
You can refer to the following issue which details it: https://github.com/riuson/lcd-image-converter/issues/87
That probably warrants a change in the PKGBUILD to install the template files, if it's possible. Otherwise, that'll have to be a manual step.
xorly commented on 2022-12-21 08:13 (UTC)
Updated, thanks @khvalera
khvalera commented on 2022-12-14 21:57 (UTC) (edited on 2022-12-14 22:18 (UTC) by khvalera)
to build you need to add: makedepends=('qt5-tools' 'desktop-file-utils')