move gmenu2x from openwrt-xburst.git to it's package
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
@ -63,7 +63,7 @@ define Package/gmenu2x/install
|
|||||||
$(1)/usr/share/gmenu2x/
|
$(1)/usr/share/gmenu2x/
|
||||||
|
|
||||||
$(INSTALL_BIN) \
|
$(INSTALL_BIN) \
|
||||||
$(PKG_BUILD_DIR)/gmenu2x.sh \
|
./files/nanonote/bin/gmenu2x \
|
||||||
$(1)/usr/bin/gmenu2x
|
$(1)/usr/bin/gmenu2x
|
||||||
|
|
||||||
$(CP) \
|
$(CP) \
|
||||||
@ -76,6 +76,10 @@ define Package/gmenu2x/install
|
|||||||
|
|
||||||
rm -rf \
|
rm -rf \
|
||||||
$(1)/usr/share/gmenu2x/sections/{emulators,games}
|
$(1)/usr/share/gmenu2x/sections/{emulators,games}
|
||||||
|
|
||||||
|
$(CP) \
|
||||||
|
./files/nanonote/gmenu2x/* \
|
||||||
|
$(1)/usr/share/gmenu2x/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,gmenu2x))
|
$(eval $(call BuildPackage,gmenu2x))
|
||||||
|
7
gmenu2x/files/nanonote/bin/gmenu2x
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
source /etc/profile
|
||||||
|
setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
|
||||||
|
|
||||||
|
cd /usr/share/gmenu2x
|
||||||
|
./gmenu2x
|
@ -0,0 +1,3 @@
|
|||||||
|
title=abook
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/abook
|
@ -0,0 +1,3 @@
|
|||||||
|
title=aewan
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/aewan
|
@ -0,0 +1,4 @@
|
|||||||
|
title=alsamixer
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/alsamixer
|
||||||
|
params=-Vall
|
3
gmenu2x/files/nanonote/gmenu2x/sections/applications/bc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=bc
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/bc
|
@ -0,0 +1,3 @@
|
|||||||
|
title=byobu
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/byobu
|
@ -0,0 +1,3 @@
|
|||||||
|
title=calcurse
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/calcurse
|
@ -0,0 +1,3 @@
|
|||||||
|
title=centerim
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/centerim
|
@ -0,0 +1,4 @@
|
|||||||
|
title=DGClock
|
||||||
|
icon=skin:icons/dgclock.png
|
||||||
|
exec=/usr/bin/dgclock
|
||||||
|
wrapper=true
|
@ -0,0 +1,3 @@
|
|||||||
|
title=elinks
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/elinks
|
3
gmenu2x/files/nanonote/gmenu2x/sections/applications/gmu
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=GMU
|
||||||
|
icon=skin:icons/gmu.png
|
||||||
|
exec=/usr/bin/gmu
|
@ -0,0 +1,3 @@
|
|||||||
|
title=guile
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/guile
|
@ -0,0 +1,3 @@
|
|||||||
|
title=htop
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/htop
|
3
gmenu2x/files/nanonote/gmenu2x/sections/applications/joe
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=joe
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/joe
|
@ -0,0 +1,4 @@
|
|||||||
|
title=lynx
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/bin/sh
|
||||||
|
params=--login -c /usr/bin/lynx
|
@ -0,0 +1,3 @@
|
|||||||
|
title=mathomatic
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/mathomatic
|
3
gmenu2x/files/nanonote/gmenu2x/sections/applications/mc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=mc
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/mc
|
@ -0,0 +1,3 @@
|
|||||||
|
title=mcabber
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/mcabber
|
@ -0,0 +1,3 @@
|
|||||||
|
title=minicom
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/minicom
|
@ -0,0 +1,3 @@
|
|||||||
|
title=mutt
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/mutt
|
@ -0,0 +1,4 @@
|
|||||||
|
title=NanoMap
|
||||||
|
icon=skin:icons/nanomap.png
|
||||||
|
exec=/usr/bin/NanoMap
|
||||||
|
params=-qws
|
@ -0,0 +1,3 @@
|
|||||||
|
title=nanoterm
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/nanoterm
|
@ -0,0 +1,3 @@
|
|||||||
|
title=nightsky
|
||||||
|
icon=skin:icons/nightsky.png
|
||||||
|
exec=/usr/bin/nightsky
|
@ -0,0 +1,3 @@
|
|||||||
|
title=powertop
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/powertop
|
3
gmenu2x/files/nanonote/gmenu2x/sections/applications/qc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=qc
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/qc
|
3
gmenu2x/files/nanonote/gmenu2x/sections/applications/sc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=sc
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/sc
|
@ -0,0 +1,3 @@
|
|||||||
|
title=snownews
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/snownews
|
@ -0,0 +1,3 @@
|
|||||||
|
title=StarDict
|
||||||
|
icon=skin:icons/stardict.png
|
||||||
|
exec=/usr/bin/stardict
|
@ -0,0 +1,3 @@
|
|||||||
|
title=tunec
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/tunec
|
3
gmenu2x/files/nanonote/gmenu2x/sections/applications/vim
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=vim
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/vim
|
4
gmenu2x/files/nanonote/gmenu2x/sections/applications/w3m
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
title=w3m
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/w3m
|
||||||
|
params=http://en.qi-hardware.com/wiki/Main_Page
|
3
gmenu2x/files/nanonote/gmenu2x/sections/games/backgammon
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=backgammon
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/backgammon
|
3
gmenu2x/files/nanonote/gmenu2x/sections/games/freedroid
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=freedroid
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/freedroid
|
3
gmenu2x/files/nanonote/gmenu2x/sections/games/gnuchess
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=gnuchess
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/gnuchess
|
4
gmenu2x/files/nanonote/gmenu2x/sections/games/primes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
title=primes
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/primes
|
||||||
|
params=0 1000
|
3
gmenu2x/files/nanonote/gmenu2x/sections/games/tetris
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=tetris
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/tetris
|
3
gmenu2x/files/nanonote/gmenu2x/sections/games/worm
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=worm
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/worm
|
3
gmenu2x/files/nanonote/gmenu2x/sections/terminal/ash
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=ash(Default)
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/bin/ash
|
3
gmenu2x/files/nanonote/gmenu2x/sections/terminal/bash
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=bash
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/bin/bash
|
3
gmenu2x/files/nanonote/gmenu2x/sections/terminal/fbterm
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=fbterm
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/fbterm
|
3
gmenu2x/files/nanonote/gmenu2x/sections/terminal/jfbterm
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title=jfbterm
|
||||||
|
icon=skin:icons/utilities-terminal.png
|
||||||
|
exec=/usr/bin/jfbterm
|
BIN
gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/dgclock.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/duck.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/gmu.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 20 KiB |
BIN
gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/leaf_red.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nanomap.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nightsky.png
Normal file
After Width: | Height: | Size: 537 B |
BIN
gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/stardict.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 1.5 KiB |
BIN
gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/vido.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1 @@
|
|||||||
|
../icons/utilities-terminal.png
|