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: | 2 |
| Popularity: | 0.24 |
| 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, git-wd40AUR) (make)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (make)
- lazarus (lazarus-gitAUR, lazbuildAUR) (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) (edited on 2026-07-15 18:51 (UTC) by xiota)
-gitpackages update pkgver on build. There is no need to flag out of date unless there is some other problem with the package. In that case, describe the problem in the flag.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.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?