Skip to content

Commit

Permalink
gnome-latex: rebuild for libgedit-tepl
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysos349 committed May 8, 2024
1 parent 9919639 commit c813965
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 2 deletions.
85 changes: 85 additions & 0 deletions srcpkgs/gnome-latex/patches/fix-tepl.patch
Original file line number Diff line number Diff line change
@@ -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:
4 changes: 2 additions & 2 deletions srcpkgs/gnome-latex/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 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
$(vopt_enable gir introspection)"
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 <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
Expand Down

0 comments on commit c813965

Please sign in to comment.