On 04/13/2016 05:45 AM, Jean-Marc Lasgouttes wrote: > Le 13/04/2016 11:23, Pavel Sanda a écrit : >> Scott Kostyshak wrote: >>>> It compiles fine on gentoo x86. >>>> BTW why is tarball 2x bigger than for 2.1? >>>> Pavel >>> >>> Why 2X bigger? I see a change from 20.8 to 32 from LyX 2.1.4 to >>> 2.2.0rc1. >> >> lyx-2.1.4.tar.xz 10673 KB >> lyx-2.2.0rc1.tar.xz 19669 KB > > It looks a bit less extreme when unpacked > -rw-r--r-- 1 lasgoutt rits-pro 102M avril 13 11:30 lyx-2.1.4.tar > -rw-r--r-- 1 lasgoutt rits-pro 135M avril 12 15:20 lyx-2.2.0rc1.tar > > The difference is not as big, but the new files (svgz?) are less > compressible. > > But then, lyx 2.1.4 also has its own reasons for being *bigger* than > it should: > -rw-r--r-- 1 lasgoutt rits-pro 3,9M juil. 24 2015 > lyx-2.1.4/src/frontends/qt4/Resources.cpp > > Richard, I am not sure where this one came from. but your should > double check next time.
The Makefile for src/frontend/qt4 has: am__liblyxqt4_a_SOURCES_DIST = ButtonPolicy.cpp ButtonPolicy.h \ Dialog.cpp Dialog.h ****Resources.cpp**** Action.cpp BulletsModule.cpp \ ButtonController.cpp CategorizedCombo.cpp ColorCache.cpp \ CustomizedWidgets.cpp EmptyTable.cpp FancyLineEdit.cpp \ Richard > > JMarc