summaryrefslogtreecommitdiffstats
path: root/x11/fast-user-switch-applet
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-28 13:46:05 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-28 13:46:05 +0800
commit7742e8a345eb7f1498eca55d3c93b9b611fa1c19 (patch)
tree6860f1499b1f25a0cf5fad047812ddd41259b880 /x11/fast-user-switch-applet
parent84538a0343325fc78347be3cf83147882b2eafb2 (diff)
downloadmarcuscom-ports-7742e8a345eb7f1498eca55d3c93b9b611fa1c19.tar
marcuscom-ports-7742e8a345eb7f1498eca55d3c93b9b611fa1c19.tar.gz
marcuscom-ports-7742e8a345eb7f1498eca55d3c93b9b611fa1c19.tar.bz2
marcuscom-ports-7742e8a345eb7f1498eca55d3c93b9b611fa1c19.tar.lz
marcuscom-ports-7742e8a345eb7f1498eca55d3c93b9b611fa1c19.tar.xz
marcuscom-ports-7742e8a345eb7f1498eca55d3c93b9b611fa1c19.tar.zst
marcuscom-ports-7742e8a345eb7f1498eca55d3c93b9b611fa1c19.zip
Update to 2.13.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5811 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/fast-user-switch-applet')
-rw-r--r--x11/fast-user-switch-applet/Makefile7
-rw-r--r--x11/fast-user-switch-applet/distinfo6
-rw-r--r--x11/fast-user-switch-applet/files/patch-configure54
3 files changed, 61 insertions, 6 deletions
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile
index 1bfe1479e..21fa82654 100644
--- a/x11/fast-user-switch-applet/Makefile
+++ b/x11/fast-user-switch-applet/Makefile
@@ -3,10 +3,10 @@
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.4 2006/02/14 17:20:15 ahze Exp $
+# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.5 2006/02/23 21:58:21 ahze Exp $
PORTNAME= fast-user-switch-applet
-PORTVERSION= 2.13.91
+PORTVERSION= 2.13.92
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13
@@ -20,7 +20,8 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack intlhack gnomeprefix gtk20 gnomepanel
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-gdm-config=${X11BASE}/etc/gdm/gdm.conf
+CONFIGURE_ARGS= --with-gdm-config=${X11BASE}/etc/gdm/gdm.conf \
+ --with-gdm-setup=${X11BASE}/sbin/gdmsetup
GCONF_SCHEMAS= fast-user-switch-applet.schemas
INSTALLS_OMF= yes
diff --git a/x11/fast-user-switch-applet/distinfo b/x11/fast-user-switch-applet/distinfo
index 522a6f41b..bbf00abd3 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.13.91.tar.bz2) = 78b685be0cfbaafdcf1feb3b6c8d1db2
-SHA256 (gnome2/fast-user-switch-applet-2.13.91.tar.bz2) = 61468fae09fc5b1459c8ffcd1a639d2ac2d9673885b182c70f1666f17d2caf67
-SIZE (gnome2/fast-user-switch-applet-2.13.91.tar.bz2) = 492328
+MD5 (gnome2/fast-user-switch-applet-2.13.92.tar.bz2) = b95f6b31371d27ea063d70c88316b0a9
+SHA256 (gnome2/fast-user-switch-applet-2.13.92.tar.bz2) = 9c95a842405acd50c80300f97b2acb8ef2e53e6662a53a903d6d555e4c36a0ae
+SIZE (gnome2/fast-user-switch-applet-2.13.92.tar.bz2) = 500420
diff --git a/x11/fast-user-switch-applet/files/patch-configure b/x11/fast-user-switch-applet/files/patch-configure
new file mode 100644
index 000000000..02e44c5a4
--- /dev/null
+++ b/x11/fast-user-switch-applet/files/patch-configure
@@ -0,0 +1,54 @@
+--- configure.orig Tue Feb 28 00:41:31 2006
++++ configure Tue Feb 28 00:41:45 2006
+@@ -23079,7 +23079,7 @@ if test "${with_users_admin+set}" = set;
+ users_admin_cmd="$withval"
+ fi;
+
+-if test "x$users_admin_cmd" == "x"; then
++if test "x$users_admin_cmd" = "x"; then
+ # Extract the first word of "users-admin", so it can be a program name with args.
+ set dummy users-admin; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5
+@@ -23119,7 +23119,7 @@ else
+ echo "${ECHO_T}no" >&6
+ fi
+
+- if test "x$users_admin" == "x"; then
++ if test "x$users_admin" = "x"; then
+ users_admin_cmd="disabled"
+ else
+ users_admin_cmd="$users_admin"
+@@ -23159,7 +23159,7 @@ if test "${with_gdm_setup+set}" = set; t
+ gdm_setup_cmd="$withval"
+ fi;
+
+-if test "x$gdm_setup_cmd" == "x"; then
++if test "x$gdm_setup_cmd" = "x"; then
+ # Extract the first word of "gdmsetup", so it can be a program name with args.
+ set dummy gdmsetup; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5
+@@ -23199,13 +23199,13 @@ else
+ echo "${ECHO_T}no" >&6
+ fi
+
+- if test "x$gdm_setup" == "x"; then
++ if test "x$gdm_setup" = "x"; then
+ gdm_setup_cmd="disabled"
+ else
+ gdm_setup_cmd="$gdm_setup"
+ fi
+ else
+- if test "x$gdm_setup_cmd" == "xno"; then
++ if test "x$gdm_setup_cmd" = "xno"; then
+ echo "$as_me:$LINENO: result: disabling login screen setup command" >&5
+ echo "${ECHO_T}disabling login screen setup command" >&6
+ gdm_setup=
+@@ -23239,7 +23239,7 @@ if test "${with_gdm_config+set}" = set;
+ gdmconfigfile="$withval"
+ fi;
+
+-if test "x$gdmconfigfile" == "x" -o "x$gdmconfigfile" == "xno"; then
++if test "x$gdmconfigfile" = "x" -o "x$gdmconfigfile" = "xno"; then
+ echo "$as_me:$LINENO: checking for gdm.conf" >&5
+ echo $ECHO_N "checking for gdm.conf... $ECHO_C" >&6
+