rimmed pushed a commit to branch eflete-1.18. http://git.enlightenment.org/tools/eflete.git/commit/?id=e8ed7101e054e6c7c9d08d78aa9c9ef14807ca37
commit e8ed7101e054e6c7c9d08d78aa9c9ef14807ca37 Author: Vyacheslav Reutskiy <[email protected]> Date: Mon Jan 23 12:06:09 2017 +0200 configure: change the tarball from bz2 to xz @fix This changes required from community (10:51:37 AM) NikaWhite: Hi there. I want to add some info about eflete. Version 0.7.0 works fine with 1.18 libraries. Git version is ill by Eo TLS now. :( (10:52:18 AM) Simotek: NikaWhite, does it still need ewe from a separate package? (10:52:36 AM) NikaWhite: Simotek: No. It is already merged into eflete src tree (10:52:44 AM) Simotek: ahh cool (10:52:49 AM) Simotek: that makes life easier (10:53:03 AM) Simotek: NikaWhite, you should also consider swapping from tar.bz2 to tar.xz (10:54:24 AM) NikaWhite: Simotek: we are already provide tar.gz too (10:54:55 AM) Simotek: yeah NikaWhite tar.xz is more efficient then .bz2 so most other projects have replaced it (10:56:02 AM) NikaWhite: I will make ticket for that to notify people who prepares tarballs Change-Id: I0f362153854887fd2e0d2073b4a53c313f51b6b2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e172a29..069d11e 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC AC_PROG_RANLIB AM_SILENT_RULES([yes]) -AM_INIT_AUTOMAKE([1.13 dist-bzip2 subdir-objects color-tests foreign]) +AM_INIT_AUTOMAKE([1.13 dist-xz subdir-objects color-tests foreign]) LT_INIT([win32-dll disable-static pic-only]) --
