[oe-commits] Qian Lei : xsetroot: Add new recipe

git at git.openembedded.org git at git.openembedded.org
Fri Nov 21 14:19:59 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 8ac0275a264cfdcf1ff7c65d4905f1d0bb5fcff0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8ac0275a264cfdcf1ff7c65d4905f1d0bb5fcff0

Author: Qian Lei <qianl.fnst at cn.fujitsu.com>
Date:   Fri Nov 14 15:01:52 2014 +0800

xsetroot: Add new recipe

xsetroot is a root window parameter setting utility for X.

Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.1.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.1.bb b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.1.bb
new file mode 100644
index 0000000..2c79f27
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.1.bb
@@ -0,0 +1,14 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = "X.Org X11 X client utilities"
+HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xsetroot/"
+DESCRIPTION = "xsetroot is a root window parameter setting utility for X"
+SECTION = "x11/app"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6ea29dbee22324787c061f039e0529de"
+
+DEPENDS += "xbitmaps libxcursor"
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "7211b31ec70631829ebae9460999aa0b"
+SRC_URI[sha256sum] = "ba215daaa78c415fce11b9e58c365d03bb602eaa5ea916578d76861a468cc3d9"



More information about the Openembedded-commits mailing list