From 113852387e0785677926b4b253862e9fea732170 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 13 Nov 2012 21:32:49 -0800 Subject: mx: Update to 1.4.7 Source moved to GitHub (From OE-Core rev: 1f2f35ba7607b503af2cdf51a459c6de786f554d) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/mx/mx_1.4.6.bb | 19 ------------------- meta/recipes-graphics/mx/mx_1.4.7.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/mx/mx_1.4.6.bb create mode 100644 meta/recipes-graphics/mx/mx_1.4.7.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/mx/mx_1.4.6.bb b/meta/recipes-graphics/mx/mx_1.4.6.bb deleted file mode 100644 index 81bc5b9e54..0000000000 --- a/meta/recipes-graphics/mx/mx_1.4.6.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Clutter based widget library" -LICENSE = "LGPLv2.1" - -PR = "r0" - -DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification" - -inherit autotools gettext - -SRC_URI = "http://source.clutter-project.org/sources/mx/1.4/mx-${PV}.tar.bz2" - -SRC_URI[md5sum] = "c7192ca7c43bb1a39adc2fafdc012f49" -SRC_URI[sha256sum] = "a3c7ffaf29b282144c982757b450d145cd85867183dfafef4750a00a0d406672" - -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ - file://mx/mx-widget.c;beginline=8;endline=20;md5=13bba3c973a72414a701e1e87b5ee879" - -EXTRA_OECONF = "--disable-introspection --disable-gtk-widgets --with-dbus" - diff --git a/meta/recipes-graphics/mx/mx_1.4.7.bb b/meta/recipes-graphics/mx/mx_1.4.7.bb new file mode 100644 index 0000000000..fd9189bcea --- /dev/null +++ b/meta/recipes-graphics/mx/mx_1.4.7.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Clutter based widget library" +LICENSE = "LGPLv2.1" + +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ + file://mx/mx-widget.c;beginline=8;endline=20;md5=13bba3c973a72414a701e1e87b5ee879" + +PR = "r0" + +DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification" + +inherit autotools gettext + +SRC_URI = "https://github.com/downloads/clutter-project/${BPN}/${BP}.tar.xz" + +SRC_URI[md5sum] = "19b1e4918a5ae6d014fc0dab2bb3d0a1" +SRC_URI[sha256sum] = "1d2930d196717cacbee0ee101cf21d289b8200b5e938823d852b3b4a2f4a0e9d" + +EXTRA_OECONF = "--disable-introspection --disable-gtk-widgets --with-dbus" -- cgit v1.2.3-54-g00ecf