[gnome-ostree] Manifest: Add bluez, untag gnome-bluetooth



commit 2e0eb4e2f39e106a7ea68634ba81654ce726656b
Author: Colin Walters <walters verbum org>
Date:   Thu May 30 14:07:51 2013 -0400

    Manifest: Add bluez, untag gnome-bluetooth

 manifest.json               |    5 +++-
 patches/bluez-autogen.patch |   48 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index bbde5b6..c62610f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -414,6 +414,10 @@
                 "setuid": ["/runtime/usr/bin/pkexec",
                             "/runtime/usr/lib/polkit-1/polkit-agent-helper-1"]},
 
+                {"src": "git:git://git.kernel.org/pub/scm/bluetooth/bluez.git",
+                "config-opts": ["--disable-cups", "--disable-obex", "--disable-usb", "--disable-tools"],
+                "patches": ["bluez-autogen.patch"]},
+
                {"src": "fd-NM:NetworkManager",
                 "config-opts": ["--with-dhclient=yes",
                                 "--with-session-tracking=systemd",
@@ -689,7 +693,6 @@
                 "config-opts": ["--disable-documentation"]},
 
                {"src": "gnome:gnome-bluetooth",
-                "tag": "6d42bcec1aa459476bc7236ca10d90186373e5e8",
                 "config-opts": ["--disable-documentation",
                                 "--disable-scrollkeeper"]},
 
diff --git a/patches/bluez-autogen.patch b/patches/bluez-autogen.patch
new file mode 100644
index 0000000..80247c5
--- /dev/null
+++ b/patches/bluez-autogen.patch
@@ -0,0 +1,48 @@
+From d11c0e86e8f504e2ed2116c8cffa34198767fda2 Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters verbum org>
+Date: Thu, 30 May 2013 13:09:24 -0400
+Subject: [PATCH] Add autogen.sh, make "bootstrap" a symlink to it
+
+The autogen.sh name is widely used in X.org, GNOME, NetworkManager,
+systemd, and others now.
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+---
+ autogen.sh |    2 ++
+ bootstrap  |    8 +-------
+ 2 files changed, 3 insertions(+), 7 deletions(-)
+ create mode 100755 autogen.sh
+ mode change 100755 => 120000 bootstrap
+
+diff --git a/autogen.sh b/autogen.sh
+new file mode 100755
+index 0000000..c187584
+--- /dev/null
++++ b/autogen.sh
+@@ -0,0 +1,2 @@
++#!/bin/sh
++exec autoreconf -vfi
+diff --git a/bootstrap b/bootstrap
+deleted file mode 100755
+index 91756f9..0000000
+--- a/bootstrap
++++ /dev/null
+@@ -1,7 +0,0 @@
+-#!/bin/sh
+-
+-aclocal && \
+-    autoheader && \
+-      libtoolize --automake --copy --force && \
+-          automake --add-missing --copy && \
+-              autoconf
+diff --git a/bootstrap b/bootstrap
+new file mode 120000
+index 0000000..5347ab2
+--- /dev/null
++++ b/bootstrap
+@@ -0,0 +1 @@
++autogen.sh
+\ No newline at end of file
+-- 
+1.7.1
+


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