Branch Closed

2012-11-03 Thread Richard Heck
Branch is closed until further notice. Richard

lyxclient.cpp

2012-11-03 Thread Richard Heck
This file does not seem to be cleaned up when we "make clean" or "make distclean". I had to remove it manually in order to get the monolithic build to work. rh

LyX 2.0.5 Sources...

2012-11-03 Thread Richard Heck
may be found at http://frege.brown.edu/lyx/ Please test and prepare binaries in the usual way. I'm hoping to announce the release officially mid to late next week. Richard

Re: [LyX 2.0.x] French UserGuide.lyx: tiny issue

2012-11-03 Thread Richard Heck
Branch is closed! rh On 11/03/2012 07:15 PM, Uwe Stöhr wrote: The branch, 2.0.x, has been updated. - Log - commit b7bb66abc38b0d8d8f71743dfe92c15e7196eb8a Author: Uwe Stöhr Date: Sun Nov 4 00:15:12 2012 +0100 French Us

Re: LyX 2.0.5 Sources...

2012-11-03 Thread Pavel Sanda
Richard Heck wrote: > > may be found at > http://frege.brown.edu/lyx/ > Please test and prepare binaries in the usual way. I'm hoping to announce > the release officially mid to late next week. Works fine on Gentoo x86. P

Re: Qt >= 4.5 for LyX 2.1

2012-11-03 Thread Pavel Sanda
Richard Heck wrote: > On 10/28/2012 02:18 PM, Pavel Sanda wrote: >> Jean-Marc Lasgouttes wrote: >>> I think using 4.5 as baseline would be very safe and allow for code >>> simplification. >> Anyone against this? >> > I know there are sometimes issues with cygwin, so we should wait to hear > about

Re: LyX 2.0.5 Sources...

2012-11-03 Thread Kayvan Sylvan
Works on Fedora (15, 16, 17). F16 binaries and SRPM files for 2.0.5 and 2.1.0dev are now available here: https://www.box.com/kslyx On Sat, Nov 3, 2012 at 4:45 PM, Pavel Sanda wrote: > Richard Heck wrote: > > > > may be found at > > http://frege.brown.edu/lyx/ > > Please test and prepare b

Leftovers (was: [LyX master] LyX 2.1 will support only Qt>=4.5.)

2012-11-03 Thread Pavel Sanda
Pavel Sanda wrote: > commit 0a9735c5f7bbbaa24ac2e3e4fa745c6dfbc95a18 > Author: Pavel Sanda > Date: Sun Nov 4 01:18:16 2012 +0100 > > LyX 2.1 will support only Qt>=4.5. > > (http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg175737.html) > > Now start with simple cases.

Re: Shell script to compile and install LyX-2.1.0 from git on Fedora

2012-11-03 Thread Kayvan Sylvan
The latest version of this script (lyx-build) is always available at the following URL: http://www.box.com/kslyx On Sat, Nov 3, 2012 at 4:14 PM, Kayvan Sylvan wrote: > Hi everyone, > > I've tested this on Fedora 15, 16, and 17. The Fedora 17 system was a > clean install on VirtualBox, after whi

Re: [LyX master] * INSTALL, README

2012-11-03 Thread Pavel Sanda
Pavel Sanda wrote: > commit 1bd1fe71219b506e39fdd60b35f1a396f3f8bf93 > Author: Pavel Sanda > Date: Sun Nov 4 02:02:16 2012 +0100 > > * INSTALL, README We claim in README: --- * Windows 2000 or newer * Mac OS 10.4 or newer As of LyX 1.6.0, you need at least gcc 3.2.x. --- I doub

Re: Shell script to compile and install LyX-2.1.0 from git on Fedora

2012-11-03 Thread Richard Heck
On 11/03/2012 09:01 PM, Kayvan Sylvan wrote: The latest version of this script (lyx-build) is always available at the following URL: http://www.box.com/kslyx Probably not an issue, but there is a script called "lyx-build" in the source tree, at development/tools/. I doubt there could be a con

Re: Shell script to compile and install LyX-2.1.0 from git on Fedora

2012-11-03 Thread Kayvan Sylvan
Hmmm Yes, that seems to be an old script based on the procedure in http://wiki.lyx.org/Devel/ReleaseProcedure which is tied to the old subversion repo. I'll rename my script to lyx-fedora instead, and you can include it in the same place (development/tools). Here it is, slightly modified. O

Re: Shell script to compile and install LyX-2.1.0 from git on Fedora

2012-11-03 Thread Richard Heck
On 11/03/2012 09:37 PM, Kayvan Sylvan wrote: Hmmm Yes, that seems to be an old script based on the procedure in http://wiki.lyx.org/Devel/ReleaseProcedure which is tied to the old subversion repo. Actually, I wrote it when I became release manager for 2.0.x. It's up to date now for git, o

Re: Shell script to compile and install LyX-2.1.0 from git on Fedora

2012-11-03 Thread Kayvan Sylvan
Thanks. Here's the patch for lyx-fedora in devel. On Sat, Nov 3, 2012 at 7:13 PM, Richard Heck wrote: > On 11/03/2012 09:37 PM, Kayvan Sylvan wrote: > >> Hmmm Yes, that seems to be an old script based on the procedure in >> http://wiki.lyx.org/Devel/**ReleaseProcedure