All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 20/26] rxvt-unicode: upgrade 9.26 -> 9.30
Date: Wed, 15 Dec 2021 23:40:28 +0100	[thread overview]
Message-ID: <20211215224034.1814148-20-alex@linutronix.de> (raw)
In-Reply-To: <20211215224034.1814148-1-alex@linutronix.de>

From: Alexander Kanavin <alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc              | 5 +----
 .../{rxvt-unicode_9.26.bb => rxvt-unicode_9.30.bb}           | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode_9.26.bb => rxvt-unicode_9.30.bb} (71%)

diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
index 69b8a659ed..e7d520ebef 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
@@ -6,7 +6,7 @@ terminal emulator rxvt, modified to store text in Unicode \
 output. It also supports mixing multiple fonts at the \
 same time, including Xft fonts."
 HOMEPAGE = "https://rxvt.org/"
-DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf libxmu"
+DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf libxmu libptytty"
 
 SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \
 	   file://xwc.patch \
@@ -22,7 +22,6 @@ ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt"
 CFLAGS:append = " -fpermissive"
 
 EXTRA_OECONF = "--enable-xim \
-		--enable-utmp --enable-wtmp --enable-lastlog \
 		--with-term=rxvt --enable-keepscrolling \
 		--enable-xft --with-name=rxvt --enable-frills \
 		--enable-swapscreen --enable-transparency \
@@ -31,8 +30,6 @@ EXTRA_OECONF = "--enable-xim \
 		--enable-combining --disable-perl \
 		--with-x=${STAGING_DIR_HOST}${prefix}"
 
-EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog"
-
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification,"
 
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.26.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.30.bb
similarity index 71%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.26.bb
rename to meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.30.bb
index 3fe69a543f..0133029e0a 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.26.bb
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.30.bb
@@ -4,5 +4,5 @@ LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://src/main.C;beginline=1;endline=31;md5=d3600d7ee1062667fcd1193fbe6485f6"
 
-SRC_URI[sha256sum] = "643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b"
+SRC_URI[sha256sum] = "fe1c93d12f385876457a989fc3ae05c0915d2692efc59289d0f70fabe5b44d2d"
 
-- 
2.20.1



  parent reply	other threads:[~2021-12-16  1:44 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-15 22:40 [PATCH 01/26] insane: add Inactive-Upstream to possible patch status list Alexander Kanavin
2021-12-15 22:40 ` [PATCH 02/26] serf: mark upstream as defunct Alexander Kanavin
2021-12-15 22:40 ` [PATCH 03/26] python3: drop unneeded multiprocessing module patch Alexander Kanavin
2021-12-15 22:40 ` [PATCH 04/26] elfutils: update patch submitted upstream Alexander Kanavin
2021-12-15 22:40 ` [PATCH 05/26] rust-hello-world: test at runtime Alexander Kanavin
2021-12-15 22:40 ` [PATCH 06/26] vim: do not report upstream version check as broken Alexander Kanavin
2021-12-15 22:40 ` [PATCH 07/26] btrfs-tools: upgrade 5.15 -> 5.15.1 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 08/26] python3-hypothesis: upgrade 6.30.0 -> 6.31.4 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 09/26] python3-setuptools: upgrade 59.4.0 -> 59.5.0 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 10/26] less: upgrade 590 -> 598 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 11/26] lighttpd: upgrade 1.4.61 -> 1.4.63 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 12/26] harfbuzz: upgrade 3.1.2 -> 3.2.0 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 13/26] piglit: upgrade to latest revision Alexander Kanavin
2021-12-15 22:40 ` [PATCH 14/26] alsa: upgrade 1.2.5 -> 1.2.6 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 15/26] dpkg: update 1.20.9 -> 1.21.1 Alexander Kanavin
2021-12-16 10:50   ` Alexey Brodkin
2021-12-15 22:40 ` [PATCH 16/26] go: upgrade 1.17.4 -> 1.17.5 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 17/26] repo: update 2.18 -> 2.19 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 18/26] boost: update 1.77.0 -> 1.78.0 Alexander Kanavin
2021-12-15 23:28   ` Khem Raj
2021-12-16  8:28     ` Alexander Kanavin
2021-12-16 17:07       ` Khem Raj
2021-12-15 22:40 ` [PATCH 19/26] libptytty: add recipe Alexander Kanavin
2021-12-15 22:40 ` Alexander Kanavin [this message]
2021-12-15 22:40 ` [PATCH 21/26] diffoscope: upgrade 194 -> 196 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 22/26] cantarell-fonts: update 0.301 -> 0.303.1 Alexander Kanavin
2021-12-22  2:11   ` [OE-core] " Peter Kjellerstedt
     [not found]   ` <16C2F1D2002A5FB3.15364@lists.openembedded.org>
2021-12-22  2:33     ` Peter Kjellerstedt
2021-12-15 22:40 ` [PATCH 23/26] libx11: update 1.7.3 -> 1.7.3.1 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 24/26] debianutils: update 4.11.2 -> 5.5 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 25/26] libsdl2: update 2.0.16 -> 2.0.18 Alexander Kanavin
2021-12-15 22:40 ` [PATCH 26/26] runqemu: additional setting to force software rendering with sdl 2.0.18 Alexander Kanavin

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=20211215224034.1814148-20-alex@linutronix.de \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.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.