[Lunar-commits] <moonbase> gtk+-2: clarify gobject-introspection instructions

Paul Bredbury brebs at lunar-linux.org
Sat Feb 12 19:07:00 CET 2011


commit 0945ed11d8e0e876e760d00053c821ff3fb756f2
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sun Feb 13 01:07:00 2011 +0700

    gtk+-2: clarify gobject-introspection instructions
---
 graphics/gtk+-2/PRE_BUILD |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/gtk+-2/PRE_BUILD b/graphics/gtk+-2/PRE_BUILD
index 477f241..dc9be60 100644
--- a/graphics/gtk+-2/PRE_BUILD
+++ b/graphics/gtk+-2/PRE_BUILD
@@ -1,7 +1,8 @@
 if in_depends $MODULE gobject-introspection ; then
   if [ ! -e /usr/share/gir-1.0/GdkPixbuf-2.0.gir ] ; then
-    message "${PROBLEM_COLOR}Compilation would fail with:  Couldn't find include 'GdkPixbuf-2.0.gir'"
-    message "Run:  lin -c gobject-introspection gdk-pixbuf atk pango gtk+-2${DEFAULT_COLOR}"
+    message "${PROBLEM_COLOR}Compilation would fail with:  Couldn't find include 'GdkPixbuf-2.0.gir'${DEFAULT_COLOR}"
+    message "${MESSAGE_COLOR}Run:  ${MODULE_COLOR}lin -cr gobject-introspection gdk-pixbuf atk pango gtk+-2${DEFAULT_COLOR}"
+    message "(${QUERY_COLOR}and enable gobject-introspection in them, if prompted${DEFAULT_COLOR})"
     exit 1
   fi
 fi


More information about the Lunar-commits mailing list