1 # 2 # spec file for package control-center. 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 # 8 # Owner: dkenny 9 # 10 Name: control-center 11 License: GPL 12 Group: System/GUI/GNOME 13 Version: 2.16.1 14 Release: 1 15 Distribution: Java Desktop System 16 Vendor: Sun Microsystems, Inc. 17 Summary: The GNOME control center for GNOME 18 Source: http://ftp.gnome.org/pub/GNOME/sources/control-center/2.16/control-center-%{version}.tar.bz2 19 Source1: gnome-font-viewer.1.gz 20 Source2: gnome-accessibility-keyboard-properties.1.gz 21 Source3: gnome-background-properties.1.gz 22 Source4: gnome-control-center.1.gz 23 Source5: gnome-default-applications-properties.1.gz 24 Source6: gnome-file-types-properties.1.gz 25 Source7: gnome-keybinding-properties.1.gz 26 Source8: gnome-keyboard-properties.1.gz 27 Source9: gnome-mouse-properties.1.gz 28 Source10: gnome-network-preferences.1.gz 29 Source11: gnome-font-properties.1.gz 30 Source12: gnome-settings-daemon.1.gz 31 Source13: gnome-sound-properties.1.gz 32 Source14: gnome-ui-properties.1.gz 33 Source15: gnome-desktop-prefs.1.gz 34 Source16: gnome-theme-manager.1.gz 35 Source17: gnome-window-properties.1.gz 36 Source19: gnome-at-properties.1.gz 37 Patch1: control-center-01-keybindings-close.diff 38 Patch2: control-center-02-ctrl-alt-del.diff 39 Patch3: control-center-03-gsd-not-session-managed.diff 40 Patch4: control-center-04-remove-xkb-layout.diff 41 Patch5: control-center-05-add-wallpaper-dialog.diff 42 Patch6: control-center-06-logout-shortcut.diff 43 Patch7: control-center-07-custom-keybinding.diff 44 Patch8: control-center-08-keybinding-caps-lock.diff 45 Patch9: control-center-09-homefolder-keybindings.diff 46 Patch10: control-center-10-layout-deletion.diff 47 Patch11: control-center-11-disable-gnome-screensaver.diff 48 Patch12: control-center-12-menu-entry.diff 49 Patch13: control-center-13-trusted-extensions.diff 50 Patch14: control-center-14-evolution-about-me.diff 51 Patch15: control-center-15-unique-a11y-kbd.diff 52 Patch16: control-center-16-sticky-timeout.diff 53 #owner:erwannc date:2006-11-02 type:feature bugster:none 54 Patch17: control-center-17-full-hinting-dialog.diff 55 Patch18: control-center-18-sound-preview.diff 56 57 URL: http://www.gnome.org 58 BuildRoot: %{_tmppath}/%{name}-%{version}-build 59 Docdir: %{_defaultdocdir}/control-center2 60 Autoreqprov: on 61 Prereq: /sbin/ldconfig 62 Prereq: GConf 63 64 %define libgnomeui_version 2.6.0 65 %define esound_version 0.2.33 66 %define gnome_desktop_version 2.6.1 67 %define metacity_version 2.8.0 68 %define nautilus_version 2.6.1 69 %define fontilus_version 2.4.0 70 %define acme_version 2.4.2 71 %define libxklavier_version 1.0.2 72 %define desktop_file_utils_version 0.10 73 %define xft_version 2.1.7 74 75 BuildRequires: libgnomeui-devel >= %{libgnomeui_version} 76 BuildRequires: esound-devel >= %{esound_version} 77 BuildRequires: gnome-desktop-devel >= %{gnome_desktop_version} 78 BuildRequires: metacity >= %{metacity_version} 79 BuildRequires: nautilus-devel >= %{nautilus_version} 80 BuildRequires: libxklavier-devel >= %{libxklavier_version} 81 BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} 82 BuildRequires: automake >= 1.9 83 BuildRequires: evolution-data-server-devel 84 BuildRequires: gstreamer-plugins-devel 85 86 Requires: gst-plugins-base 87 Requires: libgnomeui >= %{libgnomeui_version} 88 Requires: esound >= %{esound_version} 89 Requires: gnome-desktop >= %{gnome_desktop_version} 90 Requires: nautilus >= %{nautilus_version} 91 Requires: libxklavier >= %{libxklavier_version} 92 Requires: evolution-data-server 93 94 Obsoletes: fontilus < %{fontilus_version} 95 Provides: fontilus = %{fontilus_version} 96 Obsoletes: acme < %{acme_version} 97 Provides: acme = %{acme_version} 98 99 %description 100 This package contains the new control-center for the GNOME desktop. 101 102 %package devel 103 Summary: Development files for the GNOME control center for GNOME 2.6 104 Group: Development/Libraries/GNOME 105 Requires: %name = %version-%release 106 107 %description devel 108 This package contains the files need for development of GNOME control center capplets 109 110 %prep 111 %setup -q 112 %patch1 -p1 113 %patch2 -p1 114 %patch3 -p1 115 %patch4 -p1 116 %patch5 -p1 117 %patch6 -p1 118 %patch7 -p1 119 %patch8 -p1 120 %patch9 -p1 121 %patch10 -p1 122 %patch11 -p1 123 %patch12 -p1 124 %patch13 -p1 125 %patch14 -p1 126 %patch15 -p1 127 %patch16 -p1 128 %patch17 -p1 129 %patch18 -p1 130 131 %build 132 %ifos linux 133 if [ -x /usr/bin/getconf ]; then 134 CPUS=`getconf _NPROCESSORS_ONLN` 135 fi 136 %else 137 CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '` 138 %endif 139 if test "x$CPUS" = "x" -o $CPUS = 0; then 140 CPUS=1 141 fi 142 143 LC_ALL= 144 LANG= 145 export LC_ALL LANG 146 gnome-doc-common 147 gnome-doc-prepare --force 148 libtoolize --force 149 glib-gettextize -f 150 intltoolize --force --copy 151 aclocal $ACLOCAL_FLAGS -I . 152 autoheader 153 automake -a -c -f 154 autoconf 155 156 %if %with_hal 157 export ENABLE_HAL_CONFIG="--enable-hal" 158 %else 159 export ENABLE_HAL_CONFIG="--disable-hal" 160 %endif 161 162 CFLAGS="$RPM_OPT_FLAGS -DDBUS_API_SUBJECT_TO_CHANGE" \ 163 ./configure \ 164 --prefix=%{_prefix} \ 165 --datadir=%{_datadir} \ 166 --libexecdir=%{_libexecdir} \ 167 --sysconfdir=%{_sysconfdir} \ 168 --disable-scrollkeeper \ 169 --enable-aboutme \ 170 --disable-libxklavier \ 171 $ENABLE_HAL_CONFIG 172 make -j $CPUS 173 174 %install 175 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 176 make DESTDIR=$RPM_BUILD_ROOT install 177 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL 178 install -d $RPM_BUILD_ROOT%{_mandir}/man1 179 install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1 180 install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1 181 install --mode=0644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man1 182 install --mode=0644 %SOURCE4 $RPM_BUILD_ROOT%{_mandir}/man1 183 install --mode=0644 %SOURCE5 $RPM_BUILD_ROOT%{_mandir}/man1 184 install --mode=0644 %SOURCE6 $RPM_BUILD_ROOT%{_mandir}/man1 185 install --mode=0644 %SOURCE7 $RPM_BUILD_ROOT%{_mandir}/man1 186 install --mode=0644 %SOURCE8 $RPM_BUILD_ROOT%{_mandir}/man1 187 install --mode=0644 %SOURCE9 $RPM_BUILD_ROOT%{_mandir}/man1 188 install --mode=0644 %SOURCE10 $RPM_BUILD_ROOT%{_mandir}/man1 189 install --mode=0644 %SOURCE11 $RPM_BUILD_ROOT%{_mandir}/man1 190 install --mode=0644 %SOURCE12 $RPM_BUILD_ROOT%{_mandir}/man1 191 install --mode=0644 %SOURCE13 $RPM_BUILD_ROOT%{_mandir}/man1 192 install --mode=0644 %SOURCE14 $RPM_BUILD_ROOT%{_mandir}/man1 193 install --mode=0644 %SOURCE15 $RPM_BUILD_ROOT%{_mandir}/man1 194 install --mode=0644 %SOURCE16 $RPM_BUILD_ROOT%{_mandir}/man1 195 install --mode=0644 %SOURCE17 $RPM_BUILD_ROOT%{_mandir}/man1 196 install --mode=0644 %SOURCE19 $RPM_BUILD_ROOT%{_mandir}/man1 197 #Copy zh_HK from zh_TW 198 #Fixes bug 4930405 199 install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES 200 install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/ 201 rm $RPM_BUILD_ROOT%{_libdir}/*.a 202 rm $RPM_BUILD_ROOT%{_libdir}/*.la 203 rm $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/*.a 204 rm $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/*.la 205 rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.la 206 rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.a 207 rm $RPM_BUILD_ROOT%{_libdir}/window-manager-settings/*.a 208 rm $RPM_BUILD_ROOT%{_libdir}/window-manager-settings/*.la 209 210 %clean 211 rm -rf $RPM_BUILD_ROOT 212 213 %post 214 /sbin/ldconfig 215 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` 216 SCHEMAS="apps_gnome_settings_daemon_default_editor.schemas apps_gnome_settings_daemon_screensaver.schemas desktop_gnome_font_rendering.schemas desktop_gnome_peripherals_keyboard_xkb.schemas apps_gnome_settings_daemon_keybindings.schemas" 217 for S in $SCHEMAS; do 218 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null 219 done 220 221 %postun 222 /sbin/ldconfig 223 224 %files 225 %defattr(-,root,root) 226 %doc AUTHORS COPYING ChangeLog NEWS README 227 %defattr (-, root, root) 228 %{_prefix}/bin/* 229 %{_datadir}/locale/*/LC_MESSAGES/*.mo 230 %{_datadir}/pixmaps/* 231 %{_datadir}/idl/*.idl 232 %{_datadir}/control-center-2.0/* 233 %{_sysconfdir}/gconf/schemas/*.schemas 234 %{_sysconfdir}/gnome-vfs-2.0/modules/* 235 %{_datadir}/gnome/vfolders/* 236 %{_datadir}/gnome/cursor-fonts/* 237 %{_datadir}/gnome/help/* 238 %{_datadir}/omf 239 %{_datadir}/applications/* 240 %{_datadir}/icons/hicolor/* 241 %{_datadir}/gnome-background-properties 242 %{_datadir}/gnome-default-applications 243 %{_libdir}/*.so.* 244 %{_libdir}/bonobo/servers/* 245 %{_libdir}/gnome-vfs-2.0/modules/*.so* 246 %{_libdir}/nautilus/extensions-1.0/*.so 247 %{_libdir}/window-manager-settings/*.so 248 %{_libexecdir}/gnome-settings-daemon 249 %{_mandir}/man1/* 250 251 %files devel 252 %{_includedir}/gnome-window-settings-2.0/*.h 253 %{_libdir}/pkgconfig/*.pc 254 %{_libdir}/*.so 255 256 %changelog 257 * Tue Nov 14 2006 - padraig.obriain@sun.com 258 - Remove patch -keybinding-fix-edit as changes are now made in 259 -custom-keybinding patch. 260 261 * Mon Nov 13 2006 - patrick.wade@sun.com 262 - Add patch -sound-preview to fix bugster 6458353 263 264 * Mon Oct 23 2006 - padraig.obriain@sun.com 265 - Add patch -keybinding-fix-edit to fix bugster 6471348, bugzilla 363623. 266 267 * Tue Oct 03 2006 - damien.carbery@sun.com 268 - Bump to 2.16.1. 269 270 * Tue Sep 19 2006 - brian.cameron@sun.com 271 - Remove unneeded patch control-center-10-wall.diff 272 273 * Fri Sep 15 2006 - darren.kenny@sun.com 274 - Remove the control-center-09-volume-control.diff patch since we're now using 275 GStreamer correctly. 276 277 * Tue Sep 05 2006 - brian.cameron (at] sun.com 278 - Now call with --disable-libxklavier to build without 279 libxklavier, and --enable-hal/disable-hal as appropriate. 280 281 * Mon Sep 04 2006 - damien.carbery (at] sun.com 282 - Bump to 2.16.0. 283 284 * Mon Aug 28 2006 - patrick.wade (at] sun.com 285 - patch : control-center-23-sticky-timeout.diff 286 Bug #6327546 287 288 * Mon Aug 28 2006 - patrick.wade (at] sun.com 289 - patch : control-center-22-unique-a11y-kbd.diff 290 Bug #6463966 291 292 * Wed Aug 23 2006 - damien.carbery (at] sun.com 293 - Bump to 2.15.92. 294 295 * Tue Aug 08 2006 - damien.carbery (at] sun.com 296 - Bump to 2.15.91. 297 298 * Fri Jul 28 2006 - matt.keenan (at] sun.com 299 - patch : control-center-21-evolution-about-me.diff : e-contact.h has changed 300 from 1.6->1.8, so about-me image processing needs patching. 301 302 * Fri Jul 28 2006 - matt.keenan (at] sun.com 303 - patch : control-center-20-reserved-names.diff : bugzilla : #349079 304 and 2nd Hunk of control-center-12-wall.diff : bugzilla : #347610 305 306 * Tue Jul 25 2006 - damien.carbery (at] sun.com 307 - Bump to 2.15.90. 308 309 * Web Jul 19 2006 - dermot.mccluskey (at] sun.com 310 - Bump to 2.15.4. 311 Remove patch #16 (upstream) and decrement later patches. 312 313 * Sat Jul 15 2006 - glynn.foster (at] sun.com 314 - Remove all the xkb layout related patches to be 315 replaced by a single patch that removes the layout 316 options completely. 317 318 * Mon Jun 12 2006 - niall.power (at] sun.com 319 - Added patch22 to fix issue with negative refresh rates: 320 Bug #6437221 321 322 * Fri May 05 2006 - glynn.foster (at] sun.com 323 - Move a few menu entries around. 324 325 * Mon Apr 10 2006 - damien.carbery (at] sun.com 326 - Bump to 2.14.1. 327 328 * Tue Mar 14 2006 - glynn.foster (at] sun.com 329 - Remove registration of settings daemon per display patch, 330 as it's now upstream, #94049. 331 332 * Mon Mar 13 2006 - damien.carbery@sun.com 333 - Bump to 2.14.0. 334 335 * Tue Feb 28 2006 - damien.carbery@sun.com 336 - Bump to 2.13.93. 337 338 * Tue Feb 15 2006 - glynn.foster@sun.com 339 - Remove no apply button patch, since it was reverted upstream. 340 341 * Tue Feb 14 2006 - damien.carbery@sun.com 342 - Bump to 2.13.92. 343 344 * Fri Feb 3 2006 - damien.carbery@sun.com 345 - Bump to 2.13.91. 346 - Remove patch 23-no-es-help as #329331 fixed. 347 348 * Tue Jan 31 2006 - damien.carbery@sun.com 349 - Add patch, 23-no-es-help, to fix #329331. 350 351 * Tue Jan 31 2006 - glynn.foster@sun.com 352 - Add no apply button patch because of braindead maintainer and bump to 353 2.13.90 354 355 * Fri Jan 20 2006 - damien.carbery@sun.com 356 - Bump to 2.13.5.1. 357 - Remove 'mkdir m4' call - fixed in 2.13.5.1. 358 359 * Wed Jan 18 2006 - brian.cameron@sun.com 360 - Call glib-gettextize instead of commenting out the po directory from the 361 Makefile.am subdirs. Now build with GStreamer 0.10. 362 363 * Wed Jan 18 2006 - damien.carbery@sun.com 364 - Add patch to fix 327563 (void function returning value), 22-void-return.diff 365 - Delete 'po' dir ref to stop configure infinite loop: 23-stop-infinite-po-loop. 366 - Create 'm4' as require by gnome-doc-prepare. 367 368 * Mon Jan 16 2006 - glynn.foster@sun.com 369 - Bump to 2.13.5 370 371 * Sun Jan 15 2006 - damien.carbery@sun.com 372 - Bump to 2.13.4 373 374 * Tue Dec 20 2005 - dermot.mccluskey@sun.com 375 - Bump to 2.13.3 376 - Remove upstream patch, -22-about-me.diff. 377 378 * Tue Nov 15 2005 - brian.cameron@sun.com 379 - Patch code so about-me applet can build, and turn on --enable-aboutme 380 at configure time. 381 382 * Wed Nov 09 2005 - glynn.foster@sun.com 383 - Disable gnome-screensaver temporarily. Fixes #6346174. 384 385 * Thu Oct 13 2005 - damien.carbery@sun.com 386 - Remove upstream patch, control-center-19-xcursor.diff. 387 388 * Tue Oct 11 2005 - damien.carbery@sun.com 389 - Bump to 2.12.1 390 391 * Wed Sep 21 2005 - brian.cameron@sun.com 392 - Add patch 19 so that if xcursor is not present, the configure doesn't 393 bomb out. The HAVE_XCURSOR stuff is #ifdef'ed in the code so this 394 should just build okay without xcursor support. Better than not 395 building at all. 396 397 * Sat Sep 17 2005 - glynn.foster@sun.com 398 - Bump to 2.12.0 399 400 * Thu Aug 25 2005 - laca@sun.com 401 - Bump to 2.11.92 402 - add help to %files 403 404 * Thu Aug 25 2005 - damien.carbery@sun.com 405 - Add automake build dependency, as it will fail for earlier automake. 406 407 * Mon Aug 15 2005 - laca@sun.com 408 - remove patches read-alert-dialog.diff (reported in bugzilla #172090) and 409 menu-reorder.diff. Renumber patches. 410 411 * Mon Aug 15 2005 - damien.carbery@sun.com 412 - Bump to 2.11.91. 413 * Thu Aug 04 2005 - laca@sun.com 414 - patches 37, 38, 40 merged by Wipro; renamed 37, 38, 39, 40 to 415 17, 18, 19, 20. 416 417 * Fri Jul 22 2005 - srirama.sharma@wipro.com 418 - Updated control-center-13-anykey-grab.diff to fix the gnome-setting-daemon 419 crash on gnome-2.10 Linux. 420 421 * Tue Jun 14 2005 - damien.carbery@sun.com 422 - Remove backgrounds.xml and backgrounds-linux.xml as they are now in a patch. 423 424 * Mon Jun 06 2005 - leena.gunda@wipro.com 425 - Added patches/control-center-40-xkb-check-remote-login.diff to 426 make gnome-settings-daemon and the keyboard capplet check for 427 remote login before activating the XKB extension. 428 Fixes bug #6271501. 429 430 * Thu Jun 02 2005 - brian.cameron@sun.com 431 - Added patch 16 to remove Wall from Makefile.am files. 432 433 * Thu May 26 2005 - arvind.samptur@wipro.com 434 - Add patch control-center-39-background-crash.diff to fix 435 crash when background properties capplet is closed with 436 with the WM's X button option. Fixes #6275902 437 438 * Sat May 21 2005 - arvind.samptur (at] wipro.com 439 - Add patch control-center-38-layout-deletion.diff from Leena. 440 Fixes the issue of deleting all the keyboard layouts #6272904 441 442 * Fri May 13 2005 - arvind.samptur (at] wipro.com 443 - Redoing patches for gnome-2.10 444 445 * Fri Apr 29 2005 - dinoop.thomas (at] wipro.com 446 - Added control-center-36-https-default-browser.diff to make the default browser 447 settings apply for https also. 448 Fixes #6262124. 449 450 * Thu Mar 31 2005 - takao.fujiwara (at] sun.com 451 - Added control-center-35-g11n-filename.diff to avoid segv with filename. 452 Fixes 6247833 453 454 * Thu Mar 31 2005 - vinay.mandyakoppal (at] wipro.com 455 - Added control-center-34-read-alert-dialog.diff patch to make screen reader read the 456 sticky key alert dialog. Fixes bug #6240627. 457 458 * Mon Mar 07 2005 - dinoop.thomas (at] wipro.com 459 - Added patch control-center-32-homefolder-keybindings.diff. Makes the shortcut for 460 home folder go to home directory of user instead of computer:/// 461 Fixes bug #6231348. 462 463 * Fri Feb 25 2005 - vinay.mandyakoppal (at] wipro.com 464 - Added patch control-center-31-dnd-non-image.diff. Prevents from adding non image 465 files to the desktop background capplet when dnd from nautilus. Fixes bug #6227064 466 467 * Fri Feb 21 2005 - archana.shah (at] wipro.com 468 - Added patch control-center-30-remove-warning-dialog.diff. 469 Remove the warning dialog. Fixes bug #6215642 470 471 * Fri Feb 11 2005 - vinay.mandyakoppal (at] wipro.com 472 - Added patch control-center-29-default-browser.diff. Fixes the issue of changing the default browser. Fixes bug#6217648. 473 474 * Tue Jan 25 2005 - archana.shah (at] wipro.com 475 - Add patch control-center-28-a11y-issues.diff. Fixed a11y issues in keyboard 476 accessibility capplet. 477 Fixes #5028065 478 479 * Mon Dec 20 2004 - ghee.teo (at] sun.com 480 - Added Obsoletes/Provides for acme which has been merged into 481 control-center in 2.6. Fixes 6211773. 482 483 * Thu Dec 09 2004 - arvind.samptur (at] wipro.com 484 - Add patch control-center-27-settings-daemon-per-display.diff 485 Starts g-s-d per display. fixes 4886754, 6195818. bugzilla id 94049 486 487 * Wed Dec 08 2004 - federic.zhang (at] sun.com 488 - Modified patch control-center-09-fontview-performance.diff 489 The gettexted string shouldn't be freed. 490 491 * Tue Dec 07 2004 - padraig.obriain@sun.com 492 - Add patch control-center-26-window-props.diff to fix bug #6191372. 493 494 * Wed Nov 10 2004 - srirama.sharma@wipro.com 495 - Added patch control-center-25-volume-control.diff to control sound 496 using keyboard shortcut keys. Fixes Bug #6173921. 497 498 * Tue Nov 09 2004 - arvind.samptur@wipro.com 499 - Add patch to fix keybinding capplet behave right when caps lock 500 is on. Fixes #6180767 501 502 * Thu Nov 04 2004 - ciaran.mcdermott@sun.com 503 - Added control-center-23-g11n-potfiles.diff to update POTFILES.in 504 505 * Thu Oct 28 2004 - matt.keenan@sun.com 506 - Add gnome-at-properties.1, gnome-font-viewer.1 man pages 507 508 * Tue Oct 19 2004 - arvind.samptur@wipro.com 509 - Forward port a patch from GNOME 2.0 to add custom keyboard 510 shortcuts. Fixes #4878555 511 512 * Tue Oct 19 2004 - srirama.sharma@wipro.com 513 - Removing control-center-21-sun-volume-keys.diff as it should get added only for 514 sparc. 515 516 * Tue Oct 19 2004 - srirama.sharma@wipro.com 517 - Added control-center-21-sun-volume-keys.diff to associate the proper 518 entries for the sunkeys (volume up, down and mute) to control volume. 519 Fixes the Bug #6173921. 520 521 * Mon Oct 18 2004 - leena.gunda@wipro.com 522 - Added control-center-20-build-typing-break.diff to check for correct 523 screensaver library on solaris which is required to build typing-break. 524 Fixes bug #5083708. 525 526 * Wed Oct 06 2004 - vinay.mandyakoppal@wipro.com 527 - Added control-center-19-logout-shortcut.diff Patch to remove the 528 "/apps/gnome_settings_daemon/keybindings/power" and use 529 "/apps/metacity/global_keybindings/logout" in the capplet. 530 Fixes bug #5101706. 531 532 * Fri Sep 24 2004 - yuriy.kuznetsov@sun.com 533 - Added control-center-17-g11n-potfiles.diff 534 535 * Sat Sep 11 2004 - laca@sun.com 536 - Move Solaris specific LDFLAGS to the Solaris spec file 537 538 * Fri Sep 10 2004 - damien.carbery@sun.com 539 - Set LDFLAGS so Xrandr and Xrender can be found. 540 541 * Thu Aug 26 2004 - vinay.mandyakoppal@wipro.com 542 - Modified Patch control-center-03-help-links.diff to provide help 543 link to Assistive Technology. 544 545 * Thu Aug 19 2004 - kaushal.kumar@wipro.com 546 - Added patch control-center-16-solaris-tar-command.diff to 547 fix problem of directory option for Solaris tar. 548 549 * Fri Aug 06 2004 - takao.fujiwara@sun.com 550 - Updated control-center-07-g11n-potfiles.diff 551 552 * Thu Jul 08 2004 - damien.donlon@sun.com 553 - Updated l10n content to control-center-l10n-po-1.2.tar.bz2 554 555 * Wed Jul 07 2004 - stephen.browne@sun.com 556 - ported to rpm4/suse9.1, packaged missing files, added new devel pkg 557 558 * Wed Jul 07 2004 - dermot.mccluskey@sun.com 559 - added "-j $CPUS" to make to speed up builds 560 561 * Fri Jun 25 2004 - arvind.samptur@wipro.com 562 - Get the backgrounds.xml file in DATADIR/gnome-background-properities 563 The Add Wallpaper file selector dialog will open $HOME/Document/Pictures 564 or $HOME/Documents if pictures dir does not exist 565 566 * Mon Jun 14 2004 - leena.gunda@wipro.com 567 Added control-center-14-customize-system-bell.diff and 568 control-center-15-keyboard-layout.diff to fix bugs 5046592 and 5046596 569 respectively. 570 571 * Tue Jun 8 2004 - federic.zhang@sun.com 572 - Added the missing %{_sysconfdir}/gnome-vfs-2.0/modules/* 573 574 * Mon May 31 2004 - padraig.obriain@sun.com 575 * Add control-center-12-accessible-names.diff. Backport of fix for 576 bugzilla - bug #142402. 577 578 * Tue May 25 2004 - yuriy.kuznetsov@sun.com 579 - Changed name of control-center-10-potfiles.diff to 580 control-center-10-g11n-potfiles.diff to comply with g11n naming standard. 581 Patch control-center-10-g11n-potfiles.diff replaced 582 control-center-10-potfiles.diff 583 584 * Mon May 24 2004 - muktha.narayan@wipro.com 585 - Added control-center-11-file-types-hang.diff to fix the file types capplet 586 hang when the requested icon file is not found. Bug #5028020. 587 Uploaded the patch in bugzilla - bug #142894. 588 589 * Fri May 21 2004 - hidetoshi.tajima@sun.com 590 - restore 09-potfiles.diff as 10-potfiles.diff. 591 592 * Fri May 21 2004 - federic.zhang@sun.com 593 - Fixed bug 5050932: gnome-font-viewer takes too long time to view CJK fonts 594 Added patch control-center-09-fontview-performance.diff and hope it can go 595 upstream, see http://bugzilla.gnome.org/show_bug.cgi?id=142878, 596 597 * Fri May 21 2004 - federic.zhang@sun.com 598 - Fixed bug 5050926: Can't launch gnome-font-viewer in nautilus. 599 Updated the spec file to include those files under /usr/lib/gnome-vfs-2.0/modules, 600 /usr/share/application-registry and /usr/share/mime-info directory 601 602 * Fri May 14 2004 - kaushal.kumar (at] wipro.com 603 - Modified patch control-center-03-help-links.diff to 604 remove obsolete stuff. 605 Removed patch control-center-09-window-properties-help.diff. 606 607 * Wed May 12 2004 - damien.donlon (at] sun.com 608 - Updated l10n content to control-center-l10n-po-1.1.tar.bz2 609 610 * Tue May 04 2004 - kaushal.kumar (at] wipro.com 611 - Added patch control-center-09-window-properties-help.diff to 612 s/wgos*.xml/user-guide.xml. 613 614 * Mon Apr 26 2004 - glynn.foster (at] sun.com 615 - Bump to 2.6.1 616 617 * Wed Apr 21 2004 - vijaykumar.patwari (at] wipro.com 618 - Appended "desktop_gnome_peripherals_keyboard_xkb.schemas" file for 619 schemas list. 620 621 * Fri Apr 16 2004 - vijaykumar.patwari (at] wipro.com 622 - Set the correct browser in command entry box. 623 624 * Tue Apr 6 2004 - glynn.foster (at] sun.com 625 - Bump to 2.6.0.3, and merge a bunch of the menu/title patches 626 into one easy maintainable one. Patch the forte build issue 627 on linux as well - we shouldn't special case this. 628 629 * Mon Mar 29 2004 - damien.donlon@sun.com 630 - Updated l10n content to control-center-l10n-po-1.0.tar.bz2 631 632 * Thu Mar 4 2004 - takao.fujiwara@sun.com 633 - Added control-center-09-g11n-schemas.diff to localize schemas.in 634 - Added control-center-10-g11n-potfiles.diff to fix 4957377 635 636 * Thu Feb 26 2004 - niall.power@sun.com 637 - add libexecdir to pick up missing files 638 639 * Thu Feb 26 2004 - matt.keenan@sun.com 640 - Update Distro, l10n to 0.8 641 642 * Tue Feb 24 2004 - niall.power@sun.com 643 - define correct auto*-jds and libtool-jds versions 644 645 * Tue Feb 24 2004 - niall.power@sun.com 646 - set and export ACLOCAL_FLAGS on linux to 647 pick up necessary JDS_CBE aclocal macros. 648 649 * Fri Feb 20 2004 - niall.power@sun.com 650 - Added build dependencies on jds CBE auto* tools 651 and set PATH to pick up their location on linux 652 653 * Wed Feb 18 2004 - niall.power@sun.com 654 - Bump to 2.5.3 655 656 * Wed Dec 17 2003 - glynn.foster@sun.com 657 - Bump to 2.5.0 658 659 * Fri Oct 31 2003 - glynn.foster@sun.com 660 - Remove the Sun Support keywords since 661 we're moving away from the Extras menu. 662 663 * Tue Oct 21 2003 - glynn.foster (at] sun.com 664 - Add nautilus dependancy 665 666 * Mon Oct 19 2003 - glynn.foster (at] sun.com 667 - New tarball, bump version, reset release 668 669 * Thu Aug 14 2003 - <laca (at] sun.com> 670 - remove *.a, *.la 671 672 * Tue Aug 05 2003 - glynn.foster (at] sun.com 673 - Close keybindings capplet on escape 674 675 * Tue Aug 05 2003 - glynn.foster (at] sun.com 676 - Add some metacity docs. 677 678 * Sat Aug 02 2003 - glynn.foster (at] sun.com 679 - Now we can theme X cursors 680 681 * Sat Aug 02 2003 - glynn.foster (at] sun.com 682 - Don't install gnomecc.desktop 683 684 * Fri Aug 01 2003 - glynn.foster@sun.com 685 - Add menu categorization cluepackets. Or something. 686 687 * Thu Jul 24 2003 - glynn.foster@sun.com 688 - Hide the password entry 689 690 * Tue Jul 22 2003 - glynn.foster@sun.com 691 - Change the window titles 692 693 * Mon Jul 21 2003 - glynn.foster@sun.com 694 - Reorder desktop preferences menu 695 696 * Thu Jul 17 2003 - ghee.teo@sun.com 697 - gnome-keybindings-properties uses the panel keys which are essential 698 obsolete in the current release of GNOME. So replace these keys 699 with the appropriate one that are appropriate in metacity. 700 701 * Thu Jul 17 2003 - glynn.foster@sun.com 702 - s/Files types and programs/File Associations 703 704 * Thu Jul 17 2003 - glynn.foster@sun.com 705 - Make sure the window icon lookup uses icon themes 706 707 * Tue Jul 15 2003 - michael.twomey@sun.com 708 - Backported the option to open the fonts folder from the fonts control panel. 709 710 * Wed Jul 09 2003 - michael.twomey@sun.com 711 - Added gnome-keyboard-layout to control centre. 712 713 * Fri Jul 03 2003 - markmc@sun.com 714 - Add correct location for new sound icon and 715 add a theme icon. 716 717 * Fri Jul 03 2003 - markmc@sun.com 718 - Install the .directory things 719 720 * Mon Jun 30 2003 - markmc@sun.com 721 - add display properties capplet 722 723 * Fri Jun 27 2003 - glynn.foster@sun.com 724 - bump the version on the control center tarball 725 726 * Wed Jun 25 2003 - markmc@sun.com 727 - add control-center-01-theme-failsafe.diff 728 729 * Wed May 14 2003 - Stephen.Browne@sun.com 730 - initial release 731