diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-12 11:36:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-12 11:36:43 +0800 |
commit | 7c2cb6e4162a0e46463b197bcb76fca3911fd327 (patch) | |
tree | ce4225398aa144fa8cb39d0912b184e1780a1c40 /x11 | |
parent | 8205db2edbc4570ee1ff003aec85fe8294f52d9b (diff) | |
download | marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.gz marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.bz2 marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.lz marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.xz marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.zst marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.zip |
Update to 2.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1312 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 42 | ||||
-rw-r--r-- | x11/gnome-session/distinfo | 2 | ||||
-rw-r--r-- | x11/gnome-session/files/patch-configure | 10 | ||||
-rw-r--r-- | x11/gnome-session/files/patch-gnome-session_Makefile.in | 11 | ||||
-rw-r--r-- | x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in | 11 | ||||
-rw-r--r-- | x11/gnome-session/pkg-descr | 2 | ||||
-rw-r--r-- | x11/gnome-session/pkg-plist | 79 | ||||
-rw-r--r-- | x11/gnomesession/Makefile | 42 | ||||
-rw-r--r-- | x11/gnomesession/distinfo | 2 | ||||
-rw-r--r-- | x11/gnomesession/files/patch-configure | 10 | ||||
-rw-r--r-- | x11/gnomesession/files/patch-gnome-session_Makefile.in | 11 | ||||
-rw-r--r-- | x11/gnomesession/files/patch-gnome-session_gnome-session.schemas.in.in | 11 | ||||
-rw-r--r-- | x11/gnomesession/pkg-descr | 2 | ||||
-rw-r--r-- | x11/gnomesession/pkg-plist | 79 |
14 files changed, 314 insertions, 0 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile new file mode 100644 index 000000000..a79431f66 --- /dev/null +++ b/x11/gnome-session/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: gnomesession +# Date created: 08 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnomesession/Makefile,v 1.29 2003/10/26 18:23:08 marcus Exp $ +# + +PORTNAME= gnomesession +PORTVERSION= 2.5.1 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= sources/gnome-session/2.5 \ + marcus/:local +DISTNAME= gnome-session-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + splash.png:local +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Session component for the GNOME 2 desktop + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui +USE_GMAKE= yes +USE_LIBTOOL= yes +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 + +post-extract: + @${CP} ${DISTDIR}/${DIST_SUBDIR}/splash.png ${WRKDIR} + +post-install: + ${INSTALL_DATA} ${WRKDIR}/splash.png \ + ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png + +.include <bsd.port.mk> diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo new file mode 100644 index 000000000..6623bbcec --- /dev/null +++ b/x11/gnome-session/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-session-2.5.1.tar.bz2) = 6aa2254dd95b3cafcb109888c7d75428 +MD5 (gnome2/splash.png) = bd73a8a1f0c97aac669045f6b9b1fe02 diff --git a/x11/gnome-session/files/patch-configure b/x11/gnome-session/files/patch-configure new file mode 100644 index 000000000..61084626c --- /dev/null +++ b/x11/gnome-session/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/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in new file mode 100644 index 000000000..60c14531b --- /dev/null +++ b/x11/gnome-session/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/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in b/x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in new file mode 100644 index 000000000..9bd6c9a2c --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in @@ -0,0 +1,11 @@ +--- gnome-session/gnome-session.schemas.in.in.orig Mon Oct 14 17:18:15 2002 ++++ gnome-session/gnome-session.schemas.in.in Mon Oct 14 17:17:44 2002 +@@ -50,7 +50,7 @@ + <applyto>/apps/gnome-session/options/splash_image</applyto> + <owner>gnome</owner> + <type>string</type> +- <default>@prefix@/share/pixmaps/splash/gnome-splash.png</default> ++ <default>@datadir@/pixmaps/splash/gnome-splash.png</default> + <locale name="C"> + <short>Splash Screen Image</short> + <long>Preferred Image to use for the splash screen when logging in to the GNOME Desktop</long> diff --git a/x11/gnome-session/pkg-descr b/x11/gnome-session/pkg-descr new file mode 100644 index 000000000..e0a6dd027 --- /dev/null +++ b/x11/gnome-session/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/gnome-session/pkg-plist b/x11/gnome-session/pkg-plist new file mode 100644 index 000000000..d4fc0ded7 --- /dev/null +++ b/x11/gnome-session/pkg-plist @@ -0,0 +1,79 @@ +bin/gnome-session +bin/gnome-session-properties +bin/gnome-session-remove +bin/gnome-session-save +bin/gnome-smproxy +bin/gnome-wm +etc/gconf/gconf.xml.defaults/apps/gnome-session/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-session/options/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/options/%gconf.xml +etc/gconf/schemas/gnome-session.schemas +share/gnome/control-center-2.0/capplets/session-properties.desktop +share/gnome/default.session +share/gnome/default.wm +share/gnome/pixmaps/splash/gnome-splash.png +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/bn/LC_MESSAGES/gnome-session-2.0.mo +share/locale/bs/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/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_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/he/LC_MESSAGES/gnome-session-2.0.mo +share/locale/hi/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/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/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/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/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 etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/options +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-session/options +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-session diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile new file mode 100644 index 000000000..a79431f66 --- /dev/null +++ b/x11/gnomesession/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: gnomesession +# Date created: 08 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnomesession/Makefile,v 1.29 2003/10/26 18:23:08 marcus Exp $ +# + +PORTNAME= gnomesession +PORTVERSION= 2.5.1 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= sources/gnome-session/2.5 \ + marcus/:local +DISTNAME= gnome-session-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + splash.png:local +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Session component for the GNOME 2 desktop + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui +USE_GMAKE= yes +USE_LIBTOOL= yes +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 + +post-extract: + @${CP} ${DISTDIR}/${DIST_SUBDIR}/splash.png ${WRKDIR} + +post-install: + ${INSTALL_DATA} ${WRKDIR}/splash.png \ + ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png + +.include <bsd.port.mk> diff --git a/x11/gnomesession/distinfo b/x11/gnomesession/distinfo new file mode 100644 index 000000000..6623bbcec --- /dev/null +++ b/x11/gnomesession/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-session-2.5.1.tar.bz2) = 6aa2254dd95b3cafcb109888c7d75428 +MD5 (gnome2/splash.png) = bd73a8a1f0c97aac669045f6b9b1fe02 diff --git a/x11/gnomesession/files/patch-configure b/x11/gnomesession/files/patch-configure new file mode 100644 index 000000000..61084626c --- /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 000000000..60c14531b --- /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/files/patch-gnome-session_gnome-session.schemas.in.in b/x11/gnomesession/files/patch-gnome-session_gnome-session.schemas.in.in new file mode 100644 index 000000000..9bd6c9a2c --- /dev/null +++ b/x11/gnomesession/files/patch-gnome-session_gnome-session.schemas.in.in @@ -0,0 +1,11 @@ +--- gnome-session/gnome-session.schemas.in.in.orig Mon Oct 14 17:18:15 2002 ++++ gnome-session/gnome-session.schemas.in.in Mon Oct 14 17:17:44 2002 +@@ -50,7 +50,7 @@ + <applyto>/apps/gnome-session/options/splash_image</applyto> + <owner>gnome</owner> + <type>string</type> +- <default>@prefix@/share/pixmaps/splash/gnome-splash.png</default> ++ <default>@datadir@/pixmaps/splash/gnome-splash.png</default> + <locale name="C"> + <short>Splash Screen Image</short> + <long>Preferred Image to use for the splash screen when logging in to the GNOME Desktop</long> diff --git a/x11/gnomesession/pkg-descr b/x11/gnomesession/pkg-descr new file mode 100644 index 000000000..e0a6dd027 --- /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 000000000..d4fc0ded7 --- /dev/null +++ b/x11/gnomesession/pkg-plist @@ -0,0 +1,79 @@ +bin/gnome-session +bin/gnome-session-properties +bin/gnome-session-remove +bin/gnome-session-save +bin/gnome-smproxy +bin/gnome-wm +etc/gconf/gconf.xml.defaults/apps/gnome-session/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-session/options/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/options/%gconf.xml +etc/gconf/schemas/gnome-session.schemas +share/gnome/control-center-2.0/capplets/session-properties.desktop +share/gnome/default.session +share/gnome/default.wm +share/gnome/pixmaps/splash/gnome-splash.png +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/bn/LC_MESSAGES/gnome-session-2.0.mo +share/locale/bs/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/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_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/he/LC_MESSAGES/gnome-session-2.0.mo +share/locale/hi/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/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/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/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/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 etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session/options +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-session +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-session/options +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-session |