Hi all,
would it be possible to include Kile again in the KDE for Windows installer?
I've managed to compile Kile (from Git) with the 4.4 release and it seems to
run perfectly fine. Also, I think some slight modifications would be neccesary
to the 'kile' package in portage. However, as I haven't been able to compile
KDE from scratch using emerge due to numerous compilation errors, I couldn't
test the modifications I did to the 'kile-20081130.py' in the 'kdeapps' folder
(which I have attached). Maybe someone with a working portage tree could try
it out?
Thanks a lot,
Michel
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
# -*- coding: utf-8 -*-
import info
from Package.CMakePackageBase import *
class subinfo(info.infoclass):
def setTargets( self ):
for ver in [ '2.1b5' ]:
self.targets[ver] = 'http://prdownloads.sourceforge.net/kile/kile-' + ver + '.tar.bz2'
self.targetInstSrc[ver] = 'kile-' + ver
self.svnTargets['gitHEAD'] = 'git://git.kde.org/kile.git'
self.defaultTarget = 'gitHEAD'
def setDependencies( self ):
self.dependencies['virtual/kdebase-runtime'] = 'default'
class Package(CMakePackageBase):
def __init__( self, **args ):
self.subinfo = subinfo()
CMakePackageBase.__init__(self)
if __name__ == '__main__':
Package().execute()_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows