From 099dc3ac86c998e933a774b7ea248d3464331873 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Thu, 2 Jul 2009 11:55:41 +0530 Subject: [PATCH 1/1] Last couple of recipes pending in the common set --- clipboard-manager_0.6.8.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 clipboard-manager_0.6.8.bb diff --git a/clipboard-manager_0.6.8.bb b/clipboard-manager_0.6.8.bb new file mode 100644 index 0000000..1cbd888 --- /dev/null +++ b/clipboard-manager_0.6.8.bb @@ -0,0 +1,20 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Clipboard Manager" +HOMEPAGE = "http://maemo.org" +LICENSE = "unknown" +SECTION = "x11" +DEPENDS = "libx11 gconf glib-2.0 upstart" +PR = "r4" + +SRC_URI = "http://repository.maemo.org/pool/fremantle/free/c/${PN}/${PN}_${PV}-4+0m5.tar.gz" + +inherit autotools pkgconfig + +do_install_append(){ + install -d ${D}${sysconfdir}/X11 ${D}${sysconfdir}/gconf2xsettings.d + install -d ${D}${sysconfdir}/X11/replace/Xsession.post + install -m 0644 ${S}/keys ${D}${sysconfdir}/gconf2xsettings.d + install -m 0755 ${S}/debian/clipboard-manager.xsession ${D}${sysconfdir}/X11/replace/Xsession.post +} -- 1.7.9.5