debian/0000755000000000000000000000000011557345200007170 5ustar debian/rules0000755000000000000000000000027111557342717010262 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk DEB_INSTALL_DOCS_ALL = export DH_ALWAYS_EXCLUDE = .directory debian/source/0000755000000000000000000000000011557342752010501 5ustar debian/source/format0000644000000000000000000000001411557342717011710 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000220611557342717011135 0ustar This package was originally created by Alessandro Ghersi for Ubuntu. Peter Eisentraut packaged it for Debian. Maintenance was taken over by Lisandro Damián Nicanor Pérez Meyer on Wed, 30 Sep 2009 18:07:40 -0300 It was downloaded from http://websvn.kde.org/trunk/playground/base/plasma/applets/translatoid/ Upstream author: Schutz Sacha Copyright: Copyright (C) 2008-2009 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 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. debian/control0000644000000000000000000000146511557344765010620 0ustar Source: translatoid Section: kde Priority: optional Maintainer: Lisandro Damián Nicanor Pérez Meyer Uploaders: Ana Beatriz Guerrero Lopez DM-Upload-Allowed: yes Build-Depends: cdbs, cmake, debhelper (>= 7), kdelibs5-dev (>=4:4.2.0), libqjson-dev, pkg-config, pkg-kde-tools (>=0.4.0) Standards-Version: 3.9.2 Homepage: http://kde-look.org/content/show.php/translatoid?content=97511 Package: plasma-widget-translatoid Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: espeak, festival Description: translation widget for KDE Plasma This plasmoid uses Google Translate to translate text between languages. It can be set to automatically detect the input language. . If festival or espeak are installed, they can be used to speak the translation result. debian/changelog0000644000000000000000000000420711557345137011056 0ustar translatoid (1.30+svn1226145-1) unstable; urgency=low * Package svn commit 1226145 to fix unreadable text bug (Closes: #619829). * Set DM-Upload-Allowed: yes. * Bump Standards-Version to 3.9.2. No changes needed. -- Lisandro Damián Nicanor Pérez Meyer Sun, 01 May 2011 17:55:01 -0300 translatoid (1.30-2) unstable; urgency=low * Do not install FindQJSON.cmake. Thanks Felix Geyer (Closes: #592284). * Switched the package to format 3.0 (quilt). * Bump standars version to 3.9.1, no changes required. -- Lisandro Damián Nicanor Pérez Meyer Wed, 29 Sep 2010 11:05:13 -0300 translatoid (1.30-1) unstable; urgency=low * New upstream release. * Correct json parser with new Google API (Closes: #587356). * Bump Standars-Version to 3.9.0, no changes required. -- Lisandro Damián Nicanor Pérez Meyer Tue, 06 Jul 2010 18:09:04 +0200 translatoid (1.1-2) unstable; urgency=low * Add missing build dependency on pkg-kde-tools (Closes: #584354). * Bump standars version to 3.8.4, no changes needed. * Create debian/source/format with 1.0 in it to fix Lintian warning. -- Lisandro Damián Nicanor Pérez Meyer Wed, 09 Jun 2010 14:35:16 +0200 translatoid (1.1-1) unstable; urgency=low * New upstream release. * Add build depend on libqjson-dev and pkg-config. * Switch download field to the repository URL in debian/copyright. -- Ana Beatriz Guerrero Lopez Sat, 21 Nov 2009 14:20:21 +0100 translatoid (1.0-1) unstable; urgency=low * New upstream release. * Adopt package.(Closes: #548325) [ Ana Beatriz Guerrero López ] * Update to Standards-Version 3.8.3, no changes required. * Update copyright year. -- Lisandro Damián Nicanor Pérez Meyer Sun, 04 Oct 2009 18:50:40 +0200 translatoid (0.9-1) unstable; urgency=low * New upstream release -- Peter Eisentraut Fri, 19 Jun 2009 22:55:37 +0300 translatoid (0.8-1) unstable; urgency=low * Initial release (closes: #523174) -- Peter Eisentraut Thu, 16 Apr 2009 22:39:53 +0300 debian/patches/0000755000000000000000000000000011557342744010631 5ustar debian/patches/series0000644000000000000000000000004311557342717012043 0ustar 01-dont-install-cmake-module.patch debian/patches/01-dont-install-cmake-module.patch0000644000000000000000000000111011557342717017032 0ustar From: Felix Geyer Description: don't install cmake module FindQJSON.cmake Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592284 Reviewed-by: Lisandro Damián Nicanor Pérez Meyer Index: translatoid-1.30/CMakeLists.txt =================================================================== --- translatoid-1.30.orig/CMakeLists.txt 2010-08-12 21:01:43.000000000 -0300 +++ translatoid-1.30/CMakeLists.txt 2010-08-12 21:01:52.000000000 -0300 @@ -46,4 +46,3 @@ add_subdirectory(icons) add_subdirectory(kbflags) -add_subdirectory(cmake) debian/compat0000644000000000000000000000000211557342717010400 0ustar 7