Search Criteria
Package Details: featherpad-git 1.5.1.r6.gd72f662b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/featherpad-git.git (read-only, click to copy) |
---|---|
Package Base: | featherpad-git |
Description: | Lightweight Qt5 plain text editor for Linux |
Upstream URL: | https://github.com/tsujan/featherpad |
Licenses: | GPL-3.0-only |
Conflicts: | featherpad |
Provides: | featherpad |
Submitter: | pmattern |
Maintainer: | pmattern |
Last Packager: | pmattern |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-05 15:59 (UTC) |
Last Updated: | 2024-05-31 20:13 (UTC) |
Dependencies (8)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- hunspell (hunspell-gitAUR)
- qt6-svg
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
- qt6-translations (optional) – localized keyboard shortcuts
Latest Comments
louipc commented on 2023-12-17 05:45 (UTC) (edited on 2023-12-17 05:52 (UTC) by louipc)
Please add qt6-wayland in makedepends for wayland support. Thanks.
renegat commented on 2022-05-12 04:01 (UTC) (edited on 2022-05-12 04:04 (UTC) by renegat)
The descripion says "Lightweight Qt5 plain text editor for Linux" but it is compiled against qt6.
Neither LXQt nor KDE Plasma uses qt6 so all appearance settings are ignored.
You'll have to remove / replace all qt6 dependecies, remove '-DENABLE_QT5=OFF' from PKGBUILD and set pkgrel to 3 to get a qt5 compatible featherpad
or
install / configure appearance using qt6ct and start featherpad with '--platformtheme qt6ct'.
csts commented on 2020-09-22 17:28 (UTC)
@3xploiton3, no need for that. The featherpad-git here has the latest version.
https://ibb.co/9cXJP11
3xploiton3 commented on 2020-03-17 12:18 (UTC)
If u wanna install very up to date version,
Follow this instruction
With Manjaro/Arch+AUR, you could always have the latest git version. Just do the above once in a while.
PedroHLC commented on 2019-06-06 17:22 (UTC)
Had some problems with
#include <hunspell/hunspell.h>
which were solved adding hunspell to 'depends', but maybe it could be instead in makedepnds+optdepends (in both) too...fusion809 commented on 2017-10-16 09:14 (UTC)