diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-15 23:40:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-17 09:56:14 +0000 |
commit | bc9500b073b0c000fdb5ee3737d03d8ac0b03ff0 (patch) | |
tree | 8be0d95c001c4b22e87d596df1a90556b5a0a857 | |
parent | e472325f957d4802c06404668631a27f3affd9d1 (diff) | |
download | poky-bc9500b073b0c000fdb5ee3737d03d8ac0b03ff0.tar.gz |
rxvt-unicode: upgrade 9.26 -> 9.30
(From OE-Core rev: 1e6ade026635f68d5dd0821563d3246e4b3b25ad)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 5 | ||||
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.30.bb (renamed from meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.26.bb) | 2 |
2 files changed, 2 insertions, 5 deletions
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 \ | |||
6 | output. It also supports mixing multiple fonts at the \ | 6 | output. It also supports mixing multiple fonts at the \ |
7 | same time, including Xft fonts." | 7 | same time, including Xft fonts." |
8 | HOMEPAGE = "https://rxvt.org/" | 8 | HOMEPAGE = "https://rxvt.org/" |
9 | DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf libxmu" | 9 | DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf libxmu libptytty" |
10 | 10 | ||
11 | SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ |
12 | file://xwc.patch \ | 12 | file://xwc.patch \ |
@@ -22,7 +22,6 @@ ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt" | |||
22 | CFLAGS:append = " -fpermissive" | 22 | CFLAGS:append = " -fpermissive" |
23 | 23 | ||
24 | EXTRA_OECONF = "--enable-xim \ | 24 | EXTRA_OECONF = "--enable-xim \ |
25 | --enable-utmp --enable-wtmp --enable-lastlog \ | ||
26 | --with-term=rxvt --enable-keepscrolling \ | 25 | --with-term=rxvt --enable-keepscrolling \ |
27 | --enable-xft --with-name=rxvt --enable-frills \ | 26 | --enable-xft --with-name=rxvt --enable-frills \ |
28 | --enable-swapscreen --enable-transparency \ | 27 | --enable-swapscreen --enable-transparency \ |
@@ -31,8 +30,6 @@ EXTRA_OECONF = "--enable-xim \ | |||
31 | --enable-combining --disable-perl \ | 30 | --enable-combining --disable-perl \ |
32 | --with-x=${STAGING_DIR_HOST}${prefix}" | 31 | --with-x=${STAGING_DIR_HOST}${prefix}" |
33 | 32 | ||
34 | EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog" | ||
35 | |||
36 | PACKAGECONFIG ??= "" | 33 | PACKAGECONFIG ??= "" |
37 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," | 34 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," |
38 | 35 | ||
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.26.bb b/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" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
5 | file://src/main.C;beginline=1;endline=31;md5=d3600d7ee1062667fcd1193fbe6485f6" | 5 | file://src/main.C;beginline=1;endline=31;md5=d3600d7ee1062667fcd1193fbe6485f6" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b" | 7 | SRC_URI[sha256sum] = "fe1c93d12f385876457a989fc3ae05c0915d2692efc59289d0f70fabe5b44d2d" |
8 | 8 | ||