mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e472325f95
commit
bc9500b073
@@ -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,"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user