wok-current diff lxpanel/receipt @ rev 17214
Add linux64-cloop
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 10 17:14:27 2014 +0200 (2014-10-10) |
parents | 68ed753afd19 |
children | c9e270dd464f |
line diff
1.1 --- a/lxpanel/receipt Sat Apr 05 07:29:04 2014 +0200 1.2 +++ b/lxpanel/receipt Fri Oct 10 17:14:27 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 \