diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc index e7d520ebef..016614b19c 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 libptytty" | 9 | DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf libxmu libptytty ncurses-native" |
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 \ |
@@ -53,6 +53,9 @@ do_install:append () { | |||
53 | 53 | ||
54 | install -m 0644 ${WORKDIR}/rxvt.png ${D}/${datadir}/pixmaps | 54 | install -m 0644 ${WORKDIR}/rxvt.png ${D}/${datadir}/pixmaps |
55 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications | 55 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications |
56 | |||
57 | ${STAGING_BINDIR_NATIVE}/tic -x ${S}/doc/etc/rxvt-unicode.terminfo -o ${D}${datadir}/terminfo || \ | ||
58 | ${STAGING_BINDIR_NATIVE}/tic ${S}/doc/etc/rxvt-unicode.terminfo -o ${D}${datadir}/terminfo | ||
56 | } | 59 | } |
57 | 60 | ||
58 | FILES:${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png" | 61 | FILES:${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png ${datadir}/terminfo" |