From dc7cbdfa65fd814b3b9aa3c56257da201109e807 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 5 Apr 2019 21:17:31 +0100 Subject: gentoo resync : 05.04.2019 --- app-editors/gnome-latex/Manifest | 7 +++ app-editors/gnome-latex/gnome-latex-3.22.1.ebuild | 54 ++++++++++++++++++++++ app-editors/gnome-latex/gnome-latex-3.24.3.ebuild | 56 +++++++++++++++++++++++ app-editors/gnome-latex/gnome-latex-3.28.1.ebuild | 49 ++++++++++++++++++++ app-editors/gnome-latex/metadata.xml | 14 ++++++ 5 files changed, 180 insertions(+) create mode 100644 app-editors/gnome-latex/Manifest create mode 100644 app-editors/gnome-latex/gnome-latex-3.22.1.ebuild create mode 100644 app-editors/gnome-latex/gnome-latex-3.24.3.ebuild create mode 100644 app-editors/gnome-latex/gnome-latex-3.28.1.ebuild create mode 100644 app-editors/gnome-latex/metadata.xml (limited to 'app-editors/gnome-latex') diff --git a/app-editors/gnome-latex/Manifest b/app-editors/gnome-latex/Manifest new file mode 100644 index 000000000000..a5747cc9c81a --- /dev/null +++ b/app-editors/gnome-latex/Manifest @@ -0,0 +1,7 @@ +DIST gnome-latex-3.28.1.tar.xz 1082708 BLAKE2B 3b0a341278838b37fb1a54f4f746af4fc6ccf4dd37f6b919f53523acfdcbeb6a8974217260db4d8186b8acd3ba782cbc1ddf1dce20735d70d01c88ed3c1fb90f SHA512 fe5c2456839757237d422d0f0629f11a43a8ca5b3cd86ce94b37ee26f68165f111940d5c3c47adba7be05532c413a97a867219c498abec3fd064122516e0c470 +DIST latexila-3.22.1.tar.xz 1111820 BLAKE2B 8a3e375ba048112565f6b074ec62a243fb34890f6e903a2ba2d36f7bb5ede6b0fcb8b488a725752c2edd06b0c71916f13915ebdc26fcf8b6a889523b99141b10 SHA512 7c2d3b95b9547e97c79f5e6384b1f33ccb81e70cea1d26fcc07845f3f391ac54b5931ddcec742f3439ba55e8f9f2a2054935795ab16bee584eb05780a72ba3a9 +DIST latexila-3.24.3.tar.xz 1112940 BLAKE2B 2410276574f02735dde9ce77a9bba257e3732784664b302870957fc3f8603bedddaebed4da3f6da1e1f6fc30e3dc233146b65dbf7589a8776c653018a4129355 SHA512 c7c8996704e68ed136d3d2a04c839faf5497a78ad459411daaabfba38ac883f253325f07a8c126cc4b2f1d553fe08b39f1d6a51d1b6944540dc13142173e4361 +EBUILD gnome-latex-3.22.1.ebuild 1154 BLAKE2B e4f81e261162228ac4f9781a0f260ab1e1a47b7cd0738e9b401b15db62d8a984aadfe5325b03753550ec04b84ce981e624c033a656220bde4b44eb7e5ef8181c SHA512 05ab925862df774d905ca8b4903ad1487c6a4ab94ab83d8b47bd6d674831dc971c3a4baa5ffd20e949c83cb46c1e9ebd2bc9e1a170756e765d0521279183ef6f +EBUILD gnome-latex-3.24.3.ebuild 1205 BLAKE2B 75006f26492e8b56f8cab58879d35356dbf44c5fb20d937ece78a4e0b825826e4d704f7960e2b1a7878c0356aff1c1470fc39667a4dfcaff87ce20ee076a3b06 SHA512 142dc7d67bea203d9f6990f77ef40da7981f973e2e2474ec23e4619e623dfdeec748a7beb82c2e96b17cb154ab55c79046ca223d4706d759fd1c229b4a1039e8 +EBUILD gnome-latex-3.28.1.ebuild 1078 BLAKE2B 20508192b9337114200820de886e64054292adcc31670d0f65f9dd3166d9963279a72534559e6fdfcb9dac9ec034bf85e1ecebbe77daa2296c88f9f8942db9eb SHA512 e431fe7e1d2844a47f109e01229e4f6b4e43465828c0c1d60677ae5c6a8e84925fe08185dcec4e163e991bfb3408a12beeaad361570132c95ffd0c08918690d3 +MISC metadata.xml 464 BLAKE2B 8d70a6283779236162f7d0838ca7e97ae90ae5641cfb2fa551426238ce06b64a22f368ddec6a13fea472b2aa038a7854a7c53fc3bdf5c0a13cc9cbefa042fe39 SHA512 2015c3aac4abb5275c45db624fb6ee841e55ca1fd4e976d60528b04b5084a0cbae7fc625369d03e2ca2ee3ee16719df1740246a06208b10e5a99ea3c6612a0b1 diff --git a/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild b/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild new file mode 100644 index 000000000000..fbc83e2fa71a --- /dev/null +++ b/app-editors/gnome-latex/gnome-latex-3.22.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +VALA_USE_DEPEND="vapigen" +GNOME_ORG_MODULE="latexila" + +inherit gnome2 vala + +DESCRIPTION="Integrated LaTeX environment for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX" + +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.40:2[dbus] + >=dev-libs/libgee-0.10:0.8= + gnome-base/gsettings-desktop-schemas + >=x11-libs/gtk+-3.20:3 + >=x11-libs/gtksourceview-3.18:3.0= + x11-libs/gdk-pixbuf:2 + x11-libs/pango + 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 ) +" +DEPEND="${COMMON_DEPEND} + app-text/yelp-tools + dev-util/gdbus-codegen + dev-util/glib-utils + >=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/gnome-latex/gnome-latex-3.24.3.ebuild b/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild new file mode 100644 index 000000000000..5424ce2ac3f2 --- /dev/null +++ b/app-editors/gnome-latex/gnome-latex-3.24.3.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +VALA_MIN_API_VERSION="0.34" +VALA_USE_DEPEND="vapigen" +GNOME_ORG_MODULE="latexila" + +inherit gnome2 vala + +DESCRIPTION="Integrated LaTeX environment for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX" + +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/gtef-2.0 + >=x11-libs/gtk+-3.20:3 + >=x11-libs/gtksourceview-3.24:3.0= + x11-libs/gdk-pixbuf:2 + x11-libs/pango + 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 ) +" +DEPEND="${COMMON_DEPEND} + app-text/yelp-tools + dev-util/gdbus-codegen + dev-util/glib-utils + >=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/gnome-latex/gnome-latex-3.28.1.ebuild b/app-editors/gnome-latex/gnome-latex-3.28.1.ebuild new file mode 100644 index 000000000000..67673e7585d8 --- /dev/null +++ b/app-editors/gnome-latex/gnome-latex-3.28.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit gnome2 + +DESCRIPTION="Integrated LaTeX environment for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+introspection +latexmk rubber" + +COMMON_DEPEND=" + app-text/enchant:0 + >=app-text/gspell-1.0:0= + >=dev-libs/glib-2.56:2 + >=dev-libs/libgee-0.10:0.8= + gnome-base/gsettings-desktop-schemas + >=x11-libs/gtk+-3.22:3 + >=x11-libs/gtksourceview-4.0:4 + >=gui-libs/tepl-4.0:4 + x11-libs/gdk-pixbuf:2 + x11-libs/pango + introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) + gnome-base/dconf +" +RDEPEND="${COMMON_DEPEND} + virtual/latex-base + x11-themes/hicolor-icon-theme + latexmk? ( dev-tex/latexmk ) + rubber? ( dev-tex/rubber ) +" +DEPEND="${COMMON_DEPEND} + dev-util/gdbus-codegen + dev-util/glib-utils + >=dev-util/gtk-doc-am-1.14 + >=dev-util/intltool-0.50.1 + dev-util/itstool + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + $(use_enable introspection) \ + --enable-dconf_migration +} diff --git a/app-editors/gnome-latex/metadata.xml b/app-editors/gnome-latex/metadata.xml new file mode 100644 index 000000000000..d886385e009e --- /dev/null +++ b/app-editors/gnome-latex/metadata.xml @@ -0,0 +1,14 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + + Install dev-tex/latexmk (used by default + for the build tools) + Install dev-tex/rubber (can be used for the + build tools) + + -- cgit v1.2.3