-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.229.5.0.r57.gb9ce0d8-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: | 1 |
| Popularity: | 0.001424 |
| First Submitted: | 2024-06-01 16:28 (UTC) |
| Last Updated: | 2025-11-12 20:45 (UTC) |
Dependencies (20)
- python
- qt6pas
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-fullAUR) (make)
- lazarus (lazarus-betaAUR, lazarus-gitAUR) (make)
- python-brotli (python-brotli-gitAUR) (optional)
- python-brotlicffi (optional)
- python-certifi (optional)
- python-chardet (optional)
- python-charset-normalizer (optional)
- python-cryptography (optional)
- python-h2 (optional)
- python-idna (optional)
- python-pyopenssl (optional)
- python-pysocks (optional)
- python-requests (optional)
- python-simplejson (optional)
- python-typing_extensions (optional)
- python-urllib3 (optional)
- python-zstandard (optional)
Required by (0)
Sources (11)
- CudaText
- git+https://github.com/Alexey-T/ATBinHex-Lazarus.git
- git+https://github.com/Alexey-T/ATFlatControls.git
- git+https://github.com/Alexey-T/ATSynEdit.git
- git+https://github.com/Alexey-T/ATSynEdit_Cmp.git
- git+https://github.com/Alexey-T/ATSynEdit_Ex.git
- git+https://github.com/Alexey-T/EControl.git
- git+https://github.com/Alexey-T/Emmet-Pascal.git
- git+https://github.com/Alexey-T/EncConv.git
- git+https://github.com/Alexey-T/Python-for-Lazarus.git
- git+https://github.com/bgrabitmap/bgrabitmap.git
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=gtk2or_widgets=qt5to 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.