mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
nano: move to system
This commit is contained in:
parent
6bc259fb5c
commit
e5dccf8443
@ -1,34 +0,0 @@
|
|||||||
3.0.1
|
|
||||||
- bump addon version
|
|
||||||
|
|
||||||
2.1.2
|
|
||||||
- cleanup
|
|
||||||
|
|
||||||
2.1.1
|
|
||||||
- update to addon version 2.1
|
|
||||||
|
|
||||||
2.0.0
|
|
||||||
- prepare for OpenELEC-2.0 release
|
|
||||||
|
|
||||||
1.90.1
|
|
||||||
- depends on xbmc.python API 2.0
|
|
||||||
|
|
||||||
1.90.0
|
|
||||||
- prepare for OpenELEC-1.90 release
|
|
||||||
|
|
||||||
1.0.0
|
|
||||||
- update to nano-2.3.1
|
|
||||||
- prepare for OpenELEC-1.0 release
|
|
||||||
|
|
||||||
0.99.4
|
|
||||||
- change icon
|
|
||||||
|
|
||||||
0.99.3
|
|
||||||
- build as shared lib
|
|
||||||
- include ncurses libs
|
|
||||||
|
|
||||||
0.99.2
|
|
||||||
- prepare for release
|
|
||||||
|
|
||||||
0.99.1
|
|
||||||
- initial addon based on nano-2.3.0
|
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
@ -22,5 +22,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/bin
|
|
||||||
cp $PKG_BUILD/src/nano $ADDON_BUILD/$PKG_ADDON_ID/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
|
cp $PKG_BUILD/src/nano $INSTALL/usr/bin
|
@ -32,7 +32,5 @@ PKG_SECTION="shell/texteditor"
|
|||||||
PKG_SHORTDESC="nano: Pico editor clone with enhancements"
|
PKG_SHORTDESC="nano: Pico editor clone with enhancements"
|
||||||
PKG_LONGDESC="GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor."
|
PKG_LONGDESC="GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor."
|
||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="no"
|
||||||
PKG_ADDON_TYPE="xbmc.python.script"
|
|
||||||
|
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
@ -17,7 +17,10 @@
|
|||||||
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
|
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
|
||||||
# http://www.gnu.org/copyleft/gpl.html
|
# http://www.gnu.org/copyleft/gpl.html
|
||||||
################################################################################
|
################################################################################
|
||||||
|
# Core (EDITOR) environment variable.
|
||||||
|
#
|
||||||
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
||||||
|
# evironment variables that are not user defined.
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import os
|
export EDITOR="nano"
|
||||||
import sys
|
|
||||||
import xbmcaddon
|
|
@ -327,6 +327,9 @@
|
|||||||
# OEM packages for OEM's (yes / no)
|
# OEM packages for OEM's (yes / no)
|
||||||
OEM_SUPPORT="no"
|
OEM_SUPPORT="no"
|
||||||
|
|
||||||
|
# build and install nano text editor (yes / no)
|
||||||
|
NANO_EDITOR="yes"
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="no"
|
COREBOOT="no"
|
||||||
|
|
||||||
|
@ -326,6 +326,9 @@
|
|||||||
# OEM packages for OEM's (yes / no)
|
# OEM packages for OEM's (yes / no)
|
||||||
OEM_SUPPORT="no"
|
OEM_SUPPORT="no"
|
||||||
|
|
||||||
|
# build and install nano text editor (yes / no)
|
||||||
|
NANO_EDITOR="yes"
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="no"
|
COREBOOT="no"
|
||||||
|
|
||||||
|
@ -326,6 +326,9 @@
|
|||||||
# OEM packages for OEM's (yes / no)
|
# OEM packages for OEM's (yes / no)
|
||||||
OEM_SUPPORT="no"
|
OEM_SUPPORT="no"
|
||||||
|
|
||||||
|
# build and install nano text editor (yes / no)
|
||||||
|
NANO_EDITOR="yes"
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="no"
|
COREBOOT="no"
|
||||||
|
|
||||||
|
@ -326,6 +326,9 @@
|
|||||||
# OEM packages for OEM's (yes / no)
|
# OEM packages for OEM's (yes / no)
|
||||||
OEM_SUPPORT="no"
|
OEM_SUPPORT="no"
|
||||||
|
|
||||||
|
# build and install nano text editor (yes / no)
|
||||||
|
NANO_EDITOR="yes"
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="no"
|
COREBOOT="no"
|
||||||
|
|
||||||
|
@ -326,6 +326,9 @@
|
|||||||
# OEM packages for OEM's (yes / no)
|
# OEM packages for OEM's (yes / no)
|
||||||
OEM_SUPPORT="no"
|
OEM_SUPPORT="no"
|
||||||
|
|
||||||
|
# build and install nano text editor (yes / no)
|
||||||
|
NANO_EDITOR="yes"
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="no"
|
COREBOOT="no"
|
||||||
|
|
||||||
|
@ -326,6 +326,9 @@
|
|||||||
# OEM packages for OEM's (yes / no)
|
# OEM packages for OEM's (yes / no)
|
||||||
OEM_SUPPORT="no"
|
OEM_SUPPORT="no"
|
||||||
|
|
||||||
|
# build and install nano text editor (yes / no)
|
||||||
|
NANO_EDITOR="yes"
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="no"
|
COREBOOT="no"
|
||||||
|
|
||||||
|
@ -326,6 +326,9 @@
|
|||||||
# OEM packages for OEM's (yes / no)
|
# OEM packages for OEM's (yes / no)
|
||||||
OEM_SUPPORT="no"
|
OEM_SUPPORT="no"
|
||||||
|
|
||||||
|
# build and install nano text editor (yes / no)
|
||||||
|
NANO_EDITOR="yes"
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="no"
|
COREBOOT="no"
|
||||||
|
|
||||||
|
@ -326,6 +326,9 @@
|
|||||||
# OEM packages for OEM's (yes / no)
|
# OEM packages for OEM's (yes / no)
|
||||||
OEM_SUPPORT="no"
|
OEM_SUPPORT="no"
|
||||||
|
|
||||||
|
# build and install nano text editor (yes / no)
|
||||||
|
NANO_EDITOR="yes"
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="no"
|
COREBOOT="no"
|
||||||
|
|
||||||
|
@ -321,6 +321,9 @@
|
|||||||
# OEM packages for OEM's (yes / no)
|
# OEM packages for OEM's (yes / no)
|
||||||
OEM_SUPPORT="no"
|
OEM_SUPPORT="no"
|
||||||
|
|
||||||
|
# build and install nano text editor (yes / no)
|
||||||
|
NANO_EDITOR="yes"
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="no"
|
COREBOOT="no"
|
||||||
|
|
||||||
|
@ -148,6 +148,9 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
# OEM packages
|
# OEM packages
|
||||||
[ "$OEM_SUPPORT" = "yes" ] && $SCRIPTS/install oem
|
[ "$OEM_SUPPORT" = "yes" ] && $SCRIPTS/install oem
|
||||||
|
|
||||||
|
# nano text editor
|
||||||
|
[ "$NANO_EDITOR" = "yes" ] && $SCRIPTS/install nano
|
||||||
|
|
||||||
# copy project related files to filesystem
|
# copy project related files to filesystem
|
||||||
if [ -d "$PROJECT_DIR/$PROJECT/filesystem" ]; then
|
if [ -d "$PROJECT_DIR/$PROJECT/filesystem" ]; then
|
||||||
cp -PR $PROJECT_DIR/$PROJECT/filesystem/* $INSTALL
|
cp -PR $PROJECT_DIR/$PROJECT/filesystem/* $INSTALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user