# HG changeset patch # User Christophe Lincoln # Date 1401128432 -7200 # Node ID f924b8021268fe5532a2ccb6db86bbb6acdb0350 # Parent a27b60d22687a932fbe95985f5c62e815e639e82 Up: lxpanel (0.6.2) and sed cpu plugin to match default desktop color diff -r a27b60d22687 -r f924b8021268 lxpanel/receipt --- a/lxpanel/receipt Mon May 26 16:17:01 2014 +0300 +++ b/lxpanel/receipt Mon May 26 20:20:32 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxpanel" -VERSION="0.6.1" +VERSION="0.6.2" CATEGORY="x-window" SHORT_DESC="Lightweight X11 desktop panel" MAINTAINER="pankso@slitaz.org" @@ -30,6 +30,9 @@ # Rules to configure and make the package. compile_rules() { + # Match default desktop colors + sed -i s'/gdk_color_parse("green"/gdk_color_parse("#cfcfcf"/' \ + src/plugins/cpu/cpu.c || return 1 ./configure \ --sysconfdir=/etc \ --localstatedir=/var \