From bb826e0cdf212e49e8872f42f44db67b40416417 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 15 Feb 2011 15:28:28 +0800 Subject: [PATCH] add recently new package icons --- nanonote/sections/games/freedroid | 2 ++ nanonote/sections/programming/gforth | 3 +++ nanonote/sections/{applications => programming}/guile | 0 nanonote/sections/programming/lua | 3 +++ nanonote/sections/programming/python | 3 +++ nanonote/sections/{applications => utilities}/alsamixer | 0 nanonote/sections/{applications => utilities}/htop | 0 nanonote/sections/{applications => utilities}/mc | 0 nanonote/sections/utilities/mediatomb | 2 ++ nanonote/sections/{applications => utilities}/powertop | 0 nanonote/sections/utilities/pyclock | 2 ++ 11 files changed, 15 insertions(+) create mode 100644 nanonote/sections/games/freedroid create mode 100644 nanonote/sections/programming/gforth rename nanonote/sections/{applications => programming}/guile (100%) create mode 100644 nanonote/sections/programming/lua create mode 100644 nanonote/sections/programming/python rename nanonote/sections/{applications => utilities}/alsamixer (100%) rename nanonote/sections/{applications => utilities}/htop (100%) rename nanonote/sections/{applications => utilities}/mc (100%) create mode 100644 nanonote/sections/utilities/mediatomb rename nanonote/sections/{applications => utilities}/powertop (100%) create mode 100644 nanonote/sections/utilities/pyclock diff --git a/nanonote/sections/games/freedroid b/nanonote/sections/games/freedroid new file mode 100644 index 0000000..90dced6 --- /dev/null +++ b/nanonote/sections/games/freedroid @@ -0,0 +1,2 @@ +title=freedroid +exec=/usr/bin/freedroid diff --git a/nanonote/sections/programming/gforth b/nanonote/sections/programming/gforth new file mode 100644 index 0000000..2849e02 --- /dev/null +++ b/nanonote/sections/programming/gforth @@ -0,0 +1,3 @@ +title=gforth +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/gforth diff --git a/nanonote/sections/applications/guile b/nanonote/sections/programming/guile similarity index 100% rename from nanonote/sections/applications/guile rename to nanonote/sections/programming/guile diff --git a/nanonote/sections/programming/lua b/nanonote/sections/programming/lua new file mode 100644 index 0000000..567b336 --- /dev/null +++ b/nanonote/sections/programming/lua @@ -0,0 +1,3 @@ +title=lua +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/lua diff --git a/nanonote/sections/programming/python b/nanonote/sections/programming/python new file mode 100644 index 0000000..da81adc --- /dev/null +++ b/nanonote/sections/programming/python @@ -0,0 +1,3 @@ +title=python +icon=skin:icons/utilities-terminal.png +exec=/usr/bin/python diff --git a/nanonote/sections/applications/alsamixer b/nanonote/sections/utilities/alsamixer similarity index 100% rename from nanonote/sections/applications/alsamixer rename to nanonote/sections/utilities/alsamixer diff --git a/nanonote/sections/applications/htop b/nanonote/sections/utilities/htop similarity index 100% rename from nanonote/sections/applications/htop rename to nanonote/sections/utilities/htop diff --git a/nanonote/sections/applications/mc b/nanonote/sections/utilities/mc similarity index 100% rename from nanonote/sections/applications/mc rename to nanonote/sections/utilities/mc diff --git a/nanonote/sections/utilities/mediatomb b/nanonote/sections/utilities/mediatomb new file mode 100644 index 0000000..993cdfe --- /dev/null +++ b/nanonote/sections/utilities/mediatomb @@ -0,0 +1,2 @@ +title=mediatomb +exec=/usr/bin/mediatomb diff --git a/nanonote/sections/applications/powertop b/nanonote/sections/utilities/powertop similarity index 100% rename from nanonote/sections/applications/powertop rename to nanonote/sections/utilities/powertop diff --git a/nanonote/sections/utilities/pyclock b/nanonote/sections/utilities/pyclock new file mode 100644 index 0000000..cafb0bd --- /dev/null +++ b/nanonote/sections/utilities/pyclock @@ -0,0 +1,2 @@ +title=pyclock +exec=/usr/bin/pyclock