Used Poky recipe and patch for systemui dev. files
authorKirtika Ruchandani <kirtibr@gmail.com>
Mon, 8 Jun 2009 14:22:24 +0000 (19:52 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Mon, 8 Jun 2009 14:22:24 +0000 (19:52 +0530)
checksums.ini
osso-systemui-dbus-dev/no-doxygen.patch [new file with mode: 0644]
osso-systemui-dbus-dev_0.1.2.bb [new file with mode: 0644]

index 3638927..1f3f834 100644 (file)
@@ -27481,3 +27481,11 @@ sha256=39eb832a7829524620f23d77e850b4c89224ffb377390165808e13d64bb05537
 [http://repository.maemo.org/pool/fremantle/free/o/osso-af-utils/osso-af-utils_2.0-3+0m5.tar.gz]
 md5=11aeade7376b0273502197f85c6e375b
 sha256=b30c3e333a7ea4b5dc8f6632d9df33148cfaf464aaef97e82e46a8254f3e1678
+
+[http://repository.maemo.org/pool/fremantle/free/s/sapwood/sapwood_3.1.1-2+0m5.tar.gz]
+md5=5885a4ba4d60c46b0281c9d1a914c079
+sha256=f4f5e58b857f0f67d141146135880dc48e2b6f884deea2e144913df9f7f4b474
+
+[http://repository.maemo.org/pool/fremantle/free/o/osso-systemui-dbus-dev/osso-systemui-dbus-dev_0.1.2.tar.gz]
+md5=f172f015008a10de78097b969c98f14b
+sha256=185e27dc0481056be87088b4abdade9f52e0be65e556565541567604703132e1
diff --git a/osso-systemui-dbus-dev/no-doxygen.patch b/osso-systemui-dbus-dev/no-doxygen.patch
new file mode 100644 (file)
index 0000000..db2912c
--- /dev/null
@@ -0,0 +1,23 @@
+Index: osso-systemui-dbus-dev-0.1.2/Makefile
+===================================================================
+--- osso-systemui-dbus-dev-0.1.2.orig/Makefile 2008-11-12 09:56:07.000000000 +0000
++++ osso-systemui-dbus-dev-0.1.2/Makefile      2008-11-12 09:56:17.000000000 +0000
+@@ -22,17 +22,13 @@
+       $(INCDIR)/actingdead-dbus-names.h \
+       $(INCDIR)/alarm_dialog-dbus-names.h
+-.PHONY: doc
+-doc:
+-      @$(DOXYGEN) 2> $(TOPDIR)/doc/warnings > /dev/null
+-
+ clean:
+       @if [ x"$(DOCDIR)" != x"" ]; then       \
+               rm -rf $(DOCDIR)/*;             \
+       fi
+ .PHONY: install
+-install: doc
++install:
+       $(INSTALL_DIR) $(PCDIR) $(INCLUDEDIR)                           &&\
+       $(INSTALL_DATA) $(PCFILE) $(PCDIR)                              &&\
+       $(INSTALL_DATA) $(INCLUDE_FILES) $(INCLUDEDIR)
diff --git a/osso-systemui-dbus-dev_0.1.2.bb b/osso-systemui-dbus-dev_0.1.2.bb
new file mode 100644 (file)
index 0000000..49f2750
--- /dev/null
@@ -0,0 +1,21 @@
+# Recipe taken from the Poky experimental meta-maemo set
+
+DESCRIPTION = "Development Files for system UI"
+HOMEPAGE = "http://maemo.org"
+LICENSE = "GNU Lesser General Public License-version 2.1"
+SECTION = "base"
+#No dependencies
+DEPENDS = ""
+PR = "r0"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/o/${PN}/${PN}_${PV}.tar.gz \
+           file://osso-systemui-dbus-dev/no-doxygen.patch;patch=1"
+
+inherit pkgconfig
+
+
+do_stage() {
+    install -d ${STAGING_INCDIR}/systemui
+    install -m 0644 ${S}/include/systemui/*.h ${STAGING_INCDIR}/systemui/
+}
+