wok-current rev 17179
xterm/receipt:remove unused. Force UTF8 (--disable-luit)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Sep 27 16:38:42 2014 +0200 (2014-09-27) |
parents | 912155f60aec |
children | be7b188ef115 |
files | xterm/receipt |
line diff
1.1 --- a/xterm/receipt Fri Sep 26 18:33:13 2014 +0200 1.2 +++ b/xterm/receipt Sat Sep 27 16:38:42 2014 +0200 1.3 @@ -13,13 +13,7 @@ 1.4 1.5 DEPENDS="expat fontconfig freetype ncurses xorg-libXft xorg-libXt xorg-libXaw" 1.6 BUILD_DEPENDS="expat-dev fontconfig-dev freetype-dev ncurses-dev \ 1.7 -xorg-libXft-dev xorg-libXt-dev xorg-libXaw-dev imagemagick libltdl" 1.8 - 1.9 -# Handle cross compilation. 1.10 -case "$ARCH" in 1.11 - arm) BUILD_DEPENDS="expat-dev fontconfig-dev freetype-dev ncurses-dev \ 1.12 -xorg-libXft-dev xorg-libXt-dev xorg-libXaw-dev " 1.13 -esac 1.14 +xorg-libXft-dev xorg-libXt-dev xorg-libXaw-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 @@ -34,6 +28,15 @@ 1.19 --enable-freetype \ 1.20 --enable-doublechars \ 1.21 --enable-256-color \ 1.22 + --enable-meta-sends-esc \ 1.23 + --disable-delete-is-del \ 1.24 + --disable-sun-fkeys \ 1.25 + --disable-boxchars \ 1.26 + --disable-desktop \ 1.27 + --disable-tek4014 \ 1.28 + --disable-vt52 \ 1.29 + --disable-luit \ 1.30 + --with-icon-symlink \ 1.31 $CONFIGURE_ARGS && 1.32 make && 1.33 make DESTDIR=$DESTDIR install 1.34 @@ -42,13 +45,11 @@ 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 - mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications 1.39 - [ -x "/usr/bin/convert" ] && 1.40 - convert icons/xterm_32x32.xpm $DESTDIR/usr/share/pixmaps/xterm.png 1.41 - cp -a $install/usr/bin $fs/usr 1.42 - cp -a $install/usr/share $fs/usr 1.43 - rm -rf $fs/usr/share/man 1.44 - # cp $src/xterm.desktop $DESTDIR/usr/share/applications 1.45 + cp -a $install/* $fs 1.46 + find $fs -regex \ 1.47 + '.*\(2.\|U\|I\|8r\|ux\|man\).*' -delete 1.48 + cd $fs/*/bin 1.49 + ln -s xterm uxterm 1.50 } 1.51 1.52 # One of the first X apps cross compiled. Be sure all went well