summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2009-03-16 18:26:43 +0000
committerjmcneill <jmcneill>2009-03-16 18:26:43 +0000
commita774bf2f076d545c266259ae949cd03b29bad1a6 (patch)
treec31eb02d0e1fc4d56346e2e7c41bf802ab31f6b8
parentdf115da4abe609bba6708a411b75dc03307fa24e (diff)
downloadpkgsrc-a774bf2f076d545c266259ae949cd03b29bad1a6.tar.gz
Update gnome-session to 2.25.92.
=============== Version 2.25.92 =============== Note: this release brings back session saving. There might be bugs for this, so make sure to test this thoroughly. - Ensure treeview is included in a scrolled window with a shadow in the inhibit dialog (Frédéric Crozat) - Use system-log-out icon instead of deprecated gnome-logout (Matthias Clasen) - Implement session saving (Lucas) - Use close button instead of ok button for error dialog (Vincent) - Fix the logout dialog not being themed (Matthias Clasen) - Code cleanup (Lucas) Translations: - Updated zh_TW: Chao-Hsiung Liao - Updated bg: Alexander Shopov - Updated bn_IN: Runa Bhattacharjee - Updated ca: David Planella - Updated de: Wolfgang Stoeggl - Updated en_GB: David Lodge - Updated eu: Iñaki Larrañaga Murgoitio - Updated fi: Ilkka Tuohela - Updated fr: Bruno Brouard - Updated gu: Sweta Kothari - Updated hu: Gabor Kelemen - Updated it: Luca Ferretti - Updated ja: Takeshi AIHANA - Updated ko: Changwoo Ryu - Updated lv: Raivis Dejus - Updated pt_BR: Og Maciel - Updated pt: Duarte Loreto - Updated ro: Adi Roiban - Updated sv: Daniel Nylander - Updated th: Theppitak Karoonboonyanan - Updated tr: Baris Cicek - Updated zh_HK: Chao-Hsiung Liao - Updated zh_TW: Chao-Hsiung Liao =============== Version 2.25.91 =============== - Fix copy & paste error in debug output (Matthias Clasen) - Avoid restarting applications when shutting down (Brian Cameron) - Improve logout/shutdown dialog messages (Matthias Clasen) - Change the capplet name in (Lucas, Luca Ferretti) - Remove obsolete logout_option gconf key (Luca Ferretti) - Update description of required_components_list gconf key (Luca Ferretti) Translations: - Updated ast: Mikel González - Updated bg: Alexander Shopov - Updated crh: Reşat SABIQ - Updated da: Kenneth Nielsen - Updated dz: Dawa pemo - Updated es: Jorge González - Updated et: Ivar Smolin - Updated eu: Iñaki Larrañaga Murgoitio - Updated fi: Ilkka Tuohela - Updated gl: Ignacio Casal Quinteiro - Updated kn: Shankar Prasad - Updated mk: Jovan Naumovski - Updated nb: Kjartan Maraas - Updated nl: Wouter Bolsterlee - Updated pl: Tomasz Dominikowski - Updated pt_BR: Andre Gondim - Updated ro: Adi Roiban - Updated sr: Горан Ракић - Updated sv: Daniel Nylander - Updated te: Bharat Kumar - Updated th: Theppitak Karoonboonyanan - Updated vi: Clytie Siddall - Updated zh_HK: Chao-Hsiung Liao - Updated zh_TW: Chao-Hsiung Liao =============== Version 2.25.90 =============== - Install autostart files in /etc/xdg/autostart (Vincent) - Use 22x22 icons in the splash screen (Vincent) - Fix a potential crash in the splash screen (Vincent) - Fix dbus documentation to mention the session bus instead of system bus (Richard Hughes) - Fix build when XTest is not available (Vincent) - Fix generation of dbus documentation to have valid docbook (Vincent) Translations: - Updated ca: David Planella - Updated fi: Ilkka Tuohela - Updated he: Yair Hershkovitz - Updated ko: Changwoo Ryu - Updated lt: Žygimantas Beručka - Updated pl: Tomasz Dominikowski - Updated pt_BR: Andre Gondim - Updated sv: Daniel Nylander ============== Version 2.25.5 ============== - Close ICE connection for qt3 applications (Edward Sheldrake) - In all phases before APPLICATION, consider process termination as completion (Behdad Esfahbod) - Fix gnome-session not looking at $XDG_DATA_HOME/applications (tuxce) - Correctly check for sm and ice libraries in configure script (Lucas) - Correctly handle X-GNOME-Autostart-enabled=false in gnome-session-properties (Halton Huo) - Add support for --enable-polkit/--disable-polkit in configure script (default is still automatic) (Nirbheek Chauhan) - Add NoDisplay=True to desktop files (Lucas) - Fix typo in error message (Lucas) - Double-click startup program entry to open edit dialog in gnome-session-properties (Lucas) - Fix apps with an icon not existing in the icon theme displayed with no icon (Lucas) - Add 48x48 icon for session properties (Lucas) - Add a presence dbus API (William Jon McCann) Translations: - Updated ca: David Planella - Updated de: Hendrik Richter - Updated es: Jorge González - Updated ha: saudat mohammed - Updated ig: Onye, Sylvester - Updated nb: Kjartan Maraas - Updated sv: Daniel Nylander - Updated uz@cyrillic: Nurali Abdurahmonov - Updated uz: Nurali Abdurahmonov - Updated yo: David Lodge ============== Version 2.25.3 ============== - Address issue with multiple clients trying to use the QueryEndSession dbus API (Tim Kosse) - Code and build system cleanups (Vincent) - Stop using deprecated API (Vincent) - Remove libgnomeui dependency (Vincent) ============== Version 2.25.2 ============== - Don't link to gnome-keyring and libgnomeui where we don't need (William Jon McCann) - Make the session properties dialog resizable (Matthias Clasen) - Don't try to print an undefined error message (William Jon McCann) - Build fixes (Kjartan Maraas) - Rewrite the application finding code for the manager (Matthias Clasen) - Add new dbus api to say whether shutdown dialog is available (Ray Strode) - Remove compat wrapper for gnome-keyring session interaction (Stef Walter) - Single include fixes for glib (Diego Escalante Urrelo) Translations: - Updated ast: Mikel González - Updated ku: Erdal Ronahi - Updated sr: Горан Ракић - Updated sv: Daniel Nylander
-rw-r--r--x11/gnome-session/Makefile6
-rw-r--r--x11/gnome-session/PLIST11
-rw-r--r--x11/gnome-session/distinfo9
-rw-r--r--x11/gnome-session/patches/patch-ag13
4 files changed, 29 insertions, 10 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
index c0b79a07bcd..f354c4603cc 100644
--- a/x11/gnome-session/Makefile
+++ b/x11/gnome-session/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.110 2009/01/14 13:01:42 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2009/03/16 18:26:43 jmcneill Exp $
#
-DISTNAME= gnome-session-2.24.3
+DISTNAME= gnome-session-2.25.92
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.24/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.25/}
SITES.gnome-splash-2.16.0.png= ${MASTER_SITE_LOCAL:=gnome-splash/}
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gnome-splash-2.16.0.png
diff --git a/x11/gnome-session/PLIST b/x11/gnome-session/PLIST
index 2614b464168..6cd952efb97 100644
--- a/x11/gnome-session/PLIST
+++ b/x11/gnome-session/PLIST
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.27 2009/01/14 13:01:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.28 2009/03/16 18:26:43 jmcneill Exp $
bin/gnome-session
bin/gnome-session-properties
bin/gnome-session-save
bin/gnome-wm
lib/gnome-session/helpers/at-spi-registryd-wrapper
-lib/gnome-session/helpers/gnome-keyring-daemon-wrapper
lib/gnome-session/helpers/gnome-session-splash
lib/gnome-session/helpers/gnome-settings-daemon-helper
man/man1/gnome-session-save.1
@@ -18,13 +17,13 @@ share/gconf/schemas/gnome-session.schemas
share/gnome-session/gsm-inhibit-dialog.glade
share/gnome-session/session-properties.glade
share/gnome/autostart/at-spi-registryd-wrapper.desktop
-share/gnome/autostart/gnome-keyring-daemon-wrapper.desktop
share/gnome/autostart/gnome-session-splash.desktop
share/gnome/autostart/gnome-settings-daemon-helper.desktop
share/icons/hicolor/16x16/apps/session-properties.png
share/icons/hicolor/22x22/apps/session-properties.png
share/icons/hicolor/24x24/apps/session-properties.png
share/icons/hicolor/32x32/apps/session-properties.png
+share/icons/hicolor/48x48/apps/session-properties.png
share/icons/hicolor/scalable/apps/session-properties.svg
share/locale/af/LC_MESSAGES/gnome-session-2.0.mo
share/locale/am/LC_MESSAGES/gnome-session-2.0.mo
@@ -38,6 +37,7 @@ share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo
share/locale/bn_IN/LC_MESSAGES/gnome-session-2.0.mo
share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo
share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/crh/LC_MESSAGES/gnome-session-2.0.mo
share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo
share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo
share/locale/da/LC_MESSAGES/gnome-session-2.0.mo
@@ -57,12 +57,14 @@ share/locale/fur/LC_MESSAGES/gnome-session-2.0.mo
share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo
share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo
share/locale/gu/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ha/LC_MESSAGES/gnome-session-2.0.mo
share/locale/he/LC_MESSAGES/gnome-session-2.0.mo
share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo
share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo
share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo
share/locale/hy/LC_MESSAGES/gnome-session-2.0.mo
share/locale/id/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ig/LC_MESSAGES/gnome-session-2.0.mo
share/locale/is/LC_MESSAGES/gnome-session-2.0.mo
share/locale/it/LC_MESSAGES/gnome-session-2.0.mo
share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo
@@ -106,9 +108,12 @@ share/locale/th/LC_MESSAGES/gnome-session-2.0.mo
share/locale/tk/LC_MESSAGES/gnome-session-2.0.mo
share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo
share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/uz/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-2.0.mo
share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo
share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo
share/locale/xh/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/yo/LC_MESSAGES/gnome-session-2.0.mo
share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo
share/locale/zh_HK/LC_MESSAGES/gnome-session-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo
diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo
index 770c4b70fca..64ef8f3d29f 100644
--- a/x11/gnome-session/distinfo
+++ b/x11/gnome-session/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.44 2009/01/14 13:01:42 wiz Exp $
+$NetBSD: distinfo,v 1.45 2009/03/16 18:26:43 jmcneill Exp $
-SHA1 (gnome-session-2.24.3.tar.bz2) = a48bcf47b879db439cec193e4191909409e7efcb
-RMD160 (gnome-session-2.24.3.tar.bz2) = 2cd9fb8435f452873ca8bd34fd51276d24282a48
-Size (gnome-session-2.24.3.tar.bz2) = 792300 bytes
+SHA1 (gnome-session-2.25.92.tar.bz2) = aa75cb9ed45d437bedeac9c366ee127dfbf0fe4f
+RMD160 (gnome-session-2.25.92.tar.bz2) = 55c1ba14b9de4a943d479be1f267e77a2bcf23d3
+Size (gnome-session-2.25.92.tar.bz2) = 827877 bytes
SHA1 (gnome-splash-2.16.0.png) = 0d321be84c5668a2c0fecb494edc820d6b74ee9d
RMD160 (gnome-splash-2.16.0.png) = 28667abaaef6ac20dde9f4101554a5043b4f9c96
Size (gnome-splash-2.16.0.png) = 36601 bytes
@@ -11,3 +11,4 @@ SHA1 (patch-ac) = f3a74bd3942269f44fab2d52262c2fedb3fd2848
SHA1 (patch-ad) = fe18ad5dbb6851b81bf23a4dcb2eec2d32981730
SHA1 (patch-ae) = 31759f8ee3f4415c43feb9ce5e93cba549de06a3
SHA1 (patch-af) = b307190d2c0f8cc2e5aef8fec00868eaf5ddf8b9
+SHA1 (patch-ag) = 7b609bf7a2be8fa9845678347de6e644623f1d6d
diff --git a/x11/gnome-session/patches/patch-ag b/x11/gnome-session/patches/patch-ag
new file mode 100644
index 00000000000..78b1359255b
--- /dev/null
+++ b/x11/gnome-session/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2009/03/16 18:26:43 jmcneill Exp $
+
+--- compat/Makefile.in.orig 2009-03-16 14:11:24.000000000 -0400
++++ compat/Makefile.in
+@@ -285,7 +285,7 @@ LDADD = \
+ $(COMPAT_LIBS)
+
+ helperdir = $(pkglibdir)/helpers
+-default_sessiondir = $(sysconfdir)/xdg/autostart
++default_sessiondir = $(PREFIX)/share/gnome/autostart
+ default_session_in_in_files = \
+ at-spi-registryd-wrapper.desktop.in.in \
+ gnome-settings-daemon-helper.desktop.in.in