SOURCES: winetools-paths.patch - forgotten - updated for 0.9

blues blues at pld-linux.org
Sun Nov 20 23:31:28 CET 2005


Author: blues                        Date: Sun Nov 20 22:31:28 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- forgotten - updated for 0.9

---- Files affected:
SOURCES:
   winetools-paths.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/winetools-paths.patch
diff -u SOURCES/winetools-paths.patch:1.2 SOURCES/winetools-paths.patch:1.3
--- SOURCES/winetools-paths.patch:1.2	Mon Oct 10 18:55:20 2005
+++ SOURCES/winetools-paths.patch	Sun Nov 20 23:31:23 2005
@@ -1,9 +1,9 @@
---- ./wt212jo	2005-05-21 15:30:39.000000000 +0300
-+++ ./wt2	2005-05-29 21:43:46.000000000 +0300
-@@ -8,9 +8,9 @@
- # Send comments, bugreports, etc. to thadden at web.de"
- 
+--- ./wt2.org	2005-11-20 20:18:19.000000000 +0000
++++ ./wt2	2005-11-20 20:19:53.000000000 +0000
+@@ -10,9 +10,9 @@
  # base definitions
+ VERSION="winetools-0.9"
+ RELEASE="`echo $VERSION | sed -e "s/winetools-\(.*\)/\1/"`"
 -BASEDIR="/usr/local/winetools"
 +BASEDIR="/usr/share/winetools"
  BINDIR="$HOME/bin"
@@ -12,9 +12,9 @@
  WINEDIR="`echo ~/.wine`"
  CONFIG="$WINEDIR/winetools.log"
  SYSDIR="$HOME/winetools"
---- ./findwine~	2005-05-13 23:42:35.000000000 +0300
-+++ ./findwine	2005-05-29 21:43:46.000000000 +0300
-@@ -2,8 +2,8 @@
+--- ./findwine.org	2005-11-20 20:20:17.000000000 +0000
++++ ./findwine	2005-11-20 20:23:39.000000000 +0000
+@@ -2,15 +2,15 @@
  SETARCH=""
  WINE=""
  WINEDIR="`echo ~/.wine`"
@@ -22,33 +22,22 @@
 -BASEDIR="/usr/local/winetools"
 +DIALOG="/usr/bin/Xdialog"
 +BASEDIR="/usr/share/winetools"
+ export PATH="$BASEDIR:$PATH"
  BINDIR="$HOME/bin"
  CDROM="`ls -l $HOME/.wine/dosdevices/ 2>/dev/null | grep \" d: -> \"| sed -e \"s/^.* d: -> \(.*\)$/\1/\"`"
  START="T"
-@@ -15,7 +15,7 @@
-                 --msgbox "You have no gettext.sh installed so you will not\nget any internationalized messages from WineTools." 7 60
-   . $BASEDIR/gettext.sh.dummy
- fi
+ PARAM="$1"
 -export TEXTDOMAINDIR=/usr/local/share/locale
+-export TEXTDOMAIN=wt0.9
 +export TEXTDOMAINDIR=/usr/share/locale
- export TEXTDOMAIN=wt2
++export TEXTDOMAIN=wt2
  
  #for Debian:
-@@ -82,7 +82,7 @@
-   . gettext.sh
-   echo "found gettext in path"
- else
--  for n in "/usr" "/bin" "/usr/bin" "/usr/local/winetools"; do
-+  for n in "/usr" "/bin" "/usr/bin" "/usr/share/winetools"; do
-     if [ -e "${n}/gettext.sh" ]; then
-       . ${n}/gettext.sh
-       echo "found gettext in $n"
---- ./findwine~	2005-06-29 21:22:18.000000000 +0300
-+++ ./findwine	2005-06-29 21:22:50.000000000 +0300
-@@ -8,7 +8,7 @@
- CDROM="`ls -l $HOME/.wine/dosdevices/ 2>/dev/null | grep \" d: -> \"| sed -e \"s/^.* d: -> \(.*\)$/\1/\"`"
- START="T"
- PARAM="$1"
+ #BASEDIR="/usr/share/winetools"
+@@ -67,7 +67,7 @@
+ root_test
+ 
+ # find gettext.sh
 -. gettext.sh &> /dev/null
 +. $BASEDIR/gettext.sh &> /dev/null
  if [ "$?" != "0" ]; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/winetools-paths.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list