From 01e1f34dba326c52a0425e03447a3fd4a2335537 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 30 Nov 2011 22:12:31 +0800 Subject: libxcursor: upgrade from 1.1.11 to 1.1.12 (From OE-Core rev: e1bbc6a8c7981b76d1be9bac7ad970cdc81a258b) Signed-off-by: Dexuan Cui Signed-off-by: Richard Purdie --- .../recipes-graphics/xorg-lib/libxcursor_1.1.11.bb | 22 ---------------------- .../recipes-graphics/xorg-lib/libxcursor_1.1.12.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxcursor_1.1.12.bb (limited to 'meta/recipes-graphics/xorg-lib') diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb deleted file mode 100644 index a8dee4c0c3..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Xcursor: X Cursor management library" - -DESCRIPTION = "Xcursor is a simple library designed to help locate and \ -load cursors. Cursors can be loaded from files or memory. A library of \ -common cursors exists which map to the standard X cursor names. Cursors \ -can exist in several sizes and the library automatically picks the best \ -size." - -require xorg-lib-common.inc - -LICENSE = "MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4" - -DEPENDS += "libxrender libxfixes" - -PR = "r0" -PE = "1" - -XORG_PN = "libXcursor" - -SRC_URI[md5sum] = "866ed46f7e0d85b8c0003cebbb78a4af" -SRC_URI[sha256sum] = "a06ef74579e2c06f9490e682b8e7ac915cb5280ee47bb071a2b850637a2bf6fe" diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.12.bb b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.12.bb new file mode 100644 index 0000000000..b5930938b9 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.12.bb @@ -0,0 +1,22 @@ +SUMMARY = "Xcursor: X Cursor management library" + +DESCRIPTION = "Xcursor is a simple library designed to help locate and \ +load cursors. Cursors can be loaded from files or memory. A library of \ +common cursors exists which map to the standard X cursor names. Cursors \ +can exist in several sizes and the library automatically picks the best \ +size." + +require xorg-lib-common.inc + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4" + +DEPENDS += "libxrender libxfixes" + +PR = "r0" +PE = "1" + +XORG_PN = "libXcursor" + +SRC_URI[md5sum] = "a93b5a6f5b05976d2c0d3f8a07f6ac6a" +SRC_URI[sha256sum] = "0c4de165e07ac66b091af50a4db1f07e3c14d1bcf80830013693a21ef03e7ba4" -- cgit v1.2.3-54-g00ecf