diff options
Diffstat (limited to 'x11/fast-user-switch-applet')
-rw-r--r-- | x11/fast-user-switch-applet/Makefile | 5 | ||||
-rw-r--r-- | x11/fast-user-switch-applet/distinfo | 6 | ||||
-rw-r--r-- | x11/fast-user-switch-applet/files/patch-src_gdm-queue.c | 17 | ||||
-rw-r--r-- | x11/fast-user-switch-applet/pkg-plist | 59 |
4 files changed, 54 insertions, 33 deletions
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile index 3eb4f29c792d..8cc82c3b54b4 100644 --- a/x11/fast-user-switch-applet/Makefile +++ b/x11/fast-user-switch-applet/Makefile @@ -3,11 +3,10 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.22 2007/02/27 20:35:24 mezz Exp $ +# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.28 2007/09/18 15:01:12 ahze Exp $ PORTNAME= fast-user-switch-applet -PORTVERSION= 2.18.0 -PORTREVISION= 1 +PORTVERSION= 2.20.0 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/x11/fast-user-switch-applet/distinfo b/x11/fast-user-switch-applet/distinfo index 78f157034b79..1a39f7b9e781 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.18.0.tar.bz2) = aefe9ea3aecc908336ae909aeee385b5 -SHA256 (gnome2/fast-user-switch-applet-2.18.0.tar.bz2) = eec13f4a8d35e5b43ad78589dd02c255748a3d24be8da7c018f2a7e5fcb87436 -SIZE (gnome2/fast-user-switch-applet-2.18.0.tar.bz2) = 761628 +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 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 a38c96493386..cd89dc462d8a 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,10 +1,19 @@ ---- src/gdm-queue.c.orig Thu Nov 16 12:39:45 2006 -+++ src/gdm-queue.c Thu Nov 16 12:40:17 2006 -@@ -31,6 +31,7 @@ - #include <sys/socket.h> +--- 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 +@@ -32,6 +32,7 @@ + #include <sys/stat.h> #include <sys/un.h> #include <errno.h> +#include <signal.h> #include <stdio.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 eba6ee79cf16..6c9de7ec4923 100644 --- a/x11/fast-user-switch-applet/pkg-plist +++ b/x11/fast-user-switch-applet/pkg-plist @@ -1,7 +1,7 @@ libdata/bonobo/servers/GNOME_FastUserSwitchApplet.server libexec/fast-user-switch-applet -share/gnome/fast-user-switch-applet/ui.glade -share/gnome/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml +%%DATADIR%%/ui.glade +share/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml share/gnome/help/fast-user-switch-applet/C/fast-user-switch-applet.xml share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-context.png share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-icon.png @@ -31,6 +31,13 @@ share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-pref 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 @@ -52,13 +59,6 @@ share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-pref share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-text.png 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/gnome/omf/fast-user-switch-applet/fast-user-switch-applet-C.omf -share/gnome/omf/fast-user-switch-applet/fast-user-switch-applet-en_GB.omf -share/gnome/omf/fast-user-switch-applet/fast-user-switch-applet-es.omf -share/gnome/omf/fast-user-switch-applet/fast-user-switch-applet-fr.omf -share/gnome/omf/fast-user-switch-applet/fast-user-switch-applet-pa.omf -share/gnome/omf/fast-user-switch-applet/fast-user-switch-applet-sr.omf -share/gnome/omf/fast-user-switch-applet/fast-user-switch-applet-sv.omf share/locale/ar/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 @@ -99,6 +99,7 @@ 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/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 @@ -119,25 +120,23 @@ share/locale/vi/LC_MESSAGES/fast-user-switch-applet.mo share/locale/zh_CN/LC_MESSAGES/fast-user-switch-applet.mo share/locale/zh_HK/LC_MESSAGES/fast-user-switch-applet.mo share/locale/zh_TW/LC_MESSAGES/fast-user-switch-applet.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrm share/gnome/omf/fast-user-switch-applet +share/omf/fast-user-switch-applet/fast-user-switch-applet-C.omf +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 +@dirrm share/omf/fast-user-switch-applet @dirrm share/gnome/help/fast-user-switch-applet/sv/figures @dirrm share/gnome/help/fast-user-switch-applet/sv @dirrm share/gnome/help/fast-user-switch-applet/sr/figures @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 @@ -147,4 +146,18 @@ share/locale/zh_TW/LC_MESSAGES/fast-user-switch-applet.mo @dirrm share/gnome/help/fast-user-switch-applet/C/figures @dirrm share/gnome/help/fast-user-switch-applet/C @dirrm share/gnome/help/fast-user-switch-applet -@dirrm share/gnome/fast-user-switch-applet +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN |