--- plasmoid-runcommand-1.0.orig/applet/plasma-applet-runcommand.desktop +++ plasmoid-runcommand-1.0/applet/plasma-applet-runcommand.desktop @@ -18,4 +18,3 @@ X-KDE-PluginInfo-Category=Application Launchers X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true \ No newline at end of file --- plasmoid-runcommand-1.0.orig/debian/changelog +++ plasmoid-runcommand-1.0/debian/changelog @@ -0,0 +1,5 @@ +plasmoid-runcommand (1.0-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #296864) + + -- Alessandro Ghersi Sat, 15 Nov 2008 23:40:46 +0100 --- plasmoid-runcommand-1.0.orig/debian/control +++ plasmoid-runcommand-1.0/debian/control @@ -0,0 +1,15 @@ +Source: plasmoid-runcommand +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Alessandro Ghersi +Build-Depends: debhelper (>= 5), cmake, cdbs, libplasma-dev (>= 4:4.2.0), + kdebase-workspace-dev (>= 4:4.2.0) +Standards-Version: 3.8.0 +Homepage: http://kde-look.org/content/show.php/Run+Command?content=91495 + +Package: plasmoid-runcommand +Architecture: any +Depends: ${shlibs:Depends} +Description: plasmoid to run commands + Simple plasmoid to run commands without using terminal or KRunner. --- plasmoid-runcommand-1.0.orig/debian/rules +++ plasmoid-runcommand-1.0/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/kde4.mk --- plasmoid-runcommand-1.0.orig/debian/compat +++ plasmoid-runcommand-1.0/debian/compat @@ -0,0 +1 @@ +5 --- plasmoid-runcommand-1.0.orig/debian/copyright +++ plasmoid-runcommand-1.0/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Alessandro Ghersi + on Sat, 15 Nov 2008 23:40:46 +0100. + +It was downloaded from +http://kde-look.org/content/show.php/Run+Command?content=91495 + +Upstream Author: Michal Dutkiewicz + +Copyright © 2008 by Michal Dutkiewicz + +License: + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in the /usr/share/common-licenses/GPL-2 file. + +The Debian packaging is Copyright (C) 2008, Alessandro Ghersi + and is licensed under the GPL-2, see above.