wok rev 827
Fix: gparted (wrapper use /bin/sh) and misc desktop file frenchysation...
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 17 20:49:40 2008 +0200 (2008-05-17) |
parents | fd41c586ca4b |
children | 296dbd15f4b2 |
files | gparted/receipt gparted/stuff/gparted.desktop leafpad/stuff/leafpad.desktop nano/stuff/nano.desktop |
line diff
1.1 --- a/gparted/receipt Sat May 17 18:54:03 2008 +0200 1.2 +++ b/gparted/receipt Sat May 17 20:49:40 2008 +0200 1.3 @@ -29,6 +29,7 @@ 1.4 { 1.5 mkdir -p $fs/usr 1.6 cp -a $_pkg/usr/sbin $fs/usr 1.7 + sed -i s/'#!\/bin\/bash'/'#!\/bin\/sh'/ $fs/usr/sbin/gparted 1.8 } 1.9 1.10 # Version 0.3.7 - Binary has moved to /usr/sbin
2.1 --- a/gparted/stuff/gparted.desktop Sat May 17 18:54:03 2008 +0200 2.2 +++ b/gparted/stuff/gparted.desktop Sat May 17 20:49:40 2008 +0200 2.3 @@ -3,7 +3,7 @@ 2.4 Name=GParted Partition Editor 2.5 Name[es]=Editor de particiones GParted 2.6 Name[fi]=GParted levyosioiden muokkain 2.7 -Name[fr]=Éditeur de partition GParted 2.8 +Name[fr]=Editeur de partition GParted 2.9 Name[hu]=GParted partíciószerkesztő 2.10 Name[it]=Editor di partizioni GParted 2.11 Exec=subox gparted
3.1 --- a/leafpad/stuff/leafpad.desktop Sat May 17 18:54:03 2008 +0200 3.2 +++ b/leafpad/stuff/leafpad.desktop Sat May 17 20:49:40 2008 +0200 3.3 @@ -1,9 +1,9 @@ 3.4 [Desktop Entry] 3.5 Encoding=UTF-8 3.6 Name=Leafpad Text editor 3.7 -Name[fr]=Leafpad Editeur de texte 3.8 +Name[fr]=Editeur de texte Leafpad 3.9 Exec=leafpad %f 3.10 -Icon=leafpad 3.11 +Icon=leafpad.png 3.12 Terminal=false 3.13 Type=Application 3.14 MimeType=text/plain
4.1 --- a/nano/stuff/nano.desktop Sat May 17 18:54:03 2008 +0200 4.2 +++ b/nano/stuff/nano.desktop Sat May 17 20:49:40 2008 +0200 4.3 @@ -1,7 +1,7 @@ 4.4 [Desktop Entry] 4.5 Encoding=UTF-8 4.6 Name=Nano GNU Editor 4.7 -Name[fr]=Nano Editeur GNU 4.8 +Name[fr]=Editeur GNU Nano 4.9 Comment=Advenced text editor 4.10 Comment[fr]=Editeur de texte avançé 4.11 Exec=xterm -e nano