]> git.decadent.org.uk Git - ion3.git/commitdiff
Updated patches for ion-3ds-20070318.
authorBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 12:34:09 +0000 (12:34 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 12:34:09 +0000 (12:34 +0000)
debian/changelog
debian/patches/201_fix-paths.diff
debian/patches/202_fix-menus.diff
debian/patches/204_fix-bindings.diff
debian/patches/206_use-xterm.diff
debian/patches/207_bindings-manpage.diff
debian/patches/209_use-etc-default.diff

index dda936b3834ca23da0bb13ef4e7b90ea35ab2e4f..4fe03455d70a9e3b43e502322e4fc18cd7a928c3 100644 (file)
@@ -1,3 +1,10 @@
+ion3 (20070318-1) unstable; urgency=low
+
+  * New maintainer - closes: #414378
+  * New upstream release - closes: #413469
+
+ -- 
+
 ion3 (20070203-1) experimental; urgency=low
 
   * New upstream release.
index d9e744e5e6b454e701ae1bc4e3eb5408b2010143..6c886d7ae8f50cc7543e89d77b6aa5632fb7638f 100755 (executable)
@@ -76,16 +76,16 @@ diff -Nur ion-3ds-20060519.orig/system.mk ion-3ds-20060519/system.mk
  
  
  ##
-@@ -107,7 +107,7 @@
+@@ -104,7 +104,7 @@
  # asprintf and vasprintf in the c library. (gnu libc has.)
  # If HAS_SYSTEM_ASPRINTF is not defined, an implementation
  # in sprintf_2.2/ is used.
 -#HAS_SYSTEM_ASPRINTF=1
 +HAS_SYSTEM_ASPRINTF=1
  
  # If you're on an archaic system (such as relatively recent *BSD releases)
-@@ -144,14 +144,14 @@
+ # without even dummy multibyte/widechar and localisation support, you may 
+@@ -140,14 +140,14 @@
  
  #C89_SOURCE=-ansi
  
index 968ffa46ecf8be0b48baad7984f12ffd6f2f1b9b..6961ec8496f95ffe6db522195dc98e7750529af7 100755 (executable)
@@ -15,9 +15,12 @@ exit 0
 diff -Nur ion3-20060524.orig/etc/cfg_ioncore.lua ion3-20060524/etc/cfg_ioncore.lua
 --- ion3-20060524.orig/etc/cfg_ioncore.lua     2006-05-24 18:23:26.000000000 +0200
 +++ ion3-20060524/etc/cfg_ioncore.lua  2006-07-29 11:14:57.000000000 +0200
-@@ -276,22 +276,20 @@
+@@ -330,11 +330,14 @@
+ -- Main menu
  defmenu("mainmenu", {
-     submenu("Programs",         "appmenu"),
+     menuentry("Run...",         "mod_query.query_exec(_)"),
+-    menuentry("Terminal",       "ioncore.exec_on(_, XTERM or 'xterm')"),
++    menuentry("Terminal",       "ioncore.exec_on(_, 'x-terminal-emulator')"),
      menuentry("Lock screen",    "ioncore.exec_on(_, 'xlock')"),
 +    menuentry("Lock screen",                                                                                                                                  
 +              "ioncore.exec_on(_, ioncore.lookup_script('ion-lock'))"),                                                                                       
@@ -28,17 +31,3 @@ diff -Nur ion3-20060524.orig/etc/cfg_ioncore.lua ion3-20060524/etc/cfg_ioncore.l
      submenu("Session",          "sessionmenu"),
  })
  
- -- Application menu
- defmenu("appmenu", {
--    menuentry("XTerm",          "ioncore.exec_on(_, 'xterm')"),
--    menuentry("W3M",            "ioncore.exec_on(_, ':w3m -v')"),
--    menuentry("Rxvt",           "ioncore.exec_on(_, 'rxvt')"),
--    menuentry("Opera",          "ioncore.exec_on(_, 'opera')"),
--    menuentry("Links",          "ioncore.exec_on(_, ':links')"),
--    menuentry("Konqueror",      "ioncore.exec_on(_, 'konqueror')"),
--    menuentry("Dillo",          "ioncore.exec_on(_, 'dillo')"),
-+    menuentry("Terminal",       "ioncore.exec_on(_, 'x-terminal-emulator')"),                                                                                 
-+    menuentry("Browser",        "ioncore.exec_on(_, 'sensible-browser')"),                                                                                    
-     menuentry("Run...",         "mod_query.query_exec(_)"),
- })
index 935cfe2e2a1eab2bdf971d10e47c258dafb028bf..9678a35b1b7a97268430e5152df790a8c65de730 100755 (executable)
@@ -17,7 +17,7 @@ exit 0
 diff -Nur ion3-20061223.orig/etc/cfg_ioncore.lua ion3-20061223/etc/cfg_ioncore.lua
 --- ion3-20061223.orig/etc/cfg_ioncore.lua     2006-12-23 15:59:43.000000000 +0100
 +++ ion3-20061223/etc/cfg_ioncore.lua  2006-12-23 16:39:46.000000000 +0100
-@@ -145,7 +145,7 @@
+@@ -153,7 +153,7 @@
      kpress(META.."F1", "ioncore.exec_on(_, ':man ion3')"),
  
      bdoc("Run a terminal emulator."),
index 0f85ca4299aeff74e3c63f0ab5700897f0463e65..117f005b33012c068a70aac71ef4961d35e3d747 100755 (executable)
@@ -23,5 +23,5 @@ diff -Nur ion-3ds-20041104.orig/utils/ion-runinxterm ion-3ds-20041104/utils/ion-
 -test "$XTERMCMD" || XTERMCMD="xterm"
 +test "$XTERMCMD" || XTERMCMD="x-terminal-emulator"
  
- if test $# -lt 1; then
-       echo error
+ title=""
+ wait=""
index 5eee61ed5a18d61e2afce5004d6aab1e9e38466f..38b39418a14ca90c375ea44a5e094500ee1660a3 100755 (executable)
@@ -17,7 +17,7 @@ exit 0
 diff -Nur ion3-20061020.orig/man/ion3.cs.in ion3-20061020/man/ion3.cs.in
 --- ion3-20061020.orig/man/ion3.cs.in  2006-10-20 17:43:37.000000000 +0200
 +++ ion3-20061020/man/ion3.cs.in       2006-10-23 20:42:12.000000000 +0200
-@@ -81,6 +81,10 @@
+@@ -77,6 +77,10 @@
  
  .SS Globální pøiøazení
  
@@ -31,7 +31,7 @@ diff -Nur ion3-20061020.orig/man/ion3.cs.in ion3-20061020/man/ion3.cs.in
 diff -Nur ion3-20061020.orig/man/ion3.fi.in ion3-20061020/man/ion3.fi.in
 --- ion3-20061020.orig/man/ion3.fi.in  2006-10-20 17:43:36.000000000 +0200
 +++ ion3-20061020/man/ion3.fi.in       2006-10-23 20:42:12.000000000 +0200
-@@ -84,6 +84,10 @@
+@@ -80,6 +80,10 @@
  
  .SS Yleisesti saatavilla olevat sidonnat
  
@@ -45,7 +45,7 @@ diff -Nur ion3-20061020.orig/man/ion3.fi.in ion3-20061020/man/ion3.fi.in
 diff -Nur ion3-20061020.orig/man/ion3.in ion3-20061020/man/ion3.in
 --- ion3-20061020.orig/man/ion3.in     2006-10-20 17:43:36.000000000 +0200
 +++ ion3-20061020/man/ion3.in  2006-10-23 20:42:12.000000000 +0200
-@@ -82,6 +82,10 @@
+@@ -77,6 +77,10 @@
  
  .SS Globally available bindings
  
@@ -59,7 +59,7 @@ diff -Nur ion3-20061020.orig/man/ion3.in ion3-20061020/man/ion3.in
 diff -Nur ion3-20061020.orig/man/pwm3.cs.in ion3-20061020/man/pwm3.cs.in
 --- ion3-20061020.orig/man/pwm3.cs.in  2006-10-20 17:43:36.000000000 +0200
 +++ ion3-20061020/man/pwm3.cs.in       2006-10-23 20:42:12.000000000 +0200
-@@ -56,6 +56,10 @@
+@@ -52,6 +52,10 @@
  
  .SS Globální pøiøazení
  
@@ -70,7 +70,7 @@ diff -Nur ion3-20061020.orig/man/pwm3.cs.in ion3-20061020/man/pwm3.cs.in
  BINDINGS:WScreen
  
  .".SS Pøiøazení pro práci s rámy, obrazovkami a jejich potomky
-@@ -64,10 +68,6 @@
+@@ -60,10 +64,6 @@
  
  .SS Pøiøazení pro práci s rámy a jejich potomky
  
@@ -84,7 +84,7 @@ diff -Nur ion3-20061020.orig/man/pwm3.cs.in ion3-20061020/man/pwm3.cs.in
 diff -Nur ion3-20061020.orig/man/pwm3.fi.in ion3-20061020/man/pwm3.fi.in
 --- ion3-20061020.orig/man/pwm3.fi.in  2006-10-20 17:43:36.000000000 +0200
 +++ ion3-20061020/man/pwm3.fi.in       2006-10-23 20:42:12.000000000 +0200
-@@ -57,6 +57,10 @@
+@@ -51,6 +51,10 @@
  
  .SS Yleisesti saatavilla olevat sidonnat
  
@@ -95,7 +95,7 @@ diff -Nur ion3-20061020.orig/man/pwm3.fi.in ion3-20061020/man/pwm3.fi.in
  BINDINGS:WScreen
  
  .\".SS Kehyksiä ja näyttöjä, sekä niiden lapsia käsittelevät sidonnat
-@@ -65,10 +69,6 @@
+@@ -59,10 +63,6 @@
  
  .SS Kehyksiä, sekä niiden lapsia käsittelevät sidonnat
  
@@ -109,7 +109,7 @@ diff -Nur ion3-20061020.orig/man/pwm3.fi.in ion3-20061020/man/pwm3.fi.in
 diff -Nur ion3-20061020.orig/man/pwm3.in ion3-20061020/man/pwm3.in
 --- ion3-20061020.orig/man/pwm3.in     2006-10-20 17:43:36.000000000 +0200
 +++ ion3-20061020/man/pwm3.in  2006-10-23 20:42:12.000000000 +0200
-@@ -57,6 +57,10 @@
+@@ -52,6 +52,10 @@
  
  .SS Globally available bindings
  
@@ -120,7 +120,7 @@ diff -Nur ion3-20061020.orig/man/pwm3.in ion3-20061020/man/pwm3.in
  BINDINGS:WScreen
  
  .".SS Bindings operating on both frames and screens and their children
-@@ -65,10 +69,6 @@
+@@ -60,10 +64,6 @@
  
  .SS Bindings operating on frames and their children
  
index 190bc8b56a2f967994c6161a165c72821ac69117..09d40ab0c9f8bc7af14c6c33b12387f67c0e442e 100755 (executable)
@@ -17,9 +17,9 @@ exit 0
 diff -Nur ion3-20060317.orig/etc/cfg_ion.lua ion3-20060317/etc/cfg_ion.lua
 --- ion3-20060317.orig/etc/cfg_ion.lua 2006-03-17 20:43:04.000000000 +0100
 +++ ion3-20060317/etc/cfg_ion.lua      2006-03-17 22:16:02.000000000 +0100
-@@ -12,6 +12,9 @@
- --META="Mod1+"
- --ALTMETA=""
+@@ -15,6 +15,9 @@
+ -- Terminal emulator
+ --XTERM="xterm"
  
 +-- Debian sets the META and ALTMETA keys in /etc/default/ion3.
 +dopath("cfg_debian")