Fri Apr 25 07:58:05 2008 UTC ()
Update to 2.22.0:

No changes in 2.22.0 except translations.

==============
Version 2.21.0 - "Windmills and Wheatfields"
==============

 * gtk+ minimum version is now 2.8 (Jaap Haitsma)
 * Show correct name in about dialogue (Jaap Haitsma)
 * Fix the infamous socket-finding bug in various ways
   (Loïc Minier, Craig Keogh)
 * Add information for bug-buddy (Matthias Clasen)
 * Remove inappropriate line from help (Thomas Thurman)
 * Session persistence under D-Bus (Alex Jones)
 * Careful checking to make sure all code from branches
   is actually in trunk now.
 * Translators:
Khaled Hosny (ar)
Petr Kovar (cs)
Ignacio Casal Quinteiro (gl)
Kjartan Maraas (nb)
Eskild Hustvedt (nn)
Yannig Marchegay (Kokoyaya) (oc)
Danishka Navin (si)
Pavol Šimo (sk)


(wiz)
diff -r1.16 -r1.17 pkgsrc/x11/fast-user-switch-applet/Makefile
diff -r1.7 -r1.8 pkgsrc/x11/fast-user-switch-applet/PLIST
diff -r1.7 -r1.8 pkgsrc/x11/fast-user-switch-applet/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/x11/fast-user-switch-applet/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/fast-user-switch-applet/Attic/Makefile 2008/03/06 14:53:56 1.16
+++ pkgsrc/x11/fast-user-switch-applet/Attic/Makefile 2008/04/25 07:58:05 1.17
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.16 2008/03/06 14:53:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2008/04/25 07:58:05 wiz Exp $
2# 2#
3 3
4DISTNAME= fast-user-switch-applet-2.20.0 4DISTNAME= fast-user-switch-applet-2.22.0
5PKGREVISION= 1 
6CATEGORIES= misc gnome 5CATEGORIES= misc gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/fast-user-switch-applet/2.20/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/fast-user-switch-applet/2.22/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= jmmv@NetBSD.org 9MAINTAINER= jmmv@NetBSD.org
11HOMEPAGE= http://ignore-your.tv/fusa/ 10HOMEPAGE= http://ignore-your.tv/fusa/
12COMMENT= Switch between users from the GNOME Panel 11COMMENT= Switch between users from the GNOME Panel
13 12
14DEPENDS+= gdm>=2.16.0:../../x11/gdm 13DEPENDS+= gdm>=2.16.0:../../x11/gdm
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_DIRS+= gnome2-1.6 16USE_DIRS+= gnome2-1.6
18USE_LIBTOOL= yes 17USE_LIBTOOL= yes
19USE_PKGLOCALEDIR= yes 18USE_PKGLOCALEDIR= yes
20USE_TOOLS+= gmake intltool msgfmt pkg-config 19USE_TOOLS+= gmake intltool msgfmt pkg-config
@@ -24,27 +23,27 @@ USE_X11= yes @@ -24,27 +23,27 @@ USE_X11= yes
24 23
25EVAL_PREFIX= PREFIX.gdm 24EVAL_PREFIX= PREFIX.gdm
26PREFIX.gdm_DEFAULT= ${LOCALBASE} 25PREFIX.gdm_DEFAULT= ${LOCALBASE}
27CONFIGURE_ARGS+= --with-gdm-setup=${PREFIX.gdm}/sbin/gdmsetup 26CONFIGURE_ARGS+= --with-gdm-setup=${PREFIX.gdm}/sbin/gdmsetup
28 27
29.if defined(PKG_SYSCONFDIR.gdm) 28.if defined(PKG_SYSCONFDIR.gdm)
30CONFIGURE_ARGS+= --with-gdm-config=${PKG_SYSCONFDIR.gdm}/custom.conf 29CONFIGURE_ARGS+= --with-gdm-config=${PKG_SYSCONFDIR.gdm}/custom.conf
31.else 30.else
32CONFIGURE_ARGS+= --with-gdm-config=${PKG_SYSCONFBASE}/gdm/custom.conf 31CONFIGURE_ARGS+= --with-gdm-config=${PKG_SYSCONFBASE}/gdm/custom.conf
33.endif 32.endif
34 33
35GCONF_SCHEMAS= fast-user-switch-applet.schemas 34GCONF_SCHEMAS= fast-user-switch-applet.schemas
36 35
37BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 36BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
38 37
39BUILDLINK_DEPMETHOD.libXt?= build 38BUILDLINK_DEPMETHOD.libXt?= build
40 39
41.include "../../devel/GConf/schemas.mk" 40.include "../../devel/GConf/schemas.mk"
42.include "../../devel/gettext-lib/buildlink3.mk" 41.include "../../devel/gettext-lib/buildlink3.mk"
43.include "../../devel/libbonobo/buildlink3.mk" 42.include "../../devel/libbonobo/buildlink3.mk"
44.include "../../devel/libglade/buildlink3.mk" 43.include "../../devel/libglade/buildlink3.mk"
45.include "../../devel/pango/buildlink3.mk" 44.include "../../devel/pango/buildlink3.mk"
46.include "../../textproc/gnome-doc-utils/buildlink3.mk" 45.include "../../textproc/gnome-doc-utils/buildlink3.mk"
47.include "../../textproc/scrollkeeper/omf.mk" 46.include "../../textproc/scrollkeeper/omf.mk"
48.include "../../x11/gnome-panel/buildlink3.mk" 47.include "../../x11/gnome-panel/buildlink3.mk"
49.include "../../x11/gtk2/buildlink3.mk" 48.include "../../x11/gtk2/buildlink3.mk"
50.include "../../x11/libSM/buildlink3.mk" 49.include "../../x11/libSM/buildlink3.mk"

