Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
ea95240c
Commit
ea95240c
authored
Sep 19, 2019
by
Vivien Kraus
Browse files
Drop the readline dependency
It has been ages since tarot has stopped depending on readline.
parent
49edea45
Changes
10
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
ea95240c
...
...
@@ -20,7 +20,7 @@
touch
AUTHORS
||
exit
1
touch
README
||
exit
1
gnulib-tool
--libtool
\
--import
assert git-version-gen getopt-gnu setenv
readline
stdalign xalloc setlocale
\
--import
assert git-version-gen getopt-gnu setenv stdalign xalloc setlocale
\
gitlog-to-changelog git-version-gen
||
exit
1
./gitlog-to-changelog
>
ChangeLog
touch
README
||
exit
1
...
...
ci/check.sh
View file @
ea95240c
...
...
@@ -22,7 +22,6 @@ apt-get install -y \
dbus
\
dbus-x11
\
libglib2.0-dev
\
libreadline-dev
\
libxml2
\
libxml2-dev
\
nettle-dev
\
...
...
ci/deb.sh
View file @
ea95240c
...
...
@@ -25,7 +25,6 @@ apt-get install -y \
libglib2.0-dev
\
libgtk-3-0
\
libgtk-3-dev
\
libreadline-dev
\
libxml2
\
libxml2-dev
\
nettle-dev
\
...
...
ci/dist.sh
View file @
ea95240c
...
...
@@ -53,7 +53,6 @@ apt-get install -y \
libgirepository1.0-dev
\
libglib2.0-dev
\
libgtk-3-dev
\
libreadline-dev
\
libtool
\
libxml2
\
libxml2-dev
\
...
...
ci/generate.sh
View file @
ea95240c
...
...
@@ -27,7 +27,6 @@ apt-get install -y \
libgirepository1.0-dev
\
libglib2.0-dev
\
libgtk-3-dev
\
libreadline-dev
\
libxml2
\
libxml2-dev
\
nettle-dev
\
...
...
ci/mingw.sh
View file @
ea95240c
...
...
@@ -26,7 +26,6 @@ dnf reinstall -y glibc-common || exit 1
dnf
install
-y
\
\
mingw64-gcc
\
mingw64-readline
\
mingw64-nettle
\
mingw64-libxml2
\
mingw64-glib2
\
...
...
ci/pages.sh
View file @
ea95240c
...
...
@@ -21,7 +21,6 @@ apt-get install -y \
build-essential
\
jq
\
libglib2.0-dev
\
libreadline-dev
\
libxml2
\
libxml2-dev
\
nettle-dev
\
...
...
configure.ac
View file @
ea95240c
...
...
@@ -139,7 +139,6 @@ AS_IF([test "x$with_static_program_name" != "xno"], [
AC_HEADER_STDBOOL
AC_CHECK_HEADERS_ONCE([stdint.h limits.h sysexits.h math.h tgmath.h])
AC_CHECK_HEADER([float.h],, [AC_MSG_ERROR([float.h not found.])])
AC_CHECK_HEADER([readline/history.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_SIZE_T
...
...
debian/control
View file @
ea95240c
...
...
@@ -2,7 +2,7 @@ Source: tarot
Section: unknown
Priority: optional
Maintainer: Vivien Kraus <vivien@planete-kraus.eu>
Build-Depends: debhelper, libglib2.0-dev, libgtk-3-dev,
libreadline-dev,
pkg-config
Build-Depends: debhelper, libglib2.0-dev, libgtk-3-dev, pkg-config
Standards-Version: 4.1.3
Homepage: https://play-tarot.frama.io/tarot/
Vcs-Browser: https://framagit.org/play-tarot/tarot
...
...
src/tarot-app/tarot-cli-program.am
View file @
ea95240c
...
...
@@ -64,7 +64,6 @@ dist_man6_MANS +=
$(CAIRO_LIBS) \
$(GTK_LIBS) \
$(LTLIBINTL) \
$(LTLIBREADLINE) \
$(LTLIBTHREAD) \
@INTL_MACOSX_LIBS@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment