summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 16:03:58 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 16:03:58 +0800
commite365f3d0ffed8cba043bcb09f21c8ec25b53d409 (patch)
treed3961d3fe9faba08c437d0b931bc0b32bd0be7f8 /x11/gnome-session
parent7f9df4a13e99ade0851f440303928c4a8bbe3218 (diff)
downloadmarcuscom-ports-e365f3d0ffed8cba043bcb09f21c8ec25b53d409.tar
marcuscom-ports-e365f3d0ffed8cba043bcb09f21c8ec25b53d409.tar.gz
marcuscom-ports-e365f3d0ffed8cba043bcb09f21c8ec25b53d409.tar.bz2
marcuscom-ports-e365f3d0ffed8cba043bcb09f21c8ec25b53d409.tar.lz
marcuscom-ports-e365f3d0ffed8cba043bcb09f21c8ec25b53d409.tar.xz
marcuscom-ports-e365f3d0ffed8cba043bcb09f21c8ec25b53d409.tar.zst
marcuscom-ports-e365f3d0ffed8cba043bcb09f21c8ec25b53d409.zip
Chase libnotify.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15368 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session')
-rw-r--r--x11/gnome-session/Makefile47
-rw-r--r--x11/gnome-session/distinfo2
-rw-r--r--x11/gnome-session/files/patch-gnome-session_Makefile.in10
-rw-r--r--x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c10
-rw-r--r--x11/gnome-session/pkg-descr4
-rw-r--r--x11/gnome-session/pkg-plist183
6 files changed, 256 insertions, 0 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
new file mode 100644
index 000000000..6a6783ab6
--- /dev/null
+++ b/x11/gnome-session/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: gnomesession
+# Date created: 08 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11/gnome-session/Makefile,v 1.187 2010/11/17 12:00:11 kwm Exp $
+#
+
+PORTNAME= gnome-session
+PORTVERSION= 2.32.1
+PORTREVISION= 1
+CATEGORIES= x11 gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Session component for the GNOME 2 desktop
+
+CONFLICTS= gnome-session-2.31.* gnome-session-2.90.* gnome-session-3.*
+
+BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \
+ notify.4:${PORTSDIR}/devel/libnotify \
+ execinfo:${PORTSDIR}/devel/libexecinfo \
+ upower-glib.1:${PORTSDIR}/sysutils/upower
+RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \
+ ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
+ ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
+
+INSTALLS_ICONS= yes
+USE_GETTEXT= yes
+USE_BZIP2= yes
+USE_XORG= ice sm xau xrandr
+USE_GNOME= gnomeprefix gnomehack intlhack gconf2
+GNOME_DESKTOP_VERSION=2
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-docbook-docs
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gnome-session.1 gnome-wm.1 gnome-session-properties.1 \
+ gnome-session-save.1
+GCONF_SCHEMAS= gnome-session.schemas
+
+.include <bsd.port.mk>
diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo
new file mode 100644
index 000000000..6ad5a3646
--- /dev/null
+++ b/x11/gnome-session/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome2/gnome-session-2.32.1.tar.bz2) = 22d93ce433fcf9c7ce6b5f36dd81f64e692ea0e41faaa0f61159ddac28c3686a
+SIZE (gnome2/gnome-session-2.32.1.tar.bz2) = 774842
diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in
new file mode 100644
index 000000000..48f55c540
--- /dev/null
+++ b/x11/gnome-session/files/patch-gnome-session_Makefile.in
@@ -0,0 +1,10 @@
+--- gnome-session/Makefile.in.orig 2009-08-26 14:18:15.000000000 -0400
++++ gnome-session/Makefile.in 2009-08-26 14:20:10.000000000 -0400
+@@ -360,6 +360,7 @@ test_client_dbus_LDADD = \
+
+ gnome_session_LDADD = \
+ libgsmutil.la \
++ -lexecinfo \
+ $(top_builddir)/egg/libeggdesktopfile.la \
+ $(SM_LIBS) \
+ $(ICE_LIBS) \
diff --git a/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c b/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c
new file mode 100644
index 000000000..3044f1b89
--- /dev/null
+++ b/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c
@@ -0,0 +1,10 @@
+--- gnome-session/gsm-autostart-app.c.orig 2008-08-20 14:18:52.000000000 -0400
++++ gnome-session/gsm-autostart-app.c 2008-08-20 14:19:02.000000000 -0400
+@@ -25,6 +25,7 @@
+ #include <string.h>
+ #include <sys/wait.h>
+ #include <errno.h>
++#include <signal.h>
+
+ #include <glib.h>
+ #include <gio/gio.h>
diff --git a/x11/gnome-session/pkg-descr b/x11/gnome-session/pkg-descr
new file mode 100644
index 000000000..ee3e0826e
--- /dev/null
+++ b/x11/gnome-session/pkg-descr
@@ -0,0 +1,4 @@
+This provides session management for the GNOME 2 desktop, and
+provides the tools used to start the desktop.
+
+WWW: http://www.gnome.org
diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist
new file mode 100644
index 000000000..bacb06aac
--- /dev/null
+++ b/x11/gnome-session/pkg-plist
@@ -0,0 +1,183 @@
+bin/gnome-session
+bin/gnome-session-properties
+bin/gnome-session-save
+bin/gnome-wm
+share/applications/session-properties.desktop
+%%DATADIR%%/gsm-inhibit-dialog.ui
+%%DATADIR%%/session-properties.ui
+share/icons/hicolor/16x16/apps/session-properties.png
+share/icons/hicolor/22x22/apps/session-properties.png
+share/icons/hicolor/24x24/apps/session-properties.png
+share/icons/hicolor/32x32/apps/session-properties.png
+share/icons/hicolor/48x48/apps/session-properties.png
+share/icons/hicolor/scalable/apps/session-properties.svg
+share/locale/af/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/am/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/as/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ast/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/az/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/be/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/be@latin/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/br/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/crh/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/da/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/de/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/dz/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/el/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/eo/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/es/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/et/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/eu/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/fa/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/fi/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/fr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/fur/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/fy/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/gu/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ha/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/he/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/hy/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/id/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ig/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/is/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/it/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ka/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/kn/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ku/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mai/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mg/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mi/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ml/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nb/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nds/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ne/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nn/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nso/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/oc/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/or/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/pa/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/pl/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ps/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/pt/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/rw/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/si/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/te/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ug/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/th/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/tk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/uz/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/xh/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/yo/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/zu/LC_MESSAGES/gnome-session-2.0.mo
+share/xsessions/gnome.desktop
+@dirrmtry share/xsessions
+@dirrm %%DATADIR%%
+@dirrmtry share/applications
+@dirrmtry share/locale/zu/LC_MESSAGES
+@dirrmtry share/locale/zu
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/yo/LC_MESSAGES
+@dirrmtry share/locale/yo
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
+@dirrmtry share/locale/uz@cyrillic
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nso/LC_MESSAGES
+@dirrmtry share/locale/nso
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mi/LC_MESSAGES
+@dirrmtry share/locale/mi
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/ig/LC_MESSAGES
+@dirrmtry share/locale/ig
+@dirrmtry share/locale/hy/LC_MESSAGES
+@dirrmtry share/locale/hy
+@dirrmtry share/locale/ha/LC_MESSAGES
+@dirrmtry share/locale/ha
+@dirrmtry share/locale/fy/LC_MESSAGES
+@dirrmtry share/locale/fy
+@dirrmtry share/locale/fur/LC_MESSAGES
+@dirrmtry share/locale/fur
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/crh/LC_MESSAGES
+@dirrmtry share/locale/crh
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as