Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / hildon-theme-tools_0.5.2.bb
index 32fa45b..54f7f93 100644 (file)
@@ -5,11 +5,13 @@ DESCRIPTION = "Tools for developing hildon themes"
 HOMEPAGE = "http://maemo.org"
 LICENSE = "GPL"
 SECTION = "base/ui"
-DEPENDS = "libgtk2.0"
+DEPENDS = "gtk+"
 PR = "r1"
 
-SRC_URI = "http://repository.maemo.org/pool/fremantle/free/h/${PN}/${PN}_${PV}-1.tar.gz"
+SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/h/${PN}/${PN}_${PV}-1.tar.gz"
 
 inherit autotools pkgconfig
 
-
+do_stage(){
+    autotools_stage_all
+}