From d690dc78d251851d13ba1e855afbaf79b0c1c821 Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Mon, 29 Apr 2024 17:30:16 +0300 Subject: [PATCH] gnome-latex: rebuild for libgedit-tepl --- srcpkgs/gnome-latex/patches/fix-tepl.patch | 85 ++++++++++++++++++++++ srcpkgs/gnome-latex/template | 4 +- 2 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/gnome-latex/patches/fix-tepl.patch diff --git a/srcpkgs/gnome-latex/patches/fix-tepl.patch b/srcpkgs/gnome-latex/patches/fix-tepl.patch new file mode 100644 index 00000000000..e82a44d925a --- /dev/null +++ b/srcpkgs/gnome-latex/patches/fix-tepl.patch @@ -0,0 +1,85 @@ +diff --git a/configure b/configure +index a58dc5629..e01a8f4ec 100755 +--- a/configure ++++ b/configure +@@ -14305,7 +14305,7 @@ if test -n "$DEP_CFLAGS"; then + gtk+-3.0 >= 3.22 + gspell-1 >= 1.8 + libgedit-amtk-5 +- tepl-6 >= 6.8 ++ libgedit-tepl-6 >= 6.8 + gee-0.8 >= 0.10 + gsettings-desktop-schemas + \""; } >&5 +@@ -14314,7 +14314,7 @@ if test -n "$DEP_CFLAGS"; then + gtk+-3.0 >= 3.22 + gspell-1 >= 1.8 + libgedit-amtk-5 +- tepl-6 >= 6.8 ++ libgedit-tepl-6 >= 6.8 + gee-0.8 >= 0.10 + gsettings-desktop-schemas + ") 2>&5 +@@ -14326,7 +14326,7 @@ if test -n "$DEP_CFLAGS"; then + gtk+-3.0 >= 3.22 + gspell-1 >= 1.8 + libgedit-amtk-5 +- tepl-6 >= 6.8 ++ libgedit-tepl-6 >= 6.8 + gee-0.8 >= 0.10 + gsettings-desktop-schemas + " 2>/dev/null` +@@ -14346,7 +14346,7 @@ if test -n "$DEP_LIBS"; then + gtk+-3.0 >= 3.22 + gspell-1 >= 1.8 + libgedit-amtk-5 +- tepl-6 >= 6.8 ++ libgedit-tepl-6 >= 6.8 + gee-0.8 >= 0.10 + gsettings-desktop-schemas + \""; } >&5 +@@ -14355,7 +14355,7 @@ if test -n "$DEP_LIBS"; then + gtk+-3.0 >= 3.22 + gspell-1 >= 1.8 + libgedit-amtk-5 +- tepl-6 >= 6.8 ++ libgedit-tepl-6 >= 6.8 + gee-0.8 >= 0.10 + gsettings-desktop-schemas + ") 2>&5 +@@ -14367,7 +14367,7 @@ if test -n "$DEP_LIBS"; then + gtk+-3.0 >= 3.22 + gspell-1 >= 1.8 + libgedit-amtk-5 +- tepl-6 >= 6.8 ++ libgedit-tepl-6 >= 6.8 + gee-0.8 >= 0.10 + gsettings-desktop-schemas + " 2>/dev/null` +@@ -14396,7 +14396,7 @@ fi + gtk+-3.0 >= 3.22 + gspell-1 >= 1.8 + libgedit-amtk-5 +- tepl-6 >= 6.8 ++ libgedit-tepl-6 >= 6.8 + gee-0.8 >= 0.10 + gsettings-desktop-schemas + " 2>&1` +@@ -14406,7 +14406,7 @@ fi + gtk+-3.0 >= 3.22 + gspell-1 >= 1.8 + libgedit-amtk-5 +- tepl-6 >= 6.8 ++ libgedit-tepl-6 >= 6.8 + gee-0.8 >= 0.10 + gsettings-desktop-schemas + " 2>&1` +@@ -14419,7 +14419,7 @@ fi + gtk+-3.0 >= 3.22 + gspell-1 >= 1.8 + libgedit-amtk-5 +- tepl-6 >= 6.8 ++ libgedit-tepl-6 >= 6.8 + gee-0.8 >= 0.10 + gsettings-desktop-schemas + ) were not met: diff --git a/srcpkgs/gnome-latex/template b/srcpkgs/gnome-latex/template index 9784d71e54a..10675875a75 100644 --- a/srcpkgs/gnome-latex/template +++ b/srcpkgs/gnome-latex/template @@ -1,7 +1,7 @@ # Template file for 'gnome-latex' pkgname=gnome-latex version=3.46.0 -revision=1 +revision=2 build_helper="gir" build_style=gnu-configure configure_args="--disable-appstream-util --disable-dconf-migration @@ -9,7 +9,7 @@ configure_args="--disable-appstream-util --disable-dconf-migration hostmakedepends="glib-devel gettext itstool pkg-config vala $(vopt_if gir gobject-introspection) gtk-doc" makedepends="gsettings-desktop-schemas-devel gspell-devel libgedit-gtksourceview-devel - gtk+3-devel libgee-devel libglib-devel tepl-devel" + gtk+3-devel libgee-devel libglib-devel libgedit-tepl-devel" short_desc="LaTeX editor for the GNOME desktop" maintainer="Enno Boland " license="GPL-3.0-or-later"