Search Criteria
Package Details: featherpad-git 0.10.0.2.gac3e510-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: | |
Conflicts: | |
Provides: | |
Submitter: | pmattern |
Maintainer: | pmattern |
Last Packager: | pmattern |
Votes: | 8 |
Popularity: | 0.199703 |
First Submitted: | 2016-10-05 15:59 |
Last Updated: | 2019-10-14 00:49 |
Dependencies (8)
- desktop-file-utils (desktop-file-utils-git)
- gtk-update-icon-cache (gtk3-git, gtk-update-icon-cache-ubuntu)
- hunspell (hunspell-git)
- qt5-svg (qt5-svg-git)
- qt5-x11extras (qt5-x11extras-git)
- git (git-git) (make)
- qt5-tools (qt5-tools-git) (make)
- qt5-translations (qt5-translations-git) (optional) – localized keyboard shortcuts
Required by (2)
- lxqt-desktop-git (optional)
- lxqt-kwin-desktop-git (requires featherpad)
Latest Comments
csts commented on 2020-09-22 17:28
@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
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
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
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