Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37476548
en ru br
Репозитории ALT

Группа :: Графические оболочки/GNOME
Пакет: gnome-shell

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: gnome-shell-3.5.92-alt-gir.patch
Скачать


--- a/src/run-js-test.c~	2012-03-13 03:43:56.296910828 +0400
+++ b/src/run-js-test.c	2012-03-13 03:44:39.567673124 +0400
@@ -127,14 +127,6 @@
   g_set_prgname (title);
   g_free (title);
 
-#if HAVE_BLUETOOTH
-  /* The module imports are all so intertwined that if the test
-   * imports anything in js/ui, it will probably eventually end up
-   * pulling in ui/status/bluetooth.js. So we need this.
-   */
-  g_irepository_prepend_search_path (BLUETOOTH_DIR);
-#endif
-
   /* evaluate the script */
   error = NULL;
   if (!gjs_context_eval (js_context, script, len,
--- a/src/main.c~	2012-09-19 13:50:57.000000000 +0400
+++ b/src/main.c	2012-09-21 03:02:30.925591686 +0400
@@ -183,13 +183,12 @@
 static void
 shell_introspection_init (void)
 {
-
-  g_irepository_prepend_search_path (MUTTER_TYPELIB_DIR);
+/*  g_irepository_prepend_search_path (MUTTER_TYPELIB_DIR); */
   g_irepository_prepend_search_path (GNOME_SHELL_PKGLIBDIR);
-#if HAVE_BLUETOOTH
+/* #if HAVE_BLUETOOTH
   g_irepository_prepend_search_path (BLUETOOTH_DIR);
 #endif
-
+*/
 }
 
 static void
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin