public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] gnome2-utils.eclass: add glib-compile-resources
@ 2023-02-02 22:24 uis
  2023-02-03 16:46 ` Matt Turner
  0 siblings, 1 reply; 3+ messages in thread
From: uis @ 2023-02-02 22:24 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 204 bytes --]

This is part of patch for bug 779871.
Added GLIB_COMPILE_RESOURCES path here near GLIB_COMPILE_SCHEMAS.
Also removed @INTERNAL for GLIB_COMPILE_SCHEMAS because it is already used
outside of gnome2-utils.

[-- Attachment #1.2: Type: text/html, Size: 269 bytes --]

[-- Attachment #2: gnome2-utils.eclass.patch --]
[-- Type: application/octet-stream, Size: 573 bytes --]

--- eclass/gnome2-utils.eclass	2022-03-24 07:26:01.000000000 +0300
+++ eclass/gnome2-utils.eclass	2023-02-02 18:40:03.037286456 +0300
@@ -43,8 +43,12 @@
 # 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"}

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-08 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-02 22:24 [gentoo-dev] [PATCH] gnome2-utils.eclass: add glib-compile-resources uis
2023-02-03 16:46 ` Matt Turner
2023-02-08 17:18   ` uis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox