[gnome-latex/wip/tepl-5: 1/2] build: require Tepl >= 4.99
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-latex/wip/tepl-5: 1/2] build: require Tepl >= 4.99
- Date: Thu, 16 Apr 2020 11:04:21 +0000 (UTC)
commit d5e73f3c3afb5e4784ba249de4173b8846d06484
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Apr 16 13:02:40 2020 +0200
build: require Tepl >= 4.99
What will become Tepl 5.0.
README | 2 +-
configure.ac | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/README b/README
index 29b5890..75ce653 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ Dependencies
* GLib >= 2.56
* GTK+ >= 3.22
* GtkSourceView >= 4.0
-* Tepl >= 4.5 - https://wiki.gnome.org/Projects/Tepl
+* Tepl >= 4.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 21e626a..c559f16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ LT_INIT
GLIB_REQUIRED_VERSION="2.56"
GTK_REQUIRED_VERSION="3.22"
GTKSOURCEVIEW_REQUIRED_VERSION="4.0"
-TEPL_REQUIRED_VERSION="4.5"
+TEPL_REQUIRED_VERSION="4.99"
GSPELL_REQUIRED_VERSION="1.8"
VALA_REQUIRED_VERSION="0.46"
GEE_REQUIRED_VERSION="0.10"
@@ -99,7 +99,7 @@ PKG_CHECK_MODULES([DEP], [
gio-2.0 >= ${GLIB_REQUIRED_VERSION}
gtk+-3.0 >= ${GTK_REQUIRED_VERSION}
gtksourceview-4 >= ${GTKSOURCEVIEW_REQUIRED_VERSION}
- tepl-4 >= ${TEPL_REQUIRED_VERSION}
+ tepl-5 >= ${TEPL_REQUIRED_VERSION}
gspell-1 >= ${GSPELL_REQUIRED_VERSION}
gee-0.8 >= ${GEE_REQUIRED_VERSION}
gsettings-desktop-schemas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]