gnome-panel.spec revision 11901
10139N/A#
10139N/A# spec file for package gnome-panel
10139N/A#
10139N/A# Copyright 2007 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
10139N/A# Owner: mattman
10139N/A#
10139N/A%include l10n.inc
10139N/AName: gnome-panel
10139N/ALicense: GPL
10139N/AGroup: System/GUI/GNOME
10615N/AVersion: 2.20.1
10615N/ARelease: 2
10820N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: The GNOME Panel
10139N/ASource: http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/2.20/gnome-panel-%{version}.tar.bz2
10139N/A%if %option_with_sun_branding
10613N/ASource1: gnome-main-menu.png
10794N/A%endif
10139N/ASource2: gnome-time-settings.apps
10794N/ASource3: world_map-960.png
10794N/ASource4: %{name}-po-sun-%{po_sun_version}.tar.bz2
10139N/ASource5: l10n-configure.sh
10640N/A%if %option_with_sun_branding
10139N/A# date:2003-05-30 type:branding owner:gman
10640N/APatch1: gnome-panel-01-default-setup.diff
10139N/A%endif
10820N/A%if %option_with_indiana_branding
10139N/APatch1: gnome-panel-01-default-setup-indiana.diff
10820N/A%endif
10339N/A# date:2004-09-30 type:branding owner:mattman
10820N/APatch2: gnome-panel-02-fish-applet.diff
10535N/A# date:2004-10-18 type:feature bugster:4984097 owner:mattman
10820N/APatch3: gnome-panel-03-concurrent-login.diff
10139N/A# date:2005-01-17 type:bug bugster:6205402 bugzilla:147691 owner:gheet
10139N/APatch4: gnome-panel-04-panel-applet-session-never-restart.diff
10139N/A# date:2005-02-28 type:bug bugster:4912432 owner:mattman bugzilla:447901
10139N/APatch5: gnome-panel-05-notificationarea-tooltip.diff
10139N/A# date:2005-03-14 type:bug bugster:6239962,6239963 bugzilla:170268 owner:mattman
10139N/APatch6: gnome-panel-06-input-method-filter-keypress.diff
10139N/A# date:2004-03-03 type:feature owner:mattman bugzilla:394249,394252
10139N/APatch7: gnome-panel-07-restrict-app-launching.diff
10139N/A%if %option_with_sun_branding
10139N/A# date:2006-05-03 type:branding owner:gman
10139N/APatch8: gnome-panel-08-launch-menu.diff
10139N/A# date:2006-09-21 type:branding owner:erwannc
10139N/APatch9: gnome-panel-09-solaris-branding.diff
10139N/A%endif
10139N/A# date:2007-04-04 type:feature bugster:6540938 owner:mattman
10139N/APatch10: gnome-panel-10-gnome-sys-suspend.diff
10139N/A# date:2006-06-30 type:feature owner:stephen
10139N/APatch11: gnome-panel-11-trusted-extensions.diff
10139N/A# date:2006-07-12 type:feature owner:yippi
10139N/APatch12: gnome-panel-12-noswitchuser.diff
10139N/A# date:2004-03-03 type:feature owner:mattman bugzilla:397253
10139N/APatch13: gnome-panel-13-lockdown-applets.diff
10139N/AURL: http://www.gnome.org
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/gnome-panel
10139N/AAutoreqprov: on
10139N/APrereq: /sbin/ldconfig
10139N/APrereq: GConf
10139N/A
10139N/A%define libgnomeui_version 2.2.0
10139N/A%define gnome_desktop_version 2.2.1
10139N/A%define scrollkeeper_version 0.3.11
10139N/A%define popt_version 1.6.4
10139N/A%define gtk_doc_version 1.0
10139N/A%define libwnck_version 2.2.1-2
10139N/A%define libbonoboui_version 2.2.0
10139N/A%define GConf_version 2.6.1
10139N/A%define gnome_menus_version 2.10.0
10139N/A
10139N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
10139N/ABuildRequires: gnome-desktop-devel >= %{gnome_desktop_version}
10139N/ABuildRequires: popt-devel >= %{popt_version}
10139N/ABuildRequires: gtk-doc >= %{gtk_doc_version}
10139N/ABuildRequires: libwnck-devel >= %{libwnck_version}
10139N/ABuildRequires: GConf >= %{GConf_version}
10139N/ABuildRequires: scrollkeeper >= %{scrollkeeper_version}
10139N/ABuildRequires: intltool
10139N/ABuildRequires: gnome-menus-devel >= %{gnome_menus_version}
10139N/ARequires: libgnomeui >= %{libgnomeui_version}
10139N/ARequires: gnome-desktop >= %{gnome_desktop_version}
10139N/ARequires: libwnck >= %{libwnck_version}
10139N/ARequires: gnome-menus >= %{gnome_menus_version}
10139N/A
10139N/A%description
10139N/AThis package contains the GNOME 2.0 Panel. The Panel is an easy to use and
10139N/Afunctional interface to manage your desktop, start programs and organize
10139N/Aaccess to your data.
10139N/A
10139N/A%package devel
10139N/ASummary: The GNOME Panel
10139N/AGroup: System/GUI/GNOME
10139N/AAutoreqprov: on
10139N/ARequires: %{name} = %{version}
10139N/ARequires: GConf-devel >= %{GConf_version}
10139N/ARequires: libbonoboui-devel >= %{libbonoboui_version}
10139N/A
10139N/A%description devel
10794N/AThis package contains the GNOME 2.0 Panel. The Panel is an easy to use and functional interface to manage your desktop, start programs and organize access to your data.
10794N/A
10139N/A
10139N/A%prep
10139N/A%setup -q
10640N/A# bugster 6486542,6346647,6444413,6399297 bugzilla 404898,402399,411097
10139N/Ash -x %SOURCE5 --disable-gnu-extensions --disable-sun-linguas
10139N/A
10139N/A%if %option_with_sun_branding
10139N/A%patch1 -p1
10139N/A%endif
10535N/A%if %option_with_indiana_branding
10820N/A%patch1 -p1
10535N/A%endif
10535N/A%patch2 -p1
10139N/A%patch3 -p1
10139N/A%patch4 -p1
10139N/A%patch5 -p1
10139N/A%patch6 -p1
10139N/A%patch7 -p1
10139N/A%patch13 -p1
10139N/A%if %option_with_sun_branding
10139N/A# Patch8 needs rework (menu.c section).
10139N/A%patch8 -p1
10139N/A%patch9 -p1
10139N/A%endif
10139N/A%patch10 -p1
10139N/A%if %build_tjds
10139N/A%patch11 -p1
10139N/A%endif
10139N/A%patch12 -p1
10139N/Acp %SOURCE3 icons
10139N/A%if %option_with_sun_branding
10139N/Acp %SOURCE1 icons/gnome-main-menu.png
10139N/A%endif
10139N/A
10139N/A%if %build_l10n
10139N/Abzcat %SOURCE4 | tar xf -
10139N/Acd po-sun; make; cd ..
10139N/A%endif
10139N/A
10139N/A%build
10139N/A%ifos linux
10139N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
10139N/A%else
10139N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10139N/A%endif
10139N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10139N/A CPUS=1
10139N/Afi
10139N/A
10139N/Alibtoolize --force
10139N/Aglib-gettextize -f
10139N/Aintltoolize --force --copy
10139N/Aaclocal $ACLOCAL_FLAGS
10139N/Aautomake -a -c -f
10139N/Aautoconf
10139N/A
10139N/ACFLAGS="$RPM_OPT_FLAGS" \
10139N/A ./configure \
10139N/A --prefix=%{_prefix} \
10139N/A --libexecdir=%{_libexecdir} \
10139N/A --mandir=%{_mandir} \
10139N/A --sysconfdir=%{_sysconfdir} \
10139N/A --disable-scrollkeeper \
10139N/A %{gtk_doc_option}
10139N/A
10139N/Amake
10139N/A
10139N/A%install
10139N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
10139N/Amake -i install DESTDIR=$RPM_BUILD_ROOT
10139N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
10139N/A%ifos linux
10139N/Ainstall -d $RPM_BUILD_ROOT%{_sbindir}
10139N/Ainstall -m 644 -D %SOURCE2 $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/gnome-time-settings
10139N/Amv $RPM_BUILD_ROOT%{_bindir}/gnome-time-settings $RPM_BUILD_ROOT%{_sbindir}/
10139N/A(cd $RPM_BUILD_ROOT%{_bindir}; ln -sf consolehelper gnome-time-settings)
10139N/A%endif
10139N/A
10139N/Arm $RPM_BUILD_ROOT%{_libdir}/*.a
10139N/Arm $RPM_BUILD_ROOT%{_libdir}/*.la
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/A/sbin/ldconfig
10139N/Aexport GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
10139N/ASCHEMAS="panel-toplevel.schemas panel-object.schemas panel-global.schemas panel-general.schemas panel-compatibility.schemas clock.schemas workspace-switcher.schemas window-list.schemas"
10139N/Afor S in $SCHEMAS; do
10139N/A gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
10139N/Adone
10139N/Agconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --load %{_sysconfdir}/gconf/schemas/panel-default-setup.entries
10139N/Agconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --load %{_sysconfdir}/gconf/schemas/panel-default-setup.entries /apps/panel/profiles/default
10139N/A
10139N/A%postun
10139N/A/sbin/ldconfig
10139N/A
10139N/A%files
10139N/A%defattr (-, root, root)
10139N/A%doc AUTHORS COPYING ChangeLog NEWS README
10139N/A%{_bindir}/gnome-desktop-item-edit
10139N/A%{_bindir}/gnome-panel
10139N/A%{_bindir}/gnome-time-settings
10139N/A%{_sbindir}/gnome-time-settings
10139N/A%{_libexecdir}/*
10139N/A%{_libdir}/libpanel-applet*.so.*
10139N/A%{_libdir}/bonobo/servers
10139N/A%{_datadir}/gnome-panelrc
10139N/A%{_datadir}/gnome/help
10139N/A%{_datadir}/gnome/panel
10139N/A%{_datadir}/gnome/panel/glade
10139N/A%{_datadir}/gnome-2.0/ui
10139N/A%{_datadir}/gnome-time-settings/*
10139N/A%{_datadir}/icons/hicolor/*
10139N/A%{_datadir}/idl/*
10139N/A%{_datadir}/omf/*
10139N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
10139N/A%{_mandir}/man1/*
10139N/A%{_sysconfdir}/security/console.apps/*
10139N/A%{_sysconfdir}/gconf/schemas/*
10820N/A
10820N/A%files devel
10794N/A%defattr (-, root, root)
10794N/A%{_bindir}/panel-test-applets
10742N/A%{_includedir}/panel-2.0
10742N/A%{_libdir}/libpanel-applet*.so
10742N/A%{_libdir}/pkgconfig/*.pc
10704N/A%{_datadir}/gtk-doc/html/panel-applet
10704N/A%{_mandir}/man3/*
10640N/A
10640N/A%changelog
10640N/A* Fri Nov 09 2007 - jedy.wang@sun.com
10613N/A* Remove 14-support-alacarte.diff.
10615N/A* Fri Nov 02 2007 - dave.lin@sun.com
10535N/A- Fixed the problem with branding Patch1 definition
10535N/A* Fri Oct 19 2007 - glynn.foster@sun.com
10476N/A- disable Sun branding by default
10476N/A* Fri Oct 19 2007 - damien.carbery@sun.com
10476N/A- Bump to 2.20.1.
10436N/A* Wed Sep 19 2007 - damien.carbery@sun.com
10438N/A- Bump to 2.20.0.1.
10438N/A* Tue Sep 18 2007 - damien.carbery@sun.com
10438N/A- Bump to 2.20.0.
10436N/A* Wed Sep 05 2007 - damien.carbery@sun.com
10436N/A- Bump to 2.19.92.
10418N/A* Wed Aug 15 2007 - damien.carbery@sun.com
10418N/A- Bump to 2.19.6. Remove upstream patch, 10-clock-timezone. Renumber patch 15
10418N/A to patch 10 (gnome-sys-suspend).
10418N/A* Wed Jul 11 2007 - damien.carbery@sun.com
10418N/A- Reenable the TJDS patch (11-trusted-extensions). Remove the contents of the
10418N/A obsolete clock patch, but keep the file for a fix to #455921 (to avoid patch
10339N/A renaming).
10339N/A* Mon Jul 09 2007 - damien.carbery@sun.com
10283N/A- Bump to 2.19.5.
10284N/A* Wed Jun 20 2007 - matt.keenan@sun.com
10169N/A- Re-work gnome-panel-10-clock-timezone patch again... for 2.19.4
10169N/A* Tue Jun 12 2007 - matt.keenan@sun.com
10139N/A- Re-work gnome-panel-10-clock-timezone patch, missing clock.h portion !!
10139N/A* Tue Jun 05 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.3. Remove upstream patches, 15-lXau and 17-name_max. Renumber
10139N/A remainder. Comment out patch10 (clock-timezone), asking owner to update.
10139N/A* Fri May 18 2007 - matt.keenan@sun.com
10139N/A- Re-Work gnome-panel-16-gnome-sys-suspend.diff after tarball update
10139N/A* Tue May 15 2007 - damien.carbery@sun.com
10139N/A- Add patch, 17-name_max, to use MAXNAMLEN on Solaris. Fixes 438637.
10139N/A* Tue May 15 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.2.
10139N/A* Wed Apr 11 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.18.1.
10139N/A* Tue Mar 13 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.18.0.
10139N/A* Fri Mar 09 2007 - takao.fujiwara@sun.com
10139N/A- Add l10n-configure.sh to remove GNU extension from it.po, th.po and zh*.po
10139N/A* Wed Feb 28 2007 - damien.carbery@sun.com
10139N/A- Remove upstream patch, 16-keynav.
10139N/A* Tue Feb 27 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.92.
10139N/A* Tue Feb 13 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.91. Remove upstream patches, 16-gok-grab-menu and 17-fixclock.
10139N/A Renumber rest.
10139N/A* Thu Feb 8 2007 - damien.carbery@sun.com
10139N/A- Reenable patch10 and zone_tab.sh script as they now apply correctly.
10139N/A* Mon Jan 28 2007 - matt.keenan@sun.com
10139N/A- Remove Patch18 - gnome-panel-16-preferences-menu.diff, seems to be upstream
10139N/A* Sun Jan 28 2007 - laca@sun.com
10139N/A- add %if %build_tjds guard around tjds patch so we can build without trusted
10139N/A jds support
10139N/A* Thu Jan 24 2007 - damien.carbery@sun.com
10139N/A- Unbump from 2.17.90 back to 2.16.2. UI spec needs to be updated before
10139N/A patches can be reworked.
10139N/A* Mon Jan 22 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.90. Remove upstream patch, 16-preferences. Renumber remainder.
10139N/A Disable a few patches, asking owners to rework them.
10139N/A* Tue Jan 16 2007 - takao.fujiwara@sun.com
10139N/A- Add l10n tarball.
10139N/A* Fri Dec 15 2006 - brian.cameron@sun.com
10139N/A- Add patch gnome-panel-18-fixclock.diff to fix problem with clock
10139N/A crashing when you click on it to see the calendar. Problem is
10139N/A that it was not linking against libedataserver-1.2.so.
10139N/A* Mon Nov 27 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.2.
10139N/A* Fri Nov 17 2006 - harry.lu@sun.com
10139N/A- rework gnome-panel-14-support-alacarte.diff and enable it.
10535N/A* Fri Nov 3 2006 - laca@sun.com
10139N/A- use %gtk_doc_option in configure so that it can be disabled using
10139N/A --without-gtk-doc
10139N/A* Tue Oct 03 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.1.
10139N/A* Mon Oct 02 2006 - padraig.obriain@sun.com
10139N/A- add patch 17-preferences-menu.diff for bug 6439133
10139N/A* Mon Sep 04 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.0.
10139N/A* Thu Aug 30 2006 - damien.carbery@sun.com
10139N/A- Remove reference to gnome-menu-stripe.png as it has been removed. Renumber
10139N/A the remaining 'Source?' items.
10139N/A* Wed Aug 16 2006 - harry.lu@sun.com
10139N/A- Add patch gnome-panel-15-support-alacarte.diff to fix 6460249.
10139N/A* Thu Aug 10 2006 - matt.keenan@sun.com
10139N/A- Reworking of lockdown patch 08, generating two patches
10139N/A 08-restrict-app-launching.diff - specifically for restricting applications
10139N/A 14-lockdown-applets.diff - Applet lockdown specifics that can be pushed
10139N/A upstream
10139N/A* Tue Aug 08 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.91.
10139N/A* Tue Jul 25 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.90.
10139N/A* Thu Jul 13 2006 - laca@sun.com
10139N/A- remove patch ALL_LINGUAS.diff: fixed farther down the stack
10139N/A* Thu Jul 13 2006 - brian.cameron@sun.com
10139N/A- Add gnome-panel-14-noswitchuser.diff so that "Switch User" is not
10139N/A an option on the Log Out menu, since this feature requires VT's to
10139N/A be supported and they aren't yet supported on Solaris.
10139N/A* Thu Jul 13 2006 - laca@sun.com
10139N/A- add patch ALL_LINGUAS.diff
10139N/A* Wed May 03 2006 - glynn.foster@Sun.COM
10139N/A- Add launch menu branding patch.
10139N/A* Tue Apr 11 2006 - Cyrille.Moureaux@Sun.COM
10139N/A- Added patch for application launching restriction.
10139N/A* Mon Apr 10 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.1.
10139N/A* Mon Mar 13 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.0.
10139N/A* Tue Feb 14 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.91.
10139N/A* Sun Jan 29 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.90
10139N/A* Wed Jan 18 2006 - brian.cameron@sun.com
10139N/A- Running glib-gettextize is a better fix than patching the Makefile to
10139N/A not go into the po directory. This fixes infinite loop also.
10139N/A* Wed Jan 18 2006 - damien.carbery@sun.com
10139N/A- Add intltoolize call. Add patch to fix infinite loop in configure.
10139N/A* Tue Jan 17 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.5
10139N/A* Sun Jan 15 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.4.
10139N/A* Wed Jan 04 2006 - damien.carbery@sun.com
10139N/A- Remove obsolete patch 03-egg-recent-poll. Renumber 12-launch-button to 03.
10139N/A- Reenable patches 10 and 11 after rework.
10139N/A* Wed Dec 21 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.13.3.
10139N/A* Tue Nov 29 2005 - laca.com
10139N/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
10139N/A- Bump to 2.12.1
10139N/A* Sat Sep 17 2005 - glynn.foster@sun.com
10139N/A- Bump to 2.12.0
10139N/A* Mon Aug 15 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.11.91.
10139N/A* Thu Jul 28 2005 - srirama.sharma@wipro.com
10139N/A- Added gnome-panel-17-fix-logout-crash.diff to fix the panel crash
10139N/A when recent items change. Don't unref menu in EggRecentViewGtk.
10139N/A Also reuse the view till menu exists.
10139N/A* Fri Jul 15 2005 - arvind.samptur@wipro.com
10139N/A- Get Launch button to get rendered right
10139N/A* Thu Jun 30 2005 - balamurali.viswanathan@wipro.com
10139N/A- Interchange patch 12 and 15 so that pkgconfig patch applies on both
10139N/A Linux and Solaris properly.
10139N/A* Wed Jun 29 2005 - balamurali.viswanathan@wipro.com
10139N/A- Add more libs to LDADD so that it builds with the new pkgconfig
10139N/A* Wed May 25 2005 - brian.cameron@sun.com
10139N/A- No longer create lib/conf.d since it is empty.
10139N/A* Tue May 24 2005 - brian.cameron@sun.com
10139N/A- Make patch 12 linux only since it requires patch 3 which is
10139N/A linux only.
10139N/A* Mon May 23 2005 - glynn.foster@sun.com
10139N/A- Fix up a whole bunch, and reinstate the menu stripe patch.
10139N/A* Fri May 13 2005 - brian.cameron@sun.com
10139N/A- Bump to 2.10.
10139N/A* Fri May 05 2005 - kieran.colfer@sun.com
10139N/A- updating l10n po tarball to 1.15 (linux)
10139N/A* Thu May 05 2005 - srirama.sharma@wipro.com
10139N/A- Revised gnome-panel-06-time-settings.diff to show correct time
10139N/A in "Adjust System Date and Time" dialog. Fixes bug #6263488
10139N/A* Thu May 05 2005 - arvind.samptur@wipro.com
10139N/A- Revised gnome-panel-07-multi-timezones.diff to fix
10139N/A timezone button getting broked for second instance.
10139N/A Fixes #6236886
10139N/A* Tue Apr 26 2005 - takao.fujiwara@sun.com
10139N/A- Revised gnome-panel-38-g11n-i18n-filename.diff from community's reply
10139N/A* Fri Apr 08 2005 - glynn.foster@sun.com
10139N/A- Add some hicolor icons
10139N/A* Mon Mar 14 2005 - takao.fujiwara@sun.com
10139N/A- Removed gnome-panel-16-g11n-potfiles.diff to use l10n-configure.sh
10139N/A- Removed gnome-panel-26-g11n-alllinguas.diff to use l10n-configure.sh
10139N/A- Removed gnome-panel-27-g11n-potfiles.diff
10139N/A- Added gnome-panel-38-g11n-i18n-filename.diff to fix 6239962 and 6239963
10139N/A* Fri Mar 11 2005 - dermot.mccluskey@sun.com
10139N/A- remove concurrent build from gnome-panel and this may have been
10139N/A causing intermittent intltool timestamp problems (6228015)
10139N/A* Mon Feb 28 2005 - alvaro.lopez@sun.com
10139N/A- Added patch gnome-panel-40-public_html.diff to bug bug #5032218:
10139N/A gnome-panel-screenshot has the uncorrect shortcut menu.
10139N/A* Mon Feb 28 2005 - dinoop.thomas@wipro.com
10139N/A- Added gnome-panel-39-notificationareatooltip.diff to add tooltip
10139N/A for panel notification area applet. Fixes bug #4912432.
10139N/A* Sat Feb 26 2005 - dinoop.thomas@wipro.com
10139N/A- Added gnome-panel-38-workspaceswitchertooltip.diff to add tooltip
10139N/A for workspace switcher applet. Fixes bug #6227329.
10139N/A* Fri Feb 11 2005 - srirama.sharma@wipro.com
10139N/A- Added gnome-panel-37-resolve-vfb-magnification.diff to fix problem with
10139N/A panel properties when using VFB magnification. Fixes bug #6225051.
10139N/A* Fri Feb 11 2005 - srirama.sharma@wipro.com
10139N/A- Added gnome-panel-36-multihead-keyboard-shortcut.diff to see that
10139N/A keyboard shortcuts are serviced on the proper screen on a multihead
10139N/A machine. Fixes bug #4983400.
10139N/A* Fri Feb 11 2005 - kieran.colfer@sun.com
10139N/A- added gnome-panel-35-install-warning.diff to fix CR 6222796 (rpm
10139N/A gives warnings on install)
10139N/A* Fri Feb 11 2005 - muktha.narayan@wipro.com
10139N/A- Added gnome-panel-34-run-dialog-atk-name.diff to set accessible name
10139N/A for the list of known applications. Fixes bug #6223576.
10139N/A* Thu Feb 10 2005 - muktha.narayan@wipro.com
10139N/A- Updated gnome-panel-31-theme.diff to fix the display problem
10139N/A of launch button.
10139N/A* Fri Feb 04 2005 - glynn.foster@sun.com
10139N/A- Fixed the run dialog to not default to trying an url if it
10139N/A doesn't have the correct prefix. Fixes #4897845.
10139N/A* Tue Feb 01 2005 - dinoop.thomas@wipro.com
10139N/A- Added gnome-panel-32-clock-applet-crash.diff patch to fix
10139N/A clock applet crash on clicking Edit Timezones after the applet
10139N/A is removed. Fixes bug #6222326.
10139N/A* Mon Jan 31 2005 - matt.keenan@wipro.com
10139N/A- #6222810 - Only install sun man pages
10139N/A* Fri Jan 28 2005 - muktha.narayan@wipro.com
10139N/A- Added gnome-panel-31-theme.diff to theme the panel icons.
10139N/A Fixes bug #5088581.
10139N/A* Fri Jan 28 2005 - Matt.keenan@sun.com
10139N/A- #6222302 - Remove fish from yelp
10139N/A* Thu Jan 27 2005 - muktha.narayan@wipro.com
10139N/A- Added gnome-panel-30-showdesktop-theme.diff to theme the show
10139N/A desktop icon. Fixes bug #6218867.
10139N/A* Mon Jan 25 2005 - leena.gunda@wipro.com
10139N/A- Modified gnome-panel-07-multi-timezones.diff to show correct time
10139N/A in the timezone selection dialog. Fixes bug #6218072
10139N/A* Mon Jan 17 2005 - ghee.teo@sun.com
10139N/A- Added gnome-panel-29-panel-applet-session-never-restart.diff to make sure
10139N/A that popup dialog from panel applets are not session aware, fixes bug
10139N/A 6205402.
10139N/A* Fri Jan 14 2005 - kazuhiko.maekawa@sun.com
10139N/A- Updated l10n help tarball for cinnabar-linux
10139N/A* Mon Jan 03 2005 - srirama.sharma@wipro.com
10139N/A- Added gnome-panel-28-delete-attached-panel.diff to allow user to delete an
10139N/A attached panel. Fixes Bug 6211650.
10139N/A* Wed Dec 22 2004 - takao.fujiwara@sun.com
10139N/A- Update gnome-panel-06-time-settings.diff and
10139N/A gnome-panel-07-multi-timezones.diff to localize multi timezone. Fix bug 6210443
10139N/A* Fri Nov 26 2004 - muktha.narayan@wipro.com
10139N/A- Remove patch gnome-panel-28-icon-theming.diff.
10139N/A* Fri Nov 12 2004 - hidetoshi.tajima@sun.com
10139N/A- Created two panel-default-setup, one for linux the other for solaris
10139N/A as gnome-im-switcher is only on Linux (6193817)
10139N/A- Rename patch-[03-27] to patch-[04-28]
10139N/A* Tue Nov 09 2004 - muktha.narayan@wipro.com
10139N/A- Added gnome-panel-27-icon-theming.diff to update panel menu icons
10139N/A with the icon theme change.
10139N/A* Fri Nov 05 2004 - ciaran.mcdermott@sun.com
10139N/A- Added gnome-panel-26-g11n-potfiles.diff to update POTFILES.in
10139N/A* Thu Nov 03 2004 - kieran.colfer@sun.com
10139N/A- added gnome-panel-25-g11n-alllinguas.diff to fix missing zh_HK
10139N/A messages
10139N/A* Fri Oct 29 2004 - leena.gunda@wipro.com
10139N/A- added gnome-panel-24-applet-locked-key.diff to notify"locked"
10139N/A key changes. Fixes bug #6181184.
10139N/A* Fri Oct 29 2004 - arvind.samptur@wipro.com
- add patch in panel to get Launch menu items
(help,this computer and find files) to have
feedback when launched.
* Mon Oct 18 2004 - arvind.samptur@wipro.com
- add patch in panel to fix the conncurent login
breakage between GNOME 2.0 and JDS for the panel
configuration. Fixes #4984097
* Wed Oct 06 2004 - matt.keenan@sun.com
- re-do patch 20-l10n-online-help.diff and apply it #5108690
* Thu Sep 30 2004 - johan.steyn@sun.com
- Added patch to remove the fish applet.
Also removed all other references to the fish applet.
* Fri Sep 10 2004 - vijaykumar.patwari@wipro.com
- Fixes the problem of panel hang, while setting gconf key value.
Fixes bug #5083692.
* Thu Aug 26 2004 - damien.carbery@sun.com
- Integrated docs 0.6 tarball from breda.mccoglan@sun.com
- Use %ifos to apply different tarball for Linux and Solaris.
* Wed Aug 25 2004 - arvind.samptur@wipro.com
- Add gnome-panel-21-button-press.diff. Propogate
button press event to PanelWidget
* Wed Aug 25 2004 - Kazuhiko.Maekawa@sun.com
- Added l10n help contents
* Wed Aug 18 2004 - brian.cameron@sun.com
- added --enable-gtk-doc.
* Thu Aug 05 2004 - damien.carbery@sun.com
- Integrated docs 0.5 tarball from breda.mccoglan@sun.com
* Thu Jul 22 2004 - padraig.obriain@sun.comn
- Added gnome-panel-19-create-menu.diff for bugzilla #138535.
* Thu Jul 08 2004 - damien.donlon@sun.com
- Updated l10n content to gnome-panel-l10n-po-1.2.tar.bz2
* Wed Jul 07 2004 - niall.power@sun.com
- ported to rpm4
* Wed Jul 07 2004 - dermot.mccluskey@sun.com
- added "-j $CPUS" to make to speed up builds
* Fri Jun 11 2004 - damien.carbery@sun.com
- Integrated docs 0.4 tarball from breda.mccoglan@sun.com
Thu Jun 10 2004 - kaushal.kumar@wipro.com
- Added gnome-panel-18-drawer-pref-help.diff to fix the drawer properties
help.
* Thu Jun 10 2004 - vijaykumar.patwari@wipro.com
- Fixes workspace switcher shows only one workspace.
* Tue Jun 09 2004 - glynn.foster@sun.com
- De-screwup the g11n-potfiles patches, so that now the linux only patches
modify POTFILES.in as well. Need to be more careful with potfile hacking
in the future.
* Sat Jun 05 2004 - damien.carbery@sun.com
- Temp comment out patch 18 as it fails and blocks building of other modules.
* Thu Jun 03 2004 - yuriy.kuznetsov@sun.com
- Added gnome-panel-18-g11n-potfiles.diff
* Tue Jun 01 2004 - yuriy.kuznetsov@sun.com
- Added gnome-panel-17-g11n-potfiles.diff
* Tue Jun 01 2004 - padraig.obriain@sun.com
- Added gnome-panel-16-accessible-name-sleep.diff for #5023382
* Fri May 28 2004 - damien.carbery@sun.com
- Incorporate new docs tarball from breda.mccolgan@sun.com.
* Mon May 24 2004 - balamurali.viswanathan@wipro.com
- Added gnome-panel-15-screenshot-remove-sleep.diff, solves #5032203
* Wed May 12 2004 - damien.donlon@sun.com
- Updated l10n content to gnome-panel-l10n-po-1.1.tar.bz2
* Wed May 12 2004 - laszlo.kovacs@sun.com
- change jds-help.sh to jdshelp
* Fri May 07 2004 - matt.keenan@sun.com
- Bump to 2.6.1, remerge patch-02-default-setup & patch-09-lockdown
* Thu May 06 2004 - laszlo.kovacs@sun.com
- replace yelp with jds-help.sh in gnome-panel-03-menu-changes.diff and gnome-panel-09-lockdown.diff
* Thu Apr 29 2004 - glynn.foster@wipro.com
- Fix up panel menu changes, and merge the the search replace patch.
* Wed Apr 28 2004 - leena.gunda@wipro.com
- Added gnome-panel-14-check-fam-support.diff to check for FAM
support while updating the recent documents menu. Fixes bug 5027221.
* Tue Apr 27 2004 - kaushal.kumar@wipro.com
- Added gnome-panel-13-window-selector-tooltip.diff to provide a tooltip
for the Window Selector applet. Fixes bug 4912431.
* Tue Apr 27 2004 - kaushal.kumar@wipro.com
- Added gnome-panel-12-replace-search-menu-item.diff to replace 'Search' with
'Find Files' as per the Cinnabar specifications. Fixes bug 5035039.
* Tue Apr 27 2004 - kaushal.kumar@wipro.com
- Added gnome-panel-11-panel-menu-help.diff to fix panel context menu
help link.
* Tue Apr 27 2004 - arvind.samptur@wipro.com
- Added gnome-panel-10-drawer-multidepth.diff to fix problems when multi-depth
drawers are opened
* Sun Apr 18 2004 - laca@sun.com
- enable javahelp conversion on Solaris
* Tue Apr 13 2004 - matt.keenan@sun.com
- Amend patch -03-menu-changes, remove the username from logout
* Thu Apr 01 2004 - matt.keenan@sun.com
- javahelp conversion
* Mon Mar 29 2004 - damien.donlon@sun.com
- Updated l10n content to gnome-panel-l10n-po-1.0.tar.bz2
* Fri Mar 26 2004 - takao.fujiwara@sun.com
- Updated gnome-panel-04-i18n-launch-button.diff to fix 5017372
* Fri Mar 26 2004 - laca@sun.com
- add --libexecdir to configure args
* Tue Mar 23 2004 - glynn.foster@sun.com
- Bump to 2.6.0, remove clock icon, add gnome-time-settings.app
which seems to have disappeared :/
* Thu Mar 18 2004 - hidetoshi.tajima@sun.com
- Updated gnome-panel-02-default-setup.diff to add GIMLET
* Thu Mar 18 2004 - matt.keenan@sun.com
- Bump to 2.5.93, remove patch 09-remove-man
- Rename patch-14 to patch-09
* Fri Mar 05 2004 - takao.fujiwara@sun.com
- Added gnome-panel-13-g11n-i18n-ui.diff to fix 5004633
- Added gnome-panel-14-g11n-potfiles.diff
- Updated gnome-panel-02-default-setup.diff to fix 4991948
* Fri Mar 05 2004 - matt.keenan@sun.com
- Fix to lockdown patch for Menu Bars
* Wed Mar 03 2004 - matt.keenan@sun.com
- Added lockdown Patch ported from QS
* Tue Mar 02 2004 - matt.keenan@sun.com
- Bump to 2.5.91
- Re-apply patches 03 and 10
- Renabled patches 10 & 11 inside ifos check
* Sun Feb 29 2004 - laca@sun.com
- Disabled patches 10 & 11 because they break the build on Solaris
* Fri Feb 20 2004 - hidetoshi.tajima@sun.com
- Updated gnome-panel-02-default-setup.diff to add GIMLET
* Tue Feb 17 2004 - <matt.keenan@sun.com>
- Forwared ported patch 10 from QS
* Mon Feb 16 2004 - <matt.keenan@sun.com>
- Bumped to 2.5.4, re-applied all patches ....
* Fri Feb 06 2004 - <matt.keenan@sun.com>
- Updated l10n doc, and added OrigTree.pm fix
* Thu Jan 29 2004 - <dermot.mccluskey@sun.com>
- add patch 08 for intltool-merge and dep. on intltool
* Tue Dec 16 2003 - <glynn.foster@sun.com> 2.5.2-2
- Merge in the i18n launch button patch.
* Tue Dec 16 2003 - <glynn.foster@sun.com> 2.5.2-1
- Merge patches and update to 2.5.2
* Thu Nov 19 2003 - <glynn.foster@sun.com> 2.4.0-27
- Add patch for Browse Application on launch button
context menu.
* Fri Nov 07 2003 - <markmc@sun.com> 2.4.0-24
- Fixed up help link in gnome-panel-preferences.
* Wed Nov 05 2003 - <glynn.foster@sun.com> 2.4.0-23
- Update default panel setup.
* Wed Nov 05 2003 - <glynn.foster@sun.com> 2.4.0-22
- Add 'Minimize' action button, and remove the Show
Desktop stuff.
* Fri Oct 31 2003 - <glynn.foster@sun.com> 2.4.0-18
- Add 'Open Documents' to the top of the Open Recent
menu.
* Fri Oct 31 2003 - <glynn.foster@sun.com> 2.4.0-17
- Remove the Extras menu.
* Wed Oct 08 2003 - <markmc@sun.com> 2.4.0-12
- Change the clock applet patch to unref the tree store
and not destroy the tree view. I thought I'd done this
as part of the changes in 2.4.0-3. Pointed out by
Leena.
* Wed Oct 08 2003 - <markmc@sun.com> 2.4.0-11
- Add patch from George to make launchers on drawers work.
* Fri Sep 26 2003 - <laca@sun.com>
- Integrate Sun docs
* Thu Sep 18 2003 - <markmc@sun.com> 2.4.0-5
- Add patch based on a patch from Bala to fix
icon loading.
* Thu Sep 18 2003 - <markmc@sun.com> 2.4.0-4
- Add patch from Arvind to fix bogus launchers
getting added to drawers.
* Thu Sep 18 2003 - <markmc@sun.com> 2.4.0-3
- Integrated three patches from Vijaykumar Patwari
fixing various bugs with the clock applet timezone
patch
* Thu Sep 18 2003 - <markmc@sun.com> 2.4.0-2
- Install panel-compatibility.schemas
* Thu Sep 18 2003 - <markmc@sun.com> 2.4.0-1
- Update to 2.4.0.
* Thu Aug 14 2003 - <laca@sun.com>
- use correct %{blahdir} tags instead of %{_prefix}/blah
- move lib*.so to -devel, remove *.a, *.la
* Fri Aug 08 2003 - <markmc@sun.com> 2.3.6.1-1
- Upgrade to 2.3.6.1.
* Fri Aug 08 2003 - <markmc@sun.com> 2.3.6-1
- Upgrade to 2.3.6.
* Thu Aug 07 2003 - <niall.power@sun.com> 2.3.4.1-10
- Make scrollkeeper a standard requirement
instead of just being a build requirement.
* Wed Aug 06 2003 - <markmc@sun.com> 2.3.4.1-9
- Fix some serious memory stomping crackrock in
the clock applet patch.
* Tue Aug 05 2003 - <glynn.foster@sun.com>
- Add missing .desktop file.
* Wed Jul 30 2003 - <markmc@sun.com>
- Fix crashing when adding clock applet.
* Mon Jul 28 2003 - <glynn.foster@sun.com>
- Merge together clock applet patches and fix crashing
* Thu Jul 24 2003 - <glynn.foster@sun.com>
- New default panel setup.
* Thu Jul 24 2003 - <markmc@sun.com>
- update to 2.3.4.1
* Tue Jul 22 2003 - <glynn.foster@sun.com>
- Update title to reflect menu entry.
* Tue Jul 22 2003 - <glynn.foster@sun.com>
- New Action icon for context menu.
* Tue Jul 22 2003 - <glynn.foster@sun.com>
- Add a new clock icon for the applet.
* Mon Jul 21 2003 - <glynn.foster@sun.com>
- Update menu changes to include quick-start:///
uri thing. Mostly on crack.
* Mon Jul 21 2003 - <matt.keenan@sun.com>
- clock applet show city preference patch
* Fri Jul 18 2003 - <glynn.foster@sun.com>
- Install the png, instead of copying it.
* Fri Jul 18 2003 - <glynn.foster@sun.com>
- Update menu layout, and revise fix icons patch.
* Fri Jul 18 2003 - <glynn.foster@sun.com>
- Update default setup to move workspace switcher
to the far right.
* Fri Jul 18 2003 - <glynn.foster@sun.com>
- Change Applications and Help icon in the menu
* Thu Jul 17 2003 - <markmc@sun.com>
- Add back the launch button.
* Thu Jul 17 2003 - <glynn.foster@sun.com>
- Add patch to change pixmap installation location
* Tue Jul 16 2003 - <markmc@sun.com>
- Add patch to fix icon warnings.
* Tue Jul 15 2003 - <markmc@sun.com>
- Move to 2.3.4.
* Mon Jul 14 2003 - <markmc@sun.com>
- Add patch to normalise the applet size to the
values defined in the IDL.
* Mon Jul 14 2003 - <markmc@sun.com>
- Make gnome-panel-screenshot save screenshots to
~/.gnome-desktop instead of ~/Desktop.
* Thu Jul 10 2003 - <glynn.foster@sun.com>
- Remove the notification area from the default
panel setup.
* Thu Jul 10 2003 - <glynn.foster@sun.com>
- Clock applet only shows time by default.
* Wed Jul 09 2003 - <michael.twomey@sun.com>
- add in sun po files
* Fri Jul 09 2003 - <markmc@sun.com>
- fix theming in menu stripe patch.
* Fri Jul 08 2003 - <markmc@sun.com>
- removed "Adjust Date and Time" from the clock applets
popup menu. There is no nice time adjustment tool
on SuSE.
* Fri Jul 04 2003 - <markmc@sun.com>
- Fixed stripe patch so events over the sripe go
to the menu item.
* Thu Jul 03 2003 - <markmc@sun.com>
- Changed the main menu icon to the launch button
* Thu Jul 03 2003 - <markmc@sun.com>
- Remove quicklounge from the default setup patch rather
than patching the patch
* Thu Jul 03 2003 - <markmc@sun.com>
- Bump release - new version of menu stripe patch
and merged changes into the menu layout patch.
* Thu Jul 03 2003 - <ghee.teo@sun.com>
- Remove quick lounge from panel with patch
gnome-panel-08-remove-quick-lounge.diff
* Wed Jul 02 2003 - <markmc@sun.com>
- use the correct menu stripe image filename
* Wed Jul 02 2003 - <markmc@sun.com>
- Make the main menu icon seperate from the GNOME
logo so we can theme them seperately
- Fixed icons in share/icons not getting installed
* Wed Jul 02 2003 - <markmc@sun.com>
- Update to gnome-panel-2.3.3.3
* Tue Jul 01 2003 - <markmc@sun.com>
- Update to gnome-panel-2.3.3.2
- Remove gnome-panel-06-fix-lock-logout-button-crashing.diff
- Remove gnome-panel-07-install-defaults.diff
- Update gnome-panel-03-menu-changes.diff, gnome-panel-02-default-setup.diff
and gnome-panel-04-change-required-versions.diff.
- Fix gnome-panel-08-clock-applet.diff
* Thu Jun 12 2003 - <markmc@sun.com>
- add patch to install panel-default-setup.entries
- fix post-install of default entries
* Fri May 30 2003 - <markmc@sun.com>
- Move to gnome-panel-2.3.x
* Tue May 13 2003 - <ghee.teo@sun.com>
- initial release for gnome-panel