Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-editors/latexila/
Date: Thu, 28 Feb 2019 14:16:29
Message-Id: 1551363352.96543ff5a7261653b55f0bc49d68d2dbf91fb0cc.sobhan@gentoo
1 commit: 96543ff5a7261653b55f0bc49d68d2dbf91fb0cc
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 14:15:52 2019 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 14:15:52 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=96543ff5
7
8 app-editors/latexila: bump to 3.30.2
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12 Signed-off-by: Sobhan Mohammadpour <sobhan <AT> gentoo.org>
13
14 ...texila-3.26.1.ebuild => latexila-3.30.2.ebuild} | 24 +++++++++++++++++-----
15 1 file changed, 19 insertions(+), 5 deletions(-)
16
17 diff --git a/app-editors/latexila/latexila-3.26.1.ebuild b/app-editors/latexila/latexila-3.30.2.ebuild
18 similarity index 72%
19 rename from app-editors/latexila/latexila-3.26.1.ebuild
20 rename to app-editors/latexila/latexila-3.30.2.ebuild
21 index f3718cb3..4fc7c5c1 100644
22 --- a/app-editors/latexila/latexila-3.26.1.ebuild
23 +++ b/app-editors/latexila/latexila-3.30.2.ebuild
24 @@ -1,9 +1,10 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="6"
30 VALA_MIN_API_VERSION="0.34"
31 VALA_USE_DEPEND="vapigen"
32 +GNOME_ORG_MODULE="gnome-latex"
33
34 inherit gnome2 vala
35
36 @@ -18,15 +19,15 @@ IUSE="+introspection +latexmk rubber"
37 COMMON_DEPEND="
38 $(vala_depend)
39 app-text/enchant
40 - >=app-text/gspell-1.0:0=
41 - >=dev-libs/glib-2.50:2[dbus]
42 + >=app-text/gspell-1.8:0=
43 + >=dev-libs/glib-2.56:2[dbus]
44 >=dev-libs/libgee-0.10:0.8=
45 gnome-base/gsettings-desktop-schemas
46 >=x11-libs/gtk+-3.22:3
47 - >=x11-libs/gtksourceview-3.24:3.0=
48 + x11-libs/gtksourceview:4=
49 x11-libs/gdk-pixbuf:2
50 x11-libs/pango
51 - x11-libs/tepl:3
52 + >=x11-libs/tepl-4.2:4
53 introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
54 "
55 RDEPEND="${COMMON_DEPEND}
56 @@ -54,3 +55,16 @@ src_configure() {
57 gnome2_src_configure \
58 $(use_enable introspection)
59 }
60 +
61 +pkg_postinst() {
62 + local v
63 + for v in ${REPLACING_VERSIONS}; do
64 + if ver_test "3.30.0" -gt ${v}; then
65 + ewarn "Latexila has been renamed Gnome LaTeX"
66 + ewarn "the binary is now called gnome-latex"
67 + break
68 + fi
69 + done
70 +
71 + gnome2_pkg_postinst
72 +}