From c9e5d613470d3a76a315bebd3cf887969735d396 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 21 Dec 2010 16:59:01 +0800 Subject: [PATCH] gmenu2x: add ikog, remove primes. ikog: add python to DEPNEDS --- gmenu2x/files/nanonote/gmenu2x/sections/applications/ikog | 3 +++ gmenu2x/files/nanonote/gmenu2x/sections/games/primes | 4 ---- ikog/Makefile | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/ikog delete mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/games/primes diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/ikog b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ikog new file mode 100644 index 0000000..3a15fd5 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ikog @@ -0,0 +1,3 @@ +title=ikog.py +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/ikog.py diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/games/primes b/gmenu2x/files/nanonote/gmenu2x/sections/games/primes deleted file mode 100644 index eea7bbe..0000000 --- a/gmenu2x/files/nanonote/gmenu2x/sections/games/primes +++ /dev/null @@ -1,4 +0,0 @@ -title=primes -icon=skin:icons/utilities-terminal.png -exec=/usr/bin/primes -params=0 1000 diff --git a/ikog/Makefile b/ikog/Makefile index 3e64057..41760e3 100644 --- a/ikog/Makefile +++ b/ikog/Makefile @@ -10,6 +10,7 @@ define Package/ikog TITLE:=ikog SECTION:=utils CATEGORY:=Utilities + DEPNEDS:=python endef define Package/ikog/description