cvs diff -r1.7 -r1.8 pkgsrc/x11/fast-user-switch-applet/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/fast-user-switch-applet/Attic/PLIST 2008/01/11 14:09:17 1.7
+++ pkgsrc/x11/fast-user-switch-applet/Attic/PLIST 2008/04/25 07:58:05 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2008/01/11 14:09:17 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.8 2008/04/25 07:58:05 wiz Exp $
2lib/bonobo/servers/GNOME_FastUserSwitchApplet.server 2lib/bonobo/servers/GNOME_FastUserSwitchApplet.server
3libexec/fast-user-switch-applet 3libexec/fast-user-switch-applet
4share/fast-user-switch-applet/ui.glade 4share/fast-user-switch-applet/ui.glade
5share/gconf/schemas/fast-user-switch-applet.schemas 5share/gconf/schemas/fast-user-switch-applet.schemas
6share/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml 6share/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
7share/gnome/help/fast-user-switch-applet/C/fast-user-switch-applet.xml 7share/gnome/help/fast-user-switch-applet/C/fast-user-switch-applet.xml
8share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-context.png 8share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-context.png
9share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-icon.png 9share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-icon.png
10share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-prefs.png 10share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-prefs.png
11share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-text.png 11share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-text.png
12share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-username.png 12share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-username.png
13share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet.png 13share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet.png
14share/gnome/help/fast-user-switch-applet/C/legal.xml 14share/gnome/help/fast-user-switch-applet/C/legal.xml
@@ -52,26 +52,27 @@ share/gnome/help/fast-user-switch-applet @@ -52,26 +52,27 @@ share/gnome/help/fast-user-switch-applet
52share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-icon.png 52share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-icon.png
53share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-prefs.png 53share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-prefs.png
54share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-text.png 54share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-text.png
55share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-username.png 55share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-username.png
56share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet.png 56share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet.png
57share/gnome/help/fast-user-switch-applet/sv/fast-user-switch-applet.xml 57share/gnome/help/fast-user-switch-applet/sv/fast-user-switch-applet.xml
58share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-context.png 58share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-context.png
59share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-icon.png 59share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-icon.png
60share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-prefs.png 60share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-prefs.png
61share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-text.png 61share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-text.png
62share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-username.png 62share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-username.png
63share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet.png 63share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet.png
64share/locale/ar/LC_MESSAGES/fast-user-switch-applet.mo 64share/locale/ar/LC_MESSAGES/fast-user-switch-applet.mo
 65share/locale/be@latin/LC_MESSAGES/fast-user-switch-applet.mo
65share/locale/bg/LC_MESSAGES/fast-user-switch-applet.mo 66share/locale/bg/LC_MESSAGES/fast-user-switch-applet.mo
66share/locale/bn/LC_MESSAGES/fast-user-switch-applet.mo 67share/locale/bn/LC_MESSAGES/fast-user-switch-applet.mo
67share/locale/bn_IN/LC_MESSAGES/fast-user-switch-applet.mo 68share/locale/bn_IN/LC_MESSAGES/fast-user-switch-applet.mo
68share/locale/ca/LC_MESSAGES/fast-user-switch-applet.mo 69share/locale/ca/LC_MESSAGES/fast-user-switch-applet.mo
69share/locale/cs/LC_MESSAGES/fast-user-switch-applet.mo 70share/locale/cs/LC_MESSAGES/fast-user-switch-applet.mo
70share/locale/cy/LC_MESSAGES/fast-user-switch-applet.mo 71share/locale/cy/LC_MESSAGES/fast-user-switch-applet.mo
71share/locale/da/LC_MESSAGES/fast-user-switch-applet.mo 72share/locale/da/LC_MESSAGES/fast-user-switch-applet.mo
72share/locale/de/LC_MESSAGES/fast-user-switch-applet.mo 73share/locale/de/LC_MESSAGES/fast-user-switch-applet.mo
73share/locale/dz/LC_MESSAGES/fast-user-switch-applet.mo 74share/locale/dz/LC_MESSAGES/fast-user-switch-applet.mo
74share/locale/el/LC_MESSAGES/fast-user-switch-applet.mo 75share/locale/el/LC_MESSAGES/fast-user-switch-applet.mo
75share/locale/en_CA/LC_MESSAGES/fast-user-switch-applet.mo 76share/locale/en_CA/LC_MESSAGES/fast-user-switch-applet.mo
76share/locale/en_GB/LC_MESSAGES/fast-user-switch-applet.mo 77share/locale/en_GB/LC_MESSAGES/fast-user-switch-applet.mo
77share/locale/es/LC_MESSAGES/fast-user-switch-applet.mo 78share/locale/es/LC_MESSAGES/fast-user-switch-applet.mo
@@ -91,33 +92,36 @@ share/locale/ja/LC_MESSAGES/fast-user-sw @@ -91,33 +92,36 @@ share/locale/ja/LC_MESSAGES/fast-user-sw
91share/locale/ka/LC_MESSAGES/fast-user-switch-applet.mo 92share/locale/ka/LC_MESSAGES/fast-user-switch-applet.mo
92share/locale/ko/LC_MESSAGES/fast-user-switch-applet.mo 93share/locale/ko/LC_MESSAGES/fast-user-switch-applet.mo
93share/locale/ku/LC_MESSAGES/fast-user-switch-applet.mo 94share/locale/ku/LC_MESSAGES/fast-user-switch-applet.mo
94share/locale/lt/LC_MESSAGES/fast-user-switch-applet.mo 95share/locale/lt/LC_MESSAGES/fast-user-switch-applet.mo
95share/locale/lv/LC_MESSAGES/fast-user-switch-applet.mo 96share/locale/lv/LC_MESSAGES/fast-user-switch-applet.mo
96share/locale/mg/LC_MESSAGES/fast-user-switch-applet.mo 97share/locale/mg/LC_MESSAGES/fast-user-switch-applet.mo
97share/locale/mk/LC_MESSAGES/fast-user-switch-applet.mo 98share/locale/mk/LC_MESSAGES/fast-user-switch-applet.mo
98share/locale/ml/LC_MESSAGES/fast-user-switch-applet.mo 99share/locale/ml/LC_MESSAGES/fast-user-switch-applet.mo
99share/locale/mn/LC_MESSAGES/fast-user-switch-applet.mo 100share/locale/mn/LC_MESSAGES/fast-user-switch-applet.mo
100share/locale/mr/LC_MESSAGES/fast-user-switch-applet.mo 101share/locale/mr/LC_MESSAGES/fast-user-switch-applet.mo
101share/locale/nb/LC_MESSAGES/fast-user-switch-applet.mo 102share/locale/nb/LC_MESSAGES/fast-user-switch-applet.mo
102share/locale/ne/LC_MESSAGES/fast-user-switch-applet.mo 103share/locale/ne/LC_MESSAGES/fast-user-switch-applet.mo
103share/locale/nl/LC_MESSAGES/fast-user-switch-applet.mo 104share/locale/nl/LC_MESSAGES/fast-user-switch-applet.mo
 105share/locale/nn/LC_MESSAGES/fast-user-switch-applet.mo
104share/locale/oc/LC_MESSAGES/fast-user-switch-applet.mo 106share/locale/oc/LC_MESSAGES/fast-user-switch-applet.mo
105share/locale/or/LC_MESSAGES/fast-user-switch-applet.mo 107share/locale/or/LC_MESSAGES/fast-user-switch-applet.mo
106share/locale/pa/LC_MESSAGES/fast-user-switch-applet.mo 108share/locale/pa/LC_MESSAGES/fast-user-switch-applet.mo
107share/locale/pl/LC_MESSAGES/fast-user-switch-applet.mo 109share/locale/pl/LC_MESSAGES/fast-user-switch-applet.mo
 110share/locale/ps/LC_MESSAGES/fast-user-switch-applet.mo
108share/locale/pt/LC_MESSAGES/fast-user-switch-applet.mo 111share/locale/pt/LC_MESSAGES/fast-user-switch-applet.mo
109share/locale/pt_BR/LC_MESSAGES/fast-user-switch-applet.mo 112share/locale/pt_BR/LC_MESSAGES/fast-user-switch-applet.mo
110share/locale/ru/LC_MESSAGES/fast-user-switch-applet.mo 113share/locale/ru/LC_MESSAGES/fast-user-switch-applet.mo
 114share/locale/si/LC_MESSAGES/fast-user-switch-applet.mo
111share/locale/sk/LC_MESSAGES/fast-user-switch-applet.mo 115share/locale/sk/LC_MESSAGES/fast-user-switch-applet.mo
112share/locale/sl/LC_MESSAGES/fast-user-switch-applet.mo 116share/locale/sl/LC_MESSAGES/fast-user-switch-applet.mo
113share/locale/sq/LC_MESSAGES/fast-user-switch-applet.mo 117share/locale/sq/LC_MESSAGES/fast-user-switch-applet.mo
114share/locale/sr/LC_MESSAGES/fast-user-switch-applet.mo 118share/locale/sr/LC_MESSAGES/fast-user-switch-applet.mo
115share/locale/sr@Latn/LC_MESSAGES/fast-user-switch-applet.mo 119share/locale/sr@Latn/LC_MESSAGES/fast-user-switch-applet.mo
116share/locale/sv/LC_MESSAGES/fast-user-switch-applet.mo 120share/locale/sv/LC_MESSAGES/fast-user-switch-applet.mo
117share/locale/ta/LC_MESSAGES/fast-user-switch-applet.mo 121share/locale/ta/LC_MESSAGES/fast-user-switch-applet.mo
118share/locale/th/LC_MESSAGES/fast-user-switch-applet.mo 122share/locale/th/LC_MESSAGES/fast-user-switch-applet.mo
119share/locale/tr/LC_MESSAGES/fast-user-switch-applet.mo 123share/locale/tr/LC_MESSAGES/fast-user-switch-applet.mo
120share/locale/uk/LC_MESSAGES/fast-user-switch-applet.mo 124share/locale/uk/LC_MESSAGES/fast-user-switch-applet.mo
121share/locale/vi/LC_MESSAGES/fast-user-switch-applet.mo 125share/locale/vi/LC_MESSAGES/fast-user-switch-applet.mo
122share/locale/zh_CN/LC_MESSAGES/fast-user-switch-applet.mo 126share/locale/zh_CN/LC_MESSAGES/fast-user-switch-applet.mo
123share/locale/zh_HK/LC_MESSAGES/fast-user-switch-applet.mo 127share/locale/zh_HK/LC_MESSAGES/fast-user-switch-applet.mo

cvs diff -r1.7 -r1.8 pkgsrc/x11/fast-user-switch-applet/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/fast-user-switch-applet/Attic/distinfo 2008/01/11 14:09:17 1.7
+++ pkgsrc/x11/fast-user-switch-applet/Attic/distinfo 2008/04/25 07:58:05 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2008/01/11 14:09:17 drochner Exp $ 1$NetBSD: distinfo,v 1.8 2008/04/25 07:58:05 wiz Exp $
2 2
3SHA1 (fast-user-switch-applet-2.20.0.tar.bz2) = 22164f9d832c52522607c8cfdf9b3a3919df220a 3SHA1 (fast-user-switch-applet-2.22.0.tar.bz2) = bc7e39edba559be5cb8e18b1aab7bf2554e55941
4RMD160 (fast-user-switch-applet-2.20.0.tar.bz2) = 6a9ec9b65b57e8b6d5a5b943d98a64f71aad4216 4RMD160 (fast-user-switch-applet-2.22.0.tar.bz2) = e3fb0df464adef902d5bf17a75b9fba5fb24891b
5Size (fast-user-switch-applet-2.20.0.tar.bz2) = 777118 bytes 5Size (fast-user-switch-applet-2.22.0.tar.bz2) = 763401 bytes
6SHA1 (patch-aa) = b15502d11ce651fe2e055e8a3e1f717b517138fe 6SHA1 (patch-aa) = b15502d11ce651fe2e055e8a3e1f717b517138fe