commit: 6022aa7ab8b1d4f20ecd67941f848e2505a0cf26 Author: uis <uis9936 <AT> gmail <DOT> com> AuthorDate: Mon Feb 13 13:59:48 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 14:01:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6022aa7a
gnome2-utils.eclass: Document GLIB_COMPILE_RESOURCES Also removed @INTERNAL for GLIB_COMPILE_SCHEMAS because it is already used outside of gnome2-utils. Bug: https://bugs.gentoo.org/779871 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> eclass/gnome2-utils.eclass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 6c8d222a712e..4bbbdc82dae7 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -43,8 +43,12 @@ esac # Path to scrollkeeper-update : ${SCROLLKEEPER_UPDATE_BIN:="/usr/bin/scrollkeeper-update"} +# @ECLASS_VARIABLE: GLIB_COMPILE_RESOURCES +# @DESCRIPTION: +# Path to glib-compile-resources +: ${GLIB_COMPILE_RESOURCES:="/usr/bin/glib-compile-resources"} + # @ECLASS_VARIABLE: GLIB_COMPILE_SCHEMAS -# @INTERNAL # @DESCRIPTION: # Path to glib-compile-schemas : ${GLIB_COMPILE_SCHEMAS:="/usr/bin/glib-compile-schemas"}
