diff options
author | Qian Lei <qianl.fnst@cn.fujitsu.com> | 2014-11-14 15:01:54 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-24 11:58:31 +0100 |
commit | 7f7ae951b93c0476f1c50baa8ced1ec3412ad288 (patch) | |
tree | 91fbd3b5d35b48fbd30f5cbc829146c63fc803ac /meta-oe | |
parent | ec416e0604e1f8c4b5ef00d45deb590bb2d6bb1c (diff) | |
download | meta-openembedded-7f7ae951b93c0476f1c50baa8ced1ec3412ad288.tar.gz |
xwud: Add new recipe
xwud allows X users to display in a window an image saved in a
specially formatted dump file, such as produced by xwd.
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xwud_1.0.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xwud_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.4.bb new file mode 100644 index 000000000..33bd7f03f --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.4.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "X.Org X11 X client utilities" | ||
4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwud/" | ||
5 | DESCRIPTION = "xwud allows X users to display in a window an image saved \ | ||
6 | in a specially formatted dump file, such as produced by xwd." | ||
7 | SECTION = "x11/app" | ||
8 | LICENSE = "MIT" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=31e8892c80b7a0c1c5f37c8e8ae6d794" | ||
10 | |||
11 | SRC_URI[md5sum] = "3025b152b4f13fdffd0c46d0be587be6" | ||
12 | SRC_URI[sha256sum] = "d6b3a09ccfe750868e26bd2384900ab5ff0d434f7f40cd272a50eda8aaa1f8bd" | ||