[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/eterm16/eterm16.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Enlightenment terminal [T] Eterm is considered the official terminal emulator for E, and is a [T] direct replacement for Xterm. It can, however, be used on any window [T] manager out there. [U] https://www.enlightenment.org [A] Rasterman [M] Juergen "George" Sawinski [C] extra/shell [L] BSD [S] Beta [V] 0.9.6 [SRC] . . $base/package/*/*/e16-conf.in [D] 2160286809 Eterm-0.9.6.tar.gz http://www.eterm.org/download/ [D] 2617853202 Eterm-bg-0.9.6.tar.gz http://www.eterm.org/download/ for dir in opt/e17 usr $SDECFG_PKG_E17_CORE_PREFIX; do [ -f "$root$dir/lib/libImlib2.so" ] && var_append confopt ' ' --with-imlib=$root$dir done var_append confopt ' ' "--enable-trans --enable-utmp --enable-multi-charset --enable-greek" eterm_backgrounds() { if [ "$xsrcdir" = "bg" ]; then echo "Installing Eterm background images" cp -a scale/* $root$datadir/Eterm/pix/scale cp -a tile/* $root$datadir/Eterm/pix/tile runmake=0 fi } hook_add premake 5 eterm_backgrounds # the package does detect via /proc/cpuinfo and thus is not cross compile safe # also the assembly is not x86-64 aware ... [ $arch = x86 ] && var_append confopt ' ' --enable-mmx || var_append confopt ' ' --disable-mmx