On Saturday 22 November 2008 10:38:25 pm Gregory Pittman wrote: > John Culleton wrote: > > The information on the splash screen does not change when I > > update via svn. but it shows a revision number during the update, > > currently 12892. > > For whatever reason, the date of the svn is only changed > periodically, even though actual changes in various files can be > quite frequent. > > Greg > > _______________________________________________ > scribus mailing list > scribus at lists.scribus.info > http://lists.scribus.info/mailman/listinfo/scribus
Irony of ironies, the only change this AM was the "about" screen :<). It now says 11/23, today's date. To get the 2dgeom package installed (boost) the file CMakeCache.txt requires modification. Here is my script for daily update: ------------------------------------------------------------------- cd /usr/local/src/scribus_svn/Scribus svn up ls -l CMakeCache.txt sed -e s?Boost_INCLUDE_DIR-NOTFOUND?/usr/local/include/boost-1_35? ./CMakeCache.txt >foobar cp foobar CMakeCache.txt cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/ make make install -------------------------------------------------------------------- The sed statement on lines 4-5 is all on one line of course in the actual script This is for Slackware 12.0 Linux. -- John Culleton Resources for every author and publisher: http://wexfordpress.com/tex/shortlist.pdf http://wexfordpress.com/tex/packagers.pdf http://www.creativemindspress.com/newbiefaq.htm http://www.gropenassoc.com/TopLevelPages/reference%20desk.htm
