diff options
author | Pavel Sanda <ps@twin.jikos.cz> | 2011-03-28 23:56:59 +0200 |
---|---|---|
committer | Pavel Sanda <ps@twin.jikos.cz> | 2011-03-28 23:56:59 +0200 |
commit | 636f10a8a9405fc16ea5ca7a78f4bbf89121382d (patch) | |
tree | 77d4cc5613dca7d1ff0003b19dfabd22baf35975 | |
parent | Cleanup the repo (diff) | |
download | rebutia-636f10a8a9405fc16ea5ca7a78f4bbf89121382d.tar.gz rebutia-636f10a8a9405fc16ea5ca7a78f4bbf89121382d.tar.bz2 rebutia-636f10a8a9405fc16ea5ca7a78f4bbf89121382d.zip |
bump rc2
-rw-r--r-- | app-office/lyx/Manifest | 2 | ||||
-rw-r--r-- | app-office/lyx/lyx-2.0.0_rc2.ebuild | 169 |
2 files changed, 171 insertions, 0 deletions
diff --git a/app-office/lyx/Manifest b/app-office/lyx/Manifest index a8672c7..577b8a9 100644 --- a/app-office/lyx/Manifest +++ b/app-office/lyx/Manifest @@ -3,6 +3,8 @@ AUX lyx-1.5.0-gentoo.patch 1298 RMD160 69b7ce68234e7f5c2fee708944267f1974aa10d0 AUX lyx.desktop 215 RMD160 13192f0f4e84e870565a3daff7d46c56954ed0fe SHA1 f72f3ff17a3a1b84cbb0aaf12c9e75387879a420 SHA256 b0ffd201e0a2e0cb39a52aadb9921e86fbb31c8d3cac04526371d6606246898c DIST lyx-2.0.0beta4.tar.xz 10109904 RMD160 cdd72a0bbd3314ef62210e00a87ea6e181310bb5 SHA1 f4fa9d5cca4f4f817a943a1b5db3e1eed7a62b48 SHA256 c34148cea00fde3ebc0d4a106d85b2908477619d9b32f4639b9fbf40632058ca DIST lyx-2.0.0rc1.tar.xz 9761012 RMD160 a0f6233ad9a2a4418ee571508ac925c04f112ffb SHA1 7251710f0421cb32766baa1dec2ccb8305ccf7d1 SHA256 d67f5562e65e59b1513fd3fb094373d934ea33d0407ebe624817036bce7151c7 +DIST lyx-2.0.0rc2.tar.xz 10154432 RMD160 b1f2961f78f46a6f3f949ec67385698d490f9620 SHA1 f7c3e7de5cac5dc6905d0e1dc319b6614bee8c39 SHA256 3aa03b333664c9c93648a5187ce478224b6c97c1205179bd2ce65beb86c31e2c EBUILD lyx-1.6.9999.ebuild 4194 RMD160 9358460f4d20b53abb9282e209ada592546e7f1d SHA1 9df6b29ef48455295e9dda81818b6ef675595352 SHA256 2a1db7e7a8a0408c0455fea37d1bb9630e3d077d8b0306b50c67d15f5dec06e9 EBUILD lyx-2.0.0_beta4.ebuild 4180 RMD160 4ebe661b378d9b45cf3268c057f268e52d2affb0 SHA1 a6b02c2b4e665c2dad1c5cd047b1817d9de11560 SHA256 2dac66d8f0dc26ee8d1dd10c07f47d01f6654c8b1bb86e69f45b46ab1d17f6f5 EBUILD lyx-2.0.0_rc1.ebuild 4180 RMD160 4ebe661b378d9b45cf3268c057f268e52d2affb0 SHA1 a6b02c2b4e665c2dad1c5cd047b1817d9de11560 SHA256 2dac66d8f0dc26ee8d1dd10c07f47d01f6654c8b1bb86e69f45b46ab1d17f6f5 +EBUILD lyx-2.0.0_rc2.ebuild 4180 RMD160 4ebe661b378d9b45cf3268c057f268e52d2affb0 SHA1 a6b02c2b4e665c2dad1c5cd047b1817d9de11560 SHA256 2dac66d8f0dc26ee8d1dd10c07f47d01f6654c8b1bb86e69f45b46ab1d17f6f5 diff --git a/app-office/lyx/lyx-2.0.0_rc2.ebuild b/app-office/lyx/lyx-2.0.0_rc2.ebuild new file mode 100644 index 0000000..0f55836 --- /dev/null +++ b/app-office/lyx/lyx-2.0.0_rc2.ebuild @@ -0,0 +1,169 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.6.7-r1.ebuild,v 1.2 2010/08/08 21:33:30 mr_bones_ Exp $ + +EAPI=3 + +PYTHON_DEPEND="2" + +inherit qt4 eutils flag-o-matic font python toolchain-funcs + +MY_P="${P/_}" +DIR=${MY_P/lyx-2.0.0} + +S="${WORKDIR}/${MY_P}" +FONT_S="${S}/lib/fonts" +FONT_SUFFIX="ttf" +DESCRIPTION="WYSIWYM frontend for LaTeX, DocBook, etc." +HOMEPAGE="http://www.lyx.org/" +#SRC_URI="ftp://ftp.devel.lyx.org/pub/lyx/stable/${P}.tar.bz2" +#SRC_URI="http://www.lyx.org/~jamatos/lyx-1.6/${MY_P}.tar.bz2 #for betas +#SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.bz2" +SRC_URI="ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.0/${DIR}/${MY_P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="cups debug nls latex monolithic-build html rtf dot docbook dia subversion rcs svg" + +LANGS="ar ca cs de el en es eu fi fr gl he hu id it ja nb nn pl pt ro ru sk tr uk zh_CN zh_TW" +for X in ${LANGS}; do + IUSE="${IUSE} linguas_${X}" +done + +COMMONDEPEND="x11-libs/qt-gui:4 + x11-libs/qt-core:4 + x11-libs/libXrandr + x11-libs/libXcursor + x11-libs/libXrender + x11-libs/libXfixes + x11-libs/libXext + x11-libs/libSM + x11-libs/libICE + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + dev-libs/libxml2 + app-text/aiksaurus + virtual/aspell-dict + media-libs/fontconfig + media-libs/freetype + >=dev-libs/boost-1.34" + +RDEPEND="${COMMONDEPEND} + || ( dev-texlive/texlive-fontsextra app-text/ptex ) + || ( media-gfx/imagemagick media-gfx/graphicsmagick ) + cups? ( virtual/lpr ) + latex? ( + virtual/latex-base + app-text/ghostscript-gpl + app-text/noweb + dev-tex/dvipost + dev-tex/chktex + app-text/ps2eps + dev-texlive/texlive-latexextra + dev-texlive/texlive-pictures + dev-texlive/texlive-science + || ( + dev-tex/latex2html + dev-tex/tth + dev-tex/hevea + dev-tex/tex4ht + ) + ) + html? ( dev-tex/html2latex ) + rtf? ( + dev-tex/latex2rtf + app-text/unrtf + dev-tex/html2latex + ) + linguas_he? ( dev-tex/culmus-latex ) + docbook? ( app-text/sgmltools-lite ) + dot? ( media-gfx/graphviz ) + dia? ( app-office/dia ) + subversion? ( dev-vcs/subversion ) + rcs? ( dev-vcs/rcs ) + svg? ( || ( gnome-base/librsvg media-gfx/inkscape ) )" + +DEPEND="${COMMONDEPEND} + x11-proto/xproto + dev-util/pkgconfig + app-arch/xz-utils + nls? ( sys-devel/gettext )" + +pkg_setup() { + python_set_active_version 2 + font_pkg_setup +} + +src_prepare() { + unpack ${A} + epatch "${FILESDIR}"/1.6.7-python.patch + echo "#!/bin/sh" > config/py-compile + sed "s:python -tt:$(PYTHON) -tt:g" -i lib/configure.py || die +} + +src_configure() { + tc-export CXX + #bug 221921 + export VARTEXFONTS=${T}/fonts + + econf \ + $(use_enable nls) \ + $(use_enable debug) \ + $(use_enable monolithic-build) \ + --with-aspell --without-included-boost --disable-stdlib-debug +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + dodoc ANNOUNCE NEWS README RELEASE-NOTES UPGRADING "${FONT_S}"/*.txt || die + + if use linguas_he ; then + echo "\bind_file cua" > "${T}"/hebrew.bind + echo "\bind \"F12\" \"language hebrew\"" >> "${T}"/hebrew.bind + + insinto /usr/share/lyx/bind + doins "${T}"/hebrew.bind || die + fi + + doicon ${PN} "$S/development/Win32/packaging/icons/lyx_32x32.png" + make_desktop_entry ${PN} "LyX" "/usr/share/pixmaps/lyx_32x32.png" "Office" + + # fix for bug 91108 + if use latex ; then + dosym ../../../lyx/tex /usr/share/texmf/tex/latex/lyx || die + fi + + # fonts needed for proper math display, see also bug #15629 + font_src_install + + python_convert_shebangs -r 2 "${D}"/usr/share/${PN} +} + +pkg_postinst() { + font_pkg_postinst + + # fix for bug 91108 + if use latex ; then + texhash + fi + + # instructions for RTL support. See also bug 168331. + if use linguas_he || use linguas_ar; then + elog + elog "Enabling RTL support in LyX:" + elog "If you intend to use a RTL language (such as Hebrew or Arabic)" + elog "You must enable RTL support in LyX. To do so start LyX and go to" + elog "Tools->Preferences->Language settings->Language" + elog "and make sure the \"Right-to-left language support\" is checked" + elog + fi +} + +pkg_postrm() { + if use latex ; then + texhash + fi +} |