diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-17 09:33:19 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-17 09:33:19 +0000 |
commit | 1c1eb79f867a5cddd197f087aa6f5a2e7f13c2ea (patch) | |
tree | 7e8b2fc5089f909bd69aac6580193f03a546ac5f /app-office | |
parent | Added drupal-5.6, removed drupal-5.5 in response to sec issue #205305. (diff) | |
download | gentoo-2-1c1eb79f867a5cddd197f087aa6f5a2e7f13c2ea.tar.gz gentoo-2-1c1eb79f867a5cddd197f087aa6f5a2e7f13c2ea.tar.bz2 gentoo-2-1c1eb79f867a5cddd197f087aa6f5a2e7f13c2ea.zip |
fix dependencies for 1.4.4, thanks to Pavel Sanda <ps@twin.jikos.cz>, should fix bug #169864
(Portage version: 2.1.4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.4.4.ebuild | 37 |
2 files changed, 24 insertions, 19 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index 473bd45fd775..5be985b7d836 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/lyx # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.105 2008/01/16 22:15:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.106 2008/01/17 09:33:19 aballier Exp $ + + 17 Jan 2008; Alexis Ballier <aballier@gentoo.org> lyx-1.4.4.ebuild: + fix dependencies for 1.4.4, thanks to Pavel Sanda <ps@twin.jikos.cz>, should + fix bug #169864 *lyx-1.5.3 (16 Jan 2008) diff --git a/app-office/lyx/lyx-1.4.4.ebuild b/app-office/lyx/lyx-1.4.4.ebuild index af838d15e2d6..cee894dd09e6 100644 --- a/app-office/lyx/lyx-1.4.4.ebuild +++ b/app-office/lyx/lyx-1.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.4.4.ebuild,v 1.3 2007/02/25 16:27:54 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.4.4.ebuild,v 1.4 2008/01/17 09:33:19 aballier Exp $ inherit kde-functions fdo-mime eutils libtool flag-o-matic font @@ -23,41 +23,42 @@ IUSE="cjk cups debug gtk nls qt3 gnome" RDEPEND="x11-libs/libXi x11-libs/libXrandr x11-libs/libXcursor + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXpm x11-libs/libXft virtual/ghostscript virtual/aspell-dict + app-text/aiksaurus dev-tex/latex2html dev-tex/dvipost media-gfx/imagemagick cups? ( virtual/lpr ) app-text/sgmltools-lite app-text/noweb - dev-tex/chktex" + dev-tex/chktex + qt3? ( =x11-libs/qt-3* ) + !qt3? ( + gtk? ( + >=dev-cpp/gtkmm-2.4 + >=dev-cpp/libglademm-2.4 + ) + !gtk? ( + =x11-libs/xforms-1* + ) + )" # these dependencies need looking at. # does lyx only need qt to compile but not run ? # I'll look into it <obz@gentoo.org> DEPEND="${RDEPEND} - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXpm x11-proto/xproto virtual/tetex >=dev-lang/perl-5 nls? ( sys-devel/gettext ) - app-text/aiksaurus >=dev-lang/python-2.2 >=sys-devel/autoconf-2.58 - qt3? ( =x11-libs/qt-3* ) - !qt3? ( - gtk? ( - >=dev-cpp/gtkmm-2.4 - >=dev-cpp/libglademm-2.4 - ) - !gtk? ( - =x11-libs/xforms-1* - ) - )" + " src_unpack() { unpack ${P}.tar.bz2 || die "unpacking lyx failed" @@ -114,7 +115,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc README* UPGRADING ChangeLog NEWS ANNOUNCE ABOUT-NLS "${DISTDIR}"/preferences + dodoc README* UPGRADING ChangeLog NEWS ANNOUNCE "${DISTDIR}"/preferences insinto /usr/share/lyx/bind doins "${DISTDIR}"/hebrew.bind |