public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-dbus-glib-r0.patch chromium-system-icu-r0.patch
@ 2012-09-27 11:24 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-09-27 11:24 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/09/27 11:24:51

  Added:                chromium-dbus-glib-r0.patch
                        chromium-system-icu-r0.patch
  Log:
  Dev channel bump. Drop unneeded dependency on dbus-glib, bug #434346 by Hans. Remove old.
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.1                  www-client/chromium/files/chromium-dbus-glib-r0.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-dbus-glib-r0.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-dbus-glib-r0.patch?rev=1.1&content-type=text/plain

Index: chromium-dbus-glib-r0.patch
===================================================================
Index: build/linux/system.gyp
===================================================================
--- build/linux/system.gyp	(revision 158796)
+++ build/linux/system.gyp	(working copy)
@@ -112,7 +112,28 @@
           ],
         },
       ],  # targets
-    }]  # chromeos==0
+    }, {  # chromeos==1
+      'targets': [
+        {
+          # TODO(satorux): Remove this once dbus-glib clients are gone.
+          'target_name': 'dbus-glib',
+          'type': 'none',
+          'direct_dependent_settings': {
+            'cflags': [
+              '<!@(<(pkg-config) --cflags dbus-glib-1)',
+            ],
+          },
+          'link_settings': {
+            'ldflags': [
+              '<!@(<(pkg-config) --libs-only-L --libs-only-other dbus-glib-1)',
+            ],
+            'libraries': [
+              '<!@(<(pkg-config) --libs-only-l dbus-glib-1)',
+            ],
+          },
+        },
+      ],
+    }]
   ],  # conditions
   'targets': [
     {
@@ -477,24 +498,6 @@
       },
     },
     {
-      # TODO(satorux): Remove this once dbus-glib clients are gone.
-      'target_name': 'dbus-glib',
-      'type': 'none',
-      'direct_dependent_settings': {
-        'cflags': [
-          '<!@(<(pkg-config) --cflags dbus-glib-1)',
-        ],
-      },
-      'link_settings': {
-        'ldflags': [
-          '<!@(<(pkg-config) --libs-only-L --libs-only-other dbus-glib-1)',
-        ],
-        'libraries': [
-          '<!@(<(pkg-config) --libs-only-l dbus-glib-1)',
-        ],
-      },
-    },
-    {
       'target_name': 'glib',
       'type': 'none',
       'toolsets': ['host', 'target'],



1.5                  www-client/chromium/files/chromium-system-icu-r0.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?r1=1.4&r2=1.5






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-27 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 11:24 [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-dbus-glib-r0.patch chromium-system-icu-r0.patch PaweA Hajdan (phajdan.jr)

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