[oe-commits] org.oe.dev xserver-common: add patch to de-pink rxvt

koen commit openembedded-commits at lists.openembedded.org
Thu Dec 7 13:35:09 UTC 2006


xserver-common: add patch to de-pink rxvt

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 46812cbe332066fcb9fe659da32d6bca2dd47ccf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=46812cbe332066fcb9fe659da32d6bca2dd47ccf
Files:
1
packages/xserver-common/files/rxvt-less-pink.diff
packages/xserver-common/xserver-common_1.9.bb
Diffs:

#
# mt diff -r9b66c3b93aa1f3e92ad7d4b99f1ab2c77cc53cda -r46812cbe332066fcb9fe659da32d6bca2dd47ccf
#
# 
# 
# add_file "packages/xserver-common/files/rxvt-less-pink.diff"
#  content [88084bcf2eeb44c3977b6f1a2ad4e07f4230a281]
# 
# patch "packages/xserver-common/xserver-common_1.9.bb"
#  from [e81b43ea50710352ba6fd248270087bcbe548c3c]
#    to [6a623b625d38659967265243cc5de058b93ea00d]
# 
============================================================
--- packages/xserver-common/files/rxvt-less-pink.diff	88084bcf2eeb44c3977b6f1a2ad4e07f4230a281
+++ packages/xserver-common/files/rxvt-less-pink.diff	88084bcf2eeb44c3977b6f1a2ad4e07f4230a281
@@ -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
============================================================
--- packages/xserver-common/xserver-common_1.9.bb	e81b43ea50710352ba6fd248270087bcbe548c3c
+++ packages/xserver-common/xserver-common_1.9.bb	6a623b625d38659967265243cc5de058b93ea00d
@@ -1,8 +1,8 @@ RDEPENDS_${PN} = "xmodmap xrandr xdpyinf
 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 @@ SRC_URI_append = " file://setDPI.sh \
 
 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"






More information about the Openembedded-commits mailing list