# HG changeset patch # User Xander Ziiryanoff # Date 1428087870 -7200 # Node ID 702e87e36a56eea780bc12b94f9ed6bac5fbfb26 # Parent 54f686c353f69d532ec20e297f459479e9a315aa gtk-clearlooks:fix terminal errors with default themes. mc: fix lzma. diff -r 54f686c353f6 -r 702e87e36a56 gtk-clearlooks/receipt --- a/gtk-clearlooks/receipt Fri Apr 03 11:44:33 2015 -0400 +++ b/gtk-clearlooks/receipt Fri Apr 03 21:04:30 2015 +0200 @@ -3,7 +3,7 @@ PACKAGE="gtk-clearlooks" VERSION="2.20.2" CATEGORY="x-window" -SHORT_DESC="Updated default GTKengine, with ajustable colors. Theme fixes combobox in gtkstyle of Qt" +SHORT_DESC="Updated default GTKengine, with ajustable colors." MAINTAINER="psychomaniak@xakep.ru" LICENSE="GPL2" WEB_SITE="http://linuxfromscratch.org/blfs/view/svn/x/gtk-engines.html" @@ -25,3 +25,11 @@ sed -i '/lang/d' $fs/$XML/* } + +post_install() +{ + for t in listviewitemstyle menuitemstyle progressbarstyle sunkenmenubar + do + sed "s/$t/#$t/" -i $1/usr/share/themes/SliTaz*/gtk-2.0/gtkrc + done +} diff -r 54f686c353f6 -r 702e87e36a56 mc/receipt --- a/mc/receipt Fri Apr 03 11:44:33 2015 -0400 +++ b/mc/receipt Fri Apr 03 21:04:30 2015 +0200 @@ -21,6 +21,8 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's/lzma -cd/lzcat/' $src/src/editor/edit.c + ./configure \ --prefix=/usr \ --with-gpm-mouse \ @@ -41,6 +43,7 @@ cp -a $install/usr/share/mc $fs/usr/share sed 's#|profile|#&receipt|#' -i $fs/usr/share/mc/syntax/Syntax + sed 's/lzma -dc/lzcat/g' -i $fs/usr/lib/mc/ext.d/archive.sh cp -a $stuff/*.desktop $fs/usr/share/applications chown -R root:root $fs }