summaryrefslogtreecommitdiff
path: root/x11/gnomesession
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 18:42:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 18:42:38 +0000
commitf4e0c0897932414a56da64cb86c239b4729c75dd (patch)
tree11f23caad1718be1d762e5c815f8214c719aa306 /x11/gnomesession
parentRemove smalleiffel-devel, it is out dated. (diff)
Add gnomesession, the session initialization component for the GNOME 2.0
desktop.
Notes
Notes: svn path=/head/; revision=58722
Diffstat (limited to 'x11/gnomesession')
-rw-r--r--x11/gnomesession/Makefile39
-rw-r--r--x11/gnomesession/distinfo1
-rw-r--r--x11/gnomesession/files/patch-configure10
-rw-r--r--x11/gnomesession/files/patch-gnome-session_Makefile.in11
-rw-r--r--x11/gnomesession/pkg-comment1
-rw-r--r--x11/gnomesession/pkg-descr2
-rw-r--r--x11/gnomesession/pkg-plist61
7 files changed, 125 insertions, 0 deletions
diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile
new file mode 100644
index 000000000000..a8372219157f
--- /dev/null
+++ b/x11/gnomesession/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: gnomesession
+# Date created: 08 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomesession
+PORTVERSION= 1.5.18
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
+DISTNAME= gnome-session-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+MAN1= gnome-libice-check.1 gnome-login-check.1 gnome-session.1 \
+ gnome-smproxy.1 gnome-wm.1 save-session.1 session-properties.1
+MAN5= default.session.5
+
+pre-patch:
+ @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
+ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
+.include <bsd.port.mk>
diff --git a/x11/gnomesession/distinfo b/x11/gnomesession/distinfo
new file mode 100644
index 000000000000..0f7826549bf2
--- /dev/null
+++ b/x11/gnomesession/distinfo
@@ -0,0 +1 @@
+MD5 (gnome-session-1.5.18.tar.gz) = 5fa5fb486e4ec9556b7b3664401acbee
diff --git a/x11/gnomesession/files/patch-configure b/x11/gnomesession/files/patch-configure
new file mode 100644
index 000000000000..61084626cb14
--- /dev/null
+++ b/x11/gnomesession/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed May 8 14:27:04 2002
++++ configure Wed May 8 14:27:23 2002
+@@ -7232,6 +7232,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11/gnomesession/files/patch-gnome-session_Makefile.in b/x11/gnomesession/files/patch-gnome-session_Makefile.in
new file mode 100644
index 000000000000..60c14531bce0
--- /dev/null
+++ b/x11/gnomesession/files/patch-gnome-session_Makefile.in
@@ -0,0 +1,11 @@
+--- gnome-session/Makefile.in.orig Wed May 8 14:36:22 2002
++++ gnome-session/Makefile.in Wed May 8 14:36:34 2002
+@@ -129,7 +129,7 @@
+
+ NULL =
+
+-defaultdir = $(datadir)/gnome
++defaultdir = $(datadir)
+
+ INCLUDES = $(GNOME_SESSION_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(STANDARD_PROPERTIES_CFLAGS) $(WARN_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DGNOME_ICONDIR=\""$(datadir)/pixmaps\"" -DREBOOT_COMMAND=\""$(REBOOT_COMMAND)\"" -DHALT_COMMAND=\""$(HALT_COMMAND)\"" -DDEFAULTDIR="\"$(defaultdir)\""
+
diff --git a/x11/gnomesession/pkg-comment b/x11/gnomesession/pkg-comment
new file mode 100644
index 000000000000..5b45249d18d9
--- /dev/null
+++ b/x11/gnomesession/pkg-comment
@@ -0,0 +1 @@
+Session component for the GNOME 2.0 desktop
diff --git a/x11/gnomesession/pkg-descr b/x11/gnomesession/pkg-descr
new file mode 100644
index 000000000000..e0a6dd0276ff
--- /dev/null
+++ b/x11/gnomesession/pkg-descr
@@ -0,0 +1,2 @@
+Session component for the GNOME 2.0 desktop. This package contains the
+commands needed to start GNOME 2.0.
diff --git a/x11/gnomesession/pkg-plist b/x11/gnomesession/pkg-plist
new file mode 100644
index 000000000000..9132f92eb6e2
--- /dev/null
+++ b/x11/gnomesession/pkg-plist
@@ -0,0 +1,61 @@
+bin/gnome-libice-check
+bin/gnome-login-check
+bin/gnome-session
+bin/gnome-smproxy
+bin/gnome-wm
+bin/save-session
+bin/session-properties
+bin/session-properties-capplet
+share/gnome/control-center-2.0/capplets/session-properties.desktop
+share/gnome/control-center-2.0/capplets/session.desktop
+share/gnome/control-center/Session/session-properties.desktop
+share/gnome/default.session
+share/gnome/default.wm
+share/gnome/pixmaps/splash/gnome-splash-1.4.0.png
+share/gnome/pixmaps/splash/gnome-splash.png
+share/locale/az/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/cs/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/el/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/en_GB/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/fi/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/fr/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/hu/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/ko/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/ms/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/no/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/pl/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/sk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sp/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sr/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/tr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/uk/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/zh_CN/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo
+@dirrm share/gnome/pixmaps/splash
+@dirrm share/gnome/omf/gnome-core
+@dirrm share/gnome/control-center/Session
+@dirrm share/gnome/control-center