From 176e3dac961a50d05699778d000b9443df5a6d2a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 11 Apr 2010 13:17:33 +0200 Subject: [PATCH] gnome-session: fix {short,long}_desc. --HG-- extra : convert_revision : 4b9444b29946b644981a013af9fc7067f08a33ea --- srcpkgs/gnome-session/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gnome-session/template b/srcpkgs/gnome-session/template index fd406c892f..ead4878f8e 100644 --- a/srcpkgs/gnome-session/template +++ b/srcpkgs/gnome-session/template @@ -6,12 +6,17 @@ build_style=gnu_configure configure_args="--enable-splash --enable-ipv6 --disable-schemas-install --with-gconf-schema-file-dir=/usr/share/gconf/schemas --localstatedir=/var" -short_desc="The GNU stream editor" +short_desc="GNOME session management utilities" maintainer="Juan RP " checksum=efeb45319403546fa60e6cb035e4de5e87731ea672fd37635749af49d0fd4d84 long_desc=" - Sed, the GNU Stream Editor, copies the named files (standard input default) - to the standard output, edited according to a script of commands." + gnome-session provides the following components: + + * The GNOME session manager. + * The GNOME session manager configuration program and several other + session management related utilities. + * The GNOME session manager proxy, which handles basic session + management for applications that do not support XSM." keep_empty_dirs=yes gconf_schemas="gnome-session.schemas"