Bug 230722 - poxml: Please consider not shipping a copy of antlr
Summary: poxml: Please consider not shipping a copy of antlr
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: general (show other bugs)
Version: 4.4
Platform: Debian testing Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2010-03-14 15:42 UTC by Eckhart Wörner
Modified: 2010-03-19 21:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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