diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-07 06:42:43 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-07 06:42:43 +0800 |
commit | a100b88e79648e2b4fa2f062e7d119737e68b416 (patch) | |
tree | 4d92277deb20d1c00dfc366bab96f51ce178993c /x11/gnome-session | |
parent | 09e59643c4b8a1db9e1a086efa86b0216d5ed1eb (diff) | |
download | marcuscom-ports-a100b88e79648e2b4fa2f062e7d119737e68b416.tar marcuscom-ports-a100b88e79648e2b4fa2f062e7d119737e68b416.tar.gz marcuscom-ports-a100b88e79648e2b4fa2f062e7d119737e68b416.tar.bz2 marcuscom-ports-a100b88e79648e2b4fa2f062e7d119737e68b416.tar.lz marcuscom-ports-a100b88e79648e2b4fa2f062e7d119737e68b416.tar.xz marcuscom-ports-a100b88e79648e2b4fa2f062e7d119737e68b416.tar.zst marcuscom-ports-a100b88e79648e2b4fa2f062e7d119737e68b416.zip |
- Update to 2.13.4
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5361 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session')
-rw-r--r-- | x11/gnome-session/Makefile | 54 | ||||
-rw-r--r-- | x11/gnome-session/distinfo | 6 | ||||
-rw-r--r-- | x11/gnome-session/files/patch-gnome-session_Makefile.in | 11 | ||||
-rw-r--r-- | x11/gnome-session/pkg-descr | 2 | ||||
-rw-r--r-- | x11/gnome-session/pkg-plist | 103 |
5 files changed, 176 insertions, 0 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile new file mode 100644 index 000000000..a9986bd4f --- /dev/null +++ b/x11/gnome-session/Makefile @@ -0,0 +1,54 @@ +# New ports collection makefile for: gnomesession +# Date created: 08 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11/gnomesession/Makefile,v 1.67 2005/10/31 19:46:29 adamw Exp $ +# + +PORTNAME= gnomesession +PORTVERSION= 2.13.4 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} \ + ${MASTER_SITE_LOCAL:S/$/:local/} \ + http://people.FreeBSD.org/~adamw/images/gnome_splashes/2.12/:local +MASTER_SITE_SUBDIR= sources/gnome-session/2.13 \ + adamw/: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_AUTOTOOLS= libtool:15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +MAN1= gnome-session.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.12.1.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.12/domix-splash-2.12.png \ + ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png +.for splash in MaMBaNgGaoX-2.12.png adamw-piggy-2.12.png adamw-trophy-2.12.png andreas-slogan-2.12.png andreas-splash-2.12.png domix-splash-2.12.png domix-splash2-2.12.png mumija-2.12.png mumija2-2.12.png mumija3-2.12.png tremulant-2.12.png tremulant-blood-2.12.png tremulant-brushed-metal-2.12.png + ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/${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..15ada08e4 --- /dev/null +++ b/x11/gnome-session/distinfo @@ -0,0 +1,6 @@ +MD5 (gnome2/gnome-session-2.13.4.tar.bz2) = d303bc5faf4d244dde483691727fcbe1 +SHA256 (gnome2/gnome-session-2.13.4.tar.bz2) = 95e32a8cd196743232cb407a599295615a81417e472766463be1a62276037aa1 +SIZE (gnome2/gnome-session-2.13.4.tar.bz2) = 713147 +MD5 (gnome2/freebsd-splashes-gnome-2.12.1.tar) = 4a098f0f2295c3333acff185d4bed5aa +SHA256 (gnome2/freebsd-splashes-gnome-2.12.1.tar) = c7008fc8f43cf07e3d84cbf0bd9b2846fa31aaf37d4f97993b185b4155f8ee27 +SIZE (gnome2/freebsd-splashes-gnome-2.12.1.tar) = 1280000 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..ae6ea1637 --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_Makefile.in @@ -0,0 +1,11 @@ +--- gnome-session/Makefile.in.orig Fri Jan 6 17:34:46 2006 ++++ gnome-session/Makefile.in Fri Jan 6 17:35:21 2006 +@@ -308,7 +308,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + NULL = +-defaultdir = $(datadir)/gnome ++defaultdir = $(datadir) + INCLUDES = \ + $(GNOME_SESSION_CFLAGS) \ + $(STANDARD_PROPERTIES_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..f3c0e535d --- /dev/null +++ b/x11/gnome-session/pkg-plist @@ -0,0 +1,103 @@ +bin/gnome-session +bin/gnome-session-properties +bin/gnome-session-remove +bin/gnome-session-save +bin/gnome-wm +share/gnome/applications/session-properties.desktop +share/gnome/default.session +share/gnome/default.wm +share/gnome/pixmaps/splash/MaMBaNgGaoX-2.12.png +share/gnome/pixmaps/splash/adamw-piggy-2.12.png +share/gnome/pixmaps/splash/adamw-trophy-2.12.png +share/gnome/pixmaps/splash/andreas-slogan-2.12.png +share/gnome/pixmaps/splash/andreas-splash-2.12.png +share/gnome/pixmaps/splash/domix-splash-2.12.png +share/gnome/pixmaps/splash/domix-splash2-2.12.png +share/gnome/pixmaps/splash/gnome-splash.png +share/gnome/pixmaps/splash/mumija-2.12.png +share/gnome/pixmaps/splash/mumija2-2.12.png +share/gnome/pixmaps/splash/mumija3-2.12.png +share/gnome/pixmaps/splash/original-gnome-splash.png +share/gnome/pixmaps/splash/tremulant-2.12.png +share/gnome/pixmaps/splash/tremulant-blood-2.12.png +share/gnome/pixmaps/splash/tremulant-brushed-metal-2.12.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/hy/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/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/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 +@unexec /bin/rmdir %D/share/locale/ku/LC_MESSAGES 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/locale/ku 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/locale/hy/LC_MESSAGES 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/locale/hy 2>/dev/null || /usr/bin/true |