# HG changeset patch # User Aleksej Bobylev # Date 1412027341 -10800 # Node ID 8c7d656c813d56b02ef648f40cccaad3258af253 # Parent 212b82ae0193aac6021e46ac3c9d50200c6cb1de xterm: remove pixmaps. diff -r 212b82ae0193 -r 8c7d656c813d xterm/receipt --- a/xterm/receipt Sun Sep 28 03:58:55 2014 +0200 +++ b/xterm/receipt Tue Sep 30 00:49:01 2014 +0300 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://invisible-island.net/xterm/" WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" +GENERIC_PIXMAPS="no" HOST_ARCH="i486 arm" DEPENDS="expat fontconfig freetype ncurses xorg-libXft xorg-libXt xorg-libXaw" @@ -46,10 +47,9 @@ genpkg_rules() { cp -a $install/* $fs - find $fs -regex \ - '.*\(2.\|U\|I\|8r\|ux\|man\).*' -delete - cd $fs/*/bin - ln -s xterm uxterm + find $fs -regex '.*\(2.\|U\|I\|8r\|ux\|man\).*' -delete + rm -rf $fs/usr/share/pixmaps + ln -s xterm $fs/usr/bin/uxterm } # One of the first X apps cross compiled. Be sure all went well diff -r 212b82ae0193 -r 8c7d656c813d xterm/stuff/xterm.png Binary file xterm/stuff/xterm.png has changed