~ubuntu-branches/ubuntu/trusty/sawfish/trusty

« back to all changes in this revision

Viewing changes to debian/patches/01_integration.jl.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2008-02-18 16:27:26 UTC
  • mfrom: (1.2.7 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080218162726-3a5v48p33qaki37z
Tags: 1:1.3.3-1
* New Upstream Release.
 - Fixes encoding issues introduced by the use of UTF-8 in
  1.3.2. (Closes: #464139).
 - Fixes pango fonts handling, to allow more than one to be used at a
  time (Closes: #269905).
 - Fixes interaction with KDE systray.
* Loosen overly tight build-dependency on gettext, and tighten the one
  on quilt (We use the makefile snippet from 0.40-1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 01_integration.jl.dpatch by Christian Marillat <marillat@debian.org>
3
 
##
4
 
## DP: Use the debian default terminal
5
 
 
6
 
@DPATCH@
7
 
 
8
 
--- sawfish-1.3.orig/lisp/sawfish/wm/gnome/integration.jl       Sun Jun 30 15:21:19 2002
9
 
+++ sawfish-1.3/lisp/sawfish/wm/gnome/integration.jl    Sun Jun 30 15:21:45 2002
10
 
@@ -46,7 +46,7 @@
11
 
 
12
 
   ;; invoke the GNOME terminal instead of xterm
13
 
   (unless (variable-customized-p 'xterm-program)
14
 
-    (setq xterm-program "gnome-terminal"))
15
 
+    (setq xterm-program "x-terminal-emulator"))
16
 
 
17
 
   ;; use the GNOME help browser and url launcher
18
 
   (setq help-display-info-function help-call-info-gnome)