summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/gnome-latex')
-rw-r--r--app-editors/gnome-latex/Manifest2
-rw-r--r--app-editors/gnome-latex/gnome-latex-3.46.0.ebuild (renamed from app-editors/gnome-latex/gnome-latex-3.40.0.ebuild)20
-rw-r--r--app-editors/gnome-latex/metadata.xml21
3 files changed, 21 insertions, 22 deletions
diff --git a/app-editors/gnome-latex/Manifest b/app-editors/gnome-latex/Manifest
index e90b82239a7d..0c4f5046e124 100644
--- a/app-editors/gnome-latex/Manifest
+++ b/app-editors/gnome-latex/Manifest
@@ -1 +1 @@
-DIST gnome-latex-3.40.0.tar.xz 1050088 BLAKE2B bd8764450ee122599fd96a7e889291805fc09d854d77aa4e7d3b01709cda8bf0c38327d05de6117a19f325ca6a61ab42e014d27b941ed8e40f0bfd963dd65680 SHA512 822d86eac81994593e71428f1c893ce7d6970bb8e98349c8ad9cc6a113e3fdb49209f1bc7f19fb8d5a22da98d7650a822c8f8ab1f5aa096e6ea0cbaf74dfafca
+DIST gnome-latex-3.46.0.tar.xz 1216344 BLAKE2B 09255b263a886f3e7c50c44765e2399ddd148a807997531cdebb19c2cd4e320d970aba61dcad25413c50cfaa2cfc5c46a7bce3c768ff0ecf77d77921094bdcaa SHA512 a2c85f240bdb90633f7e0b8710095ee6db5f6f4b67ac831376bc3741e34d53ab37b76ca33dd26f8080f03eaab436040a33db30c07965cd5998b929f37c43929b
diff --git a/app-editors/gnome-latex/gnome-latex-3.40.0.ebuild b/app-editors/gnome-latex/gnome-latex-3.46.0.ebuild
index 30d68a995d13..40a487b6b3b6 100644
--- a/app-editors/gnome-latex/gnome-latex-3.40.0.ebuild
+++ b/app-editors/gnome-latex/gnome-latex-3.46.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
inherit gnome2
DESCRIPTION="Integrated LaTeX environment for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/GNOME-LaTeX https://gitlab.gnome.org/swilmet/gnome-latex"
+HOMEPAGE="https://gitlab.gnome.org/swilmet/gnome-latex"
LICENSE="GPL-3+"
SLOT="0"
@@ -14,14 +14,13 @@ KEYWORDS="amd64 ~riscv x86"
IUSE="+introspection +latexmk rubber"
DEPEND="
+ >=dev-libs/glib-2.70:2
+ >=x11-libs/gtk+-3.22:3
>=app-text/gspell-1.8:0=
- >=dev-libs/glib-2.56:2
+ >=gui-libs/libgedit-amtk-5:=
+ >=gui-libs/tepl-6.8:=
>=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/amtk-5.2:5
- >=gui-libs/tepl-6.0.1:6
x11-libs/gdk-pixbuf:2
x11-libs/pango
introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
@@ -36,15 +35,14 @@ RDEPEND="${DEPEND}
BDEPEND="
dev-util/gdbus-codegen
dev-util/glib-utils
- >=dev-util/gtk-doc-am-1.14
- >=dev-util/intltool-0.50.1
+ >=dev-build/gtk-doc-am-1.14
dev-util/itstool
+ >=sys-devel/gettext-0.19.6:0
virtual/pkgconfig
"
src_configure() {
gnome2_src_configure \
$(use_enable introspection) \
- --enable-dconf_migration \
- --enable-vala=no
+ --enable-dconf_migration
}
diff --git a/app-editors/gnome-latex/metadata.xml b/app-editors/gnome-latex/metadata.xml
index 6c684e071d5f..eb53c84a44e7 100644
--- a/app-editors/gnome-latex/metadata.xml
+++ b/app-editors/gnome-latex/metadata.xml
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</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>
+ <maintainer type="project">
+ <email>gnome@gentoo.org</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>
+ <upstream>
+ <remote-id type="gnome-gitlab">swilmet/gnome-latex</remote-id>
+ </upstream>
</pkgmetadata>