From: Kirtika Ruchandani Date: Tue, 2 Jun 2009 13:19:13 +0000 (+0530) Subject: Got libhildon updated to Fremnatle version and working --with-maemo-gtk=yes option X-Git-Url: http://git.maemo.org/git/?p=oespirit1;a=commitdiff_plain;h=c46c4e20961c85012d0498f1564e9b3d6767f7b6 Got libhildon updated to Fremnatle version and working --with-maemo-gtk=yes option --- diff --git a/checksums.ini b/checksums.ini index 0aa9a7b..7fa2960 100644 --- a/checksums.ini +++ b/checksums.ini @@ -27450,3 +27450,14 @@ sha256=831afe66032d2adaba4f5c9a4d2b223959cbb874392b104c5933fb43a51dcc58 md5=a4b4ab742d50ce6ce1d34a7782a1339d sha256=9b70b0fb5668fce6c3dd8b2c5ef52630967db88f2ab7d0d7c775ab33414295ef +[http://repository.maemo.org/pool/fremantle/free/libh/libhildon/libhildon_2.1.62-1+0m5.tar.gz] +md5=1f71e429997b7a5822031fea4d35856c +sha256=06f3eddc32e5c676bcfe2596e3de96e6cc38ec6de2034671bc85d9b6dfc410e6 + +[http://repository.maemo.org/pool/fremantle/free/g/gtk+2.0/gtk+2.0_2.12.12-1maemo12+0m5.tar.gz] +md5=209c0b06a3dadf7c9ca0580232fcc85b +sha256=e0bdab6d558aa7c504332a2b6c9f9d4fc85dc763a8c35a9addc02ffa5cd777f2 + +[http://repository.maemo.org/pool/fremantle/free/g/glib2.0/glib2.0_2.18.1-1maemo4+0m5.tar.gz] +md5=87e815f25c79a63e852dc78ef0289c45 +sha256=788366022de42e1fcf3af7150d7c42bf8a8a97d8021addb68e82f6db84401445 diff --git a/libhildon.inc b/libhildon.inc index 4b1a55d..e5f8ba2 100644 --- a/libhildon.inc +++ b/libhildon.inc @@ -5,7 +5,7 @@ DEPENDS = "gconf-dbus esound gtk+" inherit autotools pkgconfig lib_package -EXTRA_OECONF = "--with-maemo-gtk=no" +EXTRA_OECONF = "--with-maemo-gtk=yes" do_stage() { autotools_stage_all diff --git a/libhildon_2.0.6.bb b/libhildon_2.0.6.bb deleted file mode 100644 index 6f4120d..0000000 --- a/libhildon_2.0.6.bb +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (C) 2009 Kirtika B Ruchandani -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "Hildon widget library" -HOMEPAGE = "http://live.gnome.org/Hildon" -LICENSE = "GNU Lesser General Public License-version 2.1 " -SECTION = "base" -DEPENDS = "gconf-dbus esound gtk+ gtk-doc libpng libxt libxi" -PR = "r1" - -require libhildon.inc - - - - -SRC_URI = "http://repository.maemo.org/pool/diablo/free/libh/${PN}/${PN}_${PV}-1.tar.gz" - diff --git a/libhildon_2.1.62.bb b/libhildon_2.1.62.bb new file mode 100644 index 0000000..57c58f3 --- /dev/null +++ b/libhildon_2.1.62.bb @@ -0,0 +1,15 @@ +# Copyright (C) 2009 Kirtika B Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Hildon widget library" +HOMEPAGE = "http://live.gnome.org/Hildon" +LICENSE = "GNU Lesser General Public License-version 2.1 " +SECTION = "base" +DEPENDS = "gconf-dbus esound gtk+ gtk-doc libpng libxt libxi" +PR = "r1" + + +SRC_URI = "http://repository.maemo.org/pool/fremantle/free/libh/${PN}/${PN}_${PV}-1+0m5.tar.gz" + + +require libhildon.inc