10139N/A#
10139N/A# spec file for package gnome-applets
10139N/A#
20904N/A# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
20784N/A#
17185N/A%define owner migi
10139N/A#
18603N/A%define OSR LFI#105446 (gnome Exec. summary):n/a
17177N/A
10139N/AName: gnome-applets
10139N/ALicense: GPL
10139N/AGroup: System/GUI/GNOME
20904N/AVersion: 3.4.1
10139N/ARelease: 1
10139N/ADistribution: Java Desktop System
18615N/AVendor: Gnome Community
10139N/ASummary: GNOME Applets
20904N/ASource: http://download.gnome.org/sources/%{name}/3.4/%{name}-%{version}.tar.xz
10139N/A#owner:gman date:2005-05-11 type:branding
10139N/APatch1: gnome-applets-01-disable-drivemount.diff
10139N/A#owner:gman date:2005-05-11 type:branding
10139N/APatch2: gnome-applets-02-non-utf8-date-title.diff
10139N/A#owner:gman date:2005-05-11 type:branding
10139N/APatch3: gnome-applets-03-make-multiload-network-available.diff
10139N/A#owner:gman date:2005-18-02 type:branding
10139N/APatch4: gnome-applets-04-deprecate-now-applet.diff
13064N/A#owner:jedy date:2007-03-07 bugzilla:397477 bugster:6621806 type:bug
10243N/APatch5: gnome-applets-05-battstat.diff
14082N/A#owner:mattman date:2008-08-28 type:bug bugzilla:549722 bugster:6741535
14082N/APatch6: gnome-applets-06-accessx-crash.diff
18583N/A#owner:migi date:2010-04-13 type:bug bugzilla:615662 bugster:6910684
18583N/APatch8: gnome-applets-08-invest-gconf.diff
20777N/A#owner:padraig date:2011-05-11 type:branding bugster:7042531,7042546,7042558,7042569,7042573,7042574,7042575,6961209
20283N/APatch9: gnome-applets-09-fix-doc.diff
20814N/APatch10: gnome-applets-10-fix-l10n-doc.diff
20831N/APatch11: gnome-applets-11-compile.diff
10139N/AURL: http://www.gnome.org
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/gnome-applets
10139N/AAutoreqprov: on
10139N/APrereq: GConf
10139N/A
10139N/A%define gnome_panel_version 2.4.0
10139N/A%define scrollkeeper_version 0.3.12
10139N/A%define libgtop_version 2.9.4
10139N/A%define gail_version 1.4.0
10139N/A%define gstreamer_plugins_version 0.8.9
10139N/A
10139N/ABuildRequires: scrollkeeper >= %{scrollkeeper_version}
10139N/ABuildRequires: gnome-panel >= %{gnome_panel_version}
10139N/ABuildRequires: libgtop-devel >= %{libgtop_version}
10139N/ABuildRequires: gail >= %{gail_version}
10139N/ABuildRequires: gstreamer-plugins-devel >= %{gstreamer_plugins_version}
10139N/ARequires: gnome-panel >= %{gnome_panel_version}
10139N/ARequires: libgtop >= %{libgtop_version}
10139N/ARequires: gail >= %{gail_version}
10139N/ARequires: gstreamer-plugins >= %{gstreamer_plugins_version}
10139N/A
10139N/AObsoletes: gnome-address-applet <= 0.0.1
10139N/A
10139N/A%description
10139N/AGNOME Applets contains a collection of small utilities that are run within the GNOME
10139N/APanel.
10139N/A
10139N/A%prep
10139N/A%setup -q
10139N/A%patch1 -p1
10139N/A%patch2 -p1
10139N/A%patch3 -p1
20784N/A#%patch4 -p1
10243N/A%patch5 -p1
20784N/A#%patch6 -p1
18583N/A#%patch8 -p1
20283N/A%patch9 -p1
20814N/A%patch10 -p1
20831N/A%patch11 -p1
10139N/A
10139N/Afor po in po/*.po; do
10139N/A dos2unix -ascii $po $po
10139N/Adone
10139N/A
10139N/A%build
17541N/Aexport PYTHON=/usr/bin/python%{default_python_version}
10139N/Alibtoolize --force
20904N/Aaclocal-1.11 $ACLOCAL_FLAGS -I ./m4
10139N/Aautoheader
20904N/Aautomake-1.11 -a -c -f
10139N/Aautoconf
10139N/A
12805N/A# Set LIBGWEATHER info as the gweather.pc file has been removed. The interface
12805N/A# has been defined as private in the GNOME 2.22 ARC case.
12805N/Aexport LIBGWEATHER_CFLAGS=-I%{_includedir}
12805N/Aexport LIBGWEATHER_LIBS="-L%{_libdir} -lgweather -lm"
12805N/A
10139N/ACFLAGS="$RPM_OPT_FLAGS" \
10139N/A./configure --prefix=%{_prefix} \
10139N/A --sysconfdir=%{_sysconfdir} \
10139N/A --libexecdir=%{_libexecdir} \
10139N/A --with-gstreamer=0.10 \
10139N/A --enable-stickynotes \
15742N/A --disable-scrollkeeper \
20868N/A --disable-mixer-applet
15742N/A
10139N/Amake -j $CPUS \
17541N/A pythondir=%{_libdir}/python%{default_python_version}/vendor-packages
10139N/A
10139N/A%install
10139N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
11393N/Amake DESTDIR=$RPM_BUILD_ROOT install \
17541N/A pyexecdir=%{_libdir}/python%{default_python_version}/vendor-packages \
17541N/A pythondir=%{_libdir}/python%{default_python_version}/vendor-packages
10139N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
10139N/A#Copy zh_HK from zh_TW
10139N/A#Fixes bug 4930405
10139N/Ainstall -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
10139N/Ainstall --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
10139N/A
10139N/Arm -rf $RPM_BUILD_ROOT/usr/var/scrollkeeper
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%post
10139N/Aexport GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
10139N/ASCHEMAS="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"
10139N/Afor S in $SCHEMAS; do
10139N/A gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
10139N/Adone
10139N/A%{_libexecdir}/gnome-applets/mc-install-default-macros
10139N/A
10139N/A%files
10139N/A%defattr (-, root, root)
10139N/A%{_sysconfdir}/gconf/schemas/*.schemas
10139N/A%{_sysconfdir}/sound/events/
10139N/A%{_bindir}/*
10139N/A%{_libdir}/bonobo/servers/*.server
10139N/A%{_libdir}/pkgconfig/*.pc
10139N/A%{_libexecdir}/*
10139N/A%{_datadir}/gnome/help/*
10139N/A%{_datadir}/gnome-2.0/ui/*
10139N/A%{_datadir}/gnome-applets/*
10139N/A%{_datadir}/icons/*
10139N/A%{_datadir}/locale/*/LC_MESSAGES/gnome-applets-2.0.mo
10139N/A%{_datadir}/omf/*
10139N/A%{_datadir}/pixmaps/*
10139N/A
10139N/A%changelog
20904N/A* Wed May 02 2012 - brian.cameron@oracle.com
20904N/A- Bump to 3.4.1.
20862N/A* Wed Oct 19 2011 - brian.cameron@oracle.com
20862N/A- Bump to 3.2.1.
20841N/A* Fri Sep 30 2011 - brian.cameron@oracle.com
20841N/A- Bump to 3.2.0.
20832N/A* Tue Sep 13 2011 - brian.cameron@oracle.com
20832N/A- Bump to 3.1.91.
20831N/A* Thu Sep 08 2011 - brian.cameron@oracle.com
20831N/A- Bump to 3.1.90.
20824N/A* Thu Aug 18 2011 - brian.cameron@oracle.com
20824N/A- Bump to 3.1.5.
20824N/A* Sat Aug 06 2011 - brian.cameron@oracle.com
20824N/A- Bump to 3.1.4.
20784N/A* Wed Jul 06 2011 - brian.cameron@oracle.com
20784N/A- Bump to 3.1.3.
20777N/A* Thu Jun 23 2011 - ghee.teo@oracle.com
20777N/A- cleaned up fix-doc patches and now included fix to 6961209.
20294N/A* Thu May 12 2011 - padraig.obriain@oracle.com
20294N/A- Update -fix-doc patch to fix CR 7042569, 7042573, 7042574, 7042575.
20283N/A* Wed May 11 2011 - padraig.obriain@oracle.com
20283N/A- Add -fix-doc patch for CR 7042531, 7042546, 7042558
19082N/A* Mon Oct 25 2010 - javier.acosta@oracle.com
19082N/A- remove disable-gswitchit flag and update Copyright.
19045N/A* Fri Oct 22 2010 - Michal.Pryc@Oracle.Com
19045N/A- removed gnome-applets-07-stickynotes-crash.diff - bug fixed upstream.
18583N/A* Tue Apr 13 2010 - Michal.Pryc@Oracle.Com
18583N/A- gnome-applets-08-invest-gconf.diff: Added, fixes
18583N/A bugzilla:615662 bugster:6910684
18544N/A* Sat Apr 3 2010 - christian.kelly@sun.com
18544N/A- Bump to 2.30.0.
18141N/A* Mon Jan 18 2010 - christian.kelly@sun.com
18141N/A- Bump to 2.29.5.
17541N/A* Fri Oct 16 2009 - Michal.Pryc@Sun.Com
17541N/A- Use %{default_python_version} instead of hardcoding the version
17451N/A* Wed Oct 7 2009 - Michal.Pryc@Sun.Com
17451N/A- Added gnome-applets-07-stickynotes-crash.diff fix bugzilla:594797 defect:11366
17417N/A* Wed Sep 23 2009 - dave.lin@sun.com
17417N/A- Bump to 2.28.0
17299N/A* Wed Sep 09 2009 - dave.lin@sun.com
17299N/A- Bump to 2.27.92
17164N/A* Fri Aug 28 2009 - christian.kelly@sun.com
17164N/A- Bump to 2.27.91.
16932N/A* Thu Jul 30 2009 - christian.kelly@sun.com
16932N/A- Bump to 2.27.4.
16630N/A* Mon Jun 08 2009 - brina.cameron@sun.com
16630N/A- Bump to 2.26.2.
16543N/A* Thu May 21 2009 - matt.keenan@sun.com
16543N/A- Add patch 07-volume-screen.diff fix bugzilla #583452/ bugster #6782612
16379N/A* Wed Apr 15 2009 - dave.lin@sun.com
16630N/A- Bump to 2.26.1.j
16188N/A* Tue Mar 17 2009 - dave.lin@sun.com
16630N/A- Bump to 2.26.0.
16137N/A* Fri Mar 13 2009 - dave.lin@sun.com
16630N/A- Bump to 2.25.92.
15898N/A* Wed Feb 18 2009 - dave.lin@sun.com
16630N/A- Bump to 2.25.91.
15852N/A* Mon Feb 16 2009 - Matt.Keenan@sun.com
16630N/A- Bump to 2.25.90.
15852N/A* Fri Jan 30 2009 - Michal.Pryc@Sun.Com
15742N/A- added "--enable-mixer-applet" to the configure scipt.
16630N/A- patches/gnome-applets-01-disable-drivemount.diff: Reworked.
16630N/A- patches/gnome-applets-04-deprecate-now-applet.diff: Reworked.
15564N/A* Fri Dec 26 2008 - dave.lin@sun.com
16630N/A- Bump to 2.25.2.
14550N/A* Mon Sep 29 2008 - Michal.Pryc@Sun.Com
16630N/A- Bump to 2.24.0.1.
14550N/A- gnome-applets-07-drive-button.diff:
14550N/A Fix: defect.opensolaris: 3625, bugzilla: 554277
14378N/A* Wed Sep 17 2008 - Michal.Pryc@Sun.com
16630N/A- Bump to 2.23.92: Fixes 6747363.
14378N/A- Rework gnome-applets-06-accessx-crash.diff
14173N/A* Sat Sep 06 2008 - christian.kelly@sun.com
14173N/A- Bump to 2.23.91.
14082N/A* Thu Aug 28 2008 - matt.keenan@sun.com
16630N/A- Remove patch 06-fixsticky.diff, applied upstream.
16630N/A- Add patch 06-accessx-crash.diff : Fixes : 6741535.
13917N/A* Tue Aug 19 2008 - dave.lin@sun.com
16630N/A- Bump to 2.23.90.
13769N/A* Tue Aug 05 2008 - damien.carbery@sun.com
13769N/A- Bump to 2.23.4.
13415N/A* Mon Jun 16 2008 - damien.carbery@sun.com
13415N/A- Bump to 2.23.3.
13259N/A* Wed May 28 2008 - damien.carbery@sun.com
13264N/A- Bump to 2.23.2.
13264N/A* Wed May 28 2008 - damien.carbery@sun.com
13259N/A- Bump to 2.22.2.
12813N/A* Wed Apr 09 2008 - damien.carbery@sun.com
12813N/A- Bump to 2.22.1.
12805N/A* Tue Apr 08 2008 - damien.carbery@sun.com
12805N/A- Set LIBGWEATHER_CFLAGS and LIBGWEATHER_LIBS because the gweather.pc file has
12805N/A been removed. The interface has been defined as private in the GNOME 2.22 ARC
12805N/A case.
12571N/A* Mon Mar 10 2008 - damien.carbery@sun.com
12571N/A- Bump to 2.22.0.
12467N/A* Tue Feb 26 2008 - damien.carbery@sun.com
12467N/A- Bump to 2.21.92.
12360N/A* Tue Feb 12 2008 - damien.carbery@sun.com
12360N/A- Bump to 2.21.91.
12316N/A* Thu Jan 31 2008 - brian.cameron@sun.com
12316N/A- Add patch gnome-applets-06-fixsticky.diff to fix crashing issue
12316N/A with the StickyNotes applet.
12208N/A* Wed Jan 16 2008 - damien.carbery@sun.com
12208N/A- Bump to 2.21.4.
12022N/A* Tue Dec 04 2007 - damien.carbery@sun.com
12022N/A- Bump to 2.21.2.
11912N/A* Mon Nov 12 2007 - damien.carbery@sun.com
11912N/A- Bump to 2.21.1. Remove upstream patch, 06-mixerpoll.
11393N/A* Thu Oct 11 2007 - brian.cameron@sun.com
11393N/A- Add patch gnome-applets-06-mixerpoll.diff so that the mixer applet polls
11393N/A for changes in the volume less frequently. Also set python_version and call
11393N/A make install setting pyexecdir/pythondir properly so that the invest python
11393N/A code gets built and installed. Otherwise this applet doesn't work.
11252N/A* Tue Sep 18 2007 - damien.carbery@sun.com
11252N/A- Bump to 2.20.0.
11169N/A* Mon Sep 03 2007 - damien.carbery@sun.com
11169N/A- Bump to 2.19.91.
10986N/A* Wed Aug 01 2007 - damien.carbery@sun.com
10986N/A- Bump to 2.19.1.
10972N/A* Mon Jul 30 2007 - damien.carbery@sun.com
10972N/A- Bump to 2.19.0. Remove upstream patch, 06-gtk-tooltips.
10961N/A* Wed Jul 25 2007 - damien.carbery@sun.com
10961N/A- Add upstream patch, 06-gtk-tooltips, to allow building against new gtk+.
10265N/A* Mon Mar 12 2007 - damien.carbery@sun.com
10265N/A- Bump to 2.18.0.
10180N/A* Mon Mar 05 2006 - damien.carbery@sun.com
10180N/A- Bump to 2.17.90.
10139N/A* Mon Feb 19 2006 - damien.carbery@sun.com
10139N/A- Specify pythondir in make install so that we install into vendor-packages dir
10139N/A rather than site-packages.
10139N/A* Sun Feb 18 2007 - glynn.foster@sun.com
10139N/A- Sucky patch to deprecate the now applet completely. Maybe we can
10139N/A remove this in the future.
10139N/A* Wed Jan 03 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.17.1. Remove patch, 03-disable-keyboard-layout, because the
10139N/A libxklavier sections are no longer present. Renumber remainder.
10139N/A* Mon Nov 27 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.2.
10139N/A* Tue Oct 03 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.1.
10139N/A* Fri Sep 15 2006 - brian.cameron@sun.com
10139N/A- Remove stale patches.
10139N/A* Thu Sep 14 2006 - brian.cameron@sun.com
10139N/A- Rework gnome-applets-04-disable-keyboard-layout.diff patch so that the
10139N/A gswitchit applet is disabled with --disable-gswitchit, which is now
10139N/A added to configure call.
10139N/A* Mon Sep 04 2006 - brian.cameron@sun.com
10139N/A- Add patch so that the multiload applet builds, since it needs -lXau on the
10139N/A linker call.
10139N/A* Tue Sep 05 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.0.1.
10139N/A* Mon Sep 04 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.0.
10139N/A* Wed Aug 23 2006 - damien.carbery@sun.com
10139N/A- Reenable building of stickynotes, turned off because TomBoy is a replacement.
10139N/A* Tue Aug 22 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.90.
10139N/A- Remove upstream patch, 05-hidden, renumber remainder.
10139N/A* Tue Aug 08 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.3.
10139N/A* Fri Jul 28 2006 - damien.carbery@sun.com
10139N/A- Remove upstream patch, 07-multiload. dos2unix the po files.
10139N/A* Fri Jul 28 2006 - brian.cameron@sun.com
10139N/A- Correct patches.
10139N/A* Fri Jul 28 2006 - darren.kenny@sun.com
16630N/A- Add multiload patches.
10139N/A* Fri Jul 28 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.2.
10139N/A* Thu Jul 27 2006 - brian.cameron@sun.com
10139N/A- Remove patch patches/gnome-applets-04-prefer-sdtaudiocontrol.diff since
10139N/A now gnome-volume-control is in better shape.
10139N/A* Thu Jul 27 2006 - damien.carbery@sun.com
10139N/A- Add patch, 06-hidden, for G_GNUC_INTERNAL changes.
10139N/A* Wed Jul 21 2006 - dermot.mccluskey@sun.com
10139N/A- Bump to 2.15.1.1.
10139N/A* Sat Jul 15 2006 - glynn.foster@sun.com
10139N/A- Add patch to remove all the keyboard layout features.
10139N/A* Tue May 16 2006 - calum.benson@sun.com
10139N/A- Have mixer's "open audio control" menu item run sdtaudiocontrol (if present)
10139N/A rather than gnome-volume-control, as per UI spec.
10139N/A* Mon Apr 10 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.1.
10139N/A* Sun Mar 12 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.0.
10139N/A* Sun Feb 26 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.90.
10139N/A* Mon Feb 13 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.4.
10139N/A* Tue Jan 31 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.3.
10139N/A- Remove upstream patches, 04-trashapplet and 05-gstreamer10.
10139N/A- Modified configure to use gstreamer 0.10.
10139N/A* Thu Jan 19 2006 - brian.cameron@sun.com
10139N/A- Add patch 05 so that it builds with GStreamer 0.10.
10139N/A* Tue Jan 17 2006 - damien.carbery@sun.com
16630N/A- Bump to 2.13.2.
10139N/A* Tue Jan 03 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.1.
10139N/A* Wed Nov 30 2005 - damien.carbery@sun.com
10139N/A- Remove upstream patch, gnome-applets-05-Wall.diff.
10139N/A* Tue Nov 29 2005 - laca.com
16630N/A- remove javahelp stuff.
10139N/A* Tue Nov 29 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.12.2.
10139N/A* Tue Oct 11 2005 - damien.carbery@sun.com
16630N/A- Bump to 2.12.1.
10139N/A* Tue Sep 20 2005 - laca@sun.com
16630N/A- update -Wall.diff.
10139N/A* Sat Sep 17 2005 - glynn.foster@sun.com
16630N/A- Bump to 2.12.0.
10139N/A* Tue Sep 13 2005 - laca@sun.com
10139N/A- use --disable-scrollkeeper so that make install doesn't try to update
16630N/A the scrollkeeper data in /var.
16630N/A- add patch trashapplet.diff.
10139N/A- add patches Wall.diff (remove -Wall CFLAGS) and fontconfig.diff
16630N/A (add -lfontconfig).
10139N/A* Mon Aug 29 2005 - laca@sun.com
10139N/A- remove solaris.diff (upstream) and powersaved-support-for-battstat.diff
16630N/A (broken).
10139N/A* Mon Aug 15 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.11.91.
10139N/A* Thu Jul 07 2005 - archana.shah@wipro.com
10139N/A- Added patch gnome-applets-05-powersaved-support-for-battstat.diff to make use
10139N/A of libpowersave.
16630N/A Patch taken for #6237356.
10139N/A* Mon Jun 20 2005 - matt.keenan@sun.com
16630N/A- Add requires for gstreamer-plugins for mixer-applet build.
10139N/A* Fri Jun 03 2005 - leena.gunda@wipro.com
10139N/A- Added patch gnome-applets-22-gkb-applet-show-message.diff to popup a
10139N/A message when user adds gkb-applet to panel. Fixes bug #6245563.
10139N/A* Tue May 24 2005 - brian.cameron@sun.com
10139N/A- Cleanup.
10139N/A* Thu May 19 2005 - brian.cameron@sun.com
10139N/A- No longer call javahelp-convert-install for cdplayer, mailcheck or gkb
10139N/A since they are no longer in gnome-applets.
10139N/A* Mon May 16 2005 - kazuhiko.maekawa@sun.com
16630N/A- l10n help files follow base bug fix 6265900 and 6227253.
10139N/A* Fri May 13 2005 - brian.cameron@sun.com
10139N/A- Only build with tm_gmtoff if it is available. It's not on Solaris so this
10139N/A fixes the build.
10139N/A* Fri May 13 2005 - brian.cameron@sun.com
10139N/A- Add "-I ./m4" to aclocal since it is needed.
10139N/A* Wed May 11 2005 - balamurali.viswanathan@wipro.com
16630N/A- Bump to 2.10.1.
10139N/A* Thu May 05 2005 - damien.carbery@sun.com
10139N/A- 6265900: Change xml file in accessx-status-C.omf from accessx-status.xml to
10139N/A gnome-access-guide.xml#dtconfig-21 (as in submitted file). A hack that is
10139N/A easy to maintain.
10139N/A* Mon Apr 18 2005 - damien.carbery@sun.com
10139N/A- 6227253: Change xml file in gweather-C.omf from gweather.xml to
10139N/A sample_apps_info.xml (part of gnome-user-docs). Bit of a hack but a very easy
10139N/A one to maintain.
10139N/A* Thu Mar 17 2005 - srirama.sharma@wipro.com
10139N/A- Updated gnome-applets-19-powersaved-support-for-battstat.diff to
10139N/A make sure that the battstat applet shows proper tooltip information.
10139N/A Fixes bug #6237356.
10139N/A* Mon Mar 14 2005 - damien.carbery@sun.com
10139N/A- Remove 'rm' of gweather omf files.
10139N/A* Sat Mar 12 2005 - damien.carbery@sun.com
10139N/A- Comment out patch 20 because it clashes with the new docs tarball.
10139N/A* Fri Mar 11 2005 - damien.carbery@sun.com
10139N/A- Integrate docs tarball (gnome-applets_docs-0.13linux) from irene.ryan@sun.com.
10139N/A* Wed Feb 16 2005 - alvaro.lopez@sun.com
10139N/A- Obsoletes header fixed: added version.
10139N/A* Wed Feb 16 2005 - damien.carbery@sun.com
10139N/A- Integrate docs tarball (gnome-applets_docs-0.12linux) from
10139N/A maeve.anslow@sun.com.
10139N/A* Fri Feb 11 2005 dinoop.thomas@wipro.com
10139N/A- Added patch to include tooltip for modemlights.
10139N/A Fixes bug 4958878.
10139N/A* Wed Feb 02 2005 glynn.foster@sun.com
10139N/A- Remove drivemount.
10139N/A* Tue Feb 01 2005 alvaro.lopez@sun.com
16630N/A- Obsoletes gnome-address-applet.
10139N/A* Fri Jan 28 2005 matt.keenan@sun.com
16630N/A- #6222302 : Remove gkb from yelp for linux.
16630N/A- #6222336 : Remove gweather from yelp.
10139N/A* Mon Jan 24 2005 srirama.sharma@wipro.com
10139N/A- Adding autoheader to pick up the powersaved changes.
10139N/A* Mon Jan 24 2005 archana.shah@wipro.com
10139N/A- gnome-applets-17-cdplayer-applet-work.diff: Patch removed.
10139N/A gnome-applets-17-cdplayer-play.diff: Patch added. Fixes bug#6185200
16630N/A Also fixes bugs #6215743 & #6215744.
10139N/A* Fri Jan 21 2005 matt.keenan@sun.com
16630N/A- #6219571 : Remove gkb help from linux.
10139N/A* Mon Jan 17 2005 alvaro.lopez@sun.com
16630N/A- Updated URL.
10139N/A* Fri Jan 14 2005 - kazuhiko.maekawa@sun.com
16630N/A- Updated l10n help tarball for cinnabar-linux.
10139N/A* Fri Jan 14 2005 takao.fujiwara@sun.com
10139N/A- Updated gnome-applets-04-g11n-i18n-ui.diff from community reply.
16630N/A- Added gswitchit.schemas in spec file.
10139N/A* Thu Jan 13 2005 matt.keenan@sun.com
16630N/A- #6200378, accessx status applet help.
10139N/A* Wed Jan 12 2005 takao.fujiwara@sun.com
10139N/A- Updated gnome-applets-04-g11n-i18n-ui.diff to localize gswitchit.
16630N/A Fixing bug 6216093.
10139N/A* Fri Jan 07 2005 srirama.sharma@wipro.com
10139N/A- Added gnome-applets-19-powersaved-support-for-battstat.diff to
10139N/A make battstat applet work using powersave library functions.
10139N/A* Thu Dec 16 2004 srirama.sharma@wipro.com
10139N/A- Added gnome-applets-18-mixer-volume-control.diff to control
10139N/A volume properly using "+" and "-" keys. Fixes the Bug #4991121.
10139N/A* Mon Dec 06 2004 vinay.mandyakoppal@wipro.com
10139N/A- Added gnome-applets-17-cdplayer-applet-work.diff to make cdplayer
10139N/A applet work. Fixes bug #6185200.
10139N/A* Fri Nov 26 2004 glynn.foster@Sun.COM
10139N/A- Add workaround patch to disable gswitchit on Solaris. Fixes
10139N/A bug #6184440 temporarily.
10139N/A* Wed Nov 10 2004 Chookij.Vanatham@Sun.COM
10139N/A- Added patch gnome-applets-15-non-utf8-date-title.diff to fix
10139N/A undisplayed non-utf8 date at the title. Fixes bug 6176791.
10139N/A* Mon Nov 08 2004 - matt.keenan@sun.com
10139N/A- #5076490, add patch 14-gkb-help.diff
10139N/A* Thu Oct 28 2004 - matt.keenan@sun.com
16630N/A- Add gkb_xmmap.1, gnome-keyboard-layout.1, gswitchit-plugins-capplet.1 man
16630N/A pages.
10139N/A* Thu Oct 28 2004 - kazuhiko.maekawa@sun.com
16630N/A- Updated l10n help tarball and added pt_BR.
10139N/A* Wed Oct 27 2004 damien.carbery@sun.com
10139N/A- Integrate updated docs tarball from maeve.anslow@sun.com.
10139N/A* Fri Oct 01 2004 bill.haneman@sun.com
10139N/A- Added replacement image for accessx-status/pixmaps/sticky-meta-locked.png.
10139N/A* Thu Sep 30 2004 vinay.mandyakoppal@wipro.com
10139N/A- Added patch gnome-applets-12-gswitchit-help.diff to fix help
16630N/A issues. Fixes bug #5076490.
10139N/A* Wed Sep 29 2004 srirama.sharma@wipro.com
10139N/A- Added patch gnome-applets-11-volume-control-icon.diff
10139N/A to provide a icon in gnome desktop menu. Fixes bug #5099353.
10139N/A* Wed Sep 29 2004 vinay.mandyakoppal@wipro.com
10139N/A- Added patch gnome-applets-10-save-password.diff to make
10139N/A "Save the password to disk" work. Fixes bug #5103157.
10139N/A* Wed Sep 08 2004 matt.keenan@sun.com
10139N/A- Bumped tarball to 2.6.2.1 for a11y bug fixes
10139N/A- Removed patch gnome-applets-07-accessx-xkb-check.diff
10139N/A- Removed patch gnome-applets-08-accessx-fix-crash.diff
10139N/A- Removed patch gnome-applets-09-gkb-crash.diff
10139N/A- Removed patch gnome-applets-11-accessx-xkb-crash.diff
10139N/A- Renamed patch 10 -> 07
10139N/A- Renamed patch 12 -> 08
10139N/A- Renamed patch 13 -> 09
10139N/A* Fri Aug 27 2004 damien.carbery@sun.com
10139N/A- Integrated updated docs tarball from breda.mccolgan@sun.com.
10139N/A- Removed patch 14 because the imswitcher directory has been removed because
10139N/A it is in another module - gnome-im-switcher.
10139N/A* Thu Aug 26 2004 damien.carbery@sun.com
10139N/A- Integrated updated docs tarball from breda.mccolgan@sun.com.
10139N/A- Removed gswitchit-docs tarball as is part of gnome-applets_docs now.
10139N/A* Wed Aug 25 2004 damien.carbery@sun.com
10139N/A- Integrated updated docs tarball from breda.mccolgan@sun.com.
10139N/A* Wed Aug 25 2004 Kazuhiko.Maekawa@sun.com
16630N/A- Added l10n help contents.
10139N/A* Thu Aug 19 2004 damien.carbery@sun.com
10139N/A- Add new gswitchit docs tarball from breda.mccolgan@sun.com.
10139N/A* Tue Aug 17 2004 - balamurali.viswanathan@wipro.com
10139N/A- Remove "--enable-gstreamer=no" option to the configure script. So that mixer
10139N/A applet can use sunaudio plugin.
10139N/A* Mon Aug 09 2004 - balamurali.viswanathan@wipro.com
10139N/A- Add "--enable-gstreamer=no" option to the configure script. So that mixer
10139N/A applet uses SUN APIs to change volume. Only for Solaris.
10139N/A* Thu Aug 05 2004 damien.carbery@sun.com
10139N/A- Incorporate new docs tarball from breda.mccolgan@sun.com.
10139N/A* Thu Jul 29 2004 - matt.keenan@sun.com
16630N/A- Bug : 5077650, help bug.
10139N/A* Thu Jul 22 2004 - glynn.foster@sun.com
10139N/A- Disable the wireless applet.
10139N/A* Mon Jul 19 2004 - niall.power@sun.com
16630N/A- merged with HEAD.
10139N/A* Thu Jul 08 2004 - damien.donlon@sun.com
16630N/A- Updated l10n content to gnome-applets-l10n-po-1.2.tar.bz2.
10139N/A* Thu Jul 08 2004 - dermot.mccluskey@sun.com
16630N/A- undid -j $CPUS for this module.
10139N/A* Thu Jul 08 2004 - stephen.browne@sun.com
16630N/A- Ported to rpm4/SLES9.
10139N/A* Wed Jul 07 2004 - leena.gunda@wipro.com
10139N/A- added gnome-applets-12-accessx-xkb-crash.diff to fix bug #5067184.
10139N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
16630N/A- added "-j $CPUS" to make to speed up builds.
10139N/A* Thu Jun 24 2004 vijaykumar.patwari@wipro.com
10139N/A- Associate default macros for mini commander applet.
10139N/A* Wed Jun 02 2004 damien.carbery@sun.com
10139N/A- Incorporate new docs tarball from breda.mccolgan@sun.com.
10139N/A* Wed Jun 02 2004 - leena.gunda@wipro.com
10139N/A- Add patch gnome-applets-10-gkb-crash.diff to fix bug #5043883.
10139N/A* Mon May 31 2004 - padraig.obriain@sun.com
10139N/A- Add patch gnome-applets-08-accessx-fix-crash.diff bugzilla - bug #137585.
10139N/A* Mon May 31 2004 - matt.keenan@sun.com
16630N/A- Update to 2.6.1, remove patch-05, re-apply 01, rename 09 to 05.
10139N/A* Fri May 28 2004 - damien.carbery@sun.com
10139N/A- Incorporate new docs tarball from breda.mccolgan@sun.com.
10139N/A* Wed May 12 2004 - damien.donlon@sun.com
16630N/A- Updated l10n content to gnome-applets-l10n-po-1.1.tar.bz2.
10139N/A* Mon May 10 2004 - archana.shah@wipro.com
16630N/A- Added gnome-applets-09-mailcheck-pop3.diff.
10139N/A* Mon May 10 2004 - archana.shah@wipro.com
16630N/A- Added gnome-applets-08-wireless-tooltip.diff.
10139N/A* Tue Apr 27 2004 - arvind.samptur@wipro.com
10139N/A- Added gnome-applets-07-accessx-xkb-check.diff to fix the applet
16630N/A not to crash when XKB is not enabled on the X server.
10139N/A* Fri Apr 23 2004 - archana.shah@wipro.com
10139N/A- Modified the tooltip for mini-commander applet.
16630N/A- Patch: gnome-applets-06-mini-commander-tooltip.diff.
10139N/A* Sun Apr 18 2004 - laca@sun.com
16630N/A- enable javahelp conversion on Solaris.
16630N/A- ifos the javahelp conversions of applets not available on Solaris.
10139N/A* Mon Apr 05 2004 - matt.keenan@sun.com
16630N/A- Bump to 2.6.0.
16630N/A- Re-apply patch 03-g18n.
16630N/A- Remove patch 05-non_portable_CFLAGS.
16630N/A- Rename patch 06 -> to patch 05.
10139N/A* Thu Apr 01 2004 - damien.donlon@sun.com
16630N/A- javahelp conversion.
10139N/A* Mon Mar 29 2004 - damien.donlon@sun.com
16630N/A- Updated l10n content to gnome-applets-l10n-po-1.0.tar.bz2.
10139N/A* Tue Mar 16 2004 - glynn.foster@sun.com
10139N/A- Updated version to 2.5.8, killed off a few patches that
10139N/A we know are going to make 2.6.0, and sanitize things a little.
10139N/A* Mon Mar 15 2004 - takao.fujiwara@sun.com
10139N/A- Replaced gnome-applets-01-potfiles.diff with
16630N/A gnome-applets-01-g11n-potfiles.diff.
10139N/A- Replaced gnome-applets-08-gweather-i18n.diff with
16630N/A gnome-applets-08-g11n-i18n-ui.diff to fix 4980055, 4991808, 4999133.
16630N/A- Added gnome-applets-10-g11n-schemas.diff.
10139N/A* Mon Feb 23 2004 - <matt.keenan@sun.com>
16630N/A- Bumped to 2.5.6.
16630N/A- Remerged all patches.
16630N/A- Brought forward NEW changes from patch.
16630N/A gnome-applets-19-i18n-ui.diff, This should have been ported to HEAD by
16630N/A Wipro!!!
10139N/A* Tue Feb 17 2004 - <laca@sun.com>
16630N/A- added patch to remove non-portable CFLAGS hardcoded in a Makefile.am.
10139N/A* Wed Feb 04 2004 - <matt.keenan@sun.com>
16630N/A Fix prob with gnome-applets-08-gweather-i18n.diff.
16630N/A Remove pixmaps/gweather/* from files list as no longer in tarball.
10139N/A* Tue Feb 03 2004 - <Matt.Keenan@sun.com>
16630N/A Bump to 2.5.5.
10139N/A Redid Patchs :
10139N/A gnome-applets-02-stickynotes-icon.diff
10139N/A gnome-applets-06-add-l10n-docs.diff
10139N/A Forward port patches from Quicksilver
10139N/A gnome-applets-07-l10n-online-help.diff
10139N/A QS: gnome-applets-17-multiload-docs.diff
10139N/A QS: gnome-applets-18-multiload-docs2.diff
10139N/A QS: gnome-applets-22-l10n-online-help.diff
10139N/A gnome-applets-08-gweather-i18n.diff
10139N/A QS: gnome-applets-19-i18n-gweather.diff
10139N/A* Tue Dec 16 2003 - <glynn.foster@sun.com>
16630N/A- Bump to 2.5.2.
10139N/A* Thu Oct 23 2003 - <matt.keenan@sun.com>
16630N/A- #4942358 patch 09.
10139N/A* Tue Oct 14 2003 - <matt.keenan@sun.com>
16630N/A- Upgrade Tarball to 2.4.1 for QS.
10139N/A* Wed Oct 01 2003 - <matt.keenan@sun.com>
16630N/A- #4930230, Wireless doc install.
10139N/A* Wed Oct 01 2003 - <matt.keenan@sun.com>
16630N/A- #4905881, Battery applet suspend command failure message.
10139N/A* Tue Sep 30 2003 - <matt.keenan@sun.com>
16630N/A- #4913408, cd player applet stops playing.
10139N/A* Tue Sep 30 2003 - <matt.keenan@sun.com>
16630N/A- #4922609, stock ticker location change bug.
10139N/A* Fri Sep 26 2003 - <laca@sun.com>
16630N/A- Integrate Sun docs.
10139N/A* Mon Sep 08 2003 - <matt.keenan@sun.com>
16630N/A- patch for bug 4911981.
10139N/A* Tue Aug 12 2003 - <matt.keenan@sun.com>
16630N/A- Not delivering gweather/Locations.
10139N/A* Mon Aug 11 2003 - <matt.keenan@sun.com>
16630N/A- Update new tarball 2.3.6, and re-alligned all the patches, remove one patch.
10139N/A* Thu Aug 07 2003 - <matt.keenan@sun.com>
16630N/A- Save current keyboard layout #4887871.
10139N/A* Thu Aug 07 2003 - <matt.keenan@sun.com>
16630N/A- Default battstat suspend computer command.
10139N/A* Wed Aug 06 2003 - <glynn.foster@sun.com>
16630N/A- Position the file selector dialog for mini-commander applet nicely.
10139N/A* Wed Jul 23 2003 - <glynn.foster@sun.com>
16630N/A- Add consistant window icon.
10139N/A* Tue Jul 22 2003 - <glynn.foster@sun.com>
16630N/A- Make sure geyes themes get installed.
10139N/A* Tue Jul 22 2003 - <glynn.foster@sun.com>
16630N/A- New mixer icon.
10139N/A* Mon Jul 21 2003 - <glynn.foster@sun.com>
16630N/A- Changed stickynotes icon for the hell of it.
10139N/A* Wed Jul 09 2003 - <michael.twomey@sun.com>
16630N/A- add in sun po files.
10139N/A* Thu Jul 03 2003 - Matt.Keenan@sun.com
16630N/A- Patch for accessx-applet from head.
10139N/A* Thu Jul 03 2003 - Matt.Keenan@sun.com
16630N/A- New Tarball, gnome-applets-2.3.5.
10139N/A* Tue Jun 10 2003 - Matt.Keenan@sun.com
10139N/A- New Tarball, gnome-applets-2.3.4, updated files and schemas for new applets.
10139N/A* Thu May 15 2003 - Matt.Keenan@sun.com
16630N/A- Fix installation of mixer & wirelass applets icons.
10139N/A* Wed May 14 2003 - Laszlo.Kovacs@Sun.COM
16630N/A- Initial release.
20784N/A