From c8743e0e762bbc6e4fa68014358e2c8a2e07ce74 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Mon, 15 Nov 2010 17:19:42 +0800 Subject: [PATCH] [gmenu2x] update to 20101115 --- gmenu2x/Makefile | 8 ++++---- gmenu2x/files/input.conf | 12 ------------ 2 files changed, 4 insertions(+), 16 deletions(-) delete mode 100755 gmenu2x/files/input.conf diff --git a/gmenu2x/Makefile b/gmenu2x/Makefile index d8efc89..aab877f 100644 --- a/gmenu2x/Makefile +++ b/gmenu2x/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmenu2x -PKG_VERSION:=20101113 -PKG_REV:=2c27de385006db2c89b8b5ba46a7d5e59e0cee48 +PKG_VERSION:=20101115 +PKG_REV:=42ae8268e4a2bac88609ca242c1aeaaaf4010af9 PKG_RELEASE:=1 PKG_INSTALL:=1 @@ -70,8 +70,8 @@ define Package/gmenu2x/install $(1)/usr/share/gmenu2x/ $(CP) \ - ./files/input.conf \ - $(1)/usr/share/gmenu2x/ + $(PKG_BUILD_DIR)/input.conf.nanonote \ + $(1)/usr/share/gmenu2x/input.conf rm -rf \ $(1)/usr/share/gmenu2x/sections/{emulators,games} diff --git a/gmenu2x/files/input.conf b/gmenu2x/files/input.conf deleted file mode 100755 index eb64b87..0000000 --- a/gmenu2x/files/input.conf +++ /dev/null @@ -1,12 +0,0 @@ -cancel=keyboard,104 #NanoNote H -accept=keyboard,13 #NanoNote Enter -clear=keyboard,120 #NanoNote X -manual=keyboard,121 #NanoNote Y -altleft=keyboard,108 #NanoNote L -altright=keyboard,9 #NanoNote Tab -menu=keyboard,283 #Nanonote F2 -settings=keyboard,115 #NanoNote S -up=keyboard,273 -down=keyboard,274 -left=keyboard,276 -right=keyboard,275