diff options
author | Pavel Sanda <ps@twin.jikos.cz> | 2018-02-21 17:53:10 +0100 |
---|---|---|
committer | Pavel Sanda <ps@twin.jikos.cz> | 2018-02-21 17:53:10 +0100 |
commit | c3a646b97d4ef91177ce18a8c78244b7ca0156ca (patch) | |
tree | 216297749e87443044d3192aba1324a3706994eb | |
parent | Prepare 2.3.0. Hash key is wrong. (diff) | |
download | rebutia-c3a646b97d4ef91177ce18a8c78244b7ca0156ca.tar.gz rebutia-c3a646b97d4ef91177ce18a8c78244b7ca0156ca.tar.bz2 rebutia-c3a646b97d4ef91177ce18a8c78244b7ca0156ca.zip |
update lyx builds
-rw-r--r-- | app-office/lyx/lyx-2.3.0.ebuild | 4 | ||||
-rw-r--r-- | 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 |