wok-6.x rev 16702
Up: lxpanel (0.6.2) and sed cpu plugin to match default desktop color
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 26 20:20:32 2014 +0200 (2014-05-26) |
parents | a27b60d22687 |
children | 9ec6fb98bb16 |
files | lxpanel/receipt |
line diff
1.1 --- a/lxpanel/receipt Mon May 26 16:17:01 2014 +0300 1.2 +++ b/lxpanel/receipt Mon May 26 20:20:32 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel" 1.7 -VERSION="0.6.1" 1.8 +VERSION="0.6.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Lightweight X11 desktop panel" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -30,6 +30,9 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 + # Match default desktop colors 1.17 + sed -i s'/gdk_color_parse("green"/gdk_color_parse("#cfcfcf"/' \ 1.18 + src/plugins/cpu/cpu.c || return 1 1.19 ./configure \ 1.20 --sysconfdir=/etc \ 1.21 --localstatedir=/var \