From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- gmenu2x/Makefile | 85 +++++++++++++++++++++ gmenu2x/files/nanonote/bin/gmenu2x | 9 +++ .../nanonote/gmenu2x/sections/applications/abook | 3 + .../nanonote/gmenu2x/sections/applications/aewan | 3 + .../gmenu2x/sections/applications/alsamixer | 4 + .../nanonote/gmenu2x/sections/applications/bc | 3 + .../gmenu2x/sections/applications/calcurse | 3 + .../gmenu2x/sections/applications/centerim | 3 + .../gmenu2x/sections/applications/ctronome | 3 + .../nanonote/gmenu2x/sections/applications/dgclock | 4 + .../nanonote/gmenu2x/sections/applications/elinks | 3 + .../nanonote/gmenu2x/sections/applications/emacs | 3 + .../nanonote/gmenu2x/sections/applications/gmu | 3 + .../nanonote/gmenu2x/sections/applications/guile | 3 + .../nanonote/gmenu2x/sections/applications/htop | 3 + .../nanonote/gmenu2x/sections/applications/ikog | 3 + .../nanonote/gmenu2x/sections/applications/joe | 3 + .../nanonote/gmenu2x/sections/applications/lynx | 4 + .../gmenu2x/sections/applications/mathomatic | 3 + .../nanonote/gmenu2x/sections/applications/mc | 3 + .../nanonote/gmenu2x/sections/applications/mcabber | 3 + .../nanonote/gmenu2x/sections/applications/minicom | 3 + .../nanonote/gmenu2x/sections/applications/mutt | 3 + .../nanonote/gmenu2x/sections/applications/nanomap | 4 + .../nanonote/gmenu2x/sections/applications/netsurf | 3 + .../gmenu2x/sections/applications/nightsky | 3 + .../gmenu2x/sections/applications/powertop | 3 + .../nanonote/gmenu2x/sections/applications/qc | 3 + .../nanonote/gmenu2x/sections/applications/sc | 3 + .../nanonote/gmenu2x/sections/applications/sdcv | 4 + .../gmenu2x/sections/applications/snownews | 3 + .../gmenu2x/sections/applications/stardict | 3 + .../nanonote/gmenu2x/sections/applications/tunec | 3 + .../nanonote/gmenu2x/sections/applications/vim | 3 + .../nanonote/gmenu2x/sections/applications/w3m | 4 + .../nanonote/gmenu2x/sections/games/backgammon | 3 + .../files/nanonote/gmenu2x/sections/games/gnuchess | 3 + .../files/nanonote/gmenu2x/sections/games/tetris | 3 + gmenu2x/files/nanonote/gmenu2x/sections/games/worm | 3 + .../files/nanonote/gmenu2x/sections/terminals/ash | 4 + .../files/nanonote/gmenu2x/sections/terminals/bash | 4 + .../nanonote/gmenu2x/sections/terminals/byobu | 3 + .../nanonote/gmenu2x/sections/terminals/fbterm | 3 + .../nanonote/gmenu2x/sections/terminals/jfbterm | 3 + .../nanonote/gmenu2x/sections/terminals/nanoterm | 3 + .../gmenu2x/skins/Default/icons/dgclock.png | Bin 0 -> 2355 bytes .../nanonote/gmenu2x/skins/Default/icons/duck.png | Bin 0 -> 2763 bytes .../nanonote/gmenu2x/skins/Default/icons/gmu.png | Bin 0 -> 2484 bytes .../gmenu2x/skins/Default/icons/leaf_red.png | Bin 0 -> 2279 bytes .../gmenu2x/skins/Default/icons/nanomap.png | Bin 0 -> 1218 bytes .../gmenu2x/skins/Default/icons/nightsky.png | Bin 0 -> 537 bytes .../gmenu2x/skins/Default/icons/stardict.png | Bin 0 -> 2507 bytes .../skins/Default/icons/utilities-terminal.png | Bin 0 -> 1495 bytes .../nanonote/gmenu2x/skins/Default/icons/vido.png | Bin 0 -> 1181 bytes .../gmenu2x/skins/Default/sections/terminal.png | 1 + 55 files changed, 232 insertions(+) create mode 100644 gmenu2x/Makefile create mode 100755 gmenu2x/files/nanonote/bin/gmenu2x create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/abook create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/aewan create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/alsamixer create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/bc create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/calcurse create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/centerim create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/dgclock create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/elinks create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/gmu create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/guile create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/htop create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/ikog create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/joe create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/lynx create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/mathomatic create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/mc create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/mcabber create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/minicom create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/mutt create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/nanomap create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/nightsky create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/powertop create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/qc create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/sc create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/sdcv create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/snownews create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/stardict create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/tunec create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/vim create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/applications/w3m create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/games/backgammon create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/games/gnuchess create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/games/tetris create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/games/worm create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/terminals/ash create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/terminals/bash create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/terminals/byobu create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/terminals/fbterm create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/terminals/jfbterm create mode 100644 gmenu2x/files/nanonote/gmenu2x/sections/terminals/nanoterm create mode 100644 gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/dgclock.png create mode 100644 gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/duck.png create mode 100644 gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/gmu.png create mode 100644 gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/leaf_red.png create mode 100644 gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nanomap.png create mode 100644 gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nightsky.png create mode 100644 gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/stardict.png create mode 100644 gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/utilities-terminal.png create mode 100644 gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/vido.png create mode 120000 gmenu2x/files/nanonote/gmenu2x/skins/Default/sections/terminal.png (limited to 'gmenu2x') diff --git a/gmenu2x/Makefile b/gmenu2x/Makefile new file mode 100644 index 0000000..cebbf48 --- /dev/null +++ b/gmenu2x/Makefile @@ -0,0 +1,85 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=gmenu2x +PKG_VERSION:=20101122 +PKG_REV:=6773ad7d3a82c349a9edc9881e7c7330b09a931c +PKG_RELEASE:=1 +PKG_INSTALL:=1 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=git://projects.qi-hardware.com/gmenu2x.git +PKG_SOURCE_PROTO:=git +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_VERSION:=$(PKG_REV) + +PKG_BUILD_DEPENDS:=sparsehash + +include $(INCLUDE_DIR)/package.mk + +TARGET_CFLAGS+= \ + -I$(STAGING_DIR)/usr/include/SDL \ + -I$(STAGING_DIR)/usr/include/google/sparsehash \ + -I$(PKG_BUILD_DIR)/src/tinyxml \ + -DTIXML_USE_STL -DTARGET_GP2X -O3 -msoft-float -fomit-frame-pointer -ffast-math -funroll-loops -Wall -Wno-unknown-pragmas -Wno-format \ + +TARGET_CPPFLAGS+= \ + -I$(STAGING_DIR)/usr/include/SDL \ + -I$(STAGING_DIR)/usr/include/google/sparsehash \ + -I$(PKG_BUILD_DIR)/src/tinyxml \ + -DLOG_LEVEL=0 + +TARGET_LDFLAGS+= \ + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ + -L$(STAGING_DIR)/usr/lib/SDL \ + +define Package/gmenu2x + SECTION:=xorg-apps + CATEGORY:=Xorg + SUBMENU:=app + TITLE:=Gmenu2x + URL:=http://projects.qi-hardware.com/index.php/p/gmenu2x/ + DEPENDS:=+libsdl +libsdl-image +libsdl-ttf +libstdcpp +libsdl-gfx +endef + +define Build/Configure + ( cd $(PKG_BUILD_DIR); ./autogen.sh ); + $(call Build/Configure/Default) +endef + +define Package/gmenu2x/install + $(INSTALL_DIR) \ + $(1)/usr/bin/ \ + $(1)/usr/share/gmenu2x/ \ + + $(INSTALL_BIN) \ + $(PKG_INSTALL_DIR)/usr/bin/gmenu2x \ + $(1)/usr/share/gmenu2x/ + + $(INSTALL_BIN) \ + ./files/nanonote/bin/gmenu2x \ + $(1)/usr/bin/gmenu2x + + $(CP) \ + $(PKG_BUILD_DIR)/pandora/* \ + $(1)/usr/share/gmenu2x/ + + $(CP) \ + $(PKG_BUILD_DIR)/input.conf.nanonote \ + $(1)/usr/share/gmenu2x/input.conf + + rm -rf \ + $(1)/usr/share/gmenu2x/sections/{emulators,games} + + $(CP) \ + ./files/nanonote/gmenu2x/* \ + $(1)/usr/share/gmenu2x/ +endef + +$(eval $(call BuildPackage,gmenu2x)) diff --git a/gmenu2x/files/nanonote/bin/gmenu2x b/gmenu2x/files/nanonote/bin/gmenu2x new file mode 100755 index 0000000..a3cebef --- /dev/null +++ b/gmenu2x/files/nanonote/bin/gmenu2x @@ -0,0 +1,9 @@ +#!/bin/sh + +source /etc/profile + +setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm +clear + +cd /usr/share/gmenu2x +./gmenu2x diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/abook b/gmenu2x/files/nanonote/gmenu2x/sections/applications/abook new file mode 100644 index 0000000..7f7461b --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/abook @@ -0,0 +1,3 @@ +title=abook +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/abook diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/aewan b/gmenu2x/files/nanonote/gmenu2x/sections/applications/aewan new file mode 100644 index 0000000..e85e757 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/aewan @@ -0,0 +1,3 @@ +title=aewan +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/aewan diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/alsamixer b/gmenu2x/files/nanonote/gmenu2x/sections/applications/alsamixer new file mode 100644 index 0000000..40bd82a --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/alsamixer @@ -0,0 +1,4 @@ +title=alsamixer +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/alsamixer +params=-Vall diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/bc b/gmenu2x/files/nanonote/gmenu2x/sections/applications/bc new file mode 100644 index 0000000..fa701cd --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/bc @@ -0,0 +1,3 @@ +title=bc +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/bc diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/calcurse b/gmenu2x/files/nanonote/gmenu2x/sections/applications/calcurse new file mode 100644 index 0000000..9c7085b --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/calcurse @@ -0,0 +1,3 @@ +title=calcurse +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/calcurse diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/centerim b/gmenu2x/files/nanonote/gmenu2x/sections/applications/centerim new file mode 100644 index 0000000..1e5f32d --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/centerim @@ -0,0 +1,3 @@ +title=centerim +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/centerim diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome new file mode 100644 index 0000000..629f1d1 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/ctronome @@ -0,0 +1,3 @@ +title=ctronome +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/ctronome diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/dgclock b/gmenu2x/files/nanonote/gmenu2x/sections/applications/dgclock new file mode 100644 index 0000000..85216e9 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/dgclock @@ -0,0 +1,4 @@ +title=DGClock +icon=skin:icons/dgclock.png +exec=/usr/bin/dgclock +wrapper=true diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/elinks b/gmenu2x/files/nanonote/gmenu2x/sections/applications/elinks new file mode 100644 index 0000000..34672e5 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/elinks @@ -0,0 +1,3 @@ +title=elinks +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/elinks diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs b/gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs new file mode 100644 index 0000000..38087e4 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/emacs @@ -0,0 +1,3 @@ +title=emacs +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/emacs diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/gmu b/gmenu2x/files/nanonote/gmenu2x/sections/applications/gmu new file mode 100644 index 0000000..0086a18 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/gmu @@ -0,0 +1,3 @@ +title=GMU +icon=skin:icons/gmu.png +exec=/usr/bin/gmu diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/guile b/gmenu2x/files/nanonote/gmenu2x/sections/applications/guile new file mode 100644 index 0000000..f2a1a9f --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/guile @@ -0,0 +1,3 @@ +title=guile +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/guile diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/htop b/gmenu2x/files/nanonote/gmenu2x/sections/applications/htop new file mode 100644 index 0000000..c644dc9 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/htop @@ -0,0 +1,3 @@ +title=htop +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/htop 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/applications/joe b/gmenu2x/files/nanonote/gmenu2x/sections/applications/joe new file mode 100644 index 0000000..8c94e74 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/joe @@ -0,0 +1,3 @@ +title=joe +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/joe diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/lynx b/gmenu2x/files/nanonote/gmenu2x/sections/applications/lynx new file mode 100644 index 0000000..2afd7cb --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/lynx @@ -0,0 +1,4 @@ +title=lynx +icon=skin:icons/utilities-terminal.png +exec=/bin/sh +params=--login -c /usr/bin/lynx diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/mathomatic b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mathomatic new file mode 100644 index 0000000..badcd66 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mathomatic @@ -0,0 +1,3 @@ +title=mathomatic +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/mathomatic diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/mc b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mc new file mode 100644 index 0000000..de4aa81 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mc @@ -0,0 +1,3 @@ +title=mc +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/mc diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/mcabber b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mcabber new file mode 100644 index 0000000..64ed599 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mcabber @@ -0,0 +1,3 @@ +title=mcabber +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/mcabber diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/minicom b/gmenu2x/files/nanonote/gmenu2x/sections/applications/minicom new file mode 100644 index 0000000..73a3727 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/minicom @@ -0,0 +1,3 @@ +title=minicom +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/minicom diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/mutt b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mutt new file mode 100644 index 0000000..b1741a5 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/mutt @@ -0,0 +1,3 @@ +title=mutt +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/mutt diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/nanomap b/gmenu2x/files/nanonote/gmenu2x/sections/applications/nanomap new file mode 100644 index 0000000..3e0d436 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/nanomap @@ -0,0 +1,4 @@ +title=NanoMap +icon=skin:icons/nanomap.png +exec=/usr/bin/NanoMap +params=-qws diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf b/gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf new file mode 100644 index 0000000..bd89c18 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/netsurf @@ -0,0 +1,3 @@ +title=netsurf +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/netsurf@BROKEN #don't know how to exit diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/nightsky b/gmenu2x/files/nanonote/gmenu2x/sections/applications/nightsky new file mode 100644 index 0000000..f90eb01 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/nightsky @@ -0,0 +1,3 @@ +title=nightsky +icon=skin:icons/nightsky.png +exec=/usr/bin/nightsky diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/powertop b/gmenu2x/files/nanonote/gmenu2x/sections/applications/powertop new file mode 100644 index 0000000..34c5e04 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/powertop @@ -0,0 +1,3 @@ +title=powertop +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/powertop diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/qc b/gmenu2x/files/nanonote/gmenu2x/sections/applications/qc new file mode 100644 index 0000000..e0d513d --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/qc @@ -0,0 +1,3 @@ +title=qc +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/qc diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/sc b/gmenu2x/files/nanonote/gmenu2x/sections/applications/sc new file mode 100644 index 0000000..c599198 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/sc @@ -0,0 +1,3 @@ +title=sc +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/sc diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/sdcv b/gmenu2x/files/nanonote/gmenu2x/sections/applications/sdcv new file mode 100644 index 0000000..8a3353d --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/sdcv @@ -0,0 +1,4 @@ +title=sdcv +icon=skin:icons/stardict.png +exec=/usr/bin/sdcv +params=--utf8-output \ No newline at end of file diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/snownews b/gmenu2x/files/nanonote/gmenu2x/sections/applications/snownews new file mode 100644 index 0000000..6859ad9 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/snownews @@ -0,0 +1,3 @@ +title=snownews +icon=skin:icons/leaf_red.png +exec=/usr/bin/snownews diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/stardict b/gmenu2x/files/nanonote/gmenu2x/sections/applications/stardict new file mode 100644 index 0000000..2480776 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/stardict @@ -0,0 +1,3 @@ +title=StarDict +icon=skin:icons/stardict.png +exec=/usr/bin/stardict diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/tunec b/gmenu2x/files/nanonote/gmenu2x/sections/applications/tunec new file mode 100644 index 0000000..24046b6 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/tunec @@ -0,0 +1,3 @@ +title=tunec +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/tunec diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/vim b/gmenu2x/files/nanonote/gmenu2x/sections/applications/vim new file mode 100644 index 0000000..df6e6ef --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/vim @@ -0,0 +1,3 @@ +title=vim +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/vim diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/applications/w3m b/gmenu2x/files/nanonote/gmenu2x/sections/applications/w3m new file mode 100644 index 0000000..895042a --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/applications/w3m @@ -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 diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/games/backgammon b/gmenu2x/files/nanonote/gmenu2x/sections/games/backgammon new file mode 100644 index 0000000..cd0393c --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/games/backgammon @@ -0,0 +1,3 @@ +title=backgammon +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/backgammon diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/games/gnuchess b/gmenu2x/files/nanonote/gmenu2x/sections/games/gnuchess new file mode 100644 index 0000000..9416959 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/games/gnuchess @@ -0,0 +1,3 @@ +title=gnuchess +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/gnuchess diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/games/tetris b/gmenu2x/files/nanonote/gmenu2x/sections/games/tetris new file mode 100644 index 0000000..bdee94c --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/games/tetris @@ -0,0 +1,3 @@ +title=tetris +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/tetris diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/games/worm b/gmenu2x/files/nanonote/gmenu2x/sections/games/worm new file mode 100644 index 0000000..3056409 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/games/worm @@ -0,0 +1,3 @@ +title=worm +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/worm diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/ash b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/ash new file mode 100644 index 0000000..0d2df89 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/ash @@ -0,0 +1,4 @@ +title=ash(Default) +icon=skin:icons/utilities-terminal.png +exec=/bin/ash +params=--login diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/bash b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/bash new file mode 100644 index 0000000..899a346 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/bash @@ -0,0 +1,4 @@ +title=bash +icon=skin:icons/utilities-terminal.png +exec=/bin/bash +params=--login diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/byobu b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/byobu new file mode 100644 index 0000000..c6dc1e1 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/byobu @@ -0,0 +1,3 @@ +title=byobu +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/byobu diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/fbterm b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/fbterm new file mode 100644 index 0000000..34d7b38 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/fbterm @@ -0,0 +1,3 @@ +title=fbterm +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/fbterm diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/jfbterm b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/jfbterm new file mode 100644 index 0000000..77c3638 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/jfbterm @@ -0,0 +1,3 @@ +title=jfbterm +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/jfbterm diff --git a/gmenu2x/files/nanonote/gmenu2x/sections/terminals/nanoterm b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/nanoterm new file mode 100644 index 0000000..80f9347 --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/sections/terminals/nanoterm @@ -0,0 +1,3 @@ +title=nanoterm +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/nanoterm diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/dgclock.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/dgclock.png new file mode 100644 index 0000000..cb0ce42 Binary files /dev/null and b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/dgclock.png differ diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/duck.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/duck.png new file mode 100644 index 0000000..8cf2dbe Binary files /dev/null and b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/duck.png differ diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/gmu.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/gmu.png new file mode 100644 index 0000000..0128ceb Binary files /dev/null and b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/gmu.png differ diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/leaf_red.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/leaf_red.png new file mode 100644 index 0000000..803e52f Binary files /dev/null and b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/leaf_red.png differ diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nanomap.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nanomap.png new file mode 100644 index 0000000..c881a08 Binary files /dev/null and b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nanomap.png differ diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nightsky.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nightsky.png new file mode 100644 index 0000000..a47e374 Binary files /dev/null and b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/nightsky.png differ diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/stardict.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/stardict.png new file mode 100644 index 0000000..e7969bc Binary files /dev/null and b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/stardict.png differ diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/utilities-terminal.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/utilities-terminal.png new file mode 100644 index 0000000..195751e Binary files /dev/null and b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/utilities-terminal.png differ diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/vido.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/vido.png new file mode 100644 index 0000000..08d1620 Binary files /dev/null and b/gmenu2x/files/nanonote/gmenu2x/skins/Default/icons/vido.png differ diff --git a/gmenu2x/files/nanonote/gmenu2x/skins/Default/sections/terminal.png b/gmenu2x/files/nanonote/gmenu2x/skins/Default/sections/terminal.png new file mode 120000 index 0000000..ce4b64d --- /dev/null +++ b/gmenu2x/files/nanonote/gmenu2x/skins/Default/sections/terminal.png @@ -0,0 +1 @@ +../icons/utilities-terminal.png \ No newline at end of file -- cgit v1.2.3