-git
packages update pkgver on build. There is no need to flag out of date unless there is some other problem with the package.
Search Criteria
Package Details: cudatext-git 1.219.0.0.r0.gfea21f2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cudatext-git.git (read-only, click to copy) |
---|---|
Package Base: | cudatext-git |
Description: | Text editor written in Free Pascal with Lazarus (Qt6) |
Upstream URL: | https://github.com/Alexey-T/CudaText |
Licenses: | MPL-2.0 |
Conflicts: | cudatext |
Provides: | cudatext |
Submitter: | xiota |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-06-01 16:28 (UTC) |
Last Updated: | 2024-11-03 19:32 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- qt6pas
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- lazarus (lazarus-betaAUR, lazarus-gitAUR) (make)
- xmlstarlet (xmlstarlet-gitAUR) (make)
Required by (0)
Sources (11)
- git+https://github.com/Alexey-T/ATBinHex-Lazarus
- git+https://github.com/Alexey-T/ATFlatControls
- git+https://github.com/Alexey-T/ATSynEdit
- git+https://github.com/Alexey-T/ATSynEdit_Cmp
- git+https://github.com/Alexey-T/ATSynEdit_Ex
- git+https://github.com/Alexey-T/CudaText
- git+https://github.com/Alexey-T/EControl
- git+https://github.com/Alexey-T/Emmet-Pascal
- git+https://github.com/Alexey-T/EncConv
- git+https://github.com/Alexey-T/Python-for-Lazarus
- git+https://github.com/bgrabitmap/bgrabitmap
Latest Comments
xiota commented on 2024-11-03 18:42 (UTC)
xiota commented on 2024-07-28 19:49 (UTC) (edited on 2024-10-16 21:34 (UTC) by xiota)
Default widget set is qt6
. Change variable to _widgets=gtk2
or _widgets=qt5
to use a different set. The gtk3 widgets currently do not work.
Depends are dynamically updated to correspond with chosen widget set. Correct packages should be installed when building in a clean chroot or using makepkg -s
.
AndyM48 commented on 2024-07-28 15:25 (UTC) (edited on 2024-07-28 15:25 (UTC) by AndyM48)
Won't this require qt5pas for qt5 build instead of qt6pas? Are either, or anything else, needed for gtk2?
Pinned Comments
xiota commented on 2024-07-28 19:49 (UTC) (edited on 2024-10-16 21:34 (UTC) by xiota)
Default widget set is
qt6
. Change variable to_widgets=gtk2
or_widgets=qt5
to use a different set. The gtk3 widgets currently do not work.Depends are dynamically updated to correspond with chosen widget set. Correct packages should be installed when building in a clean chroot or using
makepkg -s
.