summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 01:06:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 01:06:22 +0800
commitaf71c4b0511a96fc9076dfa4547326a3e297a359 (patch)
tree78b51201f42aae15cd8026135c3178425653fd1b /x11
parent4cec741b1fd997fe7ab4b7831df7f452cbc7deb9 (diff)
downloadmarcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.gz
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.bz2
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.lz
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.xz
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.tar.zst
marcuscom-ports-af71c4b0511a96fc9076dfa4547326a3e297a359.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8665 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/fast-user-switch-applet/Makefile36
-rw-r--r--x11/fast-user-switch-applet/distinfo3
-rw-r--r--x11/fast-user-switch-applet/files/patch-src_gdm-queue.c10
-rw-r--r--x11/fast-user-switch-applet/pkg-descr4
-rw-r--r--x11/fast-user-switch-applet/pkg-plist180
5 files changed, 233 insertions, 0 deletions
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile
new file mode 100644
index 000000000..3eb4f29c7
--- /dev/null
+++ b/x11/fast-user-switch-applet/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: user-selector-applet
+# Date created: 8 May 2004
+# 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 $
+
+PORTNAME= fast-user-switch-applet
+PORTVERSION= 2.18.0
+PORTREVISION= 1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Fast user switching applet for GNOME
+
+USE_BZIP2= yes
+USE_XLIB= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack intlhack gnomeprefix gtk20 gnomepanel
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \
+ --with-gdm-setup=${LOCALBASE}/sbin/gdmsetup
+
+GCONF_SCHEMAS= fast-user-switch-applet.schemas
+INSTALLS_OMF= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|\$$"\$$|"$$|' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/x11/fast-user-switch-applet/distinfo b/x11/fast-user-switch-applet/distinfo
new file mode 100644
index 000000000..78f157034
--- /dev/null
+++ b/x11/fast-user-switch-applet/distinfo
@@ -0,0 +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
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
new file mode 100644
index 000000000..a38c96493
--- /dev/null
+++ b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c
@@ -0,0 +1,10 @@
+--- 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>
+ #include <sys/un.h>
+ #include <errno.h>
++#include <signal.h>
+ #include <stdio.h>
+
+ #include "gdm-queue.h"
diff --git a/x11/fast-user-switch-applet/pkg-descr b/x11/fast-user-switch-applet/pkg-descr
new file mode 100644
index 000000000..da069d11f
--- /dev/null
+++ b/x11/fast-user-switch-applet/pkg-descr
@@ -0,0 +1,4 @@
+The Fast User-Switching Applet is an applet for the GNOME panel which
+provides a menu to switch between users. It integrates with GDM to
+switch between existing X11 sessions or create new ones as needed,
+and will show the same users as the GDM face browser.
diff --git a/x11/fast-user-switch-applet/pkg-plist b/x11/fast-user-switch-applet/pkg-plist
new file mode 100644
index 000000000..62b8eaf11
--- /dev/null
+++ b/x11/fast-user-switch-applet/pkg-plist
@@ -0,0 +1,180 @@
+libdata/bonobo/servers/GNOME_FastUserSwitchApplet.server
+libexec/fast-user-switch-applet
+share/fast-user-switch-applet/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
+share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-prefs.png
+share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-text.png
+share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet-username.png
+share/gnome/help/fast-user-switch-applet/C/figures/fast_user_switch_applet.png
+share/gnome/help/fast-user-switch-applet/C/legal.xml
+share/gnome/help/fast-user-switch-applet/en_GB/fast-user-switch-applet.xml
+share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-context.png
+share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-icon.png
+share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-prefs.png
+share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-text.png
+share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet-username.png
+share/gnome/help/fast-user-switch-applet/en_GB/figures/fast_user_switch_applet.png
+share/gnome/help/fast-user-switch-applet/es/fast-user-switch-applet.xml
+share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-context.png
+share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-icon.png
+share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-prefs.png
+share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-text.png
+share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet-username.png
+share/gnome/help/fast-user-switch-applet/es/figures/fast_user_switch_applet.png
+share/gnome/help/fast-user-switch-applet/fr/fast-user-switch-applet.xml
+share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-context.png
+share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-icon.png
+share/gnome/help/fast-user-switch-applet/fr/figures/fast_user_switch_applet-prefs.png
+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/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
+share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-prefs.png
+share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-text.png
+share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet-username.png
+share/gnome/help/fast-user-switch-applet/pa/figures/fast_user_switch_applet.png
+share/gnome/help/fast-user-switch-applet/sr/fast-user-switch-applet.xml
+share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-context.png
+share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-icon.png
+share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-prefs.png
+share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-text.png
+share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet-username.png
+share/gnome/help/fast-user-switch-applet/sr/figures/fast_user_switch_applet.png
+share/gnome/help/fast-user-switch-applet/sv/fast-user-switch-applet.xml
+share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-context.png
+share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-icon.png
+share/gnome/help/fast-user-switch-applet/sv/figures/fast_user_switch_applet-prefs.png
+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/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-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
+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
+share/locale/bn_IN/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/ca/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/cs/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/cy/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/da/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/de/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/dz/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/el/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/en_CA/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/en_GB/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/es/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/et/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/eu/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/fa/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/fi/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/fr/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/gl/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/gu/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/he/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/hi/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/hu/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/id/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/it/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/ja/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/ka/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/ko/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/ku/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/lt/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/lv/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/mg/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/mk/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/ml/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/mn/LC_MESSAGES/fast-user-switch-applet.mo
+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/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/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/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
+share/locale/sr/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/sr@Latn/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/sv/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/ta/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/th/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/tr/LC_MESSAGES/fast-user-switch-applet.mo
+share/locale/uk/LC_MESSAGES/fast-user-switch-applet.mo
+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_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@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/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@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/fr/figures
+@dirrm share/gnome/help/fast-user-switch-applet/fr
+@dirrm share/gnome/help/fast-user-switch-applet/es/figures
+@dirrm share/gnome/help/fast-user-switch-applet/es
+@dirrm share/gnome/help/fast-user-switch-applet/en_GB/figures
+@dirrm share/gnome/help/fast-user-switch-applet/en_GB
+@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/fast-user-switch-applet