Thu Mar 19 19:24:23 2009 UTC ()
restore battstat - gnome-power-manager doesn't do it


(drochner)
diff -r1.70 -r1.71 pkgsrc/x11/gnome-applets/Makefile
diff -r1.21 -r1.22 pkgsrc/x11/gnome-applets/PLIST

cvs diff -r1.70 -r1.71 pkgsrc/x11/gnome-applets/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/gnome-applets/Attic/Makefile 2009/03/16 11:24:34 1.70
+++ pkgsrc/x11/gnome-applets/Attic/Makefile 2009/03/19 19:24:23 1.71
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.70 2009/03/16 11:24:34 jmcneill Exp $ 1# $NetBSD: Makefile,v 1.71 2009/03/19 19:24:23 drochner Exp $
2# 2#
3 3
4DISTNAME= gnome-applets-2.26.0 4DISTNAME= gnome-applets-2.26.0
5CATEGORIES= x11 gnome 5CATEGORIES= x11 gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/2.26/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/2.26/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
11COMMENT= GNOME2 panel applets 11COMMENT= GNOME2 panel applets
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
@@ -17,39 +17,54 @@ BUILD_DEPENDS+= gst-plugins0.10-oss>=0. @@ -17,39 +17,54 @@ BUILD_DEPENDS+= gst-plugins0.10-oss>=0.
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_DIRS+= gnome2-1.5 19USE_DIRS+= gnome2-1.5
20USE_TOOLS+= gmake intltool msgfmt pkg-config 20USE_TOOLS+= gmake intltool msgfmt pkg-config
21USE_PKGLOCALEDIR= yes 21USE_PKGLOCALEDIR= yes
22USE_LIBTOOL= yes 22USE_LIBTOOL= yes
23 23
24.include "options.mk" 24.include "options.mk"
25 25
26CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 26CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
27# obsolete; replaced by PA mixer in gnome-media>=2.26 27# obsolete; replaced by PA mixer in gnome-media>=2.26
28CONFIGURE_ARGS+= --enable-mixer-applet 28CONFIGURE_ARGS+= --enable-mixer-applet
29# obsolete; replaced by gnome-power-manager>=2.24 29# obsolete; replaced by gnome-power-manager>=2.24
30CONFIGURE_ARGS+= --disable-battstat 
31CONFIGURE_ARGS+= --disable-cpufreq 30CONFIGURE_ARGS+= --disable-cpufreq
32 31
33EGDIR= ${PREFIX}/share/examples/gnome-applets 32EGDIR= ${PREFIX}/share/examples/gnome-applets
34 33
35GCONF_SCHEMAS= charpick.schemas 34GCONF_SCHEMAS= charpick.schemas
36GCONF_SCHEMAS+= drivemount.schemas 35GCONF_SCHEMAS+= drivemount.schemas
37GCONF_SCHEMAS+= geyes.schemas 36GCONF_SCHEMAS+= geyes.schemas
38#GCONF_SCHEMAS+= gswitchit.schemas 37#GCONF_SCHEMAS+= gswitchit.schemas
39GCONF_SCHEMAS+= mixer.schemas 38GCONF_SCHEMAS+= mixer.schemas
40GCONF_SCHEMAS+= multiload.schemas 39GCONF_SCHEMAS+= multiload.schemas
41GCONF_SCHEMAS+= stickynotes.schemas 40GCONF_SCHEMAS+= stickynotes.schemas
42 41
 42.include "../../mk/bsd.prefs.mk"
 43
 44PLIST_VARS+= battstat
 45.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \
 46 (${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h))
 47GCONF_SCHEMAS+= battstat.schemas
 48PLIST.battstat= yes
 49CONF_FILES+= ${EGDIR}/sound/events/battstat_applet.soundlist \
 50 ${PKG_SYSCONFDIR}/sound/events/battstat_applet.soundlist
 51.else
 52CONFIGURE_ARGS+= --disable-battstat
 53.endif
 54
 55PRINT_PLIST_AWK+= /[Bb]attstat/ { print "$${PLIST.battstat}"$$0; next; }
 56PRINT_PLIST_AWK+= /examples/ { print "$${PLIST.battstat}"$$0; next; }
 57
43.include "../../devel/GConf/schemas.mk" 58.include "../../devel/GConf/schemas.mk"
44 59
45PY_PATCHPLIST= yes 60PY_PATCHPLIST= yes
46PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-applet.py 61PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-applet.py
47PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-chart 62PYTHON_PATCH_SCRIPTS+= invest-applet/invest/invest-chart
48 63
49.include "../../devel/gettext-lib/buildlink3.mk" 64.include "../../devel/gettext-lib/buildlink3.mk"
50BUILDLINK_API_DEPENDS.glib2+= glib2>=2.18.0 65BUILDLINK_API_DEPENDS.glib2+= glib2>=2.18.0
51.include "../../devel/glib2/buildlink3.mk" 66.include "../../devel/glib2/buildlink3.mk"
52BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.22.1 67BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.22.1
53.include "../../devel/libgweather/buildlink3.mk" 68.include "../../devel/libgweather/buildlink3.mk"
54.include "../../devel/libwnck/buildlink3.mk" 69.include "../../devel/libwnck/buildlink3.mk"
55.include "../../fonts/gucharmap/buildlink3.mk" 70.include "../../fonts/gucharmap/buildlink3.mk"

