gnome-latex: rebuild for libgedit-tepl
This commit is contained in:
parent
c0a41224ca
commit
d690dc78d2
|
@ -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:
|
|
@ -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 <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue