diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-01-30 22:07:49 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-01-30 22:07:49 +0000 |
commit | 5e06b293d823b96f0c5ffcb8926ff4f7474fc9e5 (patch) | |
tree | d8c813499343556f4d16187bf100813fb9d71505 /eclass/rox.eclass | |
parent | Added function for creating .desktop files for ROX desktop applications (diff) | |
download | gentoo-2-5e06b293d823b96f0c5ffcb8926ff4f7474fc9e5.tar.gz gentoo-2-5e06b293d823b96f0c5ffcb8926ff4f7474fc9e5.tar.bz2 gentoo-2-5e06b293d823b96f0c5ffcb8926ff4f7474fc9e5.zip |
Added documentation about new APPCATEGORY variable
Diffstat (limited to 'eclass/rox.eclass')
-rw-r--r-- | eclass/rox.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/rox.eclass b/eclass/rox.eclass index 4667346cc660..96375bb81136 100644 --- a/eclass/rox.eclass +++ b/eclass/rox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/rox.eclass,v 1.18 2007/01/30 22:05:26 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/rox.eclass,v 1.19 2007/01/30 22:07:49 lack Exp $ # ROX eclass Version 2 @@ -20,6 +20,10 @@ # the ebuild: # # APPNAME - the actual name of the application as the app folder is named +# APPCATEGORY - the .desktop categories this application should be placed in. +# If unset, no .desktop file will be created. For a list of acceptable +# category names, see +# http://standards.freedesktop.org/menu-spec/latest/apa.html # KEEP_SRC - this flag, if set, will not remove the source directory # but will do a make clean in it. This is useful if users wish to # preserve the source code for anything |