commit: f5c6ad086d49d64ab49c35ace899616e5eade6dc Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat May 26 23:37:50 2018 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat May 26 23:45:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f5c6ad08
app-editors/latexila: 3.24.3 → 3.26.1 Switch renamed gtef to tepl. Translation updates. Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A app-editors/latexila/latexila-3.26.1.ebuild | 56 +++++++++++++++++++++++++++++ app-editors/latexila/metadata.xml | 14 ++++++++ 2 files changed, 70 insertions(+) diff --git a/app-editors/latexila/latexila-3.26.1.ebuild b/app-editors/latexila/latexila-3.26.1.ebuild new file mode 100644 index 00000000..f3718cb3 --- /dev/null +++ b/app-editors/latexila/latexila-3.26.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +VALA_MIN_API_VERSION="0.34" +VALA_USE_DEPEND="vapigen" + +inherit gnome2 vala + +DESCRIPTION="Integrated LaTeX environment for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection +latexmk rubber" + +COMMON_DEPEND=" + $(vala_depend) + app-text/enchant + >=app-text/gspell-1.0:0= + >=dev-libs/glib-2.50:2[dbus] + >=dev-libs/libgee-0.10:0.8= + gnome-base/gsettings-desktop-schemas + >=x11-libs/gtk+-3.22:3 + >=x11-libs/gtksourceview-3.24:3.0= + x11-libs/gdk-pixbuf:2 + x11-libs/pango + x11-libs/tepl:3 + introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) +" +RDEPEND="${COMMON_DEPEND} + virtual/latex-base + x11-themes/hicolor-icon-theme + latexmk? ( dev-tex/latexmk ) + rubber? ( dev-tex/rubber ) +" +# libxml2+gdk-pixbuf required for glib-compile-resources +DEPEND="${COMMON_DEPEND} + app-text/yelp-tools + dev-libs/libxml2 + dev-util/gdbus-codegen + >=dev-util/gtk-doc-am-1.14 + >=dev-util/intltool-0.50.1 + virtual/pkgconfig +" + +src_prepare() { + gnome2_src_prepare + vala_src_prepare +} + +src_configure() { + gnome2_src_configure \ + $(use_enable introspection) +} diff --git a/app-editors/latexila/metadata.xml b/app-editors/latexila/metadata.xml new file mode 100644 index 00000000..d886385e --- /dev/null +++ b/app-editors/latexila/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> +</maintainer> +<use> + <flag name="latexmk">Install <pkg>dev-tex/latexmk</pkg> (used by default + for the build tools)</flag> + <flag name="rubber">Install <pkg>dev-tex/rubber</pkg> (can be used for the + build tools)</flag> +</use> +</pkgmetadata>
