rev 14413 - in kde-extras: . translatoid translatoid/trunk translatoid/trunk/debian translatoid/trunk/debian/patches

Peter Eisentraut petere at alioth.debian.org
Wed Apr 15 18:40:31 UTC 2009


Author: petere
Date: 2009-04-15 18:40:31 +0000 (Wed, 15 Apr 2009)
New Revision: 14413

Added:
   kde-extras/translatoid/
   kde-extras/translatoid/trunk/
   kde-extras/translatoid/trunk/debian/
   kde-extras/translatoid/trunk/debian/changelog
   kde-extras/translatoid/trunk/debian/compat
   kde-extras/translatoid/trunk/debian/control
   kde-extras/translatoid/trunk/debian/copyright
   kde-extras/translatoid/trunk/debian/patches/
   kde-extras/translatoid/trunk/debian/patches/kubuntu_01_fix_cmakelist_icons.patch
   kde-extras/translatoid/trunk/debian/patches/series
   kde-extras/translatoid/trunk/debian/rules
Log:
New package translatoid



Property changes on: kde-extras/translatoid/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: kde-extras/translatoid/trunk/debian/changelog
===================================================================
--- kde-extras/translatoid/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/translatoid/trunk/debian/changelog	2009-04-15 18:40:31 UTC (rev 14413)
@@ -0,0 +1,5 @@
+translatoid (0.8-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #523174)
+
+ -- Peter Eisentraut <petere at debian.org>  Mon, 16 Mar 2009 20:46:35 +0200

Added: kde-extras/translatoid/trunk/debian/compat
===================================================================
--- kde-extras/translatoid/trunk/debian/compat	                        (rev 0)
+++ kde-extras/translatoid/trunk/debian/compat	2009-04-15 18:40:31 UTC (rev 14413)
@@ -0,0 +1 @@
+7

Added: kde-extras/translatoid/trunk/debian/control
===================================================================
--- kde-extras/translatoid/trunk/debian/control	                        (rev 0)
+++ kde-extras/translatoid/trunk/debian/control	2009-04-15 18:40:31 UTC (rev 14413)
@@ -0,0 +1,18 @@
+Source: translatoid
+Section: kde
+Priority: optional
+Maintainer: Peter Eisentraut <petere at debian.org>
+Build-Depends: cdbs, cmake, debhelper (>= 7), kdelibs5-dev (>=4:4.2.0), quilt
+Standards-Version: 3.8.1
+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.

Added: kde-extras/translatoid/trunk/debian/copyright
===================================================================
--- kde-extras/translatoid/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/translatoid/trunk/debian/copyright	2009-04-15 18:40:31 UTC (rev 14413)
@@ -0,0 +1,27 @@
+This package was originally created by Alessandro Ghersi 
+<alessandro.ghersi at fastwebnet.it> for Ubuntu.  Peter Eisentraut 
+<petere at debian.org> packaged it for Debian.
+
+It was downloaded from 
+http://kde-look.org/content/show.php/translatoid?content=97511
+
+Upstream author: Schutz Sacha <istdasklar at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2008 Schutz Sacha <istdasklar at gmail.com>
+
+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.

Added: kde-extras/translatoid/trunk/debian/patches/kubuntu_01_fix_cmakelist_icons.patch
===================================================================
--- kde-extras/translatoid/trunk/debian/patches/kubuntu_01_fix_cmakelist_icons.patch	                        (rev 0)
+++ kde-extras/translatoid/trunk/debian/patches/kubuntu_01_fix_cmakelist_icons.patch	2009-04-15 18:40:31 UTC (rev 14413)
@@ -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

Added: kde-extras/translatoid/trunk/debian/patches/series
===================================================================
--- kde-extras/translatoid/trunk/debian/patches/series	                        (rev 0)
+++ kde-extras/translatoid/trunk/debian/patches/series	2009-04-15 18:40:31 UTC (rev 14413)
@@ -0,0 +1 @@
+kubuntu_01_fix_cmakelist_icons.patch

Added: kde-extras/translatoid/trunk/debian/rules
===================================================================
--- kde-extras/translatoid/trunk/debian/rules	                        (rev 0)
+++ kde-extras/translatoid/trunk/debian/rules	2009-04-15 18:40:31 UTC (rev 14413)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+export DH_ALWAYS_EXCLUDE = .directory
+
+pre-build::
+	cp icons/translator.svgz icons/hisc-app-translator.svgz
+
+clean::
+	rm -f icons/hisc-app-translator.svgz


Property changes on: kde-extras/translatoid/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the pkg-kde-commits mailing list