[jhbuild/release-team-commands] [299] more detection of libgnome in Mono apps



commit a2ea1450c22b5ddc73b076eedeee741281661902
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Sep 21 14:36:23 2009 +0200

    [299] more detection of libgnome in Mono apps

 jhbuild/commands/twoninetynine.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/twoninetynine.py b/jhbuild/commands/twoninetynine.py
index ff544c5..359056c 100644
--- a/jhbuild/commands/twoninetynine.py
+++ b/jhbuild/commands/twoninetynine.py
@@ -42,6 +42,7 @@ class LibGnome(ShellCheck):
                         # gnome-desktop installs stuff under libgnome/
         FIND_C + " | xargs grep '^#include <gnome.h>'",
         "find -name '*.cs' | xargs grep 'Gnome.Url.'", # as 'using ...' is not mandatory
+        "find -name '*.cs' | xargs grep 'Gnome.Program.'",
     )
 
 class LibGnomeUi(ShellCheck):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]