aboutsummaryrefslogtreecommitdiffstats
path: root/packages/rxvt-unicode
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-01-29 10:02:29 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-01-29 10:02:29 +0000
commitd29439db53d5825fd2a3e39871e8e4b60ef347c8 (patch)
tree9b1c255cee3588ed28189d4e149acf7dbea92478 /packages/rxvt-unicode
parent6fc16085f74836101c53b0c9b1aba9be902003e9 (diff)
downloadopenembedded-d29439db53d5825fd2a3e39871e8e4b60ef347c8.tar.gz
add rxvt-unicode 4.8
BKrev: 41fb5f35UCKj6RrmPHvncXSLjTpUKw
Diffstat (limited to 'packages/rxvt-unicode')
-rw-r--r--packages/rxvt-unicode/files/xwc.patch17
-rw-r--r--packages/rxvt-unicode/rxvt-unicode-3.7/gcc34.patch0
-rw-r--r--packages/rxvt-unicode/rxvt-unicode-4.1/signedchar.patch0
-rw-r--r--packages/rxvt-unicode/rxvt-unicode-4.1/xwc.patch0
-rw-r--r--packages/rxvt-unicode/rxvt-unicode_3.1.bb54
-rw-r--r--packages/rxvt-unicode/rxvt-unicode_3.7.bb55
-rw-r--r--packages/rxvt-unicode/rxvt-unicode_4.1.bb55
-rw-r--r--packages/rxvt-unicode/rxvt-unicode_4.7.bb55
-rw-r--r--packages/rxvt-unicode/rxvt-unicode_4.8.bb (renamed from packages/rxvt-unicode/rxvt-unicode-3.1/xim.patch)0
9 files changed, 10 insertions, 226 deletions
diff --git a/packages/rxvt-unicode/files/xwc.patch b/packages/rxvt-unicode/files/xwc.patch
index 2db765040b..7cf59656ce 100644
--- a/packages/rxvt-unicode/files/xwc.patch
+++ b/packages/rxvt-unicode/files/xwc.patch
@@ -1,17 +1,20 @@
---- ../rxvt-unicode-cvs-r0/rxvt-unicode/src/screen.C 2004-12-15 00:53:23 +00:00
-+++ rxvt-unicode/src/screen.C 2004-12-24 02:28:38 +00:00
-@@ -3067,9 +3067,8 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- rxvt-unicode-4.8/src/screen.C~xwc.c
++++ rxvt-unicode-4.8/src/screen.C
+@@ -3058,7 +3058,7 @@
else
rxvt_warn ("can't get primary selection, ignoring.\n");
-#if 0
+#ifdef HAVE_XWC
XTextProperty ct;
--
+
if (XwcTextListToTextProperty (display->display, &selection.text, 1, XStringStyle, &ct) >= 0)
- {
- set_string_property (XA_CUT_BUFFER0, ct.value, ct.nitems);
-@@ -3641,9 +3640,11 @@
+@@ -3632,9 +3632,11 @@
}
else
#endif
diff --git a/packages/rxvt-unicode/rxvt-unicode-3.7/gcc34.patch b/packages/rxvt-unicode/rxvt-unicode-3.7/gcc34.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/rxvt-unicode/rxvt-unicode-3.7/gcc34.patch
+++ /dev/null
diff --git a/packages/rxvt-unicode/rxvt-unicode-4.1/signedchar.patch b/packages/rxvt-unicode/rxvt-unicode-4.1/signedchar.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/rxvt-unicode/rxvt-unicode-4.1/signedchar.patch
+++ /dev/null
diff --git a/packages/rxvt-unicode/rxvt-unicode-4.1/xwc.patch b/packages/rxvt-unicode/rxvt-unicode-4.1/xwc.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/rxvt-unicode/rxvt-unicode-4.1/xwc.patch
+++ /dev/null
diff --git a/packages/rxvt-unicode/rxvt-unicode_3.1.bb b/packages/rxvt-unicode/rxvt-unicode_3.1.bb
deleted file mode 100644
index 130f2737e4..0000000000
--- a/packages/rxvt-unicode/rxvt-unicode_3.1.bb
+++ /dev/null
@@ -1,54 +0,0 @@
-SECTION = "x11/utils"
-DEPENDS = "x11 xt libxft"
-DESCRIPTION = "rxvt-unicode is a clone of the well known \
-terminal emulator rxvt, modified to store text in Unicode \
-(either UCS-2 or UCS-4) and to use locale-correct input and \
-output. It also supports mixing multiple fonts at the \
-same time, including Xft fonts."
-PR = "r1"
-LICENSE = "GPL"
-SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \
- file://xim.patch;patch=1 \
- file://xwc.patch;patch=1"
-
-inherit autotools update-alternatives
-
-PROVIDES = "virtual/x-terminal-emulator"
-ALTERNATIVE_NAME = "x-terminal-emulator"
-ALTERNATIVE_PATH = "${bindir}/rxvt"
-
-CFLAGS_append = " -fpermissive"
-
-EXTRA_OECONF = "--disable-menubar --disable-xim \
- --enable-utmp --enable-wtmp --enable-lastlog \
- --disable-strings --with-term=rxvt --enable-keepscrolling \
- --enable-xft --with-name=rxvt --enable-frills \
- --enable-swapscreen --enable-transparency \
- --with-codesets=eu,jp \
- --enable-cursor-blink --enable-pointer-blank \
- --enable-text-blink --enable-plain-scroll \
- --enable-combining --enable-shared \
- --with-x=${STAGING_LIBDIR}/.."
-EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \
- 'XLIB=-L${STAGING_LIBDIR} -lX11'"
-
-do_configure () {
- mv autoconf/configure.in . || true
- rm autoconf/libtool.m4
- libtoolize --force
- autotools_do_configure
- echo '#define RXVT_UTMP_FILE "${localstatedir}/run/utmp"' >> config.h
- echo '#define RXVT_WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h
- echo '#define RXVT_LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h
- echo '#define HAVE_XLOCALE 1' >> config.h
-}
-
-do_compile () {
- if test -e ${S}/${HOST_SYS}-libtool; then
- LIBTOOL=${S}/${HOST_SYS}-libtool
- else
- LIBTOOL=${S}/libtool
- fi
- # docs need "yodl" and I have no idea what that is
- oe_runmake -C src "LIBTOOL=$LIBTOOL"
-}
diff --git a/packages/rxvt-unicode/rxvt-unicode_3.7.bb b/packages/rxvt-unicode/rxvt-unicode_3.7.bb
deleted file mode 100644
index 9091d5813a..0000000000
--- a/packages/rxvt-unicode/rxvt-unicode_3.7.bb
+++ /dev/null
@@ -1,55 +0,0 @@
-SECTION = "x11/utils"
-DEPENDS = "x11 xt libxft"
-DESCRIPTION = "rxvt-unicode is a clone of the well known \
-terminal emulator rxvt, modified to store text in Unicode \
-(either UCS-2 or UCS-4) and to use locale-correct input and \
-output. It also supports mixing multiple fonts at the \
-same time, including Xft fonts."
-PR = "r2"
-LICENSE = "GPL"
-SRC_URI = "http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-${PV}.tar.bz2 \
- file://xwc.patch;patch=1 \
- file://signedchar.patch;patch=1 \
- file://gcc34.patch;patch=1"
-
-inherit autotools update-alternatives
-
-PROVIDES = "virtual/x-terminal-emulator"
-ALTERNATIVE_NAME = "x-terminal-emulator"
-ALTERNATIVE_PATH = "${bindir}/rxvt"
-
-CFLAGS_append = " -fpermissive"
-
-EXTRA_OECONF = "--disable-menubar --disable-xim \
- --enable-utmp --enable-wtmp --enable-lastlog \
- --disable-strings --with-term=rxvt --enable-keepscrolling \
- --enable-xft --with-name=rxvt --enable-frills \
- --enable-swapscreen --enable-transparency \
- --with-codesets=eu,jp \
- --enable-cursor-blink --enable-pointer-blank \
- --enable-text-blink --enable-plain-scroll \
- --enable-combining --enable-shared \
- --with-x=${STAGING_LIBDIR}/.."
-EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \
- 'XLIB=-L${STAGING_LIBDIR} -lX11'"
-
-do_configure () {
- mv autoconf/configure.in . || true
- rm autoconf/libtool.m4
- libtoolize --force
- autotools_do_configure
- echo '#define RXVT_UTMP_FILE "${localstatedir}/run/utmp"' >> config.h
- echo '#define RXVT_WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h
- echo '#define RXVT_LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h
- echo '#define HAVE_XLOCALE 1' >> config.h
-}
-
-do_compile () {
- if test -e ${S}/${HOST_SYS}-libtool; then
- LIBTOOL=${S}/${HOST_SYS}-libtool
- else
- LIBTOOL=${S}/libtool
- fi
- # docs need "yodl" and I have no idea what that is
- oe_runmake -C src "LIBTOOL=$LIBTOOL"
-}
diff --git a/packages/rxvt-unicode/rxvt-unicode_4.1.bb b/packages/rxvt-unicode/rxvt-unicode_4.1.bb
deleted file mode 100644
index 5870ecf28b..0000000000
--- a/packages/rxvt-unicode/rxvt-unicode_4.1.bb
+++ /dev/null
@@ -1,55 +0,0 @@
-SECTION = "x11/utils"
-DEPENDS = "x11 xt libxft"
-DESCRIPTION = "rxvt-unicode is a clone of the well known \
-terminal emulator rxvt, modified to store text in Unicode \
-(either UCS-2 or UCS-4) and to use locale-correct input and \
-output. It also supports mixing multiple fonts at the \
-same time, including Xft fonts."
-PR = "r1"
-LICENSE = "GPL"
-SRC_URI = "http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-${PV}.tar.bz2 \
- file://xwc.patch;patch=1 \
- file://signedchar.patch;patch=1"
-
-inherit autotools update-alternatives
-
-PROVIDES = "virtual/x-terminal-emulator"
-ALTERNATIVE_NAME = "x-terminal-emulator"
-ALTERNATIVE_PATH = "${bindir}/rxvt"
-
-CFLAGS_append = " -fpermissive"
-
-EXTRA_OECONF = "--enable-menubar --enable-xim \
- --enable-utmp --enable-wtmp --enable-lastlog \
- --disable-strings --with-term=rxvt --enable-keepscrolling \
- --enable-xft --with-name=rxvt --enable-frills \
- --enable-swapscreen --enable-transparency \
- --with-codesets=eu,jp \
- --enable-cursor-blink --enable-pointer-blank \
- --enable-text-blink --enable-plain-scroll \
- --enable-combining --enable-shared \
- --enable-xgetdefault \
- --with-x=${STAGING_LIBDIR}/.."
-EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \
- 'XLIB=-L${STAGING_LIBDIR} -lX11'"
-
-do_configure () {
- mv autoconf/configure.in . || true
- rm autoconf/libtool.m4
- libtoolize --force
- autotools_do_configure
- echo '#define RXVT_UTMP_FILE "${localstatedir}/run/utmp"' >> config.h
- echo '#define RXVT_WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h
- echo '#define RXVT_LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h
- echo '#define HAVE_XLOCALE 1' >> config.h
-}
-
-do_compile () {
- if test -e ${S}/${HOST_SYS}-libtool; then
- LIBTOOL=${S}/${HOST_SYS}-libtool
- else
- LIBTOOL=${S}/libtool
- fi
- # docs need "yodl" and I have no idea what that is
- oe_runmake -C src "LIBTOOL=$LIBTOOL"
-}
diff --git a/packages/rxvt-unicode/rxvt-unicode_4.7.bb b/packages/rxvt-unicode/rxvt-unicode_4.7.bb
deleted file mode 100644
index 335448ccf3..0000000000
--- a/packages/rxvt-unicode/rxvt-unicode_4.7.bb
+++ /dev/null
@@ -1,55 +0,0 @@
-SECTION = "x11/utils"
-DEPENDS = "x11 xt libxft"
-DESCRIPTION = "rxvt-unicode is a clone of the well known \
-terminal emulator rxvt, modified to store text in Unicode \
-(either UCS-2 or UCS-4) and to use locale-correct input and \
-output. It also supports mixing multiple fonts at the \
-same time, including Xft fonts."
-PR = "r2"
-LICENSE = "GPL"
-SRC_URI = "http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-${PV}.tar.bz2 \
- file://xwc.patch;patch=1 \
- file://signedchar.patch;patch=1"
-
-inherit autotools update-alternatives
-
-PROVIDES = "virtual/x-terminal-emulator"
-ALTERNATIVE_NAME = "x-terminal-emulator"
-ALTERNATIVE_PATH = "${bindir}/rxvt"
-
-CFLAGS_append = " -fpermissive"
-
-EXTRA_OECONF = "--enable-menubar --enable-xim \
- --enable-utmp --enable-wtmp --enable-lastlog \
- --disable-strings --with-term=rxvt --enable-keepscrolling \
- --enable-xft --with-name=rxvt --enable-frills \
- --enable-swapscreen --enable-transparency \
- --with-codesets=eu \
- --enable-cursor-blink --enable-pointer-blank \
- --enable-text-blink --enable-plain-scroll \
- --enable-combining --enable-shared \
- --enable-xgetdefault \
- --with-x=${STAGING_LIBDIR}/.."
-EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \
- 'XLIB=-L${STAGING_LIBDIR} -lX11'"
-
-do_configure () {
- mv autoconf/configure.in . || true
- rm autoconf/libtool.m4
- libtoolize --force
- autotools_do_configure
- echo '#define RXVT_UTMP_FILE "${localstatedir}/run/utmp"' >> config.h
- echo '#define RXVT_WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h
- echo '#define RXVT_LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h
- echo '#define HAVE_XLOCALE 1' >> config.h
-}
-
-do_compile () {
- if test -e ${S}/${HOST_SYS}-libtool; then
- LIBTOOL=${S}/${HOST_SYS}-libtool
- else
- LIBTOOL=${S}/libtool
- fi
- # docs need "yodl" and I have no idea what that is
- oe_runmake -C src "LIBTOOL=$LIBTOOL"
-}
diff --git a/packages/rxvt-unicode/rxvt-unicode-3.1/xim.patch b/packages/rxvt-unicode/rxvt-unicode_4.8.bb
index e69de29bb2..e69de29bb2 100644
--- a/packages/rxvt-unicode/rxvt-unicode-3.1/xim.patch
+++ b/packages/rxvt-unicode/rxvt-unicode_4.8.bb