[PyKDE] Back to work..

2002-10-23 Thread Hans-Peter Jansen
Hi Phil,

here is the diff against build.py v3.4, I'm using for the RPMs.
I'm confident about the first hunk, but unsure about the second:

--- build.py.orig   2002-10-08 19:11:40.0 +0200
+++ build.py2002-10-08 20:13:35.0 +0200
@@ -1147,7 +1147,7 @@
 f = open(Makefile,a)
 f.write(\ninstall-eric:\n)
 
-ericdir = modDir + os.sep + eric
+ericdir = os.path.join(modDir, eric)
 
 # Create the platform specific wrappers.
 ename = createPyWrapper(ericdir,eric,eric)
@@ -1162,6 +1162,7 @@
 f.write(\t-%s eric%s*.py %s\n % (platCopy,os.sep,ericdir))
 f.write(\t-%s eric%s*.pyc %s\n % (platCopy,os.sep,ericdir))
 f.write(\t-%s eric%s*.qm %s\n % (platCopy,os.sep,ericdir))
+f.write(\t-%s eric%s*.ts %s\n % (platCopy,os.sep,ericdir))
 f.write(\t-%s %s %s\n % (platCopy,ename,platBinDir))
 f.write(\t-%s %s %s\n % (platCopy,uname,platBinDir))
 f.write(\t-%s %s %s\n % (platCopy,hname,platBinDir))

Hans-Peter

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde



Re: [PyKDE] Back to work..

2002-10-23 Thread Detlev Offenbach
Am Mittwoch, 23. Oktober 2002 12:37 schrieb Hans-Peter Jansen:
 Hi Phil,

 here is the diff against build.py v3.4, I'm using for the RPMs.
 I'm confident about the first hunk, but unsure about the second:

 --- build.py.orig 2002-10-08 19:11:40.0 +0200
 +++ build.py  2002-10-08 20:13:35.0 +0200
 @@ -1147,7 +1147,7 @@
  f = open(Makefile,a)
  f.write(\ninstall-eric:\n)

 -ericdir = modDir + os.sep + eric
 +ericdir = os.path.join(modDir, eric)

  # Create the platform specific wrappers.
  ename = createPyWrapper(ericdir,eric,eric)
 @@ -1162,6 +1162,7 @@
  f.write(\t-%s eric%s*.py %s\n % (platCopy,os.sep,ericdir))
  f.write(\t-%s eric%s*.pyc %s\n % (platCopy,os.sep,ericdir))
  f.write(\t-%s eric%s*.qm %s\n % (platCopy,os.sep,ericdir))
 +f.write(\t-%s eric%s*.ts %s\n % (platCopy,os.sep,ericdir))
  f.write(\t-%s %s %s\n % (platCopy,ename,platBinDir))
  f.write(\t-%s %s %s\n % (platCopy,uname,platBinDir))
  f.write(\t-%s %s %s\n % (platCopy,hname,platBinDir))

 Hans-Peter

 ___
 PyKDE mailing list[EMAIL PROTECTED]
 http://mats.gmd.de/mailman/listinfo/pykde

The .ts files should not be installed just the .qm files. Qt doesn't even 
look for them if called the way it is within eric.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde