pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/fast-user-switch-applet update to 2.20.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2780bcb38fa8
branches:  trunk
changeset: 537588:2780bcb38fa8
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jan 11 14:09:17 2008 +0000

description:
update to 2.20.0
changes:
* Add information to support bug-buddy
* Enable session persistence under D-BUS
* Remove erroneous line from help
* Updated translations

diffstat:

 x11/fast-user-switch-applet/Makefile |   7 +++----
 x11/fast-user-switch-applet/PLIST    |  13 ++++++++++++-
 x11/fast-user-switch-applet/distinfo |   8 ++++----
 3 files changed, 19 insertions(+), 9 deletions(-)

diffs (79 lines):

diff -r bbb0a506fe31 -r 2780bcb38fa8 x11/fast-user-switch-applet/Makefile
--- a/x11/fast-user-switch-applet/Makefile      Fri Jan 11 14:02:42 2008 +0000
+++ b/x11/fast-user-switch-applet/Makefile      Fri Jan 11 14:09:17 2008 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2007/09/21 13:04:29 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2008/01/11 14:09:17 drochner Exp $
 #
 
-DISTNAME=      fast-user-switch-applet-2.18.0
-PKGREVISION=   4
+DISTNAME=      fast-user-switch-applet-2.20.0
 CATEGORIES=    misc gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/fast-user-switch-applet/2.18/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/fast-user-switch-applet/2.20/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
diff -r bbb0a506fe31 -r 2780bcb38fa8 x11/fast-user-switch-applet/PLIST
--- a/x11/fast-user-switch-applet/PLIST Fri Jan 11 14:02:42 2008 +0000
+++ b/x11/fast-user-switch-applet/PLIST Fri Jan 11 14:09:17 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2007/09/25 10:54:22 hira Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/01/11 14:09:17 drochner Exp $
 lib/bonobo/servers/GNOME_FastUserSwitchApplet.server
 libexec/fast-user-switch-applet
 share/fast-user-switch-applet/ui.glade
@@ -33,6 +33,13 @@
 share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-text.png
 share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-username.png
 share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet.png
+share/gnome/help/fast-user-switch-applet/oc/fast-user-switch-applet.xml
+share/gnome/help/fast-user-switch-applet/oc/figures/fast_user_switch_applet-context.png
+share/gnome/help/fast-user-switch-applet/oc/figures/fast_user_switch_applet-icon.png
+share/gnome/help/fast-user-switch-applet/oc/figures/fast_user_switch_applet-prefs.png
+share/gnome/help/fast-user-switch-applet/oc/figures/fast_user_switch_applet-text.png
+share/gnome/help/fast-user-switch-applet/oc/figures/fast_user_switch_applet-username.png
+share/gnome/help/fast-user-switch-applet/oc/figures/fast_user_switch_applet.png
 share/gnome/help/fast-user-switch-applet/pa/fast-user-switch-applet.xml
 share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-context.png
 share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-icon.png
@@ -94,6 +101,7 @@
 share/locale/nb/LC_MESSAGES/fast-user-switch-applet.mo
 share/locale/ne/LC_MESSAGES/fast-user-switch-applet.mo
 share/locale/nl/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/oc/LC_MESSAGES/fast-user-switch-applet.mo
 share/locale/or/LC_MESSAGES/fast-user-switch-applet.mo
 share/locale/pa/LC_MESSAGES/fast-user-switch-applet.mo
 share/locale/pl/LC_MESSAGES/fast-user-switch-applet.mo
@@ -118,6 +126,7 @@
 share/omf/fast-user-switch-applet/fast-user-switch-applet-en_GB.omf
 share/omf/fast-user-switch-applet/fast-user-switch-applet-es.omf
 share/omf/fast-user-switch-applet/fast-user-switch-applet-fr.omf
+share/omf/fast-user-switch-applet/fast-user-switch-applet-oc.omf
 share/omf/fast-user-switch-applet/fast-user-switch-applet-pa.omf
 share/omf/fast-user-switch-applet/fast-user-switch-applet-sr.omf
 share/omf/fast-user-switch-applet/fast-user-switch-applet-sv.omf
@@ -129,6 +138,8 @@
 @dirrm share/gnome/help/fast-user-switch-applet/sr
 @dirrm share/gnome/help/fast-user-switch-applet/pa/figures
 @dirrm share/gnome/help/fast-user-switch-applet/pa
+@dirrm share/gnome/help/fast-user-switch-applet/oc/figures
+@dirrm share/gnome/help/fast-user-switch-applet/oc
 @dirrm share/gnome/help/fast-user-switch-applet/fr/figures
 @dirrm share/gnome/help/fast-user-switch-applet/fr
 @dirrm share/gnome/help/fast-user-switch-applet/es/figures
diff -r bbb0a506fe31 -r 2780bcb38fa8 x11/fast-user-switch-applet/distinfo
--- a/x11/fast-user-switch-applet/distinfo      Fri Jan 11 14:02:42 2008 +0000
+++ b/x11/fast-user-switch-applet/distinfo      Fri Jan 11 14:09:17 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2007/06/29 17:50:20 jnemeth Exp $
+$NetBSD: distinfo,v 1.7 2008/01/11 14:09:17 drochner Exp $
 
-SHA1 (fast-user-switch-applet-2.18.0.tar.bz2) = 8bea178630ab5dc2ab4d542f76f4286dfd225b1b
-RMD160 (fast-user-switch-applet-2.18.0.tar.bz2) = c8e377e6db4d698ceb2314fb826a980b556d38f6
-Size (fast-user-switch-applet-2.18.0.tar.bz2) = 761628 bytes
+SHA1 (fast-user-switch-applet-2.20.0.tar.bz2) = 22164f9d832c52522607c8cfdf9b3a3919df220a
+RMD160 (fast-user-switch-applet-2.20.0.tar.bz2) = 6a9ec9b65b57e8b6d5a5b943d98a64f71aad4216
+Size (fast-user-switch-applet-2.20.0.tar.bz2) = 777118 bytes
 SHA1 (patch-aa) = b15502d11ce651fe2e055e8a3e1f717b517138fe



Home | Main Index | Thread Index | Old Index