Search Criteria
Package Details: livetikz 0.5-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/livetikz.git (read-only, click to copy) |
|---|---|
| Package Base: | livetikz |
| Description: | A live preview for TikZ drawings |
| Upstream URL: | https://github.com/misc0110/LiveTikZ |
| Licenses: | GPL |
| Submitter: | mlq |
| Maintainer: | mlq |
| Last Packager: | mlq |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-03-23 09:24 (UTC) |
| Last Updated: | 2023-10-24 10:48 (UTC) |
Dependencies (9)
- kcoreaddons5
- ki18n5
- kparts5
- ktexteditor5
- kxmlgui5
- poppler (poppler-gitAUR)
- poppler-qt5 (poppler-qt5-gitAUR, poppler-qt-lcdAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
Latest Comments
dreieck commented on 2023-10-24 10:59 (UTC) (edited on 2023-10-24 11:02 (UTC) by dreieck)
Fails to build for me:
Turns out that the script considers
111to be smaller than2("found suitable version "5.111.0", minimum required is "5.2.0"") …dreieck commented on 2023-10-24 10:29 (UTC)
Dependencies need to be updated since packages got renamed in Arch:
kcoreaddons→kcoreaddons5kxmlgui→kxmlgui5ki18n→ki18n5ktexteditor→ktexteditor5kparts→kparts5Regards and thanks for maintaining!
kauron commented on 2023-10-20 13:35 (UTC)
It seems that KDE packages have changed their naming, so that
kcoreaddonshas becomekcoreaddons5. Until the last update, they also included aProvides: kcoreaddonsso that the name change didn't affect other packages. However, the latest update of these packages has removed theProvides.Could this package change its KDE dependencies to add a 5 at the end? E.g.,
kxmlguibecomeskxmlgui5.