All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin Jansa" <Martin.Jansa@gmail.com>
To: Yann Dirson <yann.dirson@blade-group.com>
Cc: openembedded-devel <openembedded-devel@lists.openembedded.org>,
	 Yann Dirson <yann@blade-group.com>
Subject: Re: [oe] [meta-oe][patch v2 1/1] New terminal emulator: st 0.8.4
Date: Sat, 12 Sep 2020 11:34:48 +0200	[thread overview]
Message-ID: <CA+chaQdv+PCxy-qwBJp8A1tEoPkUXRqJX8+5OifA303-KWm-Ag@mail.gmail.com> (raw)
In-Reply-To: <20200903121411.3017527-2-yann@blade-group.com>

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

This is missing x11 in REQUIRED_DISTRO_FEATURES and the inherit, will send
patch shortly.

On Thu, Sep 3, 2020 at 2:15 PM Yann Dirson <yann.dirson@blade-group.com>
wrote:

> From: Yann Dirson <yann@blade-group.com>
>
> Can be used as a replacement for matchbox-terminal, with much less
> dependencies (does not need gtk and vte), and supports "-e" flag.
>
> Signed-off-by: Yann Dirson <yann@blade-group.com>
> ---
>  .../packagegroups/packagegroup-meta-oe.bb     |  1 +
>  meta-oe/recipes-graphics/suckless/st_0.8.4.bb | 25 +++++++++++++++++++
>  2 files changed, 26 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/suckless/st_0.8.4.bb
>
> diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> index 55d623d95..d67b2fb69 100644
> --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> @@ -455,6 +455,7 @@ RDEPENDS_packagegroup-meta-oe-graphics ="\
>      openbox \
>      packagegroup-fonts-truetype \
>      qrencode \
> +    st \
>      takao-fonts \
>      leptonica \
>      libvncserver \
> diff --git a/meta-oe/recipes-graphics/suckless/st_0.8.4.bb
> b/meta-oe/recipes-graphics/suckless/st_0.8.4.bb
> new file mode 100644
> index 000000000..1f4961cb2
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/suckless/st_0.8.4.bb
> @@ -0,0 +1,25 @@
> +SECTION = "shadow"
> +LICENSE = "MIT-X"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=04c3ca13a702147c62db90f556c5b3ca"
> +SRC_URI = " \
> + http://dl.suckless.org/${BPN}/${BPN}-${PV}.tar.gz \
> +"
> +
> +inherit pkgconfig
> +
> +SRC_URI[sha256sum] =
> "d42d3ceceb4d6a65e32e90a5336e3d446db612c3fbd9ebc1780bc6c9a03346a6"
> +
> +DEPENDS += "libx11 libxft fontconfig ncurses-native"
> +
> +RDEPENDS_${PN} += "libx11-locale"
> +
> +do_compile() {
> +    make INCS='-I. `pkg-config --cflags x11 fontconfig xft`' LIBS='-lm
> -lutil `pkg-config --libs x11 fontconfig xft`'
> +}
> +do_install() {
> +    make install DESTDIR=${D} PREFIX=/usr TERMINFO=${D}${datadir}/terminfo
> +}
> +
> +FILES_${PN} += " \
> +  ${datadir}/terminfo \
> +"
> --
> 2.28.0
>
> 
>

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

      reply	other threads:[~2020-09-12  9:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 12:14 [meta-oe][patch v2 0/1] New terminal emulator: st 0.8.4 Yann Dirson
2020-09-03 12:14 ` [meta-oe][patch v2 1/1] " Yann Dirson
2020-09-12  9:34   ` Martin Jansa [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=CA+chaQdv+PCxy-qwBJp8A1tEoPkUXRqJX8+5OifA303-KWm-Ag@mail.gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=yann.dirson@blade-group.com \
    --cc=yann@blade-group.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.