wok diff xterm/receipt @ rev 17183

xterm: remove pixmaps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 30 00:49:01 2014 +0300 (2014-09-30)
parents 30f07d40a954
children e5d0fa35dcd1
line diff
     1.1 --- a/xterm/receipt	Sat Sep 27 16:38:42 2014 +0200
     1.2 +++ b/xterm/receipt	Tue Sep 30 00:49:01 2014 +0300
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tgz"
     1.5  WEB_SITE="http://invisible-island.net/xterm/"
     1.6  WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL"
     1.7 +GENERIC_PIXMAPS="no"
     1.8  HOST_ARCH="i486 arm"
     1.9  
    1.10  DEPENDS="expat fontconfig freetype ncurses xorg-libXft xorg-libXt xorg-libXaw"
    1.11 @@ -46,10 +47,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	cp -a $install/* $fs
    1.15 -	find $fs -regex \
    1.16 -	'.*\(2.\|U\|I\|8r\|ux\|man\).*' -delete
    1.17 -	cd $fs/*/bin
    1.18 -	ln -s xterm uxterm
    1.19 +	find $fs -regex '.*\(2.\|U\|I\|8r\|ux\|man\).*' -delete
    1.20 +	rm -rf $fs/usr/share/pixmaps
    1.21 +	ln -s xterm $fs/usr/bin/uxterm
    1.22  }
    1.23  
    1.24  # One of the first X apps cross compiled. Be sure all went well