From dc968ec12c9b8f81645b59bf66127d6d1e76b423 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 13 Sep 2005 13:00:54 +0000 Subject: packages/gpe-bluetooth/files/bluez-pin-gpe.glade: install gladefile for pin requester --- packages/gpe-bluetooth/files/.mtn2git_empty | 0 packages/gpe-bluetooth/files/bluez-pin-gpe.glade | 182 +++++++++++++++++++++++ packages/gpe-bluetooth/gpe-bluetooth_0.45.bb | 11 +- 3 files changed, 191 insertions(+), 2 deletions(-) create mode 100644 packages/gpe-bluetooth/files/.mtn2git_empty create mode 100644 packages/gpe-bluetooth/files/bluez-pin-gpe.glade (limited to 'packages/gpe-bluetooth') diff --git a/packages/gpe-bluetooth/files/.mtn2git_empty b/packages/gpe-bluetooth/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gpe-bluetooth/files/bluez-pin-gpe.glade b/packages/gpe-bluetooth/files/bluez-pin-gpe.glade new file mode 100644 index 0000000000..379ec5499a --- /dev/null +++ b/packages/gpe-bluetooth/files/bluez-pin-gpe.glade @@ -0,0 +1,182 @@ + + + + + + + + True + Bluetooth PIN + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + False + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + -6 + + + + + + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + -5 + + + + + 0 + False + True + GTK_PACK_END + + + + + + True + False + 0 + + + + True + 0.5 + 0.5 + 8 + 8 + + + 0 + True + True + + + + + + True + False + 0 + + + + True + Connection type + False + False + GTK_JUSTIFY_LEFT + True + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 4 + + + + True + _PIN: + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + entry1 + + + 0 + False + False + + + + + + True + True + True + True + 0 + + True + * + False + + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + + + diff --git a/packages/gpe-bluetooth/gpe-bluetooth_0.45.bb b/packages/gpe-bluetooth/gpe-bluetooth_0.45.bb index 6a4e6dc907..cce7301b38 100644 --- a/packages/gpe-bluetooth/gpe-bluetooth_0.45.bb +++ b/packages/gpe-bluetooth/gpe-bluetooth_0.45.bb @@ -7,9 +7,16 @@ RDEPENDS = "bluez-utils-dbus blueprobe" MAINTAINER = "Phil Blundell " SECTION = "gpe" PRIORITY = "optional" -PR = "r0" +PR = "r1" -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2" +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \ + file://bluez-pin-gpe.glade" FILES_${PN} += '${datadir}/bluez-pin' +do_install_append() { +install -d ${D}${datadir}/bluez-pin +install -m 644 ${WORKDIR}/bluez-pin-gpe.glade ${D}${datadir}/bluez-pin/ + +} + -- cgit 1.2.3-korg