[packages/gnome-latex] - updated to 3.40.0 - removed obsolete tepl6
qboosh
qboosh at pld-linux.org
Wed May 4 19:52:47 CEST 2022
commit 2b70e0e0c394d40649851735980645d0dde0d9b4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed May 4 19:53:17 2022 +0200
- updated to 3.40.0
- removed obsolete tepl6
gnome-latex-tepl6.patch | 99 -------------------------------------------------
gnome-latex.spec | 15 +++-----
2 files changed, 6 insertions(+), 108 deletions(-)
---
diff --git a/gnome-latex.spec b/gnome-latex.spec
index 00ee410..dec78d2 100644
--- a/gnome-latex.spec
+++ b/gnome-latex.spec
@@ -1,14 +1,12 @@
Summary: Integrated LaTeX Environment for the GNOME desktop
Summary(pl.UTF-8): Zintegrowane środowisko LaTeXowe dla GNOME
Name: gnome-latex
-Version: 3.38.0
-Release: 3
+Version: 3.40.0
+Release: 1
License: GPL v3+
Group: X11/Applications
-Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-latex/3.38/%{name}-%{version}.tar.xz
-# Source0-md5: 3725de4cba9a326b56d52f018089e6ea
-# https://gitlab.gnome.org/GNOME/gnome-latex/-/commit/e1b01186f8a4e5d3fee4c9ccfbedd6d098517df9.patch
-Patch0: %{name}-tepl6.patch
+Source0: https://download.gnome.org/sources/gnome-latex/3.40/%{name}-%{version}.tar.xz
+# Source0-md5: 43e2b85044bc2976d8825d29be883b66
URL: https://wiki.gnome.org/Apps/GNOME-LaTeX
BuildRequires: amtk-devel >= 5.2
BuildRequires: appstream-glib-devel
@@ -29,7 +27,7 @@ BuildRequires: libtool >= 2:2.2
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.581
BuildRequires: tar >= 1:1.22
-BuildRequires: tepl-devel >= 6.0
+BuildRequires: tepl-devel >= 6.0.1
BuildRequires: vala >= 2:0.46
BuildRequires: vala-gspell >= 1.8
BuildRequires: vala-gtksourceview4 >= 4.0
@@ -47,7 +45,7 @@ Requires: gtk+3 >= 3.22
Requires: gtksourceview4 >= 4.0
Requires: hicolor-icon-theme
Requires: libgee >= 0.10
-Requires: tepl >= 6.0
+Requires: tepl >= 6.0.1
Suggests: latexmk >= 4.31
Obsoletes: latexila < 3.28
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -62,7 +60,6 @@ nazywał się LaTeXila.
%prep
%setup -q
-%patch0 -p1
%build
%{__libtoolize}
diff --git a/gnome-latex-tepl6.patch b/gnome-latex-tepl6.patch
deleted file mode 100644
index 7a3f2a9..0000000
--- a/gnome-latex-tepl6.patch
+++ /dev/null
@@ -1,99 +0,0 @@
-From e1b01186f8a4e5d3fee4c9ccfbedd6d098517df9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= <swilmet at gnome.org>
-Date: Fri, 20 Nov 2020 15:46:36 +0100
-Subject: [PATCH] Port to Tepl 6 (currently 5.99.0, from git master)
-
----
- README | 2 +-
- configure.ac | 4 ++--
- src/Makefile.am | 2 +-
- src/document.vala | 2 +-
- src/liblatexila/Makefile.am | 4 ++--
- 5 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/README b/README
-index ed0faf7..0dc67d9 100644
---- a/README
-+++ b/README
-@@ -21,7 +21,7 @@ Dependencies
- * GLib >= 2.56
- * GTK >= 3.22
- * GtkSourceView >= 4.0
--* Tepl >= 5.0 - https://wiki.gnome.org/Projects/Tepl
-+* Tepl >= 5.99 - https://wiki.gnome.org/Projects/Tepl
- * gspell >= 1.8
- * gee-0.8 >= 0.10
- * gsettings-desktop-schemas
-diff --git a/configure.ac b/configure.ac
-index 743a7da..66d5719 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -32,7 +32,7 @@ GLIB_REQUIRED_VERSION="2.56"
- GTK_REQUIRED_VERSION="3.22"
- GTKSOURCEVIEW_REQUIRED_VERSION="4.0"
- AMTK_REQUIRED_VERSION="5.2"
--TEPL_REQUIRED_VERSION="5.0"
-+TEPL_REQUIRED_VERSION="5.99"
- GSPELL_REQUIRED_VERSION="1.8"
- VALA_REQUIRED_VERSION="0.46"
- GEE_REQUIRED_VERSION="0.10"
-@@ -96,7 +96,7 @@ PKG_CHECK_MODULES([DEP], [
- gtk+-3.0 >= ${GTK_REQUIRED_VERSION}
- gtksourceview-4 >= ${GTKSOURCEVIEW_REQUIRED_VERSION}
- amtk-5 >= ${AMTK_REQUIRED_VERSION}
-- tepl-5 >= ${TEPL_REQUIRED_VERSION}
-+ tepl-6 >= ${TEPL_REQUIRED_VERSION}
- gspell-1 >= ${GSPELL_REQUIRED_VERSION}
- gee-0.8 >= ${GEE_REQUIRED_VERSION}
- gsettings-desktop-schemas
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 636ca25..73f5a9a 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -8,7 +8,7 @@ AM_VALAFLAGS = \
- --disable-since-check \
- --pkg gtk+-3.0 \
- --pkg gtksourceview-4 \
-- --pkg Tepl-5 \
-+ --pkg Tepl-6 \
- --pkg gspell-1 \
- --pkg gee-0.8 \
- --pkg posix \
-diff --git a/src/document.vala b/src/document.vala
-index 520945d..f3afa35 100644
---- a/src/document.vala
-+++ b/src/document.vala
-@@ -224,7 +224,7 @@ public class Document : Tepl.Buffer
- string primary_msg = _("Impossible to save the file.");
- Tepl.InfoBar infobar = new Tepl.InfoBar.simple (MessageType.ERROR,
- primary_msg, e.message);
-- infobar.add_close_button ();
-+ infobar.setup_close_button ();
- tab.add_info_bar (infobar);
- infobar.show ();
- }
-diff --git a/src/liblatexila/Makefile.am b/src/liblatexila/Makefile.am
-index b4e53b5..25c20a9 100644
---- a/src/liblatexila/Makefile.am
-+++ b/src/liblatexila/Makefile.am
-@@ -135,7 +135,7 @@ INTROSPECTION_GIRS = Latexila.gir
-
- Latexila.gir: liblatexila.la
- Latexila_gir_NAMESPACE = Latexila
--Latexila_gir_INCLUDES = Gtk-3.0 GtkSource-4 Tepl-5
-+Latexila_gir_INCLUDES = Gtk-3.0 GtkSource-4 Tepl-6
- Latexila_gir_LIBS = liblatexila.la
- Latexila_gir_FILES = \
- $(liblatexila_public_headers) \
-@@ -156,7 +156,7 @@ latexila.vapi: Latexila.gir
-
- VAPIGEN_VAPIS = latexila.vapi
-
--latexila_vapi_DEPS = gio-2.0 gtk+-3.0 gtksourceview-4 Tepl-5
-+latexila_vapi_DEPS = gio-2.0 gtk+-3.0 gtksourceview-4 Tepl-6
- latexila_vapi_FILES = Latexila.gir
-
- noinst_DATA += latexila.vapi
---
-GitLab
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-latex.git/commitdiff/2b70e0e0c394d40649851735980645d0dde0d9b4
More information about the pld-cvs-commit
mailing list