diff options
Diffstat (limited to 'recipes-sato/rxvt-unicode/rxvt-unicode.inc')
-rw-r--r-- | recipes-sato/rxvt-unicode/rxvt-unicode.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/recipes-sato/rxvt-unicode/rxvt-unicode.inc index b568f04..4da2596 100644 --- a/recipes-sato/rxvt-unicode/rxvt-unicode.inc +++ b/recipes-sato/rxvt-unicode/rxvt-unicode.inc | |||
@@ -15,10 +15,10 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 | |||
15 | inherit autotools pkgconfig update-alternatives | 15 | inherit autotools pkgconfig update-alternatives |
16 | 16 | ||
17 | PROVIDES = "virtual/x-terminal-emulator" | 17 | PROVIDES = "virtual/x-terminal-emulator" |
18 | ALTERNATIVE_${PN} = "x-terminal-emulator" | 18 | ALTERNATIVE:${PN} = "x-terminal-emulator" |
19 | ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt" | 19 | ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt" |
20 | 20 | ||
21 | CFLAGS_append = " -fpermissive" | 21 | CFLAGS:append = " -fpermissive" |
22 | 22 | ||
23 | EXTRA_OECONF = "--enable-xim \ | 23 | EXTRA_OECONF = "--enable-xim \ |
24 | --enable-utmp --enable-wtmp --enable-lastlog \ | 24 | --enable-utmp --enable-wtmp --enable-lastlog \ |
@@ -33,20 +33,20 @@ EXTRA_OECONF = "--enable-xim \ | |||
33 | PACKAGECONFIG ??= "" | 33 | PACKAGECONFIG ??= "" |
34 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," | 34 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," |
35 | 35 | ||
36 | do_configure_prepend () { | 36 | do_configure:prepend () { |
37 | if [ ! -e ${S}/acinclude.m4 ]; then | 37 | if [ ! -e ${S}/acinclude.m4 ]; then |
38 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 | 38 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 |
39 | fi | 39 | fi |
40 | } | 40 | } |
41 | 41 | ||
42 | do_compile_prepend () { | 42 | do_compile:prepend () { |
43 | echo '#define UTMP_FILE "${localstatedir}/run/utmp"' >> config.h | 43 | echo '#define UTMP_FILE "${localstatedir}/run/utmp"' >> config.h |
44 | echo '#define WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h | 44 | echo '#define WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h |
45 | echo '#define LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h | 45 | echo '#define LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h |
46 | echo '#define HAVE_XLOCALE 1' >> config.h | 46 | echo '#define HAVE_XLOCALE 1' >> config.h |
47 | } | 47 | } |
48 | 48 | ||
49 | do_install_append () { | 49 | do_install:append () { |
50 | install -d ${D}/${datadir} | 50 | install -d ${D}/${datadir} |
51 | install -d ${D}/${datadir}/applications | 51 | install -d ${D}/${datadir}/applications |
52 | install -d ${D}/${datadir}/pixmaps/ | 52 | install -d ${D}/${datadir}/pixmaps/ |
@@ -55,4 +55,4 @@ do_install_append () { | |||
55 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications | 55 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications |
56 | } | 56 | } |
57 | 57 | ||
58 | FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png" | 58 | FILES:${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png" |