Search Criteria
Package Details: syntax-highlighting-git 6.0.0_r2540.gdb7282d9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/syntax-highlighting-git.git (read-only, click to copy) |
---|---|
Package Base: | syntax-highlighting-git |
Description: | Syntax highlighting engine for structured text and code |
Upstream URL: | https://community.kde.org/Frameworks |
Licenses: | MIT |
Groups: | kf6-git |
Conflicts: | syntax-highlighting |
Provides: | syntax-highlighting |
Submitter: | IslandC0der |
Maintainer: | IslandC0der (chaotic-aur) |
Last Packager: | IslandC0der |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-19 23:24 (UTC) |
Last Updated: | 2024-03-01 06:58 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- extra-cmake-modules-gitAUR (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-declarative (qt6-declarative-gitAUR) (make)
- qt6-doc (make)
- qt6-tools (make)
- qt6-declarative (qt6-declarative-gitAUR) (optional) – QML bindings
Required by (25)
- buho-git (requires syntax-highlighting)
- cpeditor-bin (requires syntax-highlighting)
- drkonqi-git (requires syntax-highlighting)
- grantlee-editor-git
- hotspot (requires syntax-highlighting)
- kate-git
- kate-root (requires syntax-highlighting)
- kdepim-addons-git
- kio-extras-git
- kpimtextedit-git
- ktextaddons-git
- ktexteditor-git
- libksieve-git
- mailcommon-git
- mauikit-git (requires syntax-highlighting) (make)
- mauikit-texteditor-git (requires syntax-highlighting)
- messagelib-git
- neochat-git
- nota-git (requires syntax-highlighting)
- notepanda (requires syntax-highlighting)
- Show 5 more...
Latest Comments
DawfukFR commented on 2024-05-26 21:22 (UTC)
/usr/include/c++/14.1.1/string_view:256: constexpr const std::basic_string_view<_CharT, _Traits>::value_type& std::basic_string_view<_CharT, _Traits>::operator const [with _CharT = char; _Traits = std::char_traits<char>; const_reference = const char&; size_type = long unsigned int]: Assertion '__pos < this->_M_len' failed.
IslandC0der commented on 2023-03-13 02:27 (UTC) (edited on 2023-03-13 03:35 (UTC) by IslandC0der)
@Rustmilian thank you so much for all your work! I still mix up some qt5 and qt6 package names :P
Also, in this case, it seems like
clang
is an optional dep (EDIT: I mean an optional make-time dep, since it's indeed checked for when building, but it's not required. That clang commit hook is completely useless for building)Rustmilian commented on 2023-03-13 00:09 (UTC) (edited on 2023-03-13 00:16 (UTC) by Rustmilian)
@IslandC0der remove
qt6-xmlpatterns
it not a real dependence nor is it required by this package. Also addclang
as a dependence.davispuh commented on 2023-02-06 02:11 (UTC)
Doesn't build anymore. Need to add
-DQT_MAJOR_VERSION=6
CMake option now.IslandC0der commented on 2020-07-20 18:57 (UTC)
Thanks @zanny, fixed.
zan commented on 2020-07-20 04:37 (UTC)
This should conflicts & provides syntax-highlighting.