# HG changeset patch # User Aleksej Bobylev # Date 1462534426 -10800 # Node ID 3167388ff7d8c7a28e487e2df97d8602b4b1d71a # Parent e9d12b123dd112a99eacec4e6ded862d03a724f4 murrine-svn-themes: remove obsolete options diff -r e9d12b123dd1 -r 3167388ff7d8 murrine-svn-themes/receipt --- a/murrine-svn-themes/receipt Fri May 06 14:29:12 2016 +0300 +++ b/murrine-svn-themes/receipt Fri May 06 14:33:46 2016 +0300 @@ -3,17 +3,25 @@ PACKAGE="murrine-svn-themes" VERSION="0.6.2" CATEGORY="x-window" -SHORT_DESC=" some murrine themes" +SHORT_DESC="Some murrine themes" MAINTAINER="jozee@slitaz.org" LICENSE="LGPL3" +WEB_SITE="http://www.cimitan.com/murrine" + DEPENDS="murrine" -WEB_SITE="http://www.cimitan.com/murrine" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/themes tar -xzf stuff/murrine-themes.tar.gz -C $fs/usr/share/themes + + # Fix warnings: + # .../gtkrx:*: Murrine configuration option "*" in no longer supported and + # will be ignored. + IFS=$'\n' # care about filenames with spaces + for gtkrc in $(find $fs/usr/share/themes -name gtkrc); do + sed -i 's|^[ \t]*gradients|#\0|' "$gtkrc" + sed -i 's|^[ \t]*scrollbar_color|#\0|' "$gtkrc" + done } -