public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: "Ulrich Müller" <ulm@gentoo.org>
Subject: [gentoo-dev] [PATCH 0/2] desktop.eclass: Install files as foo.desktop rather than foo-foo.desktop
Date: Sat,  1 Oct 2022 10:39:16 +0200	[thread overview]
Message-ID: <20221001083918.30129-1-ulm@gentoo.org> (raw)

This came up in bug 771708. Currently desktop.eclass installs files
under the name <exec>-<package>.desktop, but in the simple and most
common case <exec> and <package> are the same. So the files end up as
foo-foo.desktop which is a little ugly.

The first patch will check for the two components being equal and
replace foo-foo by foo if they are.

The second patch adds an EAPI guard.

Any opinions?

Ulrich Müller (2):
  desktop.eclass: Install files as foo.desktop rather than
    foo-foo.desktop
  desktop.eclass: Add EAPI guard

 eclass/desktop.eclass | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

-- 
2.37.3



             reply	other threads:[~2022-10-01  8:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-01  8:39 Ulrich Müller [this message]
2022-10-01  8:39 ` [gentoo-dev] [PATCH 1/2] desktop.eclass: Install files as foo.desktop rather than foo-foo.desktop Ulrich Müller
2022-10-01  8:39 ` [gentoo-dev] [PATCH 2/2] desktop.eclass: Add EAPI guard Ulrich Müller

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=20221001083918.30129-1-ulm@gentoo.org \
    --to=ulm@gentoo.org \
    --cc=gentoo-dev@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