Package Details: featherpad-git 1.2.0.2.g352c6aa-1

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: GPL3
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: 2022-04-27 12:31 (UTC)

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

Download snapshot or https://aur.archlinux.org/cgit/aur.git/snapshot/featherpad-git.tar.gz extract the archive open a terminal inside it and enter makepkg. After the package is made, install it with sudo pacman -U *.pkg.tar.xz.

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)

Build fails with the error: /usr/bin/uic ../../featherpad/featherpad/fp.ui -o ui_fp.h /usr/bin/uic ../../featherpad/featherpad/predDialog.ui -o ui_predDialog.h /usr/bin/uic ../../featherpad/featherpad/sessionDialog.ui -o ui_sessionDialog.h g++ -c -pipe -g -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"\" -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../featherpad/featherpad -I. -isystem /usr/include/qt -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtSvg -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtX11Extras -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o main.o ../../featherpad/featherpad/main.cpp In file included from /usr/include/qt/QtGui/QtGui:106:0, from ../../featherpad/featherpad/textedit.h:21, from ../../featherpad/featherpad/fpwin.h:24, from ../../featherpad/featherpad/singleton.h:24, from ../../featherpad/featherpad/main.cpp:18: /usr/include/qt/QtGui/qvulkaninstance.h:51:10: fatal error: vulkan/vulkan.h: No such file or directory #include <vulkan/vulkan.h> ^~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:1301: main.o] Error 1 make[1]: Leaving directory '/home/fusion809/.cache/pacaur/featherpad-git/src/build/featherpad' make: *** [Makefile:45: sub-featherpad-make_first] Error 2