Bug 230722

Summary: poxml: Please consider not shipping a copy of antlr
Product: [Translations] i18n Reporter: Eckhart Wörner <ewoerner>
Component: generalAssignee: Albert Astals Cid <aacid>
Status: RESOLVED FIXED    
Severity: wishlist Keywords: junior-jobs
Priority: NOR    
Version: 4.4   
Target Milestone: ---   
Platform: Debian testing   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Eckhart Wörner 2010-03-14 15:42:43 UTC
Version:            (using KDE 4.4.1)
Installed from:    Debian testing/unstable Packages

This wish has been copied over from
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505425 and has been verified
to still exist in KDE SC 4.4.1

----

kdesdk ships with a copy of antlr instead of build-depending on it.
Comment 1 Albert Astals Cid 2010-03-14 16:10:23 UTC
doesn't build against current antlr (at least on ubuntu), patches welcome.
Comment 2 Pino Toscano 2010-03-19 21:43:01 UTC
SVN commit 1105321 by pino:

look for antlr2 and compile po2xml and swappo only if found, generating the gettext grammar with antlr
the current antlr2 copy is no more used now
BUG: 230722


 M  +28 -12    CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1105321
Comment 3 Pino Toscano 2010-03-19 21:43:47 UTC
SVN commit 1105322 by pino:

remove old manually generated gettext grammar and old antlr copy
CCBUG: 230722


 D             GettextLexer.cpp  
 D             GettextLexer.hpp  
 D             GettextParser.cpp  
 D             GettextParser.hpp  
 D             GettextParserTokenTypes.hpp  
 D             GettextParserTokenTypes.txt  
 D             antlr (directory)  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1105322