From 67f5877b50de039ed0f63b6868edfda776162326 Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Tue, 26 Feb 2019 11:33:42 +0800 Subject: xwd: Upgrade to 1.0.7 Upgrade xwd from 1.0.6 to 1.0.7 Signed-off-by: Hong Liu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 11 ----------- meta-oe/recipes-graphics/xorg-app/xwd_1.0.7.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/xwd_1.0.7.bb diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb deleted file mode 100644 index 694bf57ace..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb +++ /dev/null @@ -1,11 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "xwd is a tool to capture an X window or screen to file" -HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/" -SECTION = "x11/app" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf" -DEPENDS = "libxmu libxkbfile" - -SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94" -SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79" diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.7.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.7.bb new file mode 100644 index 0000000000..1ad48b071e --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.7.bb @@ -0,0 +1,11 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "xwd is a tool to capture an X window or screen to file" +HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/" +SECTION = "x11/app" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf" +DEPENDS = "libxmu libxkbfile" + +SRC_URI[md5sum] = "11794a8eba6d295a192a8975287fd947" +SRC_URI[sha256sum] = "cd6815b8b9e0b98e284d3d732fb12162159cb9dcee4f45a7d4c0bd8b308a6794" -- cgit v1.2.3-54-g00ecf