Mon Mar 16 16:21:36 2009 UTC ()
Update gnome-settings-daemon to 2.26.0.

==============
Version 2.26.0
==============
- Make build work with -Wl,-z,defs (Christopher Taylor) (#574452)
- Updated translations:
  - as (Amitakhya Phukan)
  - ca (Gil Forcada)
  - cs (Petr Kovar)
  - da (Kenneth Nielsen)
  - de (Mario Blättermann)
  - el (Kostas Papadimas)
  - eu (Inaki Larranaga Murgoitio)
  - gl (Ignacio Casal Quinteiro)
  - gu (Ankitkumar Patel)
  - he (Yair Hershkovitz)
  - hi (Rajesh Ranjan)
  - it (Luca Ferretti)
  - ja (Takeshi AIHANA)
  - lt (Gintautas Miliauskas)
  - ml (Ani Peter)
  - mr (Sandeep Shedmake)
  - or (Manoj Kumar Giri)
  - ro (Mișu Moldovan)
  - ru (Nickolay V. Shmyrev)
  - ta (I. Felix)
  - te (Krishnababu K)

===============
Version 2.25.92
===============
- don't print warnings for disabled custom shortcuts (Jens Granseuer)
- revert screen resolution change if the user closes the confirmation window
  using the close icon or by pressing escape (Jens Granseuer) (#571492)
- add missing keys for a11y shortcut keys to GConf schemas (Jens Granseuer)
  (#572807)
- install gnome-settings-daemon-plugin.h for custom plugin developement
  (Jens Granseuer) (#573610)
- Updated translations:
  - bg (Alexander Shopov)
  - en_GB (Philip Withnall)
  - es (Jorge Gonzalez)
  - fi (Ilkka Tuohela)
  - fr (Claude Paroz)
  - gu (Sweta Kothari)
  - hu (Gabor Kelemen)
  - ko (Changwoo Ryu)
  - nl (Wouter Bolsterlee)
  - pl (Tomasz Dominikowski)
  - pt (Duarte Loreto)
  - pt_BR (Krix Apolinário, Vladimir Melo)
  - sv (Daniel Nylander)
  - th (Theppitak Karoonboonyanan)
  - zh_HK (Chao-Hsiung Liao)
  - zh_TW (Chao-Hsiung Liao)

===============
Version 2.25.91
===============
- Have gnome-session restart g-s-d if it crashes (Matthias Clasen)
- Add --without-libnotify to disable notifications (Nirbheek Chauchan)
- Avoid warnings due to notifications on nonexisting status icons
  (Matthias Clasen)
- Fix crash with invalid keyboard shortcuts (Jens Granseuer)
- fix label for "Don't show this message again" checkbox (Luca Ferretti) (#517821)
- HIG fix for button labels (Luca Ferretti) (#571819)
- Don't use legacy icons for keyboard and mouse (Luca Ferretti) (#571823)
- Fix alignment of the composited media window (Leo Iannacone) (#567249)
- Updated translations:
  - ast (Mikel González)
  - ca (Gil Forcada)
  - da (Kenneth Nielsen)
  - es (Jorge Gonzalez)
  - eu (Iñaki Larrañaga Murgoitio)
  - ja (Takeshi AIHANA)
  - nl (Wouter Bolsterlee)
  - pl (Tomasz Dominikowski)
  - ro (Jani Monoses)
  - sv (Daniel Nylander)
  - vi (Clytie Siddall)

===============
Version 2.25.90
===============
- Initialize thread system (Frederic Peters) (#565515)
- Better support for Eject and Sleep actions on BSD (Jasper Lievisse Adriaanse)
  (#565472)
- Spawn screensaver after a 30 second timeout instead of when idle so that it
  doesn't compete with other processes when the session starts (Jens Granseuer)
  (#564059)
- Add low diskspace notification (Vincent Untz) (#557647)
- Support hotkeys for a11y tools (Matthias Clasen) (#565310)
- Quiet xrdb when there are duplicate rules in the .ad files (Bastien Nocera)
  (#566610)
- Add debugging output when de/registering media players (Jens Granseuer)
  (#564433)
- Add a new sound plugin that tells PulseAudio to drop its sample cache when
  the sound theme changes (Lennart Poettering) (#545386)
- Don't pop up an error message when there's no randr configuration file
  (Federico Mena Quintero)
- Ungrab keys when key-related plugins are disabled (Jens Granseuer) (#567867)
- Use PulseAudio directly to change the volume (Bastien Nocera) (#567177)
- Don't draw_background immediately when nautilus is disabled, GnomeBG will
  send a signal (Ray Strode)
- Add crossfade transition when switching backgrounds (Ray Strode) (#552857)
- Use XF86Explorer to launch the file manager (Bastien Nocera)
- Fix possible crash when pressing Fn-F7 (Andres Freund) (#568713)
- Delay drawing the background until SessionRunning (Ray Stode)
- Ask for confirmation with a timeout after changing the randr configuration
  (Federico Mena Quintero) (#545115)
- Require gnome-desktop 2.25.6 (Jen Granseuer)
- Plug leaks
- Build fixes
- Updated translations:
  - es (Jorge González)
  - et (Mattias Põldaru)
  - he (Yuval Tanny)
  - hu (Gabor Kelemen)
  - it (Luca Ferretti)
  - ko (Changwoo Ryu)
  - nb (Kjartan Maraas)
  - pt_BR (Krix Apolinário)
  - sv (Daniel Nylander)
  - zh_CN (甘露(Gan Lu))

==============
Version 2.25.3
==============
- Add support for fn-f7 type keys (Søren Sandmann)
- Use D-Bus instead of an X client mesage in the xrandr plugin, so
  the front-end can get error messages as well (Federico Mena Quintero)
- Fix crash when the X server doesn't have the XInput extension (Jens Granseuer) (#562977)
- Don't call umask (Behdad Esfahbod) (#563543)
- Shut the daemon down properly when the SIGTERM signal is received or the
  D-Bus bus goes away (Ray Strode)
- Restore AccessX bits to original values on exit, fixes sticky keys
  coming on when gnome-settings-daemon has exited (Ray Strode)
- Use only top-level glib and gtk+ headers (Pedro Fragoso) (#563796)

==============
Version 2.25.2
==============
- No need to trap XkbQueryExtension and friends errors (Jens Granseuer) (#559346)
- Add some performance annotations around libxklavier calls (Behdad Esfahbod)
- Start managers in idle callbacks (Behdad Esfahbod) (#559482, #559564)
- Only initialize fontconfig when starting up (Behdad Esfahbod) (#559550)
- Remove unnecessary X error traps (Jens Granseuer) (#559562)
- Init a11y status icon only when needed (Behdad Esfahbod) (#559558)
- Reshufle plugin priorities a bit (Behdad Esfhabod)
- Delay constructing the GnomeBg object until we need it (Behdad Esfahbod)
  (#559639)
- Listen for DeviceEnabled instead of DeviceAdded to be sure the mouse has
  been initialized (William Grant) (#559827)
- Add debugging output for volume_step (Jens Granseuer)
- Fork before gtk_init (Behdad Esfahbod) (#559695)
- Lockdown in the keybinding plugin (Matthias Clasen) (#553434)
- Trap X errors so we don't crash on X servers that don't support DevicePresence
  (Jens Granseuer) (#560618)
- Fix handling of time = GDK_CURRENT_TIME (Jens Granseuer) (#559797)
- Add bundle_loader linker flag to fix compilation on MacOS X (dmack@netspace.org)
  (#522673)
- Grab all keycodes that match the respective keysim (Mario Limonciello) (#561275)
- Fix --no-daemon (Behdad Esfahbod)
- Depend on libxklavier 3.8 (Sergey Udaltsov)
- Fix checks for various X libraries (Jens Granseuer)
- Fix check for xklavier device discovery (Jens Granseuer)

==============
Version 2.25.1
==============
- Ignore the 'activate' signal for deselected items so that the rotation
  setting doesn't reset when the systray menu is opened (Eric Piel)
  (#554951)
- Don't make togglekeys_enable depend on global AccessX state (Jens
  Granseuer) (#555009)
- Fix picking up of the GDM layout (Matthias Clasen) (#554525 and
  #555873)
- Use printf safely (Christian Persch) (#555553)
- Show the shutdown dialog when the power button is pressed (Matthias
  Clasen) (#556307)
- Support the Gtk/ButtonImages XSetting (Matthias Clasen) (#556797)
- Clean-up volume initialization (Jens Granseuer) (#552383)
- Make the composited volume images more clear (Bogdan Butnaru)
  (#557307)
- Spawn screensaver process in idle callback (Rodrigo Moya)
- Remove sound plugin (Jens Granseuer) (#557806)
- Replace gnome_help_display_desktop with gtk_show_uri (Jens Granseuer)
  (#557808)
- Listen for X device changes and reconfigure the mouse if necessary
  (William Grant) (#549267)
- Remove AM_MAINTAINER_MODE (Jens Granseuer) (#558503)
- Disable xrdb plugin by default (Behdad Esfahbod) (#557807)
- Improve performance logging annotations (Behdad Esfahbod) (#559162)
- Cleanup font module (Behdad Esfahbod) (#559163)
- Don't trap errors around grab_key (Behdad Esfahbod) (#559164)
- Don't run 'mousetweaks -s' at startup (Behdad Esfahbod) (#559165)
- Start fontconfig monitors, mouse and clipboard managers in idle
  callbacks (Behdad Esfahbod) (#559166)
- Preload gconf dirs when feasible (Behdad Esfahbod) (#559167)
- Wait for initialization processes to be done before spawning other
  processes (Behdad Esfahbod) (#559168)
- Don't close stderr to not lose warnings (Behdad Esfahbod)
- Use a pipe to communicate between children and parent process instead
  of a signal (Behdad Esfahbod)
- Updated translations:
  - et (Priit Laes)
  - mk (Jovan Naumovski)
  - pt_BR (Leonardo Ferreira Fontenelle)
  - sk (Marcel Telka)


(jmcneill)
diff -r1.11 -r1.12 pkgsrc/sysutils/gnome-settings-daemon/Makefile
diff -r1.3 -r1.4 pkgsrc/sysutils/gnome-settings-daemon/PLIST
diff -r1.7 -r1.8 pkgsrc/sysutils/gnome-settings-daemon/distinfo
diff -r1.1.1.1 -r0 pkgsrc/sysutils/gnome-settings-daemon/patches/patch-aa
diff -r1.2 -r0 pkgsrc/sysutils/gnome-settings-daemon/patches/patch-ab
diff -r1.1 -r0 pkgsrc/sysutils/gnome-settings-daemon/patches/patch-ad

cvs diff -r1.11 -r1.12 pkgsrc/sysutils/gnome-settings-daemon/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-settings-daemon/Makefile 2008/12/18 15:56:13 1.11
+++ pkgsrc/sysutils/gnome-settings-daemon/Makefile 2009/03/16 16:21:36 1.12
@@ -1,44 +1,47 @@ @@ -1,44 +1,47 @@
1# $NetBSD: Makefile,v 1.11 2008/12/18 15:56:13 jmcneill Exp $ 1# $NetBSD: Makefile,v 1.12 2009/03/16 16:21:36 jmcneill Exp $
2# 2#
3 3
4DISTNAME= gnome-settings-daemon-2.24.1 4DISTNAME= gnome-settings-daemon-2.26.0
5PKGREVISION= 1 
6CATEGORIES= sysutils 5CATEGORIES= sysutils
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-settings-daemon/2.24/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-settings-daemon/2.26/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
12COMMENT= GNOME settings daemon 11COMMENT= GNOME settings daemon
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_TOOLS+= pkg-config intltool gmake msgfmt 17USE_TOOLS+= pkg-config intltool gmake msgfmt
19 18
20CONFLICTS+= gnome-control-center<2.22.0 19CONFLICTS+= gnome-control-center<2.22.0
21 20
22GCONF_SCHEMAS+= gnome-settings-daemon.schemas 21GCONF_SCHEMAS+= gnome-settings-daemon.schemas
23GCONF_SCHEMAS+= desktop_gnome_font_rendering.schemas 22GCONF_SCHEMAS+= desktop_gnome_font_rendering.schemas
 23GCONF_SCHEMAS+= desktop_gnome_keybindings.schemas
24GCONF_SCHEMAS+= apps_gnome_settings_daemon_keybindings.schemas 24GCONF_SCHEMAS+= apps_gnome_settings_daemon_keybindings.schemas
25GCONF_SCHEMAS+= apps_gnome_settings_daemon_screensaver.schemas 25GCONF_SCHEMAS+= apps_gnome_settings_daemon_screensaver.schemas
26GCONF_SCHEMAS+= apps_gnome_settings_daemon_xrandr.schemas 26GCONF_SCHEMAS+= apps_gnome_settings_daemon_xrandr.schemas
27PKGCONFIG_OVERRIDE+= data/gnome-settings-daemon.pc.in 27PKGCONFIG_OVERRIDE+= data/gnome-settings-daemon.pc.in
28 28
29BUILDLINK_API_DEPENDS.libxklavier+= libxklavier>=3.3 29BUILDLINK_API_DEPENDS.libxklavier+= libxklavier>=3.3
30 30
 31.include "../../audio/pulseaudio/buildlink3.mk"
 32.include "../../databases/gdbm/buildlink3.mk"
31.include "../../devel/GConf/schemas.mk" 33.include "../../devel/GConf/schemas.mk"
32.include "../../devel/libglade/buildlink3.mk" 34.include "../../devel/libglade/buildlink3.mk"
33.include "../../devel/libgnome/buildlink3.mk" 35.include "../../devel/libgnome/buildlink3.mk"
34.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 36.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
35.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" 37.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
36.include "../../multimedia/gstreamer0.10/buildlink3.mk" 38.include "../../multimedia/gstreamer0.10/buildlink3.mk"
37.include "../../sysutils/dbus-glib/buildlink3.mk" 39.include "../../sysutils/dbus-glib/buildlink3.mk"
38.include "../../sysutils/desktop-file-utils/desktopdb.mk" 40.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 41.include "../../sysutils/libnotify/buildlink3.mk"
39.include "../../x11/gnome-desktop/buildlink3.mk" 42.include "../../x11/gnome-desktop/buildlink3.mk"
40.include "../../x11/gtk2/buildlink3.mk" 43.include "../../x11/gtk2/buildlink3.mk"
41.include "../../x11/libgnomekbd/buildlink3.mk" 44.include "../../x11/libgnomekbd/buildlink3.mk"
42.include "../../x11/libxklavier/buildlink3.mk" 45.include "../../x11/libxklavier/buildlink3.mk"
43 46
44.include "../../mk/bsd.pkg.mk" 47.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/gnome-settings-daemon/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-settings-daemon/PLIST 2008/11/14 01:01:51 1.3
+++ pkgsrc/sysutils/gnome-settings-daemon/PLIST 2009/03/16 16:21:36 1.4
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1@comment $NetBSD: PLIST,v 1.3 2008/11/14 01:01:51 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.4 2009/03/16 16:21:36 jmcneill Exp $
2include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-client.h 2include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-client.h
 3include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-plugin.h
3lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin 4lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin
4lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin 5lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin
5lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin 6lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin
6lib/gnome-settings-daemon-2.0/dummy.gnome-settings-plugin 7lib/gnome-settings-daemon-2.0/dummy.gnome-settings-plugin
7lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin 8lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin
8lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin 9lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin
9lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin 10lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin
10lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin 11lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin
11lib/gnome-settings-daemon-2.0/liba11y-keyboard.la 12lib/gnome-settings-daemon-2.0/liba11y-keyboard.la
12lib/gnome-settings-daemon-2.0/libbackground.la 13lib/gnome-settings-daemon-2.0/libbackground.la
13lib/gnome-settings-daemon-2.0/libclipboard.la 14lib/gnome-settings-daemon-2.0/libclipboard.la
14lib/gnome-settings-daemon-2.0/libdummy.la 15lib/gnome-settings-daemon-2.0/libdummy.la
15lib/gnome-settings-daemon-2.0/libfont.la 16lib/gnome-settings-daemon-2.0/libfont.la
@@ -29,46 +30,50 @@ lib/gnome-settings-daemon-2.0/mouse.gnom @@ -29,46 +30,50 @@ lib/gnome-settings-daemon-2.0/mouse.gnom
29lib/gnome-settings-daemon-2.0/screensaver.gnome-settings-plugin 30lib/gnome-settings-daemon-2.0/screensaver.gnome-settings-plugin
30lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin 31lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin
31lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin 32lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin
32lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin 33lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin
33lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin 34lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin
34lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin 35lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin
35lib/pkgconfig/gnome-settings-daemon.pc 36lib/pkgconfig/gnome-settings-daemon.pc
36libexec/gnome-settings-daemon 37libexec/gnome-settings-daemon
37share/dbus-1/services/org.gnome.SettingsDaemon.service 38share/dbus-1/services/org.gnome.SettingsDaemon.service
38share/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas 39share/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas
39share/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas 40share/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas
40share/gconf/schemas/apps_gnome_settings_daemon_xrandr.schemas 41share/gconf/schemas/apps_gnome_settings_daemon_xrandr.schemas
41share/gconf/schemas/desktop_gnome_font_rendering.schemas 42share/gconf/schemas/desktop_gnome_font_rendering.schemas
 43share/gconf/schemas/desktop_gnome_keybindings.schemas
42share/gconf/schemas/gnome-settings-daemon.schemas 44share/gconf/schemas/gnome-settings-daemon.schemas
 45share/gnome-control-center/keybindings/50-accessibility.xml
43share/gnome-settings-daemon/acme-eject.png 46share/gnome-settings-daemon/acme-eject.png
44share/gnome-settings-daemon/acme.glade 47share/gnome-settings-daemon/acme.glade
45share/gnome-settings-daemon/gsd-a11y-preferences-dialog.glade 48share/gnome-settings-daemon/gsd-a11y-preferences-dialog.glade
46share/gnome-settings-daemon/modmap-dialog.glade 49share/gnome-settings-daemon/modmap-dialog.glade
47share/gnome-settings-daemon/xrdb/Editres.ad 50share/gnome-settings-daemon/xrdb/Editres.ad
48share/gnome-settings-daemon/xrdb/Emacs.ad 51share/gnome-settings-daemon/xrdb/Emacs.ad
49share/gnome-settings-daemon/xrdb/General.ad 52share/gnome-settings-daemon/xrdb/General.ad
50share/gnome-settings-daemon/xrdb/Motif.ad 53share/gnome-settings-daemon/xrdb/Motif.ad
51share/gnome-settings-daemon/xrdb/Tk.ad 54share/gnome-settings-daemon/xrdb/Tk.ad
52share/gnome-settings-daemon/xrdb/Xaw.ad 55share/gnome-settings-daemon/xrdb/Xaw.ad
53share/gnome/autostart/gnome-settings-daemon.desktop 56share/gnome/autostart/gnome-settings-daemon.desktop
54share/icons/hicolor/16x16/apps/gsd-xrandr.png 57share/icons/hicolor/16x16/apps/gsd-xrandr.png
55share/icons/hicolor/22x22/apps/gsd-xrandr.png 58share/icons/hicolor/22x22/apps/gsd-xrandr.png
56share/icons/hicolor/24x24/apps/gsd-xrandr.png 59share/icons/hicolor/24x24/apps/gsd-xrandr.png
57share/icons/hicolor/32x32/apps/gsd-xrandr.png 60share/icons/hicolor/32x32/apps/gsd-xrandr.png
58share/icons/hicolor/scalable/apps/gsd-xrandr.svg 61share/icons/hicolor/scalable/apps/gsd-xrandr.svg
59share/locale/af/LC_MESSAGES/gnome-settings-daemon.mo 62share/locale/af/LC_MESSAGES/gnome-settings-daemon.mo
60share/locale/am/LC_MESSAGES/gnome-settings-daemon.mo 63share/locale/am/LC_MESSAGES/gnome-settings-daemon.mo
61share/locale/ar/LC_MESSAGES/gnome-settings-daemon.mo 64share/locale/ar/LC_MESSAGES/gnome-settings-daemon.mo
 65share/locale/as/LC_MESSAGES/gnome-settings-daemon.mo
 66share/locale/ast/LC_MESSAGES/gnome-settings-daemon.mo
62share/locale/az/LC_MESSAGES/gnome-settings-daemon.mo 67share/locale/az/LC_MESSAGES/gnome-settings-daemon.mo
63share/locale/be/LC_MESSAGES/gnome-settings-daemon.mo 68share/locale/be/LC_MESSAGES/gnome-settings-daemon.mo
64share/locale/be@latin/LC_MESSAGES/gnome-settings-daemon.mo 69share/locale/be@latin/LC_MESSAGES/gnome-settings-daemon.mo
65share/locale/bg/LC_MESSAGES/gnome-settings-daemon.mo 70share/locale/bg/LC_MESSAGES/gnome-settings-daemon.mo
66share/locale/bn/LC_MESSAGES/gnome-settings-daemon.mo 71share/locale/bn/LC_MESSAGES/gnome-settings-daemon.mo
67share/locale/bn_IN/LC_MESSAGES/gnome-settings-daemon.mo 72share/locale/bn_IN/LC_MESSAGES/gnome-settings-daemon.mo
68share/locale/br/LC_MESSAGES/gnome-settings-daemon.mo 73share/locale/br/LC_MESSAGES/gnome-settings-daemon.mo
69share/locale/bs/LC_MESSAGES/gnome-settings-daemon.mo 74share/locale/bs/LC_MESSAGES/gnome-settings-daemon.mo
70share/locale/ca/LC_MESSAGES/gnome-settings-daemon.mo 75share/locale/ca/LC_MESSAGES/gnome-settings-daemon.mo
71share/locale/cs/LC_MESSAGES/gnome-settings-daemon.mo 76share/locale/cs/LC_MESSAGES/gnome-settings-daemon.mo
72share/locale/cy/LC_MESSAGES/gnome-settings-daemon.mo 77share/locale/cy/LC_MESSAGES/gnome-settings-daemon.mo
73share/locale/da/LC_MESSAGES/gnome-settings-daemon.mo 78share/locale/da/LC_MESSAGES/gnome-settings-daemon.mo
74share/locale/de/LC_MESSAGES/gnome-settings-daemon.mo 79share/locale/de/LC_MESSAGES/gnome-settings-daemon.mo

cvs diff -r1.7 -r1.8 pkgsrc/sysutils/gnome-settings-daemon/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-settings-daemon/distinfo 2008/12/18 15:56:13 1.7
+++ pkgsrc/sysutils/gnome-settings-daemon/distinfo 2009/03/16 16:21:36 1.8
@@ -1,9 +1,6 @@ @@ -1,9 +1,6 @@
1$NetBSD: distinfo,v 1.7 2008/12/18 15:56:13 jmcneill Exp $ 1$NetBSD: distinfo,v 1.8 2009/03/16 16:21:36 jmcneill Exp $
2 2
3SHA1 (gnome-settings-daemon-2.24.1.tar.bz2) = d0dbf6ba82cdc1e814d6c46bdc363e61ee9fd0f3 3SHA1 (gnome-settings-daemon-2.26.0.tar.bz2) = ccdf4ddb5e736d03a87843865c3462e55335f093
4RMD160 (gnome-settings-daemon-2.24.1.tar.bz2) = 27d432cd217a836fcef0deac5f80f638a73cda7c 4RMD160 (gnome-settings-daemon-2.26.0.tar.bz2) = bb5c0554aa5d635cffc042c92d373e77ea3ff82a
5Size (gnome-settings-daemon-2.24.1.tar.bz2) = 1131518 bytes 5Size (gnome-settings-daemon-2.26.0.tar.bz2) = 1143867 bytes
6SHA1 (patch-aa) = 66ed26db1eb571bdf6bc4640c989e6384d2f99db 
7SHA1 (patch-ab) = 28315b12cb41d4c1072f6dd683c2e23eedc116b3 
8SHA1 (patch-ac) = 6e77934d2ad8a75a0b476cf26a3ec72ea8160b23 6SHA1 (patch-ac) = 6e77934d2ad8a75a0b476cf26a3ec72ea8160b23
9SHA1 (patch-ad) = dd3a45da76f0d9e728240adacc01aa5251db0342 

File Deleted: pkgsrc/sysutils/gnome-settings-daemon/patches/Attic/patch-aa

File Deleted: pkgsrc/sysutils/gnome-settings-daemon/patches/Attic/patch-ab

File Deleted: pkgsrc/sysutils/gnome-settings-daemon/patches/Attic/patch-ad