Browse Source

joe: bump to upstream v4.3

Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile    |    4 ++--
 files/joerc |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
lilik-openwrt-22.03
aTanW 8 years ago
parent
commit
73f16d6b50
2 changed files with 5 additions and 2 deletions
  1. +2
    -2
      utils/joe/Makefile
  2. +3
    -0
      utils/joe/files/joerc

+ 2
- 2
utils/joe/Makefile View File

@ -20,12 +20,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=joe
PKG_VERSION:=4.2
PKG_VERSION:=4.3
PKG_RELEASE:=1
PKG_SOURCE_URL:=@SF/joe-editor
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=0a70057cc4493320f9838822451857ef
PKG_MD5SUM:=5a167f5e88e62c77bb42b0145d72c466
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Vitaly Protsko <villy@sft.ru>
PKG_LICENCE:=GPL-2.0


+ 3
- 0
utils/joe/files/joerc View File

@ -52,6 +52,7 @@ mode,"asis",rtn % % Meta chars as-is
mode,"language",rtn V Language
mode,"picture",rtn P picture %Zpicture%
mode,"type",rtn F File type [%Ztype%]
mode,"title",rtn C Context %Ztitle%
menu,"more-options",rtn % % More options...
:defmenu more-options menu,"root",rtn
@ -366,6 +367,8 @@ defm2drag M2DRAG
defm3down M3DOWN
defm3up M3UP
defm3drag M3DRAG
defmiddleup MIDDLEUP
defmiddledown MIDDLEDOWN
xtmouse ^[ [ M
extmouse ^[ [ <


Loading…
Cancel
Save