summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rw-r--r--debian/kommandorc98
2 files changed, 1 insertions, 99 deletions
diff --git a/debian/control b/debian/control
index db8d453..b564151 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: tde
Priority: optional
Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
XSBC-Original-Maintainer: Sune Vuorela <debian@pusling.com>
-Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev
+Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, libxmu-dev
Standards-Version: 3.8.4
Package: kommando-trinity
diff --git a/debian/kommandorc b/debian/kommandorc
deleted file mode 100644
index cdc13ba..0000000
--- a/debian/kommandorc
+++ /dev/null
@@ -1,98 +0,0 @@
-<root>
- <access method="shortcut" >Menu</access>
- <menubuttonsize>16</menubuttonsize>
- <navbuttonsize>22</navbuttonsize>
- <tintcolor>#000000</tintcolor>
- <opacity>0.17</opacity>
- <menuradius>72</menuradius>
- <scheme>Tiny</scheme>
- <menu appname="default" >
- <button>
- <command>konsole --workdir $HOME</command>
- <icon>konsole</icon>
- </button>
- <button>
- <command>gimp</command>
- <icon>gimp</icon>
- </button>
- <button>
- <command>kwrite</command>
- <icon>kwrite</icon>
- </button>
- <button>
- <command>konqueror</command>
- <icon>konqueror</icon>
- </button>
- <button>
- <command>kcalc</command>
- <icon>kcalc</icon>
- </button>
- <button>
- <command>kfmclient openProfile filemanagement</command>
- <icon>kfm_home</icon>
- </button>
- <menu>
- <icon>kmix</icon>
- <button>
- <command>kmix</command>
- <icon>kmix</icon>
- </button>
- <button>
- <command>k3b</command>
- <icon>k3b</icon>
- </button>
- <button>
- <command>amarok</command>
- <icon>amarok</icon>
- </button>
- <button>
- <command>kaffeine</command>
- <icon>kaffeine</icon>
- </button>
- </menu>
- </menu>
- <menu appname="Kdevelop" >
- <button>
- <command>designer</command>
- <icon>kdevdesigner</icon>
- </button>
- <button>
- <command>umbrello</command>
- <icon>umbrello</icon>
- </button>
- <button>
- <command>cervisia</command>
- <icon>cervisia</icon>
- </button>
- <button>
- <command>kompare -o</command>
- <icon>kompare</icon>
- </button>
- <button>
- <command>kate</command>
- <icon>kate</icon>
- </button>
- </menu>
- <menu appname="Amarokapp" >
- <button>
- <command>dcop amarok player prev</command>
- <icon>player_rew</icon>
- </button>
- <button>
- <command>dcop amarok player play</command>
- <icon>player_play</icon>
- </button>
- <button>
- <command>dcop amarok player next</command>
- <icon>player_fwd</icon>
- </button>
- <button>
- <command>dcop amarok player pause</command>
- <icon>player_pause</icon>
- </button>
- <button>
- <command>dcop amarok player stop</command>
- <icon>player_stop</icon>
- </button>
- </menu>
-</root>