cvs diff -r1.21 -r1.22 pkgsrc/x11/gnome-applets/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/gnome-applets/Attic/PLIST 2009/03/16 11:24:34 1.21
+++ pkgsrc/x11/gnome-applets/Attic/PLIST 2009/03/19 19:24:23 1.22
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1@comment $NetBSD: PLIST,v 1.21 2009/03/16 11:24:34 jmcneill Exp $ 1@comment $NetBSD: PLIST,v 1.22 2009/03/19 19:24:23 drochner Exp $
2bin/invest-chart 2bin/invest-chart
3lib/bonobo/servers/GNOME_AccessxStatusApplet.server 3lib/bonobo/servers/GNOME_AccessxStatusApplet.server
 4${PLIST.battstat}lib/bonobo/servers/GNOME_BattstatApplet.server
4lib/bonobo/servers/GNOME_CDPlayerApplet.server 5lib/bonobo/servers/GNOME_CDPlayerApplet.server
5lib/bonobo/servers/GNOME_CharpickerApplet.server 6lib/bonobo/servers/GNOME_CharpickerApplet.server
6lib/bonobo/servers/GNOME_DriveMountApplet.server 7lib/bonobo/servers/GNOME_DriveMountApplet.server
7lib/bonobo/servers/GNOME_GWeatherApplet_Factory.server 8lib/bonobo/servers/GNOME_GWeatherApplet_Factory.server
8lib/bonobo/servers/GNOME_GeyesApplet.server 9lib/bonobo/servers/GNOME_GeyesApplet.server
9lib/bonobo/servers/GNOME_GtikApplet.server 10lib/bonobo/servers/GNOME_GtikApplet.server
10lib/bonobo/servers/GNOME_KeyboardApplet.server 11lib/bonobo/servers/GNOME_KeyboardApplet.server
11lib/bonobo/servers/GNOME_MailcheckApplet_Factory.server 12lib/bonobo/servers/GNOME_MailcheckApplet_Factory.server
12lib/bonobo/servers/GNOME_MiniCommanderApplet.server 13lib/bonobo/servers/GNOME_MiniCommanderApplet.server
13lib/bonobo/servers/GNOME_MixerApplet.server 14lib/bonobo/servers/GNOME_MixerApplet.server
14lib/bonobo/servers/GNOME_MultiLoadApplet_Factory.server 15lib/bonobo/servers/GNOME_MultiLoadApplet_Factory.server
15lib/bonobo/servers/GNOME_NullApplet_Factory.server 16lib/bonobo/servers/GNOME_NullApplet_Factory.server
16lib/bonobo/servers/GNOME_Panel_TrashApplet.server 17lib/bonobo/servers/GNOME_Panel_TrashApplet.server
@@ -32,54 +33,59 @@ ${PYSITELIB}/invest/chart.pyo @@ -32,54 +33,59 @@ ${PYSITELIB}/invest/chart.pyo
32${PYSITELIB}/invest/defs.py 33${PYSITELIB}/invest/defs.py
33${PYSITELIB}/invest/defs.pyc 34${PYSITELIB}/invest/defs.pyc
34${PYSITELIB}/invest/defs.pyo 35${PYSITELIB}/invest/defs.pyo
35${PYSITELIB}/invest/preferences.py 36${PYSITELIB}/invest/preferences.py
36${PYSITELIB}/invest/preferences.pyc 37${PYSITELIB}/invest/preferences.pyc
37${PYSITELIB}/invest/preferences.pyo 38${PYSITELIB}/invest/preferences.pyo
38${PYSITELIB}/invest/quotes.py 39${PYSITELIB}/invest/quotes.py
39${PYSITELIB}/invest/quotes.pyc 40${PYSITELIB}/invest/quotes.pyc
40${PYSITELIB}/invest/quotes.pyo 41${PYSITELIB}/invest/quotes.pyo
41${PYSITELIB}/invest/widgets.py 42${PYSITELIB}/invest/widgets.py
42${PYSITELIB}/invest/widgets.pyc 43${PYSITELIB}/invest/widgets.pyc
43${PYSITELIB}/invest/widgets.pyo 44${PYSITELIB}/invest/widgets.pyo
44libexec/accessx-status-applet 45libexec/accessx-status-applet
 46${PLIST.battstat}libexec/battstat-applet-2
