[oe-commits] Ben Shelton : xmag: add recipe

git at git.openembedded.org git at git.openembedded.org
Wed Jul 30 07:36:33 UTC 2014


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

Author: Ben Shelton <ben.shelton at ni.com>
Date:   Mon Jul 28 14:17:49 2014 -0500

xmag: add recipe

The xmag utility magnifies the pixels rendered on-screen and is useful
for examining bitmaps and matching font metrics.

Signed-off-by: Ben Shelton <ben.shelton at ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb
new file mode 100644
index 0000000..d577421
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb
@@ -0,0 +1,11 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = "xmag is a tool to magnify parts of the screen"
+HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xmag/"
+SECTION = "x11/app"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3413fe6832380b44b69b172d2d1b2387"
+DEPENDS += " libxaw libxt"
+
+SRC_URI[md5sum] = "280b81cb09d1903aa868a058d90128ad"
+SRC_URI[sha256sum] = "4ace8795cf756be4ba387f30366045594ce26adda2f5ffe1f8e896825d0932c6"



More information about the Openembedded-commits mailing list