--- plasma-widget-translatoid-0.6.1.orig/debian/copyright +++ plasma-widget-translatoid-0.6.1/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Alessandro Ghersi + on Tue, 10 Feb 2009 21:50:37 +0100. + +It was downloaded from +http://kde-look.org/content/show.php/translatoid?content=97511 + +Upstream Author: Schutz Sacha + +Copyright: + + Copyright (C) 2008 Schutz Sacha + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2, + or (at your option) any later version, as published by the Free + Software Foundation + + 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 Street, 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) 2009, Alessandro Ghersi + and is licensed under the GPL-2, above. + --- plasma-widget-translatoid-0.6.1.orig/debian/control +++ plasma-widget-translatoid-0.6.1/debian/control @@ -0,0 +1,16 @@ +Source: plasma-widget-translatoid +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), quilt +Standards-Version: 3.8.0 +Homepage: http://kde-look.org/content/show.php/translatoid?content=97511 + +Package: plasma-widget-translatoid +Architecture: any +Depends: ${shlibs:Depends}, festival +Suggests: espeak +Description: translator that uses Google to translate in several languages + This plasmoid uses Google translator to translate in several languages. + It can autodetect the input language and translate in your native language. --- plasma-widget-translatoid-0.6.1.orig/debian/rules +++ plasma-widget-translatoid-0.6.1/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/kde4.mk --- plasma-widget-translatoid-0.6.1.orig/debian/changelog +++ plasma-widget-translatoid-0.6.1/debian/changelog @@ -0,0 +1,14 @@ +plasma-widget-translatoid (0.6.1-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #334121) + * Add festival to depends and espeak to suggests + * Add quilt to build-dep and kubuntu_01_fix_cmakelist_icons.patch to fix missing + installation icon + + -- Alessandro Ghersi Wed, 25 Feb 2009 18:34:24 +0100 + +plasma-widget-translatoid (0.4.1-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #323334) + + -- Alessandro Ghersi Tue, 10 Feb 2009 21:50:37 +0100 --- plasma-widget-translatoid-0.6.1.orig/debian/compat +++ plasma-widget-translatoid-0.6.1/debian/compat @@ -0,0 +1 @@ +5 --- plasma-widget-translatoid-0.6.1.orig/debian/patches/series +++ plasma-widget-translatoid-0.6.1/debian/patches/series @@ -0,0 +1 @@ +kubuntu_01_fix_cmakelist_icons.patch --- plasma-widget-translatoid-0.6.1.orig/debian/patches/kubuntu_01_fix_cmakelist_icons.patch +++ plasma-widget-translatoid-0.6.1/debian/patches/kubuntu_01_fix_cmakelist_icons.patch @@ -0,0 +1,23 @@ +Index: plasma-widget-translatoid-0.6.1/CMakeLists.txt +=================================================================== +--- plasma-widget-translatoid-0.6.1.orig/CMakeLists.txt 2009-02-26 00:42:52.624541939 +0100 ++++ plasma-widget-translatoid-0.6.1/CMakeLists.txt 2009-02-26 00:43:35.333692943 +0100 +@@ -5,6 +5,8 @@ + find_package(KDE4 REQUIRED) + include(KDE4Defaults) + ++add_subdirectory( icons ) ++ + add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) + include_directories( + ${CMAKE_SOURCE_DIR} +Index: plasma-widget-translatoid-0.6.1/icons/CMakeLists.txt +=================================================================== +--- plasma-widget-translatoid-0.6.1.orig/icons/CMakeLists.txt 2009-02-26 00:44:31.368042762 +0100 ++++ plasma-widget-translatoid-0.6.1/icons/CMakeLists.txt 2009-02-26 00:44:41.253493622 +0100 +@@ -1,4 +1 @@ + kde4_install_icons(${ICON_INSTALL_DIR}) +-install(FILES +-translator.svgz +-DESTINATION ${ICON_INSTALL_DIR}/scalable/apps) +\ No newline at end of file