45libexec/charpick_applet2 47libexec/charpick_applet2
46libexec/drivemount_applet2 48libexec/drivemount_applet2
47libexec/geyes_applet2 49libexec/geyes_applet2
48libexec/gnome-keyboard-applet 50libexec/gnome-keyboard-applet
49libexec/gweather-applet-2 51libexec/gweather-applet-2
50libexec/invest-applet 52libexec/invest-applet
51libexec/mixer_applet2 53libexec/mixer_applet2
52libexec/multiload-applet-2 54libexec/multiload-applet-2
53libexec/null_applet 55libexec/null_applet
54libexec/stickynotes_applet 56libexec/stickynotes_applet
55libexec/trashapplet 57libexec/trashapplet
 58${PLIST.battstat}share/examples/gnome-applets/sound/events/battstat_applet.soundlist
 59${PLIST.battstat}share/gconf/schemas/battstat.schemas
56share/gconf/schemas/charpick.schemas 60share/gconf/schemas/charpick.schemas
57share/gconf/schemas/drivemount.schemas 61share/gconf/schemas/drivemount.schemas
58share/gconf/schemas/geyes.schemas 62share/gconf/schemas/geyes.schemas
59share/gconf/schemas/mixer.schemas 63share/gconf/schemas/mixer.schemas
60share/gconf/schemas/multiload.schemas 64share/gconf/schemas/multiload.schemas
61share/gconf/schemas/stickynotes.schemas 65share/gconf/schemas/stickynotes.schemas
62share/gnome-2.0/ui/GNOME_AccessxApplet.xml 66share/gnome-2.0/ui/GNOME_AccessxApplet.xml
 67${PLIST.battstat}share/gnome-2.0/ui/GNOME_BattstatApplet.xml
63share/gnome-2.0/ui/GNOME_CharpickerApplet.xml 68share/gnome-2.0/ui/GNOME_CharpickerApplet.xml
64share/gnome-2.0/ui/GNOME_DriveMountApplet.xml 69share/gnome-2.0/ui/GNOME_DriveMountApplet.xml
65share/gnome-2.0/ui/GNOME_GSwitchItApplet.xml 70share/gnome-2.0/ui/GNOME_GSwitchItApplet.xml
66share/gnome-2.0/ui/GNOME_GWeatherApplet.xml 71share/gnome-2.0/ui/GNOME_GWeatherApplet.xml
67share/gnome-2.0/ui/GNOME_GeyesApplet.xml 72share/gnome-2.0/ui/GNOME_GeyesApplet.xml
68share/gnome-2.0/ui/GNOME_MixerApplet.xml 73share/gnome-2.0/ui/GNOME_MixerApplet.xml
69share/gnome-2.0/ui/GNOME_MultiloadApplet.xml 74share/gnome-2.0/ui/GNOME_MultiloadApplet.xml
70share/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml 75share/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml
71share/gnome-2.0/ui/GNOME_StickyNotesApplet.xml 76share/gnome-2.0/ui/GNOME_StickyNotesApplet.xml
72share/gnome-2.0/ui/Invest_Applet.xml 77share/gnome-2.0/ui/Invest_Applet.xml
 78${PLIST.battstat}share/gnome-applets/builder/battstat_applet.ui
