gnome-session: fix {short,long}_desc.
--HG-- extra : convert_revision : 4b9444b29946b644981a013af9fc7067f08a33ea
This commit is contained in:
parent
b21a781902
commit
176e3dac96
1 changed files with 8 additions and 3 deletions
|
@ -6,12 +6,17 @@ build_style=gnu_configure
|
||||||
configure_args="--enable-splash --enable-ipv6 --disable-schemas-install
|
configure_args="--enable-splash --enable-ipv6 --disable-schemas-install
|
||||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||||
--localstatedir=/var"
|
--localstatedir=/var"
|
||||||
short_desc="The GNU stream editor"
|
short_desc="GNOME session management utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=efeb45319403546fa60e6cb035e4de5e87731ea672fd37635749af49d0fd4d84
|
checksum=efeb45319403546fa60e6cb035e4de5e87731ea672fd37635749af49d0fd4d84
|
||||||
long_desc="
|
long_desc="
|
||||||
Sed, the GNU Stream Editor, copies the named files (standard input default)
|
gnome-session provides the following components:
|
||||||
to the standard output, edited according to a script of commands."
|
|
||||||
|
* 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
|
keep_empty_dirs=yes
|
||||||
gconf_schemas="gnome-session.schemas"
|
gconf_schemas="gnome-session.schemas"
|
||||||
|
|
Loading…
Reference in a new issue