From patchwork Fri Aug 9 07:22:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 265903 X-Patchwork-Delegate: jacob.kjaergaard@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 168B32C00D3 for ; Fri, 9 Aug 2013 17:22:48 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id C68483FD60 for ; Fri, 9 Aug 2013 09:22:46 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id EE8233FCDA for ; Fri, 9 Aug 2013 09:22:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1181; q=dns/txt; s=ironport2; t=1376032959; x=1407568959; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=PcERHF86uUFGVjYmVLrfkiL7Hcr7zC8qf1dOOfZShuM=; b=dBvMlKikJjQmWuoDCmCKOWy2rY6gc4J8KpkcflW08p+b0iMZpOn76DYF 5jkXWqVAqhCtOAAwEH3Z4v8fXPz9AvEXkjZtq84kG+t5qYrDU/Qhe0R/+ 4xEs7Jt8jEsqRvff3eZMrVJ8ZIBcwkYQl7zCmMyKfW6ahNOOuelU22Mm2 A=; X-IronPort-AV: E=Sophos;i="4.89,844,1367964000"; d="scan'208";a="3245541" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 09 Aug 2013 09:22:37 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.342.3; Fri, 9 Aug 2013 09:22:37 +0200 Received: by localhost (Postfix, from userid 30019) id 9F0D8684452; Fri, 9 Aug 2013 07:22:37 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 08/19] showfont: New recipe Date: Fri, 9 Aug 2013 07:22:25 +0000 Message-ID: X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/xorg-app/showfont_1.0.4.oe | 14 ++++++++++++++ recipes/xorg-app/showfont_1.0.4.oe.sig | 1 + 2 files changed, 15 insertions(+) create mode 100644 recipes/xorg-app/showfont_1.0.4.oe create mode 100644 recipes/xorg-app/showfont_1.0.4.oe.sig diff --git a/recipes/xorg-app/showfont_1.0.4.oe b/recipes/xorg-app/showfont_1.0.4.oe new file mode 100644 index 0000000..7e745b6 --- /dev/null +++ b/recipes/xorg-app/showfont_1.0.4.oe @@ -0,0 +1,14 @@ +require xorg-app-common.inc + +SUMMARY = "showfont application - font dumper for X font server" + +DESCRIPTION = """ +showfont displays data about a font that matches the given pattern. +The information shown includes font information, font properties, +character metrics, and character bitmaps. +""" + +LICENSE = "MIT-X" + +DEPENDS += "libfs util-macros fontsproto" +RDEPENDS_${PN} += "libfs" diff --git a/recipes/xorg-app/showfont_1.0.4.oe.sig b/recipes/xorg-app/showfont_1.0.4.oe.sig new file mode 100644 index 0000000..770eeb9 --- /dev/null +++ b/recipes/xorg-app/showfont_1.0.4.oe.sig @@ -0,0 +1 @@ +d4aaaf32fba38af3f46813118f316689ca3d86f8 showfont-1.0.4.tar.bz2