All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jan Claußen" <jan.claussen10@web.de>
To: Khem Raj <raj.khem@gmail.com>
Cc: "openembedded-devel@lists.openembedded.org"
	<openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-oe][PATCH] recipes-support: Add btop
Date: Sat, 11 Nov 2023 19:38:16 +0100	[thread overview]
Message-ID: <10AB6CF7-A6FF-435A-A35A-A2A35560F6BD@getmailspring.com> (raw)
In-Reply-To: <73831758-7C17-4540-AD08-572959D92E0E@getmailspring.com>

[-- Attachment #1: Type: text/plain, Size: 2596 bytes --]

It also needs a utf-8 locale to work. Else you have to force utf-8 mode with a flag. I haven't included this as dependency at this point.

On Nov. 11 2023, at 7:35 pm, Jan Claußen <jan.claussen10@web.de> wrote:
> Glad that it arrived now! This is a really great resource monitor. It is building from the git repository. Do you think it is better to use the release instead?
>
> On Nov. 11 2023, at 7:30 pm, Khem Raj <raj.khem@gmail.com> wrote:
> > Thanks for your contribution Jan
> >
> > On Sat, Nov 11, 2023 at 10:26 AM Jan Claußen <jan.claussen10@web.de> wrote:
> > >
> > > ---
> > > meta-oe/recipes-support/btop/btop_1.2.13.bb | 23 +++++++++++++++++++++
> > > 1 file changed, 23 insertions(+)
> > > create mode 100644 meta-oe/recipes-support/btop/btop_1.2.13.bb
> > >
> > > diff --git a/meta-oe/recipes-support/btop/btop_1.2.13.bb b/meta-oe/recipes-support/btop/btop_1.2.13.bb
> > > new file mode 100644
> > > index 000000000..f780a993a
> > > --- /dev/null
> > > +++ b/meta-oe/recipes-support/btop/btop_1.2.13.bb
> > > @@ -0,0 +1,23 @@
> > > +SUMMARY = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
> > > +HOMEPAGE = "https://github.com/aristocratos/btop"
> > > +LICENSE = "Apache-2.0"
> > > +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> > > +SECTION = "console/utils"
> > > +
> > > +SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main"
> > > +SRCREV = "2a864f6f2ea60df16b3f015885eb3c18a48b9b78"
> > > +
> > > +S = "${WORKDIR}/git"
> > > +
> > > +inherit cmake
> > > +
> > > +FILES:${PN} += " \
> > > + /usr/share/icons \
> >
> > Lets use ${datadir} instead of hardcoded /usr/share
> > > + /usr/share/icons/hicolor \
> > > + /usr/share/icons/hicolor/48x48 \
> > > + /usr/share/icons/hicolor/scalable \
> > > + /usr/share/icons/hicolor/48x48/apps \
> > > + /usr/share/icons/hicolor/48x48/apps/btop.png \
> > > + /usr/share/icons/hicolor/scalable/apps \
> > > + /usr/share/icons/hicolor/scalable/apps/btop.svg \
> > > +"
> > > --
> > > 2.42.0
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#106559): https://lists.openembedded.org/g/openembedded-devel/message/106559
> > > Mute This Topic: https://lists.openembedded.org/mt/102530478/1997914
> > > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
> >
>


[-- Attachment #2: Type: text/html, Size: 3149 bytes --]

  reply	other threads:[~2023-11-11 18:38 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20231015183007.385143-1-jan.claussen10@web.de>
2023-11-11 18:26 ` [meta-oe][PATCH] recipes-support: Add btop Jan Claußen
2023-11-11 18:30   ` [oe] " Khem Raj
2023-11-11 18:35     ` Jan Claußen
2023-11-11 18:38       ` Jan Claußen [this message]
2023-11-11 19:01         ` Khem Raj
2023-11-12 16:25           ` Jan Claußen
2023-11-12 17:20             ` Khem Raj
2023-11-12 17:23               ` Jan Claußen
2023-11-12 17:24                 ` Jan Claußen
2023-11-12 17:43                   ` Khem Raj
2023-11-12 18:23                     ` Jan Claußen
2023-11-12 18:49                       ` Khem Raj
2023-11-12 18:51                         ` Jan Claußen
2023-11-12 20:21                           ` Khem Raj
2023-11-12 20:24                             ` Jan Claußen
2023-11-14 20:38                               ` Jan Claußen
2023-11-14 20:43                                 ` Khem Raj
2023-11-18 13:51                                   ` Jan Claußen
2023-11-18 16:45                                     ` Khem Raj
2023-11-18 18:27                                       ` Jan Claußen
2023-11-18 18:33                                         ` Khem Raj
2023-11-18 18:34                                           ` Jan Claußen
2023-11-11 19:00       ` Khem Raj

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=10AB6CF7-A6FF-435A-A35A-A2A35560F6BD@getmailspring.com \
    --to=jan.claussen10@web.de \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.