Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=22ac81ae8c79ed86013e263fe7cb38c60339c0f4
commit 22ac81ae8c79ed86013e263fe7cb38c60339c0f4 Author: crazy <[EMAIL PROTECTED]> Date: Sun Dec 9 01:59:36 2007 +0100 lyx-1.5.2-2-i686 * release bump * rebuild with boost * new maintainer diff --git a/source/xapps-extra/lyx/FrugalBuild b/source/xapps-extra/lyx/FrugalBuild index 8903b12..7a7309c 100644 --- a/source/xapps-extra/lyx/FrugalBuild +++ b/source/xapps-extra/lyx/FrugalBuild @@ -1,12 +1,14 @@ # Compiling time: 4.15 SBU -# Maintainer: Bence Nagy <[EMAIL PROTECTED]> +# Maintainer: crazy <[EMAIL PROTECTED]> +# Conteibutor: Bence Nagy <[EMAIL PROTECTED]> pkgname=lyx pkgver=1.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="An advanced open-source document processor based on TeX" url='http://www.lyx.org' -depends=('tetex' 'python' 'perl' 'imagemagick' 'aspell' 'libqtgui' 'boost' 'aspell') +depends=('tetex' 'python' 'perl' 'imagemagick' 'aspell' 'libqtgui' 'libboost-mt>=1.34.1' 'aspell') +makedepends=('boost>=1.34.1') groups=('xapps-extra') archs=('i686' 'x86_64') options=('scriptlet') @@ -14,7 +16,7 @@ up2date="lynx -dump 'http://lyx.cybermirror.org/stable/?D=A'|Flasttarbz2" source=(http://lyx.cybermirror.org/stable/$pkgname-$pkgver.tar.bz2 \ boost.patch) sha1sums=('1b1e8de870972ae5ea14bcdd91d6e4f326491b9c' \ - '849f1769729e08d9951f9820dea4db470c910597') + '60f5824faa4e55896e1729e249bd9ae1e423beba') build() diff --git a/source/xapps-extra/lyx/boost.patch b/source/xapps-extra/lyx/boost.patch index b73d630..44fd828 100644 --- a/source/xapps-extra/lyx/boost.patch +++ b/source/xapps-extra/lyx/boost.patch @@ -9,10 +9,10 @@ diff -Naur lyx-1.5.2/config/common.am lyx-1.5.2-p/config/common.am -BOOST_REGEX = -lboost_regex -BOOST_SIGNALS = -lboost_signals -BOOST_IOSTREAMS = -lboost_iostreams -+BOOST_FILESYSTEM = -lboost_filesystem-gcc42-mt -+BOOST_REGEX = -lboost_regex-gcc42-mt -+BOOST_SIGNALS = -lboost_signals-gcc42-mt -+BOOST_IOSTREAMS = -lboost_iostreams-gcc42-mt ++BOOST_FILESYSTEM = -lboost_filesystem-mt ++BOOST_REGEX = -lboost_regex-mt ++BOOST_SIGNALS = -lboost_signals-mt ++BOOST_IOSTREAMS = -lboost_iostreams-mt endif LIBS = _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
