From a89702a8e416864d40a7aa76f5f9b475d618f9f1 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 10 Jun 2013 16:23:43 +0300 Subject: xwininfo: upgrade to 1.1.3 Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb (limited to 'meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb') diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb b/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb new file mode 100644 index 0000000000..7a452410b7 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb @@ -0,0 +1,15 @@ +require xorg-app-common.inc + +SUMMARY = "Window information utility for X" + +DESCRIPTION = "Xwininfo is a utility for displaying information about \ +windows. Information may include window position, size, color depth, \ +and a number of other items." + +LIC_FILES_CHKSUM = "file://COPYING;md5=78976cd3115f6faf615accc4e094d90e" +DEPENDS += "libxext libxmu" + +PE = "0" + +SRC_URI[md5sum] = "b777bafb674555e48fd8437618270931" +SRC_URI[sha256sum] = "218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8" -- cgit 1.2.3-korg