xserver-common: add patch to de-pink rxvt
authorKoen Kooi <koen@openembedded.org>
Thu, 7 Dec 2006 13:03:20 +0000 (13:03 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 7 Dec 2006 13:03:20 +0000 (13:03 +0000)
packages/xserver-common/files/rxvt-less-pink.diff [new file with mode: 0644]
packages/xserver-common/xserver-common_1.9.bb

diff --git a/packages/xserver-common/files/rxvt-less-pink.diff b/packages/xserver-common/files/rxvt-less-pink.diff
new file mode 100644 (file)
index 0000000..5c200f6
--- /dev/null
@@ -0,0 +1,8 @@
+--- /tmp/Xdefaults     2006-12-07 14:00:29.000000000 +0100
++++ xserver-common-1.12/X11/Xdefaults  2006-12-07 14:01:10.382227000 +0100
+@@ -1,3 +1,5 @@
+ Rxvt*scrollBar_right: true
+ Rxvt*font: xft:Mono:pixelsize=9
++Rxvt*foreground: white
++Rxvt*background: black
+ Xft.dpi: 100
index 15428b0..545fa96 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
-PR = "r1"
+PR = "r2"
 
 PACKAGE_ARCH = "all"
 
@@ -11,7 +11,8 @@ inherit gpe
 
 SRC_URI_append = " file://setDPI.sh \
                   file://calibrate_zaurusd.patch;patch=1 \
-                  file://poodle-xmodmap-2.6.patch;patch=1"
+                  file://poodle-xmodmap-2.6.patch;patch=1 \
+                  file://rxvt-less-pink.diff;patch=1""
 
 do_install_append() {
        install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"