Package: gnome-applets / 3.4.1-3

Metadata

Package Version Patches format
gnome-applets 3.4.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_battstat_upower.patch | (download)

battstat/Makefile.am | 7 6 + 1 - 0 !
battstat/battstat-upower.c | 301 301 + 0 - 0 !
battstat/battstat-upower.h | 33 33 + 0 - 0 !
battstat/battstat_applet.c | 7 5 + 2 - 0 !
battstat/docs/C/battstat.xml | 19 11 + 8 - 0 !
battstat/power-management.c | 66 53 + 13 - 0 !
configure.in | 26 26 + 0 - 0 !
7 files changed, 435 insertions(+), 24 deletions(-)

 [patch] [battstat applet] upower support

As HAL is being deprecated, the battstat applet is adjusted to talk to
upower, using libupower-glib. (Bug #607254)

15_path max.patch | (download)

multiload/linux-proc.c | 28 16 + 12 - 0 !
1 file changed, 16 insertions(+), 12 deletions(-)

 [patch] bug 603997: don't unconditionally use path_max

Since PATH_MAX is not guaranteed to be defined, unconditionally
using it will cause a build failure on platforms that don't define
it. So stop using it and use dynamic allocation to achieve the same
result.