summaryrefslogtreecommitdiff
path: root/x11/fast-user-switch-applet
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 03:52:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 03:52:36 +0000
commit6f32add9a75efb180e462ffbdb0b080bc88088e3 (patch)
tree0fc7af36e22fc0dc7c1dc8aacabf6fe117e881da /x11/fast-user-switch-applet
parent- Add USE_XORG= x11 (diff)
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
Notes
Notes: svn path=/head/; revision=209647
Diffstat (limited to 'x11/fast-user-switch-applet')
-rw-r--r--x11/fast-user-switch-applet/Makefile8
-rw-r--r--x11/fast-user-switch-applet/distinfo6
-rw-r--r--x11/fast-user-switch-applet/files/patch-src_gdm-queue.c15
-rw-r--r--x11/fast-user-switch-applet/pkg-plist10
4 files changed, 20 insertions, 19 deletions
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile
index 8cc82c3b54b4..9c96e26c8e4c 100644
--- a/x11/fast-user-switch-applet/Makefile
+++ b/x11/fast-user-switch-applet/Makefile
@@ -3,13 +3,13 @@
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.28 2007/09/18 15:01:12 ahze Exp $
+# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.31 2008/03/10 01:00:42 mezz Exp $
+#
PORTNAME= fast-user-switch-applet
-PORTVERSION= 2.20.0
+PORTVERSION= 2.22.0
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
diff --git a/x11/fast-user-switch-applet/distinfo b/x11/fast-user-switch-applet/distinfo
index 1a39f7b9e781..f4a6dbe0642d 100644
--- a/x11/fast-user-switch-applet/distinfo
+++ b/x11/fast-user-switch-applet/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/fast-user-switch-applet-2.20.0.tar.bz2) = 1d1fd25b5599f7656e3fa89aa913137c
-SHA256 (gnome2/fast-user-switch-applet-2.20.0.tar.bz2) = c7123f132aff47978e754d83cd5e449a4e02e215466fc3fc2f3bc81fb5cec5fd
-SIZE (gnome2/fast-user-switch-applet-2.20.0.tar.bz2) = 777118
+MD5 (gnome2/fast-user-switch-applet-2.22.0.tar.bz2) = 540f2567582e77cdd673dde3546b61db
+SHA256 (gnome2/fast-user-switch-applet-2.22.0.tar.bz2) = 8278823d988de6fc0b2d89ec3ad245c464e549d44f032f468fc6f2bdaf02c0d4
+SIZE (gnome2/fast-user-switch-applet-2.22.0.tar.bz2) = 763401
diff --git a/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c
index cd89dc462d8a..34f8423a3157 100644
--- a/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c
+++ b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c
@@ -1,19 +1,10 @@
---- src/gdm-queue.c.orig 2007-04-09 12:01:03.000000000 -0400
-+++ src/gdm-queue.c 2007-08-08 15:18:12.000000000 -0400
+--- src/gdm-queue.c.orig 2008-02-09 11:06:43.000000000 -0500
++++ src/gdm-queue.c 2008-02-09 11:06:53.000000000 -0500
@@ -32,6 +32,7 @@
- #include <sys/stat.h>
#include <sys/un.h>
#include <errno.h>
-+#include <signal.h>
#include <stdio.h>
++#include <signal.h>
#include "gdm-queue.h"
-@@ -237,7 +238,7 @@ gboolean gdm_run_queue (void *dummy)
- if (stat (GDM_NEW_SOCKET_FILENAME, &file_stat) == 0)
- strcpy (addr.sun_path, GDM_NEW_SOCKET_FILENAME);
-- if (stat (GDM_OLD_SOCKET_FILENAME, &file_stat) == 0)
-+ else if (stat (GDM_OLD_SOCKET_FILENAME, &file_stat) == 0)
- strcpy (addr.sun_path, GDM_OLD_SOCKET_FILENAME);
- else
- g_error ("Can't find gdm socket!");
diff --git a/x11/fast-user-switch-applet/pkg-plist b/x11/fast-user-switch-applet/pkg-plist
index 6c9de7ec4923..ae4718935047 100644
--- a/x11/fast-user-switch-applet/pkg-plist
+++ b/x11/fast-user-switch-applet/pkg-plist
@@ -60,6 +60,7 @@ share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-text
share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-username.png
share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet.png
share/locale/ar/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/be@latin/LC_MESSAGES/fast-user-switch-applet.mo
share/locale/bg/LC_MESSAGES/fast-user-switch-applet.mo
share/locale/bn/LC_MESSAGES/fast-user-switch-applet.mo
share/locale/bn_IN/LC_MESSAGES/fast-user-switch-applet.mo
@@ -99,13 +100,16 @@ share/locale/mr/LC_MESSAGES/fast-user-switch-applet.mo
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/nn/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
+share/locale/ps/LC_MESSAGES/fast-user-switch-applet.mo
share/locale/pt/LC_MESSAGES/fast-user-switch-applet.mo
share/locale/pt_BR/LC_MESSAGES/fast-user-switch-applet.mo
share/locale/ru/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/si/LC_MESSAGES/fast-user-switch-applet.mo
share/locale/sk/LC_MESSAGES/fast-user-switch-applet.mo
share/locale/sl/LC_MESSAGES/fast-user-switch-applet.mo
share/locale/sq/LC_MESSAGES/fast-user-switch-applet.mo
@@ -149,6 +153,10 @@ share/omf/fast-user-switch-applet/fast-user-switch-applet-sv.omf
@dirrm %%DATADIR%%
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
@dirrmtry share/locale/oc/LC_MESSAGES
@dirrmtry share/locale/oc
@dirrmtry share/locale/mr/LC_MESSAGES
@@ -161,3 +169,5 @@ share/omf/fast-user-switch-applet/fast-user-switch-applet-sv.omf
@dirrmtry share/locale/dz
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin