1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Merge branch 'install_locations'

Conflicts:
	configure.in
This commit is contained in:
Ayla
2011-07-11 11:19:18 +02:00
389 changed files with 311 additions and 2052 deletions

9
data/Makefile.am Normal file
View File

@@ -0,0 +1,9 @@
#pkgdata_DATA = platform/@PLATFORM@ translations skins/@SCREEN_RES@
install-data-local:
test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
$(MKDIR_P) "$(DESTDIR)$(pkgdatadir)/skins"
cp -r platform/@PLATFORM@/* "$(DESTDIR)$(pkgdatadir)"
cp -r translations "$(DESTDIR)$(pkgdatadir)"
cp -r skins/@SCREEN_RES@/* "$(DESTDIR)$(pkgdatadir)/skins"

View File

@@ -0,0 +1,12 @@
accept=keyboard,306
cancel=keyboard,308
clear=keyboard,32
manual=keyboard,304
altleft=keyboard,9
altright=keyboard,8
menu=keyboard,27
settings=keyboard,13
up=keyboard,273
down=keyboard,274
left=keyboard,276
right=keyboard,275

View File

@@ -0,0 +1,16 @@
lang="English"
tvoutEncoding="PAL"
wallpaper="skins/Default/wallpapers/default.png"
skin="Default"
resolutionX=320
section=0
backlight=25
menuClock=100
resolutionY=240
outputLogs=0
maxClock=336
link=0
saveSelection=1
gamma=10
globalVolume=50
videoBpp=32

View File

@@ -0,0 +1,11 @@
#!/bin/sh
source /etc/profile
#setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
#loadunimap /usr/share/setfont2/ben_uni.trans
setfont /usr/share/kbd/consolefonts/kernel-6x11-font
clear
/usr/bin/gmenu2x.bin

View File

@@ -0,0 +1,12 @@
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

View File

@@ -0,0 +1,12 @@
#!/bin/bash
# $1 = ip
# $2 = inet
# $3 = samba
# $4 = web
insmod net2272
insmod g_ether
ifconfig usb0 $1 netmask 255.255.255.0 up
# route add default gw $defaultgw
if [ $2 = "on" ]; then /etc/init.d/inet start; fi
if [ $3 = "on" ]; then smbd; fi
if [ $4 = "on" ]; then thttpd; fi

View File

@@ -0,0 +1,11 @@
#!/bin/bash
export PATH=$PATH:/sbin
rmmod g_file_storage
rmmod net2272
if [ $1 = "nand" ]; then
mount /mnt/nand || mount -o remount,rw /mnt/nand
elif [ $1 = "root" ]; then
mount -o remount,rw /
else
mount /mnt/sd || mount -o remount,rw /mnt/sd
fi

View File

@@ -0,0 +1,15 @@
#!/bin/bash
# $1 = sd|nand|root
# defaults to sd (compatible with previous versions)
export PATH=$PATH:/sbin
modprobe net2272
if [ $1 = "nand" ]; then
umount /mnt/nand || mount -o remount,loop,ro /mnt/nand
modprobe g_file_storage file=/dev/loop/7
elif [ $1 = "root" ]; then
mount -o remount,loop,ro /
modprobe g_file_storage file=/dev/mtdblock/3
else
umount /mnt/sd || mount -o remount,loop,ro /mnt/sd
modprobe g_file_storage file=/dev/mmcsd/disc0/disc
fi

View File

@@ -0,0 +1,3 @@
title=abook
icon=skin:icons/abook.png
exec=/usr/bin/abook

View File

@@ -0,0 +1,3 @@
title=aewan
icon=skin:icons/aewan.png
exec=/usr/bin/aewan

View File

@@ -0,0 +1,3 @@
title=ASEPRITE
icon=skin:icons/ase.png
exec=/usr/bin/aseprite

View File

@@ -0,0 +1,4 @@
title=bc
icon=skin:icons/calc.png
params=-l
exec=/usr/bin/bc

View File

@@ -0,0 +1,3 @@
title=calcurse
icon=skin:icons/calcurse.png
exec=/usr/bin/calcurse

View File

@@ -0,0 +1,3 @@
title=centerim
icon=skin:icons/irc.png
exec=/usr/bin/centerim

View File

@@ -0,0 +1,3 @@
title=ctronome
icon=skin:icons/ctronome.png
exec=/usr/bin/ctronome

View File

@@ -0,0 +1,4 @@
title=DGClock
icon=skin:icons/dgclock.png
exec=/usr/bin/dgclock
wrapper=true

View File

@@ -0,0 +1,3 @@
title=elinks
icon=skin:icons/browser.png
exec=/usr/bin/elinks

View File

@@ -0,0 +1,3 @@
title=emacs
icon=skin:icons/emacs.png
exec=/usr/bin/emacs

View File

@@ -0,0 +1,3 @@
title=GMU
icon=skin:icons/gmu.png
exec=/usr/bin/gmu

View File

@@ -0,0 +1,4 @@
title=Gnuplot
icon=skin:icons/gnuplot.png
exec=/usr/bin/gnuplot
params=

View File

@@ -0,0 +1,2 @@
title=hnb
exec=/usr/bin/hnb

View File

@@ -0,0 +1,3 @@
title=ikog.py
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/ikog.py

View File

@@ -0,0 +1,3 @@
title=joe
icon=skin:icons/editor.png
exec=/usr/bin/joe

View File

@@ -0,0 +1,4 @@
title=links
icon=skin:icons/links.png
exec=/usr/bin/links
params=-driver svgalib -mode 320x240x16M32 http://en.qi-hardware.com/wiki/Main_Page

View File

@@ -0,0 +1,4 @@
title=lynx
icon=skin:icons/lynx.png
exec=/bin/sh
params=--login -c /usr/bin/lynx

View File

@@ -0,0 +1,3 @@
title=mathomatic
icon=skin:icons/mathomatic.png
exec=/usr/bin/mathomatic

View File

@@ -0,0 +1,3 @@
title=mcabber
icon=skin:icons/mcabber.png
exec=/usr/bin/mcabber

View File

@@ -0,0 +1,3 @@
$title=mediatomb
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/mediatomb

View File

@@ -0,0 +1,3 @@
title=minicom
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/minicom

View File

@@ -0,0 +1,3 @@
title=mutt
icon=skin:icons/mutt.png
exec=/usr/bin/mutt

View File

@@ -0,0 +1,4 @@
title=NanoMap
icon=skin:icons/nanomap.png
exec=/usr/bin/NanoMap
params=-qws

View File

@@ -0,0 +1,3 @@
title=netsurf
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/netsurf@BROKEN #don't know how to exit

View File

@@ -0,0 +1,3 @@
title=nightsky
icon=skin:icons/nightsky.png
exec=/usr/bin/nightsky

View File

@@ -0,0 +1,2 @@
title=pyclock
exec=/usr/bin/pyclock

View File

@@ -0,0 +1,3 @@
title=qc
icon=skin:icons/calc.png
exec=/usr/bin/qc

View File

@@ -0,0 +1,4 @@
title=qStarDict
icon=skin:icons/qstardict.png
exec=/usr/bin/qstardict
params=-qws

View File

@@ -0,0 +1,3 @@
title=sc
icon=skin:icons/sc.png
exec=/usr/bin/sc

View File

@@ -0,0 +1,4 @@
title=sdcv
icon=skin:icons/stardict.png
exec=/usr/bin/sdcv
params=--utf8-output

View File

@@ -0,0 +1,3 @@
title=snownews
icon=skin:icons/leaf_red.png
exec=/usr/bin/snownews

View File

@@ -0,0 +1,3 @@
title=StarDict
icon=skin:icons/stardict.png
exec=/usr/bin/stardict

View File

@@ -0,0 +1,3 @@
title=tunec
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/tunec

View File

@@ -0,0 +1,3 @@
title=vim
icon=skin:icons/vim.png
exec=/usr/bin/vim

View File

@@ -0,0 +1,4 @@
title=w3m
icon=skin:icons/w3m.png
exec=/usr/bin/w3m
params=http://en.qi-hardware.com/wiki/Main_Page

View File

@@ -0,0 +1,4 @@
title=zgv
icon=skin:icons/zgv.png
exec=/usr/bin/zgv
params=/root/

View File

@@ -0,0 +1,4 @@
title=Alex4
icon=skin:icons/allegro.png
exec=/usr/bin/alex4

View File

@@ -0,0 +1,4 @@
title=Allegro Demo
icon=skin:icons/allegro.png
exec=/usr/bin/shooter

View File

@@ -0,0 +1,3 @@
title=backgammon
icon=skin:icons/backgammon.png
exec=/usr/bin/backgammon.sh

View File

@@ -0,0 +1,4 @@
title=Brainless
icon=skin:icons/brainless.png
exec=/usr/bin/brainless-jfbterm
params=

View File

@@ -0,0 +1,4 @@
title=dunnet
icon=skin:icons/emacs.png
exec=/usr/bin/emacs
params=-batch -l dunnet

View File

@@ -0,0 +1,4 @@
title=freedroid
exec=/usr/bin/freedroid
icon=skin:icons/freedroid.png
params=-q

View File

@@ -0,0 +1,3 @@
title=gnuchess
icon=skin:icons/chess.png
exec=/usr/bin/gnuchess

View File

@@ -0,0 +1,4 @@
title=gottet
icon=skin:icons/gottet.png
exec=/usr/bin/gottet
params=-qws

View File

@@ -0,0 +1,4 @@
title=qball
icon=skin:icons/qball.png
exec=/usr/bin/qball
params=-qws

View File

@@ -0,0 +1,4 @@
title=sokoban
icon=skin:icons/gforth.png
exec=/usr/bin/gforth
params=sokoban.fs -e sokoban -e bye

View File

@@ -0,0 +1,3 @@
title=Supertux
icon=skin:icons/supertux.png
exec=/usr/bin/supertux

View File

@@ -0,0 +1,3 @@
title=tetris
icon=skin:icons/tetris.png
exec=/usr/bin/tetris

View File

@@ -0,0 +1,4 @@
title=Tile
icon=skin:icons/tile.png
exec=/usr/bin/Tile
params=-qws

View File

@@ -0,0 +1,3 @@
title=worm
icon=skin:icons/worm.png
exec=/usr/bin/worm

View File

View File

@@ -0,0 +1,3 @@
title=gforth
icon=skin:icons/gforth.png
exec=/usr/bin/gforth

View File

@@ -0,0 +1,3 @@
title=guile
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/guile

View File

@@ -0,0 +1,3 @@
title=lua
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/lua

View File

@@ -0,0 +1,3 @@
title=GNU Octave
icon=skin:icons/octave.png
exec=/usr/bin/octave

View File

@@ -0,0 +1,3 @@
title=python
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/python

View File

@@ -0,0 +1,3 @@
title=tcl
icon=skin:icons/tclsh.png
exec=/usr/bin/tclsh8.5

View File

View File

@@ -0,0 +1,4 @@
title=ash(Color)
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/setfont
params=/usr/share/kbd/consolefonts/kernel-6x11-font; /bin/ash --login

View File

@@ -0,0 +1,4 @@
title=ash(Default)
icon=skin:icons/utilities-terminal.png
exec=/usr/sbin/setfont2
params=/usr/share/setfont2/un-fuzzy-6x10-font.pnm; /usr/bin/loadunimap /usr/share/setfont2/ben_uni.trans; /bin/ash --login

View File

@@ -0,0 +1,4 @@
title=bash
icon=skin:icons/utilities-terminal.png
exec=/bin/bash
params=--login

View File

@@ -0,0 +1,4 @@
title=byobu
icon=skin:icons/utilities-terminal.png
exec=/bin/touch
params=/var/run/utmp; /usr/bin/byobu

View File

@@ -0,0 +1,4 @@
title=fbterm
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/fbterm
params=-- /bin/ash --login

View File

@@ -0,0 +1,3 @@
title=jfbterm
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/jfbterm

View File

@@ -0,0 +1,3 @@
title=nanoterm
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/nanoterm

View File

@@ -0,0 +1,3 @@
title=screen
icon=skin:icons/utilities-terminal.png
exec=/usr/sbin/screen

View File

View File

@@ -0,0 +1,4 @@
title=alsamixer
icon=skin:icons/alsamixer.png
exec=/usr/bin/alsamixer
params=-Vall

View File

@@ -0,0 +1,3 @@
title=htop
icon=skin:icons/htop.png
exec=/usr/bin/htop

View File

@@ -0,0 +1,4 @@
title=mc
icon=skin:icons/mc.png
exec=/usr/bin/mc
params=-b ~/ ~/

View File

@@ -0,0 +1,2 @@
title=mediatomb
exec=/usr/bin/mediatomb

View File

@@ -0,0 +1,3 @@
title=powertop
icon=skin:icons/powertop.png
exec=/usr/bin/powertop

View File

@@ -0,0 +1,16 @@
lang="English"
tvoutEncoding="PAL"
wallpaper="skins/Default/wallpapers/default.png"
skin="Default"
resolutionX=320
section=3
backlight=25
menuClock=100
resolutionY=240
outputLogs=0
maxClock=300
link=0
saveSelection=1
gamma=10
globalVolume=50
videoBpp=32

View File

@@ -0,0 +1,12 @@
cancel=keyboard,122
accept=keyboard,120
clear=keyboard,115
manual=keyboard,121
altleft=keyboard,113
altright=keyboard,112
menu=keyboard,27
settings=keyboard,13
up=keyboard,273
down=keyboard,274
left=keyboard,276
right=keyboard,275

View File

@@ -0,0 +1,12 @@
#!/bin/bash
# $1 = ip
# $2 = inet
# $3 = samba
# $4 = web
insmod net2272
insmod g_ether
ifconfig usb0 $1 netmask 255.255.255.0 up
# route add default gw $defaultgw
if [ $2 = "on" ]; then /etc/init.d/inet start; fi
if [ $3 = "on" ]; then smbd; fi
if [ $4 = "on" ]; then thttpd; fi

View File

@@ -0,0 +1,11 @@
#!/bin/bash
export PATH=$PATH:/sbin
rmmod g_file_storage
rmmod net2272
if [ $1 = "nand" ]; then
mount /mnt/nand || mount -o remount,rw /mnt/nand
elif [ $1 = "root" ]; then
mount -o remount,rw /
else
mount /mnt/sd || mount -o remount,rw /mnt/sd
fi

View File

@@ -0,0 +1,15 @@
#!/bin/bash
# $1 = sd|nand|root
# defaults to sd (compatible with previous versions)
export PATH=$PATH:/sbin
modprobe net2272
if [ $1 = "nand" ]; then
umount /mnt/nand || mount -o remount,loop,ro /mnt/nand
modprobe g_file_storage file=/dev/loop/7
elif [ $1 = "root" ]; then
mount -o remount,loop,ro /
modprobe g_file_storage file=/dev/mtdblock/3
else
umount /mnt/sd || mount -o remount,loop,ro /mnt/sd
modprobe g_file_storage file=/dev/mmcsd/disc0/disc
fi

View File

@@ -0,0 +1,6 @@
title=eBook
icon=skin:icons/ebook.png
exec=/usr/gp2x/gp2xmenu
params=--disable-autorun --enable-terminate --view-ebook
clock=75
wrapper=true

View File

@@ -0,0 +1,5 @@
title=Movies
icon=skin:icons/mplayer.png
exec=/usr/gp2x/mplayer
clock=200
wrapper=true

View File

@@ -0,0 +1,5 @@
title=Music
icon=skin:icons/music.png
exec=/usr/gp2x/gp2xmenu
params=--disable-autorun --enable-terminate --view-music
clock=75

View File

@@ -0,0 +1,6 @@
title=Photo
icon=skin:icons/photo.png
exec=/usr/gp2x/gp2xmenu
params=--disable-autorun --enable-terminate --view-photo
clock=100
wrapper=true

View File

@@ -0,0 +1,5 @@
title=Amiga
description=UAE-2X
exec=/mnt/sd/uae2x_01alpha/uae2x-tweak.gpe
manual=fonttest.txt
clock=200

View File

@@ -0,0 +1,9 @@
title=gpSP
description=vba2xg
icon=/mnt/sd/Icons/Videogames/gba-purple.png
exec=/mnt/sd/vba2x/vba.gpe
clock=280
selectordir=/mnt/sd/roms/gba/
selectorfilter=.zip,.vba
selectorscreens=/mnt/sd/roms/gba
wrapper=true

View File

@@ -0,0 +1,6 @@
title=GameBoy
description=Gnuboy2x
icon=/mnt/sd/Icons/Videogames/gb-silver.png
exec=/mnt/sd/gnuboy2x/Gnuboy2x.gpe
manual=/mnt/sd/gnuboy2x/readme.txt
clock=180

View File

@@ -0,0 +1,9 @@
title=Genesis
description=PicoDrive
icon=/mnt/sd/Icons/Videogames/genesis.png
exec=/mnt/sd/PicoDrive/PicoDrive.gpe
params=-menu " " [selFullPath]
clock=160
selectordir=/mnt/sd/roms/genesis/
selectorscreens=/mnt/sd/screens/genesis
wrapper=true

View File

@@ -0,0 +1,10 @@
title=MAME
description=Multiple Arcade Machine Emulator
icon=/mnt/sd/mamegp2x/mame.png
exec=/mnt/sd/mamegp2x/mame.gpe
params=[selFile]
manual=/mnt/sd/mamegp2x/mame.man.png
clock=200
selectordir=/mnt/sd/mamegp2x/roms/
selectorscreens=/mnt/sd/mamegp2x/screen
selectoraliases=/mnt/sd/mame.alias

View File

@@ -0,0 +1,5 @@
title=NK SNES
description=Super Nintendo Emulator
icon=/mnt/sd/Icons/Videogames/snes.png
exec=/mnt/sd/snes-mod/snesgp2x.gpe
clock=200

View File

@@ -0,0 +1,5 @@
title=Neo Geo
description=GnGeo2X
icon=/mnt/sd/Icons/Videogames/neogeo.png
exec=/mnt/sd/neogeo/rage2x.gpe
clock=200

View File

@@ -0,0 +1,9 @@
title=NeoGeo Pocket
description=Race!
icon=/mnt/sd/Icons/Videogames/ngpc white.png
exec=/mnt/sd/ngpc/race
clock=160
selectordir=/mnt/sd/roms/ngpc/
selectorfilter=.ngp,.ngc
selectorscreens=/mnt/sd/screens/ngpc
wrapper=true

View File

@@ -0,0 +1,9 @@
title=Nintendo
description=GpFCE
icon=/mnt/sd/Icons/Videogames/nes.png
exec=/mnt/sd/GpFce/gpfce
clock=200
selectordir=/mnt/sd/roms/nes/
selectorfilter=.nes,.zip
selectorscreens=/mnt/sd/screens/nes
wrapper=true

View File

@@ -0,0 +1,5 @@
title=PcEngine
description=gp2xengine
icon=/mnt/sd/Icons/Videogames/tg16.png
exec=/mnt/sd/gp2xengine/gp2xengine.gpe
clock=200

View File

@@ -0,0 +1,5 @@
title=PlayStation
description=psx4gp2x
icon=/mnt/sd/Icons/Videogames/psx.png
exec=/mnt/sd/psx4gp2x/psx4all.gpe
clock=200

Some files were not shown because too many files have changed in this diff Show More