[openwrt/openwrt] ncurses: add alacritty terminfo
LEDE Commits
lede-commits at lists.infradead.org
Sat Feb 25 16:12:13 PST 2023
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/888b207f1a6cde4c954e1b3b34f8c2ba60b14cd1
commit 888b207f1a6cde4c954e1b3b34f8c2ba60b14cd1
Author: Tobias Hilbig <web.tobias at hilbig-ffb.de>
AuthorDate: Sat Feb 25 11:40:37 2023 +0100
ncurses: add alacritty terminfo
Add terminfo file for the terminal emulator alacritty.
https://github.com/alacritty/alacritty
Signed-off-by: Tobias Hilbig <web.tobias at hilbig-ffb.de>
---
package/libs/ncurses/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 29261a4cd0..4d8e685f35 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ncurses
PKG_CPE_ID:=cpe:/a:gnu:ncurses
PKG_VERSION:=6.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -123,6 +123,7 @@ ifneq ($(HOST_OS),FreeBSD)
)
for file in \
a/ansi \
+ a/alacritty \
d/dumb \
l/linux \
r/rxvt \
More information about the lede-commits
mailing list