All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Chase Maupin <Chase.Maupin@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 2/4] refresh-screen: add package from old arago overlay
Date: Sun, 05 Feb 2012 23:15:10 -0500	[thread overview]
Message-ID: <20120206041510.GA11841@denix.org> (raw)
In-Reply-To: <1328040714-29036-3-git-send-email-Chase.Maupin@ti.com>

On Tue, Jan 31, 2012 at 02:11:52PM -0600, Chase Maupin wrote:
> * This package adds a utility to force a screen refresh after
>   graphics applications are executed.  This is to prevent left
>   over graphics artifacts from being displayed in matrix.
> * Ported from old arago overlay
> 
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
>  .../recipes-core/matrix/refresh-screen_2.0.bb      |   25 ++++++++++++++++++++
>  1 files changed, 25 insertions(+), 0 deletions(-)
>  create mode 100644 meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> 
> diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> new file mode 100644
> index 0000000..3a3ad5e
> --- /dev/null
> +++ b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> @@ -0,0 +1,25 @@
> +DESCRIPTION = "Simple Application to force a screen refresh"
> +HOMEPAGE = "https://gitorious.org/matrix-gui-v2/refresh-screen"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://main.cpp;beginline=9;endline=37;md5=884b90f5bf0d711fe32c4f04b5276496"
> +SECTION = "multimedia"
> +PRIORITY = "optional"

There is no PRIORITY field any more, please remove.

-- 
Denys

> +# Make sure that QT font libraries have been installed
> +RDEPENDS += "qt4-embedded-fonts"
> +
> +PR = "r0"
> +
> +SRCREV = "ba27273f0d61dd71589db380f785f091b7ad3efe"
> +BRANCH ?= "master"
> +
> +SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit qt4e
> +
> +do_install() {
> +    install -d ${D}/${bindir}
> +    install -m 0755 ${S}/refresh_screen ${D}/${bindir}
> +}
> -- 
> 1.7.0.4


  reply	other threads:[~2012-02-06  4:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-31 20:11 [PATCH 0/4] Move matrix to meta-arago Chase Maupin
2012-01-31 20:11 ` [PATCH 1/4] matrix-gui-browser: port from old arago overlay Chase Maupin
2012-01-31 20:11 ` [PATCH 2/4] refresh-screen: add package " Chase Maupin
2012-02-06  4:15   ` Denys Dmytriyenko [this message]
2012-02-06 12:50     ` Maupin, Chase
2012-01-31 20:11 ` [PATCH 3/4] matrix-lighttpd-config: enable matrix in lighttpd Chase Maupin
2012-02-06  4:20   ` Denys Dmytriyenko
2012-01-31 20:11 ` [PATCH 4/4] matrix-gui: update to latest version Chase Maupin
2012-02-06  4:25   ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2012-02-06 14:14 [PATCH 1/4] matrix-gui-browser: port from old arago overlay Chase Maupin
2012-02-06 14:14 ` [PATCH 2/4] refresh-screen: add package " Chase Maupin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120206041510.GA11841@denix.org \
    --to=denis@denix.org \
    --cc=Chase.Maupin@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.