summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-18 00:41:13 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-18 00:41:13 +0800
commitd93d01702487f561e119800e5bbf5c04748e0749 (patch)
tree72616bb334f3990bd2f98f038960847c1b3e3218 /x11/gnome-session
parentff1c03dc6597be8eee15d70be66fa2c850ae3346 (diff)
downloadmarcuscom-ports-d93d01702487f561e119800e5bbf5c04748e0749.tar
marcuscom-ports-d93d01702487f561e119800e5bbf5c04748e0749.tar.gz
marcuscom-ports-d93d01702487f561e119800e5bbf5c04748e0749.tar.bz2
marcuscom-ports-d93d01702487f561e119800e5bbf5c04748e0749.tar.lz
marcuscom-ports-d93d01702487f561e119800e5bbf5c04748e0749.tar.xz
marcuscom-ports-d93d01702487f561e119800e5bbf5c04748e0749.tar.zst
marcuscom-ports-d93d01702487f561e119800e5bbf5c04748e0749.zip
Add and update to 2.11.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3968 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session')
-rw-r--r--x11/gnome-session/Makefile53
-rw-r--r--x11/gnome-session/distinfo4
-rw-r--r--x11/gnome-session/files/patch-gnome-session_Makefile.in11
-rw-r--r--x11/gnome-session/pkg-descr2
-rw-r--r--x11/gnome-session/pkg-plist91
5 files changed, 161 insertions, 0 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
new file mode 100644
index 000000000..0cb46fbc6
--- /dev/null
+++ b/x11/gnome-session/Makefile
@@ -0,0 +1,53 @@
+# New ports collection makefile for: gnomesession
+# Date created: 08 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomesession
+PORTVERSION= 2.11.1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME} \
+ ${MASTER_SITE_LOCAL:S/$/:local/} \
+ http://people.FreeBSD.org/~pav/:local
+MASTER_SITE_SUBDIR= sources/gnome-session/2.11 \
+ pav/:local
+DISTNAME= gnome-session-${PORTVERSION}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ ${SPLASHES}:local
+DIST_SUBDIR= gnome2
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Session component for the GNOME 2 desktop
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
+USE_GMAKE= yes
+USE_LIBTOOL_VER=15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+
+MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 \
+ session-properties.1 gnome-session-save.1
+MAN5= default.session.5
+GCONF_SCHEMAS= gnome-session.schemas
+
+SPLASHES= freebsd-splashes-gnome-2.10.tar
+
+post-extract:
+ cd ${WRKDIR} && ${TAR} xf ${DISTDIR}/${DIST_SUBDIR}/${SPLASHES}
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/gnome-session/gnome-splash.png \
+ ${PREFIX}/share/gnome/pixmaps/splash/original-gnome-splash.png
+ ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.10/franz_klammer-2.png \
+ ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png
+.for splash in adamw.png banana_flex.png franco_malatacca.jpg franz_klammer-1.png franz_klammer-3.png radek.png
+ ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.10/${splash} \
+ ${PREFIX}/share/gnome/pixmaps/splash
+.endfor
+
+.include <bsd.port.mk>
diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo
new file mode 100644
index 000000000..0f456184d
--- /dev/null
+++ b/x11/gnome-session/distinfo
@@ -0,0 +1,4 @@
+MD5 (gnome2/gnome-session-2.11.1.tar.bz2) = c5c208e51af45d89f5bb81e40ccdabd9
+SIZE (gnome2/gnome-session-2.11.1.tar.bz2) = 814046
+MD5 (gnome2/freebsd-splashes-gnome-2.10.tar) = 92cfd1945f9a48dd8df3981935e9ef34
+SIZE (gnome2/freebsd-splashes-gnome-2.10.tar) = 462336
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..ed0b6ac56
--- /dev/null
+++ b/x11/gnome-session/files/patch-gnome-session_Makefile.in
@@ -0,0 +1,11 @@
+--- gnome-session/Makefile.in.orig Tue Nov 30 14:07:39 2004
++++ gnome-session/Makefile.in Tue Nov 30 14:07:51 2004
+@@ -209,7 +209,7 @@
+ target_alias = @target_alias@
+ NULL =
+
+-defaultdir = $(datadir)/gnome
++defaultdir = $(datadir)
+
+ INCLUDES = \
+ $(GNOME_SESSION_CFLAGS) \
diff --git a/x11/gnome-session/pkg-descr b/x11/gnome-session/pkg-descr
new file mode 100644
index 000000000..50986ef91
--- /dev/null
+++ b/x11/gnome-session/pkg-descr
@@ -0,0 +1,2 @@
+This provides session management for the GNOME 2 desktop, and
+provides the tools used to start the desktop.
diff --git a/x11/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist
new file mode 100644
index 000000000..b9d52e30e
--- /dev/null
+++ b/x11/gnome-session/pkg-plist
@@ -0,0 +1,91 @@
+bin/gnome-session
+bin/gnome-session-properties
+bin/gnome-session-remove
+bin/gnome-session-save
+bin/gnome-smproxy
+bin/gnome-wm
+share/gnome/applications/session-properties.desktop
+share/gnome/default.session
+share/gnome/default.wm
+share/gnome/pixmaps/splash/adamw.png
+share/gnome/pixmaps/splash/banana_flex.png
+share/gnome/pixmaps/splash/franco_malatacca.jpg
+share/gnome/pixmaps/splash/franz_klammer-1.png
+share/gnome/pixmaps/splash/franz_klammer-3.png
+share/gnome/pixmaps/splash/gnome-splash.png
+share/gnome/pixmaps/splash/original-gnome-splash.png
+share/gnome/pixmaps/splash/radek.png
+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/az/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/be/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/bs/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/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/el/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/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/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/id/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/kn/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/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/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/no/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nso/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/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/sq/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sr@Latn/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/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/rw/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/zh_CN/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