public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: app-editors/latexila/
@ 2018-05-26 23:45 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-26 23:45 UTC (permalink / raw
  To: gentoo-commits

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>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>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: app-editors/latexila/
@ 2019-02-28 14:16 Sobhan Mohammadpour
  0 siblings, 0 replies; 3+ messages in thread
From: Sobhan Mohammadpour @ 2019-02-28 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     96543ff5a7261653b55f0bc49d68d2dbf91fb0cc
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 14:15:52 2019 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 14:15:52 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=96543ff5

app-editors/latexila: bump to 3.30.2

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Manifest-Sign-Key: 0x7DF238CF0AA182E1
Signed-off-by: Sobhan Mohammadpour <sobhan <AT> gentoo.org>

 ...texila-3.26.1.ebuild => latexila-3.30.2.ebuild} | 24 +++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

diff --git a/app-editors/latexila/latexila-3.26.1.ebuild b/app-editors/latexila/latexila-3.30.2.ebuild
similarity index 72%
rename from app-editors/latexila/latexila-3.26.1.ebuild
rename to app-editors/latexila/latexila-3.30.2.ebuild
index f3718cb3..4fc7c5c1 100644
--- a/app-editors/latexila/latexila-3.26.1.ebuild
+++ b/app-editors/latexila/latexila-3.30.2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# 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="gnome-latex"
 
 inherit gnome2 vala
 
@@ -18,15 +19,15 @@ IUSE="+introspection +latexmk rubber"
 COMMON_DEPEND="
 	$(vala_depend)
 	app-text/enchant
-	>=app-text/gspell-1.0:0=
-	>=dev-libs/glib-2.50:2[dbus]
+	>=app-text/gspell-1.8:0=
+	>=dev-libs/glib-2.56: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/gtksourceview:4=
 	x11-libs/gdk-pixbuf:2
 	x11-libs/pango
-	x11-libs/tepl:3
+	>=x11-libs/tepl-4.2:4
 	introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
 "
 RDEPEND="${COMMON_DEPEND}
@@ -54,3 +55,16 @@ src_configure() {
 	gnome2_src_configure \
 		$(use_enable introspection)
 }
+
+pkg_postinst() {
+	local v
+	for v in ${REPLACING_VERSIONS}; do
+		if ver_test "3.30.0" -gt ${v}; then
+			ewarn "Latexila has been renamed Gnome LaTeX"
+			ewarn "the binary is now called gnome-latex"
+			break
+		fi
+	done
+
+	gnome2_pkg_postinst
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: app-editors/latexila/
@ 2019-02-28 14:49 Sobhan Mohammadpour
  0 siblings, 0 replies; 3+ messages in thread
From: Sobhan Mohammadpour @ 2019-02-28 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     eef73c3979a26f8320087262664b33065e802185
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 14:49:13 2019 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 14:49:20 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=eef73c39

app-editors/latexila:  fix minor problems

add slot to libxml2, move vala_depend to depend	and add	glib-utils to DEPEND

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Manifest-Sign-Key: 0x7DF238CF0AA182E1
Signed-off-by: Sobhan Mohammadpour <sobhan <AT> gentoo.org>

 .../latexila/{latexila-3.30.2.ebuild => latexila-3.30.2-r1.ebuild}   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-editors/latexila/latexila-3.30.2.ebuild b/app-editors/latexila/latexila-3.30.2-r1.ebuild
similarity index 97%
rename from app-editors/latexila/latexila-3.30.2.ebuild
rename to app-editors/latexila/latexila-3.30.2-r1.ebuild
index 4fc7c5c1..0b072029 100644
--- a/app-editors/latexila/latexila-3.30.2.ebuild
+++ b/app-editors/latexila/latexila-3.30.2-r1.ebuild
@@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+introspection +latexmk rubber"
 
 COMMON_DEPEND="
-	$(vala_depend)
 	app-text/enchant
 	>=app-text/gspell-1.8:0=
 	>=dev-libs/glib-2.56:2[dbus]
@@ -38,9 +37,11 @@ RDEPEND="${COMMON_DEPEND}
 "
 # libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${COMMON_DEPEND}
+	$(vala_depend)
 	app-text/yelp-tools
-	dev-libs/libxml2
+	dev-libs/libxml2:2
 	dev-util/gdbus-codegen
+	dev-util/glib-utils
 	>=dev-util/gtk-doc-am-1.14
 	>=dev-util/intltool-0.50.1
 	virtual/pkgconfig


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-28 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-26 23:45 [gentoo-commits] proj/gnome:master commit in: app-editors/latexila/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2019-02-28 14:16 Sobhan Mohammadpour
2019-02-28 14:49 Sobhan Mohammadpour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox