From: Kirtika Ruchandani Date: Wed, 8 Jul 2009 08:26:43 +0000 (+0530) Subject: Dont forget staging in control panel and add missing recipes X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=b1ab9b3cc2381266d11a53c45e91f8b1030195b6;p=oespirit1 Dont forget staging in control panel and add missing recipes --- diff --git a/checksums.ini b/checksums.ini index 14a0182..abb8a08 100644 --- a/checksums.ini +++ b/checksums.ini @@ -27638,3 +27638,10 @@ sha256=e7a13c0fd3eb0768034008778cb724aed8fbdf63d460d4df7212c3d2c14325b9 md5=d289215af5cd010f53eac1b3550c6c92 sha256=6b63add057d25b57864e3585a2db571a89c2b9130f1a91fbedea86a62df14a35 +[http://repository.maemo.org/pool/fremantle/free/h/hildon-notify/hildon-notify_0.0.2-1-recomp1.tar.gz] +md5=069b8f9100f71b0f955f15994a7f1b2e +sha256=762f75d487234e59f1f76d96804aa0d3d3a9381b0ddb3058b39c523df214894c + +[http://repository.maemo.org/pool/diablo/free/h/hildon-plugins-settings/hildon-plugins-settings_0.0.10-1.tar.gz] +md5=b3dd9a9c437ecbff7c8d9033abafc9b3 +sha256=0f97691fa908b76669cc28ebb0c4bb7725404c1d9ad4b0182406edcc1cb2bb63 diff --git a/hildon-control-panel_2.2.6.bb b/hildon-control-panel_2.2.6.bb index c003698..a05ec8f 100644 --- a/hildon-control-panel_2.2.6.bb +++ b/hildon-control-panel_2.2.6.bb @@ -15,3 +15,6 @@ EXTRA_OECONF = "--with-maemo-gtk=yes" inherit autotools pkgconfig +do_stage(){ + autotools_stage_all +} diff --git a/hildon-notify_0.0.2.bb b/hildon-notify_0.0.2.bb new file mode 100644 index 0000000..192051e --- /dev/null +++ b/hildon-notify_0.0.2.bb @@ -0,0 +1,19 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Wrapper for supporting dbus callbacks in notification actions" +HOMEPAGE = "http://maemo.org " +LICENSE = "GNU Lesser General Public License-version 2.1" +SECTION = "libs" +DEPENDS = "libnotify" +PR = "r1" + +SRC_URI = "http://repository.maemo.org/pool/fremantle/free/h/${PN}/${PN}_${PV}-1-recomp1.tar.gz" + +S = "${WORKDIR}/${PN}-${PV}-1" + +inherit autotools pkgconfig + +do_stage(){ + autotools_stage_all +}