From c3a646b97d4ef91177ce18a8c78244b7ca0156ca Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 21 Feb 2018 17:53:10 +0100 Subject: update lyx builds --- app-office/lyx/lyx-2.3.0.ebuild | 4 ++-- app-office/lyx/lyx-2.3.99.ebuild | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-office/lyx/lyx-2.3.0.ebuild b/app-office/lyx/lyx-2.3.0.ebuild index 00ddc7a..b7dd648 100644 --- a/app-office/lyx/lyx-2.3.0.ebuild +++ b/app-office/lyx/lyx-2.3.0.ebuild @@ -13,8 +13,8 @@ FONT_S="${S}/lib/fonts" FONT_SUFFIX="ttf" DESCRIPTION="WYSIWYM frontend for LaTeX, DocBook, etc." HOMEPAGE="https://www.lyx.org/" -SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/${MY_P}.tar.xz - ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.2/${MY_P}/${MY_P}.tar.xz" +SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/${MY_P}.tar.xz + ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/${MY_P}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/app-office/lyx/lyx-2.3.99.ebuild b/app-office/lyx/lyx-2.3.99.ebuild index e801033..d5b3e3d 100644 --- a/app-office/lyx/lyx-2.3.99.ebuild +++ b/app-office/lyx/lyx-2.3.99.ebuild @@ -117,6 +117,8 @@ src_configure() { $(use_with hunspell) \ $(use_enable monolithic-build) \ $(use_enable nls) \ + $(use_enable qt5) \ + --with-qt-dir=$(usex qt5 $(qt5_get_libdir)/qt5 $(qt4_get_libdir)) \ --disable-stdlib-debug \ --without-included-boost \ --with-packaging=posix -- cgit v1.2.3-65-gdbad