From: "Stefan G. Weichinger" <lists@xunil.at>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] android-notifier
Date: Mon, 18 Oct 2010 21:53:07 +0200 [thread overview]
Message-ID: <4CBCA5A3.8000104@xunil.at> (raw)
In-Reply-To: <4CBC8471.3030709@j-schmitz.net>
Am 18.10.2010 19:31, schrieb Justin:
> RDEPEND=""
> DEPEND="${RDEPEND}"
>
> You can leave this away when empty.
yes, sure, but I want to point out that it should not be empty ...
> get_home() {
> echo "/usr/share/android-notifier-desktop"
> }
>
> Unnecessary.
>
> src_install() {
> dodir "$(get_home)" || die "mkdir failed"
> Not needed, it is included in insinto()
> insinto "$(get_home)"
> cp -R ${WORKDIR}/android-notifier-desktop/* "$D/$(get_home)" || die
> use doins() instead
>
> make_wrapper android-notifier ./run.sh "$(get_home)"
>
> doicon "$D/$(get_home)"/icons/$PN-desktop.png \
> || die "newicon failed"
>
> make_desktop_entry android-notifier "AndroidNotifier" \
> /usr/share/pixmaps/${PN}-desktop.png "Utility" || die
> "make_desktop_entry failed"
> }
>
> Indent your code.
Thanks for your help, see my current draft at bugzilla.
They point me at sunrise-overlay, will see how to do that ...
Stefan
prev parent reply other threads:[~2010-10-18 19:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-18 17:06 [gentoo-user] android-notifier Stefan G. Weichinger
2010-10-18 17:31 ` Justin
2010-10-18 19:53 ` Stefan G. Weichinger [this message]
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=4CBCA5A3.8000104@xunil.at \
--to=lists@xunil.at \
--cc=gentoo-user@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox