All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH] xserver-common: add 1.24 from .dev
Date: Sun, 31 May 2009 15:36:08 +0200	[thread overview]
Message-ID: <gvu149$nlk$1@ger.gmane.org> (raw)
In-Reply-To: <1243774077-19022-1-git-send-email-k.kooi@student.utwente.nl>

On 31-05-09 14:47, Koen Kooi wrote:
> From: Koen Kooi<koen@openembedded.org>

Grrrrr. git send-email stripped the comment again:
* This makes xdg autostart applications autostart

Note that the checksum is already in.


>
>
> Signed-off-by: Koen Kooi<koen@openembedded.org>
> ---
>   recipes/xserver-common/files/89xdgautostart.sh |    9 +++++++++
>   recipes/xserver-common/xserver-common_1.24.bb  |   19 +++++++++++++++++++
>   2 files changed, 28 insertions(+), 0 deletions(-)
>   create mode 100644 recipes/xserver-common/files/89xdgautostart.sh
>   create mode 100644 recipes/xserver-common/xserver-common_1.24.bb
>
> diff --git a/recipes/xserver-common/files/89xdgautostart.sh b/recipes/xserver-common/files/89xdgautostart.sh
> new file mode 100644
> index 0000000..9886f9f
> --- /dev/null
> +++ b/recipes/xserver-common/files/89xdgautostart.sh
> @@ -0,0 +1,9 @@
> +#!/bin/sh
> +
> +XDGAUTOSTART=/etc/xdg/autostart
> +if [ -d $XDGAUTOSTART ] ; then
> +    for SCRIPT in $XDGAUTOSTART/*; do
> +        CMD=`grep ^Exec= $SCRIPT | cut -d '=' -f 2`
> +        $CMD&
> +    done
> +fi
> diff --git a/recipes/xserver-common/xserver-common_1.24.bb b/recipes/xserver-common/xserver-common_1.24.bb
> new file mode 100644
> index 0000000..1059160
> --- /dev/null
> +++ b/recipes/xserver-common/xserver-common_1.24.bb
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "Common X11 scripts and support files"
> +LICENSE = "GPL"
> +SECTION = "x11"
> +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
> +PR = "r3"
> +
> +PACKAGE_ARCH = "all"
> +
> +# we are using a gpe-style Makefile
> +inherit gpe
> +
> +SRC_URI_append = " file://setDPI.sh \
> +                   file://89xdgautostart.sh \
> +"
> +
> +do_install_append() {
> +	install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
> +	install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart"
> +}





  reply	other threads:[~2009-05-31 13:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-31 12:47 [STABLE][PATCH] xserver-common: add 1.24 from .dev Koen Kooi
2009-05-31 13:36 ` Koen Kooi [this message]
2009-05-31 18:00   ` Otavio Salvador
2009-05-31 18:15     ` Koen Kooi
2009-05-31 18:34       ` Otavio Salvador
2009-05-31 19:01         ` Koen Kooi
2009-06-01 12:47           ` Otavio Salvador

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='gvu149$nlk$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.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.