nano: move to system

This commit is contained in:
Stefan Saraev 2013-01-19 20:48:02 +02:00
parent 6bc259fb5c
commit e5dccf8443
16 changed files with 40 additions and 42 deletions

View File

@ -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

View File

@ -22,5 +22,6 @@
. 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

View File

@ -32,7 +32,5 @@ PKG_SECTION="shell/texteditor"
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_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.python.script"
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"

View File

@ -17,7 +17,10 @@
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# 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
import sys
import xbmcaddon
export EDITOR="nano"

View File

@ -327,6 +327,9 @@
# OEM packages for OEM's (yes / no)
OEM_SUPPORT="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -326,6 +326,9 @@
# OEM packages for OEM's (yes / no)
OEM_SUPPORT="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -326,6 +326,9 @@
# OEM packages for OEM's (yes / no)
OEM_SUPPORT="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -326,6 +326,9 @@
# OEM packages for OEM's (yes / no)
OEM_SUPPORT="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -326,6 +326,9 @@
# OEM packages for OEM's (yes / no)
OEM_SUPPORT="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -326,6 +326,9 @@
# OEM packages for OEM's (yes / no)
OEM_SUPPORT="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -326,6 +326,9 @@
# OEM packages for OEM's (yes / no)
OEM_SUPPORT="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -326,6 +326,9 @@
# OEM packages for OEM's (yes / no)
OEM_SUPPORT="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -321,6 +321,9 @@
# OEM packages for OEM's (yes / no)
OEM_SUPPORT="no"
# build and install nano text editor (yes / no)
NANO_EDITOR="yes"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -148,6 +148,9 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
# OEM packages
[ "$OEM_SUPPORT" = "yes" ] && $SCRIPTS/install oem
# nano text editor
[ "$NANO_EDITOR" = "yes" ] && $SCRIPTS/install nano
# copy project related files to filesystem
if [ -d "$PROJECT_DIR/$PROJECT/filesystem" ]; then
cp -PR $PROJECT_DIR/$PROJECT/filesystem/* $INSTALL