73share/gnome-applets/builder/financialchart.ui 79share/gnome-applets/builder/financialchart.ui
74share/gnome-applets/builder/gswitchit.ui 80share/gnome-applets/builder/gswitchit.ui
75share/gnome-applets/builder/prefs-dialog.ui 81share/gnome-applets/builder/prefs-dialog.ui
76share/gnome-applets/builder/stickynotes.ui 82share/gnome-applets/builder/stickynotes.ui
77share/gnome-applets/builder/trashapplet-empty-progress.ui 83share/gnome-applets/builder/trashapplet-empty-progress.ui
78share/gnome-applets/geyes/Bizarre/Bizarre-eye.png 84share/gnome-applets/geyes/Bizarre/Bizarre-eye.png
79share/gnome-applets/geyes/Bizarre/Bizarre-pupil.png 85share/gnome-applets/geyes/Bizarre/Bizarre-pupil.png
80share/gnome-applets/geyes/Bizarre/config 86share/gnome-applets/geyes/Bizarre/config
81share/gnome-applets/geyes/Bloodshot/Bloodshot-eye.png 87share/gnome-applets/geyes/Bloodshot/Bloodshot-eye.png
82share/gnome-applets/geyes/Bloodshot/Bloodshot-pupil.png 88share/gnome-applets/geyes/Bloodshot/Bloodshot-pupil.png
83share/gnome-applets/geyes/Bloodshot/config 89share/gnome-applets/geyes/Bloodshot/config
84share/gnome-applets/geyes/Default-tiny/Default-tiny-eye.png 90share/gnome-applets/geyes/Default-tiny/Default-tiny-eye.png
85share/gnome-applets/geyes/Default-tiny/Default-tiny-pupil.png 91share/gnome-applets/geyes/Default-tiny/Default-tiny-pupil.png
@@ -295,26 +301,117 @@ share/gnome/help/accessx-status/sv/figur @@ -295,26 +301,117 @@ share/gnome/help/accessx-status/sv/figur
295share/gnome/help/accessx-status/sv/figures/accessx_sticky-windows-key.png 301share/gnome/help/accessx-status/sv/figures/accessx_sticky-windows-key.png
296share/gnome/help/accessx-status/uk/accessx-status.xml 302share/gnome/help/accessx-status/uk/accessx-status.xml
297share/gnome/help/accessx-status/uk/figures/accessx-status-applet.png 303share/gnome/help/accessx-status/uk/figures/accessx-status-applet.png
298share/gnome/help/accessx-status/uk/figures/accessx-status-disabled.png 304share/gnome/help/accessx-status/uk/figures/accessx-status-disabled.png
299share/gnome/help/accessx-status/uk/figures/accessx_bounce-keys.png 305share/gnome/help/accessx-status/uk/figures/accessx_bounce-keys.png
300share/gnome/help/accessx-status/uk/figures/accessx_mouse-keys.png 306share/gnome/help/accessx-status/uk/figures/accessx_mouse-keys.png
301share/gnome/help/accessx-status/uk/figures/accessx_slow-keys.png 307share/gnome/help/accessx-status/uk/figures/accessx_slow-keys.png
302share/gnome/help/accessx-status/uk/figures/accessx_sticky-altGr-key.png 308share/gnome/help/accessx-status/uk/figures/accessx_sticky-altGr-key.png
303share/gnome/help/accessx-status/uk/figures/accessx_sticky-ctrl-key.png 309share/gnome/help/accessx-status/uk/figures/accessx_sticky-ctrl-key.png
304share/gnome/help/accessx-status/uk/figures/accessx_sticky-keys.png 310share/gnome/help/accessx-status/uk/figures/accessx_sticky-keys.png
305share/gnome/help/accessx-status/uk/figures/accessx_sticky-meta-key.png 311share/gnome/help/accessx-status/uk/figures/accessx_sticky-meta-key.png
306share/gnome/help/accessx-status/uk/figures/accessx_sticky-shift-key.png 312share/gnome/help/accessx-status/uk/figures/accessx_sticky-shift-key.png
307share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png 313share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png
 314${PLIST.battstat}share/gnome/help/battstat/C/battstat.xml
 315${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-applet-expanded.png
 316${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-applet.png
 317${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-credits-hal.png
 318${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-preferences.png
 319${PLIST.battstat}share/gnome/help/battstat/C/figures/context-menu.png
 320${PLIST.battstat}share/gnome/help/battstat/C/legal.xml
 321${PLIST.battstat}share/gnome/help/battstat/bg/battstat.xml
 322${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-applet-expanded.png
 323${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-applet.png
 324${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-credits-hal.png
 325${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-preferences.png
 326${PLIST.battstat}share/gnome/help/battstat/bg/figures/context-menu.png
 327${PLIST.battstat}share/gnome/help/battstat/de/battstat.xml
 328${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-applet-expanded.png
 329${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-applet.png
 330${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-credits-hal.png
 331${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-preferences.png
 332${PLIST.battstat}share/gnome/help/battstat/de/figures/context-menu.png
 333${PLIST.battstat}share/gnome/help/battstat/el/battstat.xml
 334${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-applet-expanded.png
 335${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-applet.png
 336${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-credits-hal.png
 337${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-preferences.png
 338${PLIST.battstat}share/gnome/help/battstat/el/figures/context-menu.png
 339${PLIST.battstat}share/gnome/help/battstat/en_GB/battstat.xml
 340${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-applet-expanded.png
 341${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-applet.png
 342${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-credits-hal.png
 343${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-preferences.png
 344${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/context-menu.png
 345${PLIST.battstat}share/gnome/help/battstat/es/battstat.xml
 346${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-applet-expanded.png
 347${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-applet.png
 348${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-credits-hal.png
 349${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-preferences.png
 350${PLIST.battstat}share/gnome/help/battstat/es/figures/context-menu.png
 351${PLIST.battstat}share/gnome/help/battstat/eu/battstat.xml
 352${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-applet-expanded.png
 353${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-applet.png
 354${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-credits-hal.png
 355${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-preferences.png
 356${PLIST.battstat}share/gnome/help/battstat/eu/figures/context-menu.png
 357${PLIST.battstat}share/gnome/help/battstat/fi/battstat.xml
 358${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-applet-expanded.png
 359${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-applet.png
 360${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-credits-hal.png
 361${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-preferences.png
 362${PLIST.battstat}share/gnome/help/battstat/fi/figures/context-menu.png
 363${PLIST.battstat}share/gnome/help/battstat/fr/battstat.xml
 364${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-applet-expanded.png
 365${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-applet.png
 366${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-credits-hal.png
 367${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-preferences.png
 368${PLIST.battstat}share/gnome/help/battstat/fr/figures/context-menu.png
 369${PLIST.battstat}share/gnome/help/battstat/ko/battstat.xml
 370${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-applet-expanded.png
 371${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-applet.png
 372${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-credits-hal.png
 373${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-preferences.png
 374${PLIST.battstat}share/gnome/help/battstat/ko/figures/context-menu.png
 375${PLIST.battstat}share/gnome/help/battstat/oc/battstat.xml
 376${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-applet-expanded.png
 377${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-applet.png
 378${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-credits-hal.png
 379${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-preferences.png
 380${PLIST.battstat}share/gnome/help/battstat/oc/figures/context-menu.png
 381${PLIST.battstat}share/gnome/help/battstat/pa/battstat.xml
 382${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-applet-expanded.png
 383${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-applet.png
 384${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-credits-hal.png
 385${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-preferences.png
 386${PLIST.battstat}share/gnome/help/battstat/pa/figures/context-menu.png
 387${PLIST.battstat}share/gnome/help/battstat/pt_BR/battstat.xml
 388${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-applet-expanded.png
 389${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-applet.png
 390${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-credits-hal.png
 391${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-preferences.png
 392${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/context-menu.png
 393${PLIST.battstat}share/gnome/help/battstat/sv/battstat.xml
 394${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-applet-expanded.png
 395${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-applet.png
 396${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-credits-hal.png
 397${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-preferences.png
 398${PLIST.battstat}share/gnome/help/battstat/sv/figures/context-menu.png
 399${PLIST.battstat}share/gnome/help/battstat/uk/battstat.xml
 400${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-applet-expanded.png
 401${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-applet.png
 402${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-credits-hal.png
 403${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-preferences.png
 404${PLIST.battstat}share/gnome/help/battstat/uk/figures/context-menu.png
308share/gnome/help/char-palette/C/char-palette.xml 405share/gnome/help/char-palette/C/char-palette.xml
309share/gnome/help/char-palette/C/figures/charpalette_applet.png 406share/gnome/help/char-palette/C/figures/charpalette_applet.png
310share/gnome/help/char-palette/C/figures/charpalette_chargroup.png 407share/gnome/help/char-palette/C/figures/charpalette_chargroup.png
311share/gnome/help/char-palette/C/figures/charpick-preferences.png 408share/gnome/help/char-palette/C/figures/charpick-preferences.png
312share/gnome/help/char-palette/C/figures/charpick_characters.png 409share/gnome/help/char-palette/C/figures/charpick_characters.png
313share/gnome/help/char-palette/C/legal.xml 410share/gnome/help/char-palette/C/legal.xml
314share/gnome/help/char-palette/bg/char-palette.xml 411share/gnome/help/char-palette/bg/char-palette.xml
315share/gnome/help/char-palette/bg/figures/charpalette_applet.png 412share/gnome/help/char-palette/bg/figures/charpalette_applet.png
316share/gnome/help/char-palette/bg/figures/charpalette_chargroup.png 413share/gnome/help/char-palette/bg/figures/charpalette_chargroup.png
317share/gnome/help/char-palette/bg/figures/charpick-preferences.png 414share/gnome/help/char-palette/bg/figures/charpick-preferences.png
318share/gnome/help/char-palette/bg/figures/charpick_characters.png 415share/gnome/help/char-palette/bg/figures/charpick_characters.png
319share/gnome/help/char-palette/ca/char-palette.xml 416share/gnome/help/char-palette/ca/char-palette.xml
320share/gnome/help/char-palette/ca/figures/charpalette_applet.png 417share/gnome/help/char-palette/ca/figures/charpalette_applet.png
@@ -1143,26 +1240,41 @@ share/omf/accessx-status/accessx-status- @@ -1143,26 +1240,41 @@ share/omf/accessx-status/accessx-status-
1143share/omf/accessx-status/accessx-status-de.omf 1240share/omf/accessx-status/accessx-status-de.omf
1144share/omf/accessx-status/accessx-status-el.omf 1241share/omf/accessx-status/accessx-status-el.omf
1145share/omf/accessx-status/accessx-status-en_GB.omf 1242share/omf/accessx-status/accessx-status-en_GB.omf
1146share/omf/accessx-status/accessx-status-es.omf 1243share/omf/accessx-status/accessx-status-es.omf
1147share/omf/accessx-status/accessx-status-eu.omf 1244share/omf/accessx-status/accessx-status-eu.omf
1148share/omf/accessx-status/accessx-status-fi.omf 1245share/omf/accessx-status/accessx-status-fi.omf
1149share/omf/accessx-status/accessx-status-fr.omf 1246share/omf/accessx-status/accessx-status-fr.omf
1150share/omf/accessx-status/accessx-status-it.omf 1247share/omf/accessx-status/accessx-status-it.omf
1151share/omf/accessx-status/accessx-status-ko.omf 1248share/omf/accessx-status/accessx-status-ko.omf
1152share/omf/accessx-status/accessx-status-nl.omf 1249share/omf/accessx-status/accessx-status-nl.omf
1153share/omf/accessx-status/accessx-status-oc.omf 1250share/omf/accessx-status/accessx-status-oc.omf
1154share/omf/accessx-status/accessx-status-sv.omf 1251share/omf/accessx-status/accessx-status-sv.omf
1155share/omf/accessx-status/accessx-status-uk.omf 1252share/omf/accessx-status/accessx-status-uk.omf
 1253${PLIST.battstat}share/omf/battstat/battstat-C.omf
 1254${PLIST.battstat}share/omf/battstat/battstat-bg.omf
 1255${PLIST.battstat}share/omf/battstat/battstat-de.omf
 1256${PLIST.battstat}share/omf/battstat/battstat-el.omf
 1257${PLIST.battstat}share/omf/battstat/battstat-en_GB.omf
 1258${PLIST.battstat}share/omf/battstat/battstat-es.omf
 1259${PLIST.battstat}share/omf/battstat/battstat-eu.omf
 1260${PLIST.battstat}share/omf/battstat/battstat-fi.omf
 1261${PLIST.battstat}share/omf/battstat/battstat-fr.omf
 1262${PLIST.battstat}share/omf/battstat/battstat-ko.omf
 1263${PLIST.battstat}share/omf/battstat/battstat-oc.omf
 1264${PLIST.battstat}share/omf/battstat/battstat-pa.omf
 1265${PLIST.battstat}share/omf/battstat/battstat-pt_BR.omf
 1266${PLIST.battstat}share/omf/battstat/battstat-sv.omf
 1267${PLIST.battstat}share/omf/battstat/battstat-uk.omf
1156share/omf/char-palette/char-palette-C.omf 1268share/omf/char-palette/char-palette-C.omf
1157share/omf/char-palette/char-palette-bg.omf 1269share/omf/char-palette/char-palette-bg.omf
1158share/omf/char-palette/char-palette-ca.omf 1270share/omf/char-palette/char-palette-ca.omf
1159share/omf/char-palette/char-palette-de.omf 1271share/omf/char-palette/char-palette-de.omf
1160share/omf/char-palette/char-palette-en_GB.omf 1272share/omf/char-palette/char-palette-en_GB.omf
1161share/omf/char-palette/char-palette-es.omf 1273share/omf/char-palette/char-palette-es.omf
1162share/omf/char-palette/char-palette-eu.omf 1274share/omf/char-palette/char-palette-eu.omf
1163share/omf/char-palette/char-palette-fi.omf 1275share/omf/char-palette/char-palette-fi.omf
1164share/omf/char-palette/char-palette-fr.omf 1276share/omf/char-palette/char-palette-fr.omf
1165share/omf/char-palette/char-palette-it.omf 1277share/omf/char-palette/char-palette-it.omf
1166share/omf/char-palette/char-palette-ko.omf 1278share/omf/char-palette/char-palette-ko.omf
1167share/omf/char-palette/char-palette-nl.omf 1279share/omf/char-palette/char-palette-nl.omf
1168share/omf/char-palette/char-palette-oc.omf 1280share/omf/char-palette/char-palette-oc.omf
@@ -1440,42 +1552,36 @@ share/xmodmap/xmodmap.yu @@ -1440,42 +1552,36 @@ share/xmodmap/xmodmap.yu
1440@dirrm share/pixmaps/stickynotes 1552@dirrm share/pixmaps/stickynotes
1441@dirrm share/pixmaps/accessx-status-applet 1553@dirrm share/pixmaps/accessx-status-applet
1442@comment in xdg-dirs: @dirrm share/pixmaps 1554@comment in xdg-dirs: @dirrm share/pixmaps
1443@dirrm share/omf/trashapplet 1555@dirrm share/omf/trashapplet
1444@dirrm share/omf/stickynotes_applet 1556@dirrm share/omf/stickynotes_applet
1445@dirrm share/omf/multiload 1557@dirrm share/omf/multiload
1446@dirrm share/omf/mixer_applet2 1558@dirrm share/omf/mixer_applet2
1447@dirrm share/omf/invest-applet 1559@dirrm share/omf/invest-applet
1448@dirrm share/omf/gweather 1560@dirrm share/omf/gweather
1449@dirrm share/omf/gswitchit 1561@dirrm share/omf/gswitchit
1450@dirrm share/omf/geyes 1562@dirrm share/omf/geyes
1451@dirrm share/omf/drivemount 1563@dirrm share/omf/drivemount
1452@dirrm share/omf/char-palette 1564@dirrm share/omf/char-palette
 1565${PLIST.battstat}@dirrm share/omf/battstat
1453@dirrm share/omf/accessx-status 1566@dirrm share/omf/accessx-status
1454@comment in rarian: @dirrm share/omf 1567@comment in rarian: @dirrm share/omf
1455@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps 1568@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps
1456@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable 
1457@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps 1569@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
1458@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48 
1459@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps 1570@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
1460@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32 
1461@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps 1571@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps
1462@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24 
1463@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps 1572@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps
1464@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22 
1465@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps 1573@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
1466@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16 
1467@comment in hicolor-icon-theme: @dirrm share/icons/hicolor 1574@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
1468@comment in xdg-dirs: @dirrm share/icons 
1469@dirrm share/gnome/help/trashapplet/uk/figures 1575@dirrm share/gnome/help/trashapplet/uk/figures
1470@dirrm share/gnome/help/trashapplet/uk 1576@dirrm share/gnome/help/trashapplet/uk
1471@dirrm share/gnome/help/trashapplet/sv/figures 1577@dirrm share/gnome/help/trashapplet/sv/figures
1472@dirrm share/gnome/help/trashapplet/sv 1578@dirrm share/gnome/help/trashapplet/sv
1473@dirrm share/gnome/help/trashapplet/ru/figures 1579@dirrm share/gnome/help/trashapplet/ru/figures
1474@dirrm share/gnome/help/trashapplet/ru 1580@dirrm share/gnome/help/trashapplet/ru
1475@dirrm share/gnome/help/trashapplet/pt_BR/figures 1581@dirrm share/gnome/help/trashapplet/pt_BR/figures
1476@dirrm share/gnome/help/trashapplet/pt_BR 1582@dirrm share/gnome/help/trashapplet/pt_BR
1477@dirrm share/gnome/help/trashapplet/pa/figures 1583@dirrm share/gnome/help/trashapplet/pa/figures
1478@dirrm share/gnome/help/trashapplet/pa 1584@dirrm share/gnome/help/trashapplet/pa
1479@dirrm share/gnome/help/trashapplet/oc/figures 1585@dirrm share/gnome/help/trashapplet/oc/figures
1480@dirrm share/gnome/help/trashapplet/oc 1586@dirrm share/gnome/help/trashapplet/oc
1481@dirrm share/gnome/help/trashapplet/nl/figures 1587@dirrm share/gnome/help/trashapplet/nl/figures
@@ -1757,26 +1863,57 @@ share/xmodmap/xmodmap.yu @@ -1757,26 +1863,57 @@ share/xmodmap/xmodmap.yu
1757@dirrm share/gnome/help/char-palette/es/figures 1863@dirrm share/gnome/help/char-palette/es/figures
1758@dirrm share/gnome/help/char-palette/es 1864@dirrm share/gnome/help/char-palette/es
1759@dirrm share/gnome/help/char-palette/en_GB/figures 1865@dirrm share/gnome/help/char-palette/en_GB/figures
1760@dirrm share/gnome/help/char-palette/en_GB 1866@dirrm share/gnome/help/char-palette/en_GB
1761@dirrm share/gnome/help/char-palette/de/figures 1867@dirrm share/gnome/help/char-palette/de/figures
1762@dirrm share/gnome/help/char-palette/de 1868@dirrm share/gnome/help/char-palette/de
1763@dirrm share/gnome/help/char-palette/ca/figures 1869@dirrm share/gnome/help/char-palette/ca/figures
1764@dirrm share/gnome/help/char-palette/ca 1870@dirrm share/gnome/help/char-palette/ca
1765@dirrm share/gnome/help/char-palette/bg/figures 1871@dirrm share/gnome/help/char-palette/bg/figures
1766@dirrm share/gnome/help/char-palette/bg 1872@dirrm share/gnome/help/char-palette/bg
1767@dirrm share/gnome/help/char-palette/C/figures 1873@dirrm share/gnome/help/char-palette/C/figures
1768@dirrm share/gnome/help/char-palette/C 1874@dirrm share/gnome/help/char-palette/C
1769@dirrm share/gnome/help/char-palette 1875@dirrm share/gnome/help/char-palette
 1876${PLIST.battstat}@dirrm share/gnome/help/battstat/uk/figures
 1877${PLIST.battstat}@dirrm share/gnome/help/battstat/uk
 1878${PLIST.battstat}@dirrm share/gnome/help/battstat/sv/figures
 1879${PLIST.battstat}@dirrm share/gnome/help/battstat/sv
 1880${PLIST.battstat}@dirrm share/gnome/help/battstat/pt_BR/figures
 1881${PLIST.battstat}@dirrm share/gnome/help/battstat/pt_BR
 1882${PLIST.battstat}@dirrm share/gnome/help/battstat/pa/figures
 1883${PLIST.battstat}@dirrm share/gnome/help/battstat/pa
 1884${PLIST.battstat}@dirrm share/gnome/help/battstat/oc/figures
 1885${PLIST.battstat}@dirrm share/gnome/help/battstat/oc
 1886${PLIST.battstat}@dirrm share/gnome/help/battstat/ko/figures
 1887${PLIST.battstat}@dirrm share/gnome/help/battstat/ko
 1888${PLIST.battstat}@dirrm share/gnome/help/battstat/fr/figures
 1889${PLIST.battstat}@dirrm share/gnome/help/battstat/fr
 1890${PLIST.battstat}@dirrm share/gnome/help/battstat/fi/figures
 1891${PLIST.battstat}@dirrm share/gnome/help/battstat/fi
 1892${PLIST.battstat}@dirrm share/gnome/help/battstat/eu/figures
 1893${PLIST.battstat}@dirrm share/gnome/help/battstat/eu
 1894${PLIST.battstat}@dirrm share/gnome/help/battstat/es/figures
 1895${PLIST.battstat}@dirrm share/gnome/help/battstat/es
 1896${PLIST.battstat}@dirrm share/gnome/help/battstat/en_GB/figures
 1897${PLIST.battstat}@dirrm share/gnome/help/battstat/en_GB
 1898${PLIST.battstat}@dirrm share/gnome/help/battstat/el/figures
 1899${PLIST.battstat}@dirrm share/gnome/help/battstat/el
 1900${PLIST.battstat}@dirrm share/gnome/help/battstat/de/figures
 1901${PLIST.battstat}@dirrm share/gnome/help/battstat/de
 1902${PLIST.battstat}@dirrm share/gnome/help/battstat/bg/figures
 1903${PLIST.battstat}@dirrm share/gnome/help/battstat/bg
 1904${PLIST.battstat}@dirrm share/gnome/help/battstat/C/figures
 1905${PLIST.battstat}@dirrm share/gnome/help/battstat/C
 1906${PLIST.battstat}@dirrm share/gnome/help/battstat
1770@dirrm share/gnome/help/accessx-status/uk/figures 1907@dirrm share/gnome/help/accessx-status/uk/figures
1771@dirrm share/gnome/help/accessx-status/uk 1908@dirrm share/gnome/help/accessx-status/uk
1772@dirrm share/gnome/help/accessx-status/sv/figures 1909@dirrm share/gnome/help/accessx-status/sv/figures
1773@dirrm share/gnome/help/accessx-status/sv 1910@dirrm share/gnome/help/accessx-status/sv
1774@dirrm share/gnome/help/accessx-status/oc/figures 1911@dirrm share/gnome/help/accessx-status/oc/figures
1775@dirrm share/gnome/help/accessx-status/oc 1912@dirrm share/gnome/help/accessx-status/oc
1776@dirrm share/gnome/help/accessx-status/nl/figures 1913@dirrm share/gnome/help/accessx-status/nl/figures
1777@dirrm share/gnome/help/accessx-status/nl 1914@dirrm share/gnome/help/accessx-status/nl
1778@dirrm share/gnome/help/accessx-status/ko/figures 1915@dirrm share/gnome/help/accessx-status/ko/figures
1779@dirrm share/gnome/help/accessx-status/ko 1916@dirrm share/gnome/help/accessx-status/ko
1780@dirrm share/gnome/help/accessx-status/it/figures 1917@dirrm share/gnome/help/accessx-status/it/figures
1781@dirrm share/gnome/help/accessx-status/it 1918@dirrm share/gnome/help/accessx-status/it
1782@dirrm share/gnome/help/accessx-status/fr/figures 1919@dirrm share/gnome/help/accessx-status/fr/figures
@@ -1804,18 +1941,19 @@ share/xmodmap/xmodmap.yu @@ -1804,18 +1941,19 @@ share/xmodmap/xmodmap.yu
1804@dirrm share/gnome/help/accessx-status 1941@dirrm share/gnome/help/accessx-status
1805@comment in gnome2-dirs: @dirrm share/gnome/help 1942@comment in gnome2-dirs: @dirrm share/gnome/help
1806@dirrm share/gnome-applets/invest-applet 1943@dirrm share/gnome-applets/invest-applet
1807@dirrm share/gnome-applets/geyes/Tango 1944@dirrm share/gnome-applets/geyes/Tango
1808@dirrm share/gnome-applets/geyes/Horrid 1945@dirrm share/gnome-applets/geyes/Horrid
1809@dirrm share/gnome-applets/geyes/Default-tiny 1946@dirrm share/gnome-applets/geyes/Default-tiny
1810@dirrm share/gnome-applets/geyes/Default 1947@dirrm share/gnome-applets/geyes/Default
1811@dirrm share/gnome-applets/geyes/Bloodshot 1948@dirrm share/gnome-applets/geyes/Bloodshot
1812@dirrm share/gnome-applets/geyes/Bizarre 1949@dirrm share/gnome-applets/geyes/Bizarre
1813@dirrm share/gnome-applets/geyes 1950@dirrm share/gnome-applets/geyes
1814@dirrm share/gnome-applets/builder 1951@dirrm share/gnome-applets/builder
1815@dirrm share/gnome-applets 1952@dirrm share/gnome-applets
1816@comment in gnome2-dirs: @dirrm share/gnome-2.0/ui 1953@comment in gnome2-dirs: @dirrm share/gnome-2.0/ui
1817@comment in gnome2-dirs: @dirrm share/gnome-2.0 
1818@comment in gnome2-dirs: @dirrm share/gnome 
1819@comment in GConf: @dirrm share/gconf/schemas 1954@comment in GConf: @dirrm share/gconf/schemas
 1955${PLIST.battstat}@dirrm share/examples/gnome-applets/sound/events
 1956${PLIST.battstat}@dirrm share/examples/gnome-applets/sound
 1957${PLIST.battstat}@dirrm share/examples/gnome-applets
1820@dirrm ${PYSITELIB}/invest 1958@dirrm ${PYSITELIB}/invest
1821@comment in libbonobo: @dirrm lib/bonobo/servers 1959@comment in libbonobo: @dirrm lib/bonobo/servers