--- tilda-0.09.6.orig/debian/compat +++ tilda-0.09.6/debian/compat @@ -0,0 +1 @@ +6 --- tilda-0.09.6.orig/debian/changelog +++ tilda-0.09.6/debian/changelog @@ -0,0 +1,98 @@ +tilda (0.09.6-2ubuntu1) quantal; urgency=low + + * debian/patches/04_only_include_glib.h.dpatch: + Only include instead of individual header files (closes: #665619). + + -- Michael Bienia Wed, 03 Oct 2012 12:57:35 +0200 + +tilda (0.09.6-2) unstable; urgency=low + + * Fix "segfaults on startup" with 03_gtk_window_realize.dpatch + (Closes: #550123) + + -- Filippo Giunchedi Sat, 17 Oct 2009 19:26:52 +0100 + +tilda (0.09.6-1) unstable; urgency=low + + [ Davide Truffa ] + * New upstream release (Closes: #461123, #483722) + - updated italian translation + * debian/control + - updated Standard-Version to 3.8.0 + - updated debhelper to >= 6 + - removed build-depend on automake and cvs + - added Homepage field + * debian/compat + - updated debhelper compat level to 6 + + [ Filippo Giunchedi ] + * Fix "segfaults on startup" + (Closes: #550123) + + -- Filippo Giunchedi Sat, 17 Oct 2009 19:26:42 +0100 + +tilda (0.09.4+cvs20071012-1) unstable; urgency=high + + * New upstream release from CVS snapshot 20071012 (Closes: #446745, #432111) + - removed old patch + - added 01_general-fixes.patch to debianize this CVS snapshot + - new build depends on: automake, cvs, flex, libglade2-dev + - updated copyright file + - updated README.Debian + * Added Italian translation (02_italian-translation.dpatch) + * Updated menu structure + + -- Davide Truffa Sun, 11 Nov 2007 21:28:51 +0100 + +tilda (0.09.4-4) unstable; urgency=low + + * Fixed error when pulldown animation is inactivated (Closes: #430194) + - (new 01_segfault-fix.dpatch) + * Improved web-link launcher + - (now use ctrl+click to open urls) + * Added "/usr/share/doc/tilda/README.Debian" (Closes: #422235) + - (explain how to configure special keys) + + -- Davide Truffa Thu, 29 Jun 2007 19:32:43 +0200 + +tilda (0.09.4-3) unstable; urgency=low + + * Added web-link launcher + (patch by Davide Truffa) + + -- Davide Truffa Mon, 11 Jun 2007 21:19:59 +0200 + +tilda (0.09.4-2) unstable; urgency=low + + * Fixed segfaults when wrong keybinding (Closes: #336013). + (patch from Launchpad) + * New man page. + + -- Davide Truffa Tue, 24 Apr 2007 18:37:14 +0200 + +tilda (0.09.4-1) unstable; urgency=low + + * New upstream release (Closes: #391405). + + -- Davide Truffa Sat, 14 Apr 2007 14:24:56 +0200 + +tilda (0.09.2-1) unstable; urgency=low + + * New upstream release. + * Fixed black-on-black font/background bug (Closes: #347628). + + -- David Moreno Garza Fri, 21 Apr 2006 11:57:24 -0500 + +tilda (0.09.1-2) unstable; urgency=low + + * Correcting wrong information on manpage. + - Closes: #345343. + + -- David Moreno Garza Fri, 30 Dec 2005 13:04:32 -0600 + +tilda (0.09.1-1) unstable; urgency=low + + * Initial release. + + -- David Moreno Garza Sat, 8 Oct 2005 15:39:29 -0500 + --- tilda-0.09.6.orig/debian/README.Debian +++ tilda-0.09.6/debian/README.Debian @@ -0,0 +1,22 @@ +TILDA 0.09.6 +=============== + +KEYBINDING: + To specify the keybinding use the Configuration Wizard, a useful "key-catcher" + will help you to set the proper keys. + +WEB-URL-LAUNCHER: + You can open urls in your favorite browser with Control+click. + + + +Upgrade from previous versions: +------------------------------- + + Your old configuration will be converted to the new format except for the + keybinding: don't worry, tilda will ask you to set it at the first run by + the Configuration Wizard. + + + +For more information visit http://tilda.sourceforge.net/tildadoc.php --- tilda-0.09.6.orig/debian/copyright +++ tilda-0.09.6/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by David Moreno Garza on +Sat, 8 Oct 2005 15:39:29 -0500. + +The current Debian maintainer is Davide truffa + +It was downloaded from http://tilda.sourceforge.net/ + +Upstream Authors: Tristan Sloughter + Ira Snyder + Ken Dreyer + +Copyright: 2004 - 2008 Tristan Sloughter, Ira Snyder + 2007 - 2008 Ken Dreyer + + +License: + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public License, +version 2, can be found in /usr/share/common-licenses/GPL-2. +The Debian packaging is (C) 2008, Davide Truffa and +is licensed under the GPL, see above. --- tilda-0.09.6.orig/debian/rules +++ tilda-0.09.6/debian/rules @@ -0,0 +1,89 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + + + +config.status: patch configure + dh_testdir +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + cd $(CURDIR)/po && make update-gmo + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch $@ + +clean: clean-patched unpatch + +clean-patched: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + dh_clean + rm -f $(CURDIR)/tilda.desktop + rm -f $(CURDIR)/po/*.gmo + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/tilda install + mv $(CURDIR)/debian/tilda/usr/share/tilda.glade \ + $(CURDIR)/debian/tilda/usr/share/tilda/ + +patch: patch-stamp + +patch-stamp: + dpatch apply-all + dpatch cat-all >patch-stamp + +unpatch: + dpatch deapply-all + rm -rf patch-stamp debian/patched + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installmenu + dh_installman debian/tilda.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- tilda-0.09.6.orig/debian/control +++ tilda-0.09.6/debian/control @@ -0,0 +1,19 @@ +Source: tilda +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Davide Truffa +Uploaders: Filippo Giunchedi +Build-Depends: debhelper (>= 6), autotools-dev, pkg-config, libgtk2.0-dev, libglade2-dev, libvte-dev, libconfuse-dev, dpatch, flex +Standards-Version: 3.8.0 +Homepage: http://tilda.sourceforge.net + +Package: tilda +Architecture: any +Depends: ${shlibs:Depends} +Provides: x-terminal-emulator +Description: terminal emulator with first person shooter console likeness + Terminal taking after the likeness of many classic terminals from first + person shooter games, Quake, Doom and Half-Life (to name a few), where + the terminal has no border and is hidden from the desktop until a key + is pressed. --- tilda-0.09.6.orig/debian/menu +++ tilda-0.09.6/debian/menu @@ -0,0 +1,6 @@ +?package(tilda):\ + needs="x11"\ + section="Applications/Terminal Emulators"\ + longtitle="First person shooter terminal"\ + title="Tilda terminal"\ + command="/usr/bin/tilda" --- tilda-0.09.6.orig/debian/tilda.1 +++ tilda-0.09.6/debian/tilda.1 @@ -0,0 +1,95 @@ +.TH "TILDA" "1" "June 2008" "tilda 0.09.6" "User Commands" +.SH "NAME" +tilda \- first person shooter console likeness terminal +.SH "DESCRIPTION" +\fBTilda\fR is a terminal emulator taking after the likeness of many classic +terminals from first person shooter games, Quake, Doom and Half\-Life +(to name a few), where the terminal has no border and is hidden from +the desktop until a key is pressed. +.SS "Usage:" +.IP +tilda [OPTION...] +.SS "Help Options:" +.TP +\fB\-?\fR, \fB\-\-help\fR +Show help options +.TP +\fB\-\-help\-all\fR +Show all help options +.TP +\fB\-\-help\-gtk\fR +Show GTK+ Options +.SS "Application Options:" +.TP +\fB\-a\fR, \fB\-\-antialias\fR +Use Antialiased Fonts +.TP +\fB\-b\fR, \fB\-\-background\-color\fR +Set the background color +.TP +\fB\-c\fR, \fB\-\-command\fR +Run a command at startup +.TP +\fB\-h\fR, \fB\-\-hidden\fR +Start Tilda hidden +.TP +\fB\-f\fR, \fB\-\-font\fR +Set the font to the following string +.TP +\fB\-l\fR, \fB\-\-lines\fR +Scrollback Lines +.TP +\fB\-s\fR, \fB\-\-scrollbar\fR +Use Scrollbar +.TP +\fB\-t\fR, \fB\-\-transparency\fR +Opaqueness: 0\-100% +.TP +\fB\-v\fR, \fB\-\-version\fR +Print the version, then exit +.TP +\fB\-w\fR, \fB\-\-working\-dir\fR +Set Initial Working Directory +.TP +\fB\-x\fR, \fB\-\-x\-pos\fR +X Position +.TP +\fB\-y\fR, \fB\-\-y\-pos\fR +Y Position +.TP +\fB\-B\fR, \fB\-\-image\fR +Set Background Image +.TP +\fB\-C\fR, \fB\-\-config\fR +Show Configuration Wizard +.TP +\fB\-\-display\fR=\fIDISPLAY\fR +X display to use +.SH "COPYRIGHT" +Copyright \(co 2005,2008 Tristan Sloughter (sloutri@iit.edu) +.br +Copyright \(co 2005,2008 Ira W. Snyder (tilda@irasnyder.com) +.br +Copyright \(co 2007,2008 Ken Dreyer (kdreyer@chicagolug.org) +.PP +This program comes with ABSOLUTELY NO WARRANTY. +This is free software, and you are welcome to redistribute it +under certain conditions. See the file COPYING for details. +.SH "SEE ALSO" +The full documentation for +.B tilda +is maintained as a Texinfo manual. If the +.B info +and +.B tilda +programs are properly installed at your site, the command +.IP +.B info tilda +.PP +should give you access to the complete manual. +.SH "BUGS" +Please report it using +.B "reportbug tilda" +.SH "AUTHOR" +Davide Truffa wrote this manpage for +inclusion on the Debian Project but it could be used for others. --- tilda-0.09.6.orig/debian/dirs +++ tilda-0.09.6/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/tilda --- tilda-0.09.6.orig/debian/docs +++ tilda-0.09.6/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- tilda-0.09.6.orig/debian/patches/00list +++ tilda-0.09.6/debian/patches/00list @@ -0,0 +1,4 @@ +01_general-fixes.dpatch +02_update-italian-translation.dpatch +03_gtk_window_realize.dpatch +04_only_include_glib.h.dpatch --- tilda-0.09.6.orig/debian/patches/01_general-fixes.dpatch +++ tilda-0.09.6/debian/patches/01_general-fixes.dpatch @@ -0,0 +1,34 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_general-fixes.dpatch +## +## DP: Misc fixes + +@DPATCH@ + +diff -Nur tilda-0.09.6-orig/src/wizard.c tilda-0.09.6/src/wizard.c +--- tilda-0.09.6-orig/src/wizard.c 2008-01-24 08:20:26.000000000 +0100 ++++ tilda-0.09.6/src/wizard.c 2008-06-10 20:44:56.000000000 +0200 +@@ -67,7 +67,7 @@ + DEBUG_ASSERT (ltw != NULL); + + gchar *window_title; +- const gchar *glade_file = g_build_filename (DATADIR, "tilda.glade", NULL); ++ const gchar *glade_file = g_build_filename (DATADIR, "tilda/tilda.glade", NULL); + GtkWidget *wizard_window; + + /* Make sure that there isn't already a wizard showing */ +diff -Nur tilda-0.09.6-orig/tilda.desktop.in tilda-0.09.6/tilda.desktop.in +--- tilda-0.09.6-orig/tilda.desktop.in 2007-03-16 04:53:34.000000000 +0100 ++++ tilda-0.09.6/tilda.desktop.in 2008-06-10 20:51:55.000000000 +0200 +@@ -1,8 +1,7 @@ + [Desktop Entry] +-Encoding=UTF-8 + Name=Tilda +-Exec=@BINDIR@/tilda +-Icon=@PIXMAPSDIR@/tilda.png ++Exec=tilda ++Icon=tilda.png + Terminal=false + Type=Application +-Categories=GNOME;GTK;Application;Utility;TerminalEmulator; ++Categories=GTK;Utility;TerminalEmulator --- tilda-0.09.6.orig/debian/patches/02_update-italian-translation.dpatch +++ tilda-0.09.6/debian/patches/02_update-italian-translation.dpatch @@ -0,0 +1,300 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_update-italian-translation.dpatch +## +## DP: Update italian translation + +@DPATCH@ + +diff -Nur tilda-0.09.6-orig/po/it.po tilda-0.09.6/po/it.po +--- tilda-0.09.6-orig/po/it.po 2008-04-28 12:41:42.000000000 +0200 ++++ tilda-0.09.6/po/it.po 2008-06-10 20:03:55.000000000 +0200 +@@ -1,19 +1,19 @@ + # translation of Tilda. +-# Copyright (C) 2007 Truffa Davide ++# Copyright (C) 2008 Truffa Davide + # This file is distributed under the same license as the Tilda package. + # + # + msgid "" + msgstr "" +-"Project-Id-Version: Tilda 9.5\n" ++"Project-Id-Version: Tilda 9.6\n" + "Report-Msgid-Bugs-To: sloutri@iit.edu\n" + "POT-Creation-Date: 2008-04-28 05:41-0500\n" +-"PO-Revision-Date: 2007-07-15 15:58+0200\n" ++"PO-Revision-Date: 2008-06-10 20:01+0200\n" + "Last-Translator: Davide Truffa \n" + "Language-Team: Italian \n" + "MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=iso-8859-1\n" +-"Content-Transfer-Encoding: 8bit\n" ++"Content-Type: text/plain; charset=iso-8859-1\n" ++"Content-Transfer-Encoding: 8bit" + + #: tilda.glade:7 + msgid "Tilda Config" +@@ -37,11 +37,11 @@ + + #: tilda.glade:102 + msgid "Show Notebook Border" +-msgstr "Mostra il bordo nelle schede" ++msgstr "Mostra bordo nelle schede" + + #: tilda.glade:117 + msgid "Enable Double Buffering" +-msgstr "Abilita il Double Buffering" ++msgstr "Abilita Double Buffering" + + #: tilda.glade:138 + msgid "Window Display" +@@ -61,7 +61,7 @@ + + #: tilda.glade:234 + msgid "Enable Antialiasing" +-msgstr "Abilita l'antialiasing" ++msgstr "Abilita Antialiasing" + + #: tilda.glade:247 + msgid "Allow Bold Text" +@@ -100,9 +100,8 @@ + msgstr "" + + #: tilda.glade:419 +-#, fuzzy + msgid "URL Handling" +-msgstr "Scorrimento" ++msgstr "" + + #: tilda.glade:451 + msgid "Initial Title:" +@@ -306,7 +305,7 @@ + + #: tilda.glade:1496 + msgid " " +-msgstr "...." ++msgstr "" + + #: tilda.glade:1512 + msgid "" +@@ -314,11 +313,7 @@ + "incorrectly. They are only here to allow you to work around certain " + "applications and operating systems that expect different terminal behavior." +-msgstr "" +-"Nota:·Queste opzioni potrebbero provocare un funzionamento " +-"non correttodi alcune applicazioni. Sono state rese disponibili per quelle " +-"applicazioni esistemi operativi che si aspettano un diverso funzionamento " +-"del termianle" ++msgstr "Nota: Queste opzioni potrebbero provocare un funzionamento non corretto di alcune applicazioni. Sono state rese disponibili per quelle applicazioni e sistemi operativi che si aspettano un diverso funzionamento del terminale." + + #: tilda.glade:1531 + msgid "_Delete key generates:" +@@ -335,12 +330,12 @@ + "Control-H" + msgstr "" + "Carattere ASCII DEL\n" +-"Sequenza di escape\n" ++"Sequenza di Escape\n" + "Control-H" + + #: tilda.glade:1599 + msgid "_Reset Compatibility Options to Defaults" +-msgstr "Ripristina valori predefiniti per opzioni di compatibilità" ++msgstr "_Ripristina Opzioni di Compatibilità ai valori predefiniti" + + #: tilda.glade:1630 + msgid "Compatibility" +@@ -352,7 +347,7 @@ + + #: tilda.glade:1683 + msgid "Grab Keybinding" +-msgstr "Cattura la scorciatioia" ++msgstr "Cattura la scorciatoia" + + #: tilda.glade:1702 + msgid "Pulldown Key" +@@ -364,47 +359,46 @@ + + #: tilda.glade:1750 + msgid "gtk-close" +-msgstr "gtk-close" ++msgstr "" + + #: src/callback_func.c:53 + msgid "Untitled" +-msgstr "" ++msgstr "Senza titolo" + + #: src/callback_func.c:71 + msgid "Bad value for \"d_set_title\" in config file\n" +-msgstr "" ++msgstr "Valore errato \"d_set_title\" nel file di configurazione\n" + + #: src/configsys.c:128 + msgid "Problem parsing config file\n" +-msgstr "" ++msgstr "Problemi analizzando il file di configurazione\n" + + #: src/configsys.c:249 + msgid "Unable to sync the config file to disk\n" +-msgstr "" ++msgstr "Impossibile aggiornare il file di configurazione su disco\n" + + #: src/configsys.c:259 +-#, fuzzy + msgid "Unable to close the config file\n" +-msgstr "Impossibile impostare l'icona di Tilda: %s\n" ++msgstr "Impossibile chiudere il file di configurazione\n" + + #: src/configsys.c:268 +-#, fuzzy, c-format ++#, c-format + msgid "Unable to write the config file to %s\n" +-msgstr "Impossibile impostare l'icona di Tilda: %s\n" ++msgstr "Impossibile scrivere il file di configurazione in %s\n" + + #: src/tilda.c:214 +-#, fuzzy, c-format ++#, c-format + msgid "Unable to run command: `%s'\n" +-msgstr "Impossibile impostare l'icona di Tilda: %s\n" ++msgstr "Impossibile avviare il comando: `%s'\n" + + #: src/tilda.c:237 src/tilda.c:463 +-#, fuzzy, c-format ++#, c-format + msgid "Unable to open lock directory: %s\n" +-msgstr "Impossibile impostare l'icona di Tilda: %s\n" ++msgstr "Impossibile aprire la directory di lock: %s\n" + + #: src/tilda.c:300 + msgid "Use Antialiased Fonts" +-msgstr "Abilita l'anti aliasing per i caratteri" ++msgstr "Abilita l'Antialiasing per i caratteri" + + #: src/tilda.c:301 + msgid "Set the background color" +@@ -424,7 +418,7 @@ + + #: src/tilda.c:306 + msgid "Use Scrollbar" +-msgstr "Abilita la barra di scorrimento" ++msgstr "Abilita barra di scorrimento" + + #: src/tilda.c:307 + msgid "Opaqueness: 0-100%" +@@ -432,19 +426,19 @@ + + #: src/tilda.c:308 + msgid "Print the version, then exit" +-msgstr "Mostra la versione ed esce" ++msgstr "Mostra numero di versione ed esce" + + #: src/tilda.c:309 + msgid "Set Initial Working Directory" +-msgstr "Imposta la directory iniziale" ++msgstr "Imposta directory iniziale" + + #: src/tilda.c:312 + msgid "Set Background Image" +-msgstr "Imposta l'immagine di sfondo" ++msgstr "Imposta immagine di sfondo" + + #: src/tilda.c:313 + msgid "Show Configuration Wizard" +-msgstr "Mostra il wizard di configurazione" ++msgstr "Mostra wizard di configurazione" + + #: src/tilda.c:329 + #, c-format +@@ -460,42 +454,40 @@ + "Messaggio di errore: %s\n" + + #: src/tilda_terminal.c:386 +-#, fuzzy, c-format ++#, c-format + msgid "Problem parsing custom command: %s\n" +-msgstr "Impossibile impostare l'icona di Tilda: %s\n" ++msgstr "Problemi analizzando il comando personalizzato: %s\n" + + #: src/tilda_terminal.c:387 src/tilda_terminal.c:404 + msgid "Launching default shell instead\n" +-msgstr "" ++msgstr "Avvio della shell predefinita\n" + + #: src/tilda_terminal.c:403 +-#, fuzzy, c-format ++#, c-format + msgid "Unable to launch custom command: %s\n" +-msgstr "Impossibile impostare l'icona di Tilda: %s\n" ++msgstr "Impossibile avviare il comando personalizzato: %s\n" + + #: src/tilda_terminal.c:428 +-#, fuzzy, c-format ++#, c-format + msgid "Unable to launch default shell: %s\n" +-msgstr "Impossibile impostare l'icona di Tilda: %s\n" ++msgstr "Impossibile eseguire la shell predefinita: %s\n" + + #: src/tilda_terminal.c:675 +-#, fuzzy + msgid "_New Tab" +-msgstr "/_Nuova scheda" ++msgstr "_Nuova scheda" + + #: src/tilda_terminal.c:679 +-#, fuzzy + msgid "_Close Tab" +-msgstr "/_Chiudi scheda" ++msgstr "_Chiudi scheda" + + #: src/tilda_terminal.c:769 + #, c-format + msgid "Failed to launch the web browser. The command was `%s'\n" +-msgstr "" ++msgstr "Impossibile avviare il web browser tramite il comando: `%s'\n" + + #: src/tilda_window.c:99 + msgid "You have a bad tab_pos in your configuration file\n" +-msgstr "" ++msgstr "Valore errato \"tab_pos\" nel file di configurazione\n" + + #: src/tilda_window.c:333 + #, c-format +@@ -508,35 +500,9 @@ + + #: src/wizard.c:180 + msgid "The keybinding you chose is invalid. Please choose another." +-msgstr "" ++msgstr "La scorciatoia da tastiera non è valida. Selezionarne un'altra." + + #: src/wizard.c:445 + msgid "Invalid tab position setting, ignoring\n" + msgstr "Posizionamento delle schede non valido, verrà ignorato\n" + +-#~ msgid "X Error: %s" +-#~ msgstr "Errore di X: %s" +- +-#~ msgid "Error removing lock file: %s\n" +-#~ msgstr "Errore durante la rimozione del file di lock: %s\n" +- +-#~ msgid "/_Copy" +-#~ msgstr "/_Copia" +- +-#~ msgid "/_Paste" +-#~ msgstr "/_Incolla" +- +-#~ msgid "/_Preferences..." +-#~ msgstr "/_Preferenze..." +- +-#~ msgid "/_Quit" +-#~ msgstr "/_Esci" +- +-#~ msgid "Bad tab_pos, not changing\n" +-#~ msgstr "Errata posizione della scheda, nessun cambiamento\n" +- +-#~ msgid "Out of memory, exiting ..." +-#~ msgstr "Out of memory, uscita..." +- +-#~ msgid "Bad tab_pos, not changing anything...\n" +-#~ msgstr "Posizionamento delle schede errato, nessun cambiamento...\n" --- tilda-0.09.6.orig/debian/patches/03_gtk_window_realize.dpatch +++ tilda-0.09.6/debian/patches/03_gtk_window_realize.dpatch @@ -0,0 +1,21 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_gtk_window_realize.dpatch by Chris Coulson +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Make sure that GDK resources are created for the main GtkWindow before +## DP: trying to access them, otherwise it will just crash + +@DPATCH@ +diff -urNad tilda-0.09.6~/src/tilda_window.c tilda-0.09.6/src/tilda_window.c +--- tilda-0.09.6~/src/tilda_window.c 2008-01-17 22:07:39.000000000 +0000 ++++ tilda-0.09.6/src/tilda_window.c 2009-10-09 18:05:57.081042433 +0100 +@@ -427,6 +427,9 @@ + gtk_window_move (GTK_WINDOW(tw->window), config_getint ("x_pos"), config_getint ("y_pos")); + gtk_window_set_default_size (GTK_WINDOW(tw->window), config_getint ("max_width"), config_getint ("max_height")); + gtk_window_resize (GTK_WINDOW(tw->window), config_getint ("max_width"), config_getint ("max_height")); ++ ++ /* Create GDK resources now, to prevent crashes later on */ ++ gtk_widget_realize (tw->window); + generate_animation_positions (tw); + + return tw; --- tilda-0.09.6.orig/debian/patches/04_only_include_glib.h.dpatch +++ tilda-0.09.6/debian/patches/04_only_include_glib.h.dpatch @@ -0,0 +1,22 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## Description: Only include instead of individual header files +## Origin/Author: Michael Bienia +## Bug: Debian bug #665619 +## 04_only_include_glib.h.dpatch by Michael Bienia +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' tilda-0.09.6~/src/tomboykeybinder.h tilda-0.09.6/src/tomboykeybinder.h +--- tilda-0.09.6~/src/tomboykeybinder.h 2007-07-15 04:31:19.000000000 +0200 ++++ tilda-0.09.6/src/tomboykeybinder.h 2012-10-03 12:57:30.000000000 +0200 +@@ -2,7 +2,7 @@ + #ifndef __TOMBOY_KEY_BINDER_H__ + #define __TOMBOY_KEY_BINDER_H__ + +-#include ++#include + + G_BEGIN_DECLS +