Home | History | Annotate | Download | only in gnome-2-16
      1 #
      2 # spec file for package gnome-applets 
      3 #
      4 # Copyright (c) 2005 Sun Microsystems, Inc.
      5 # This file and all modifications and additions to the pristine
      6 # package are under the same license as the package itself.
      7 # Owner: gman
      8 #
      9 Name:         gnome-applets 
     10 License:      GPL
     11 Group:        System/GUI/GNOME 
     12 Version:      2.16.1
     13 Release:      1
     14 Distribution: Java Desktop System
     15 Vendor:	      Sun Microsystems, Inc.
     16 Summary:      GNOME Applets
     17 Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.16/%{name}-%{version}.tar.bz2 
     18 Patch1:       gnome-applets-01-disable-drivemount.diff
     19 Patch2:       gnome-applets-02-non-utf8-date-title.diff
     20 Patch3:	      gnome-applets-03-disable-keyboard-layout.diff
     21 Patch4:	      gnome-applets-04-make-multiload-network-available.diff
     22 Patch5:              gnome-applets-05-battstat.diff
     23 URL:          http://www.gnome.org
     24 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
     25 Docdir:       %{_defaultdocdir}/gnome-applets
     26 Autoreqprov:  on
     27 Prereq:       GConf
     28 
     29 %define gnome_panel_version 2.4.0
     30 %define scrollkeeper_version 0.3.12
     31 %define libgtop_version 2.9.4
     32 %define gail_version 1.4.0
     33 %define gstreamer_plugins_version 0.8.9
     34 
     35 BuildRequires: scrollkeeper >= %{scrollkeeper_version}
     36 BuildRequires: gnome-panel >= %{gnome_panel_version}
     37 BuildRequires: libgtop-devel >= %{libgtop_version}
     38 BuildRequires: gail >= %{gail_version}
     39 BuildRequires: gstreamer-plugins-devel >= %{gstreamer_plugins_version}
     40 Requires:      gnome-panel >= %{gnome_panel_version}
     41 Requires:      libgtop >= %{libgtop_version}
     42 Requires:      gail >= %{gail_version}
     43 Requires:      gstreamer-plugins >= %{gstreamer_plugins_version}
     44 
     45 Obsoletes:	gnome-address-applet <= 0.0.1
     46 
     47 %description
     48 GNOME Applets contains a collection of small utilities that are run within the GNOME
     49 Panel.
     50 
     51 %prep
     52 %setup -q
     53 %patch1 -p1
     54 %patch2 -p1
     55 %patch3 -p1
     56 %patch4 -p1
     57 %patch5 -p1
     58 
     59 for po in po/*.po; do
     60   dos2unix -ascii $po $po
     61 done
     62 
     63 %build
     64 libtoolize --force
     65 aclocal $ACLOCAL_FLAGS -I ./m4
     66 autoheader
     67 automake -a -c -f
     68 autoconf
     69 
     70 CFLAGS="$RPM_OPT_FLAGS"			\
     71 ./configure --prefix=%{_prefix}		\
     72 	    --sysconfdir=%{_sysconfdir} \
     73 	    --libexecdir=%{_libexecdir} \
     74 	    --with-gstreamer=0.10       \
     75 	    --enable-stickynotes        \
     76 	    --disable-gswitchit         \
     77             --disable-scrollkeeper 
     78 make
     79 
     80 %install
     81 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
     82 make DESTDIR=$RPM_BUILD_ROOT install
     83 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
     84 #Copy zh_HK from zh_TW
     85 #Fixes bug 4930405
     86 install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
     87 install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
     88 
     89 # Mixer applet only built if gstreamer-plugins-devel installed
     90 
     91 %ifos linux
     92 rm -rf $RPM_BUILD_ROOT%{_datadir}/omf/gnome-applets/gkb-*
     93 %endif
     94 
     95 rm -rf $RPM_BUILD_ROOT/usr/var/scrollkeeper
     96 
     97 %clean
     98 rm -rf $RPM_BUILD_ROOT
     99 
    100 %post
    101 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    102 SCHEMAS="battstat.schemas charpick.schemas cpufreq-applet.schemas geyes.schemas gtik.schemas gweather.schemas mini-commander-global.schemas mini-commander.schemas mixer.schemas multiload.schemas stickynotes.schemas"
    103 for S in $SCHEMAS; do
    104   gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
    105 done
    106 %{_libexecdir}/gnome-applets/mc-install-default-macros
    107 
    108 %files
    109 %defattr (-, root, root)
    110 %{_sysconfdir}/gconf/schemas/*.schemas
    111 %{_sysconfdir}/sound/events/
    112 %{_bindir}/*
    113 %{_libdir}/bonobo/servers/*.server
    114 %{_libdir}/pkgconfig/*.pc
    115 %{_libexecdir}/*
    116 %{_datadir}/gnome/help/*
    117 %{_datadir}/gnome-2.0/ui/*
    118 %{_datadir}/gnome-applets/*
    119 %{_datadir}/icons/*
    120 %{_datadir}/locale/*/LC_MESSAGES/gnome-applets-2.0.mo
    121 %{_datadir}/omf/*
    122 %{_datadir}/pixmaps/*
    123 
    124 %changelog
    125 * Thu Apr 05 2007 - jedy.wang@sun.com
    126 - Add patch 05-battstat to build battstat applet on Solaris.
    127 
    128 * Tue Oct 03 2006 - damien.carbery@sun.com
    129 - Bump to 2.16.1.
    130 
    131 * Fri Sep 15 2006 - brian.cameron@sun.com
    132 - Remove stale patches.
    133 
    134 * Thu Sep 14 2006 - brian.cameron@sun.com
    135 - Rework gnome-applets-04-disable-keyboard-layout.diff patch so that the
    136   gswitchit applet is disabled with --disable-gswitchit, which is now 
    137   added to configure call.
    138 
    139 * Mon Sep 04 2006 - brian.cameron@sun.com
    140 - Add patch so that the multiload applet builds, since it needs -lXau on the
    141   linker call.
    142 
    143 * Tue Sep 05 2006 - damien.carbery@sun.com
    144 - Bump to 2.16.0.1.
    145 
    146 * Mon Sep 04 2006 - damien.carbery@sun.com
    147 - Bump to 2.16.0.
    148 
    149 * Wed Aug 23 2006 - damien.carbery@sun.com
    150 - Reenable building of stickynotes, turned off because TomBoy is a replacement.
    151 
    152 * Tue Aug 22 2006 - damien.carbery@sun.com
    153 - Bump to 2.15.90.
    154 - Remove upstream patch, 05-hidden, renumber remainder.
    155 
    156 * Tue Aug 08 2006 - damien.carbery@sun.com
    157 - Bump to 2.15.3.
    158 
    159 * Fri Jul 28 2006 - damien.carbery@sun.com
    160 - Remove upstream patch, 07-multiload. dos2unix the po files.
    161 
    162 * Fri Jul 28 2006 - brian.cameron@sun.com
    163 - Correct patches.  
    164 
    165 * Fri Jul 28 2006 - darren.kenny@sun.com
    166 - Add multiload patches
    167 
    168 * Fri Jul 28 2006 - damien.carbery@sun.com
    169 - Bump to 2.15.2.
    170 
    171 * Thu Jul 27 2006 - brian.cameron@sun.com
    172 - Remove patch patches/gnome-applets-04-prefer-sdtaudiocontrol.diff since
    173   now gnome-volume-control is in better shape.
    174 
    175 * Thu Jul 27 2006 - damien.carbery@sun.com
    176 - Add patch, 06-hidden, for G_GNUC_INTERNAL changes.
    177 
    178 * Wed Jul 21 2006 - dermot.mccluskey@sun.com
    179 - Bump to 2.15.1.1.
    180 
    181 * Sat Jul 15 2006 - glynn.foster@sun.com
    182 - Add patch to remove all the keyboard layout features.
    183 
    184 * Tue May 16 2006 - calum.benson@sun.com
    185 - Have mixer's "open audio control" menu item run sdtaudiocontrol (if present)
    186   rather than gnome-volume-control, as per UI spec.
    187 
    188 * Mon Apr 10 2006 - damien.carbery (at] sun.com
    189 - Bump to 2.14.1.
    190 
    191 * Sun Mar 12 2006 - damien.carbery (at] sun.com
    192 - Bump to 2.14.0.
    193 
    194 * Sun Feb 26 2006 - damien.carbery (at] sun.com
    195 - Bump to 2.13.90.
    196 
    197 * Mon Feb 13 2006 - damien.carbery (at] sun.com
    198 - Bump to 2.13.4.
    199 
    200 * Tue Jan 31 2006 - damien.carbery (at] sun.com
    201 - Bump to 2.13.3.
    202 - Remove upstream patches, 04-trashapplet and 05-gstreamer10.
    203 - Modified configure to use gstreamer 0.10.
    204 
    205 * Thu Jan 19 2006 - brian.cameron (at] sun.com
    206 - Add patch 05 so that it builds with GStreamer 0.10.
    207 
    208 * Tue Jan 17 2006 - damien.carbery (at] sun.com
    209 - Bump to 2.13.2
    210 
    211 * Tue Jan 03 2006 - damien.carbery (at] sun.com
    212 - Bump to 2.13.1.
    213 
    214 * Wed Nov 30 2005 - damien.carbery (at] sun.com
    215 - Remove upstream patch, gnome-applets-05-Wall.diff.
    216 
    217 * Tue Nov 29 2005 - laca.com
    218 - remove javahelp stuff
    219 
    220 * Tue Nov 29 2005 - damien.carbery (at] sun.com
    221 - Bump to 2.12.2.
    222 
    223 * Tue Oct 11 2005 - damien.carbery (at] sun.com
    224 - Bump to 2.12.1
    225 
    226 * Tue Sep 20 2005 - laca (at] sun.com
    227 - update -Wall.diff
    228 
    229 * Sat Sep 17 2005 - glynn.foster (at] sun.com
    230 - Bump to 2.12.0
    231 
    232 * Tue Sep 13 2005 - laca (at] sun.com
    233 - use --disable-scrollkeeper so that make install doesn't try to update
    234   the scrollkeeper data in /var
    235 - add patch trashapplet.diff
    236 - add patches Wall.diff (remove -Wall CFLAGS) and fontconfig.diff
    237   (add -lfontconfig)
    238 
    239 * Mon Aug 29 2005 - laca@sun.com
    240 - remove solaris.diff (upstream) and powersaved-support-for-battstat.diff
    241   (broken)
    242 
    243 * Mon Aug 15 2005 - damien.carbery@sun.com
    244 - Bump to 2.11.91.
    245 
    246 * Thu Jul 07 2005 - archana.shah@wipro.com
    247 - Added patch gnome-applets-05-powersaved-support-for-battstat.diff to make use
    248   of libpowersave.
    249   Patch taken for #6237356
    250 
    251 * Mon Jun 20 2005 - matt.keenan@sun.com
    252 - Add requires for gstreamer-plugins for mixer-applet build
    253 
    254 * Fri Jun 03 2005 - leena.gunda@wipro.com
    255 - Added patch gnome-applets-22-gkb-applet-show-message.diff to popup a
    256   message when user adds gkb-applet to panel. Fixes bug #6245563.
    257 
    258 * Tue May 24 2005 - brian.cameron@sun.com
    259 - Cleanup.
    260 
    261 * Thu May 19 2005 - brian.cameron@sun.com
    262 - No longer call javahelp-convert-install for cdplayer, mailcheck or gkb
    263   since they are no longer in gnome-applets.
    264 
    265 * Mon May 16 2005 - kazuhiko.maekawa@sun.com
    266 - l10n help files follow base bug fix 6265900 and 6227253
    267 
    268 * Fri May 13 2005 - brian.cameron@sun.com
    269 - Only build with tm_gmtoff if it is available.  It's not on Solaris so this
    270   fixes the build.
    271 
    272 * Fri May 13 2005 - brian.cameron (at] sun.com
    273 - Add "-I ./m4" to aclocal since it is needed.
    274 
    275 * Wed May 11 2005 - balamurali.viswanathan (at] wipro.com
    276 - Bump to 2.10.1
    277 
    278 * Thu May 05 2005 - damien.carbery (at] sun.com
    279 - 6265900: Change xml file in accessx-status-C.omf from accessx-status.xml to
    280   gnome-access-guide.xml#dtconfig-21 (as in submitted file). A hack that is
    281   easy to maintain.
    282 
    283 * Mon Apr 18 2005 - damien.carbery (at] sun.com
    284 - 6227253: Change xml file in gweather-C.omf from gweather.xml to
    285   sample_apps_info.xml (part of gnome-user-docs). Bit of a hack but a very easy
    286   one to maintain.
    287 
    288 * Thu Mar 17 2005 - srirama.sharma (at] wipro.com
    289 - Updated gnome-applets-19-powersaved-support-for-battstat.diff to
    290   make sure that the battstat applet shows proper tooltip information.
    291   Fixes bug #6237356. 
    292  
    293 * Mon Mar 14 2005 - damien.carbery (at] sun.com
    294 - Remove 'rm' of gweather omf files.
    295 
    296 * Sat Mar 12 2005 - damien.carbery (at] sun.com
    297 - Comment out patch 20 because it clashes with the new docs tarball.
    298 
    299 * Fri Mar 11 2005 - damien.carbery (at] sun.com
    300 - Integrate docs tarball (gnome-applets_docs-0.13linux) from irene.ryan (at] sun.com.
    301 
    302 * Wed Feb 16 2005 - alvaro.lopez (at] sun.com
    303 - Obsoletes header fixed: added version.
    304 
    305 * Wed Feb 16 2005 - damien.carbery (at] sun.com
    306 - Integrate docs tarball (gnome-applets_docs-0.12linux) from 
    307   maeve.anslow (at] sun.com.
    308 
    309 * Fri Feb 11 2005 dinoop.thomas (at] wipro.com
    310 - Added patch to include tooltip for modemlights.
    311   Fixes bug 4958878.
    312  
    313 * Wed Feb 02 2005 glynn.foster (at] sun.com
    314 - Remove drivemount.
    315 
    316 * Tue Feb 01 2005 alvaro.lopez (at] sun.com
    317 - Obsoletes gnome-address-applet 
    318 
    319 * Fri Jan 28 2005 matt.keenan (at] sun.com
    320 - #6222302 : Remove gkb from yelp for linux
    321 - #6222336 : Remove gweather from yelp
    322 
    323 * Mon Jan 24 2005 srirama.sharma (at] wipro.com
    324 - Adding autoheader to pick up the powersaved changes.
    325  
    326 * Mon Jan 24 2005 archana.shah (at] wipro.com
    327 - gnome-applets-17-cdplayer-applet-work.diff: Patch removed.
    328   gnome-applets-17-cdplayer-play.diff: Patch added. Fixes bug#6185200
    329   Also fixes bugs #6215743 & #6215744
    330 
    331 * Fri Jan 21 2005 matt.keenan (at] sun.com
    332 - #6219571 : Remove gkb help from linux
    333 
    334 * Mon Jan 17 2005 alvaro.lopez (at] sun.com
    335 - Updated URL
    336 
    337 * Fri Jan 14 2005 - kazuhiko.maekawa (at] sun.com
    338 - Updated l10n help tarball for cinnabar-linux
    339                                                                                 
    340 * Fri Jan 14 2005 takao.fujiwara (at] sun.com
    341 - Updated gnome-applets-04-g11n-i18n-ui.diff from community reply.
    342 - Added gswitchit.schemas in spec file
    343 
    344 * Thu Jan 13 2005 matt.keenan (at] sun.com
    345 - #6200378, accessx status applet help
    346 
    347 * Wed Jan 12 2005 takao.fujiwara (at] sun.com
    348 - Updated gnome-applets-04-g11n-i18n-ui.diff to localize gswitchit.
    349   Fixing bug 6216093
    350 
    351 * Fri Jan 07 2005 srirama.sharma (at] wipro.com
    352 - Added gnome-applets-19-powersaved-support-for-battstat.diff to 
    353   make battstat applet work using powersave library functions.
    354 
    355 * Thu Dec 16 2004 srirama.sharma (at] wipro.com
    356 - Added gnome-applets-18-mixer-volume-control.diff  to control 
    357   volume properly using "+" and "-" keys. Fixes the Bug #4991121.
    358 
    359 * Mon Dec 06 2004 vinay.mandyakoppal (at] wipro.com
    360 - Added gnome-applets-17-cdplayer-applet-work.diff to make cdplayer
    361   applet work. Fixes bug #6185200.
    362  
    363 * Fri Nov 26 2004 glynn.foster (at] Sun.COM
    364 - Add workaround patch to disable gswitchit on Solaris. Fixes 
    365   bug #6184440 temporarily.
    366 
    367 * Wed Nov 10 2004 Chookij.Vanatham (at] Sun.COM
    368 - Added patch gnome-applets-15-non-utf8-date-title.diff to fix
    369   undisplayed non-utf8 date at the title. Fixes bug 6176791.
    370 
    371 * Mon Nov 08 2004 - matt.keenan (at] sun.com
    372 - #5076490, add patch 14-gkb-help.diff
    373 
    374 * Thu Oct 28 2004 - matt.keenan (at] sun.com
    375 - Add gkb_xmmap.1, gnome-keyboard-layout.1, gswitchit-plugins-capplet.1 man pages
    376 
    377 * Thu Oct 28 2004 - kazuhiko.maekawa (at] sun.com
    378 - Updated l10n help tarball and added pt_BR
    379 
    380 * Wed Oct 27 2004 damien.carbery (at] sun.com
    381 - Integrate updated docs tarball from maeve.anslow (at] sun.com.
    382 
    383 * Fri Oct 01 2004 bill.haneman (at] sun.com
    384 - Added replacement image for accessx-status/pixmaps/sticky-meta-locked.png.
    385 
    386 * Thu Sep 30 2004 vinay.mandyakoppal (at] wipro.com
    387 - Added patch gnome-applets-12-gswitchit-help.diff to fix help
    388   issues. Fixes bug #5076490
    389 
    390 * Wed Sep 29 2004 srirama.sharma (at] wipro.com
    391 - Added patch gnome-applets-11-volume-control-icon.diff
    392   to provide a icon in gnome desktop menu. Fixes bug #5099353.
    393 
    394 * Wed Sep 29 2004 vinay.mandyakoppal (at] wipro.com
    395 - Added patch gnome-applets-10-save-password.diff to make
    396   "Save the password to disk" work. Fixes bug #5103157.
    397  
    398 * Wed Sep 08 2004 matt.keenan (at] sun.com
    399 - Bumped tarball to 2.6.2.1 for a11y bug fixes
    400 - Removed patch gnome-applets-07-accessx-xkb-check.diff
    401 - Removed patch gnome-applets-08-accessx-fix-crash.diff
    402 - Removed patch gnome-applets-09-gkb-crash.diff
    403 - Removed patch gnome-applets-11-accessx-xkb-crash.diff
    404 - Renamed patch 10 -> 07
    405 - Renamed patch 12 -> 08
    406 - Renamed patch 13 -> 09
    407 
    408 * Fri Aug 27 2004 damien.carbery (at] sun.com
    409 - Integrated updated docs tarball from breda.mccolgan (at] sun.com.
    410 - Removed patch 14 because the imswitcher directory has been removed because
    411   it is in another module - gnome-im-switcher.
    412 
    413 * Thu Aug 26 2004 damien.carbery (at] sun.com
    414 - Integrated updated docs tarball from breda.mccolgan (at] sun.com.
    415 - Removed gswitchit-docs tarball as is part of gnome-applets_docs now.
    416 
    417 * Wed Aug 25 2004 damien.carbery (at] sun.com
    418 - Integrated updated docs tarball from breda.mccolgan (at] sun.com.
    419 
    420 * Wed Aug 25 2004 Kazuhiko.Maekawa (at] sun.com
    421 - Added l10n help contents
    422 
    423 * Thu Aug 19 2004 damien.carbery (at] sun.com
    424 - Add new gswitchit docs tarball from breda.mccolgan (at] sun.com.
    425 
    426 * Tue Aug 17 2004 - balamurali.viswanathan (at] wipro.com
    427 - Remove "--enable-gstreamer=no" option to the configure script. So that mixer
    428   applet can use sunaudio plugin.
    429 
    430 * Mon Aug 09 2004 - balamurali.viswanathan (at] wipro.com
    431 - Add "--enable-gstreamer=no" option to the configure script. So that mixer
    432   applet uses SUN APIs to change volume. Only for Solaris.
    433 
    434 * Thu Aug 05 2004 damien.carbery (at] sun.com
    435 - Incorporate new docs tarball from breda.mccolgan (at] sun.com.
    436 
    437 * Thu Jul 29 2004 - matt.keenan (at] sun.com
    438 - Bug : 5077650, help bug
    439 
    440 * Thu Jul 22 2004 - glynn.foster (at] sun.com
    441 - Disable the wireless applet.
    442 
    443 * Mon Jul 19 2004 - niall.power (at] sun.com
    444 - merged with HEAD
    445 
    446 * Thu Jul 08 2004 - damien.donlon (at] sun.com
    447 - Updated l10n content to gnome-applets-l10n-po-1.2.tar.bz2
    448 
    449 * Thu Jul 08 2004 - dermot.mccluskey (at] sun.com
    450 - undid -j $CPUS for this module
    451 
    452 * Thu Jul 08 2004 - stephen.browne (at] sun.com
    453 - Ported to rpm4/SLES9
    454 
    455 * Wed Jul 07 2004 - leena.gunda (at] wipro.com
    456 - added gnome-applets-12-accessx-xkb-crash.diff to fix bug #5067184.
    457 
    458 * Wed Jul 07 2004 - dermot.mccluskey (at] sun.com
    459 - added "-j $CPUS" to make to speed up builds
    460 
    461 * Thu Jun 24 2004 vijaykumar.patwari (at] wipro.com
    462 - Associate default macros for mini commander applet.
    463 
    464 * Wed Jun 02 2004 damien.carbery (at] sun.com
    465 - Incorporate new docs tarball from breda.mccolgan (at] sun.com.
    466 
    467 * Wed Jun 02 2004 - leena.gunda (at] wipro.com
    468 - Add patch gnome-applets-10-gkb-crash.diff to fix bug #5043883.
    469 
    470 * Mon May 31 2004 - padraig.obriain (at] sun.com
    471 - Add patch gnome-applets-08-accessx-fix-crash.diff bugzilla - bug #137585.
    472 
    473 * Mon May 31 2004 - matt.keenan (at] sun.com
    474 - Update to 2.6.1, remove patch-05, re-apply 01, rename 09 to 05
    475 
    476 * Fri May 28 2004 - damien.carbery (at] sun.com
    477 - Incorporate new docs tarball from breda.mccolgan (at] sun.com.
    478 
    479 * Wed May 12 2004 - damien.donlon (at] sun.com
    480 - Updated l10n content to gnome-applets-l10n-po-1.1.tar.bz2
    481 
    482 * Mon May 10 2004 - archana.shah (at] wipro.com
    483 - Added gnome-applets-09-mailcheck-pop3.diff
    484 
    485 * Mon May 10 2004 - archana.shah (at] wipro.com
    486 - Added gnome-applets-08-wireless-tooltip.diff
    487 
    488 * Tue Apr 27 2004 - arvind.samptur (at] wipro.com
    489 - Added gnome-applets-07-accessx-xkb-check.diff to fix the applet
    490   not to crash when XKB is not enabled on the X server
    491 
    492 * Fri Apr 23 2004 - archana.shah (at] wipro.com
    493 - Modified the tooltip for mini-commander applet.
    494 - Patch: gnome-applets-06-mini-commander-tooltip.diff
    495 
    496 * Sun Apr 18 2004 - laca (at] sun.com
    497 - enable javahelp conversion on Solaris
    498 - ifos the javahelp conversions of applets not available on Solaris
    499 * Mon Apr 05 2004 - matt.keenan (at] sun.com
    500 - Bump to 2.6.0
    501 - Re-apply patch 03-g18n..
    502 - Remove patch 05-non_portable_CFLAGS
    503 - Rename patch 06 -> to patch 05
    504 
    505 * Thu Apr 01 2004 - damien.donlon (at] sun.com
    506 - javahelp conversion
    507 
    508 * Mon Mar 29 2004 - damien.donlon (at] sun.com
    509 - Updated l10n content to gnome-applets-l10n-po-1.0.tar.bz2
    510 
    511 * Tue Mar 16 2004 - glynn.foster (at] sun.com
    512 - Updated version to 2.5.8, killed off a few patches that
    513   we know are going to make 2.6.0, and sanitize things a little.
    514 * Mon Mar 15 2004 - takao.fujiwara (at] sun.com
    515 - Replaced gnome-applets-01-potfiles.diff with 
    516   gnome-applets-01-g11n-potfiles.diff
    517 - Replaced gnome-applets-08-gweather-i18n.diff with
    518   gnome-applets-08-g11n-i18n-ui.diff to fix 4980055, 4991808, 4999133
    519 - Added gnome-applets-10-g11n-schemas.diff
    520 * Mon Feb 23 2004 - <matt.keenan (at] sun.com>
    521 - Bumped to 2.5.6
    522 - Remerged all patches
    523 - Brought forward NEW changes from patch
    524   gnome-applets-19-i18n-ui.diff, This should have been ported to HEAD by Wipro !!!
    525 * Tue Feb 17 2004 - <laca (at] sun.com>
    526 - added patch to remove non-portable CFLAGS hardcoded in a Makefile.am
    527 * Wed Feb 04 2004 - <matt.keenan (at] sun.com>
    528   Fix prob with gnome-applets-08-gweather-i18n.diff
    529   Remove pixmaps/gweather/* from files list as no longer in tarball
    530 * Tue Feb 03 2004 - <Matt.Keenan (at] sun.com>
    531   Bump to 2.5.5
    532   Redid Patchs :
    533 	gnome-applets-02-stickynotes-icon.diff
    534 	gnome-applets-06-add-l10n-docs.diff
    535   Forward port patches from Quicksilver
    536 	gnome-applets-07-l10n-online-help.diff
    537 		QS: gnome-applets-17-multiload-docs.diff
    538 		QS: gnome-applets-18-multiload-docs2.diff
    539 		QS: gnome-applets-22-l10n-online-help.diff
    540 	gnome-applets-08-gweather-i18n.diff
    541 		QS: gnome-applets-19-i18n-gweather.diff
    542 * Tue Dec 16 2003 - <glynn.foster (at] sun.com>
    543 - Bump to 2.5.2
    544 * Thu Oct 23 2003 - <matt.keenan (at] sun.com>
    545 - #4942358 patch 09
    546 * Tue Oct 14 2003 - <matt.keenan (at] sun.com>
    547 - Upgrade Tarball to 2.4.1 for QS
    548 * Wed Oct 01 2003 - <matt.keenan (at] sun.com>
    549 - #4930230, Wireless doc install
    550 * Wed Oct 01 2003 - <matt.keenan (at] sun.com>
    551 - #4905881, Battery applet suspend command failure message
    552 * Tue Sep 30 2003 - <matt.keenan (at] sun.com>
    553 - #4913408, cd player applet stops playing
    554 * Tue Sep 30 2003 - <matt.keenan (at] sun.com>
    555 - #4922609, stock ticker location change bug
    556 * Fri Sep 26 2003 - <laca (at] sun.com>
    557 - Integrate Sun docs
    558 * Mon Sep 08 2003 - <matt.keenan (at] sun.com>
    559 - patch for bug 4911981
    560 * Tue Aug 12 2003 - <matt.keenan (at] sun.com>
    561 - Not delivering gweather/Locations
    562 * Mon Aug 11 2003 - <matt.keenan (at] sun.com>
    563 - Update new tarball 2.3.6, and re-alligned all the patches, remove one patch
    564 * Thu Aug 07 2003 - <matt.keenan (at] sun.com>
    565 - Save current keyboard layout #4887871
    566 * Thu Aug 07 2003 - <matt.keenan (at] sun.com>
    567 - Default battstat suspend computer command
    568 * Wed Aug 06 2003 - <glynn.foster (at] sun.com>
    569 - Position the file selector dialog for mini-commander
    570   applet nicely.
    571 * Wed Jul 23 2003 - <glynn.foster (at] sun.com>
    572 - Add consistant window icon
    573 * Tue Jul 22 2003 - <glynn.foster (at] sun.com>
    574 - Make sure geyes themes get installed
    575 * Tue Jul 22 2003 - <glynn.foster (at] sun.com>
    576 - New mixer icon
    577 * Mon Jul 21 2003 - <glynn.foster (at] sun.com>
    578 - Changed stickynotes icon for the hell of it
    579 * Wed Jul 09 2003 - <michael.twomey (at] sun.com>
    580 - add in sun po files
    581 * Thu Jul 03 2003 - Matt.Keenan (at] sun.com
    582 - Patch for accessx-applet from head
    583 * Thu Jul 03 2003 - Matt.Keenan (at] sun.com
    584 - New Tarball, gnome-applets-2.3.5
    585 * Tue Jun 10 2003 - Matt.Keenan (at] sun.com
    586 - New Tarball, gnome-applets-2.3.4, updated files and schemas for new applets.
    587 * Thu May 15 2003 - Matt.Keenan (at] sun.com
    588 - Fix installation of mixer & wirelass applets icons
    589 * Wed May 14 2003 - Laszlo.Kovacs (at] Sun.COM
    590 - Initial release
    591