xserver-common: Apply 200DPI bugfix from .oz354x
authorMatthias Hentges <oe@hentges.net>
Sat, 8 Apr 2006 17:49:55 +0000 (17:49 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 8 Apr 2006 17:49:55 +0000 (17:49 +0000)
packages/xserver-common/files/.mtn2git_empty [new file with mode: 0644]
packages/xserver-common/files/Xdefaults-200DPI.patch [new file with mode: 0644]
packages/xserver-common/xserver-common_1.8.bb

diff --git a/packages/xserver-common/files/.mtn2git_empty b/packages/xserver-common/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/xserver-common/files/Xdefaults-200DPI.patch b/packages/xserver-common/files/Xdefaults-200DPI.patch
new file mode 100644 (file)
index 0000000..8931bfd
--- /dev/null
@@ -0,0 +1,7 @@
+--- xserver-common-1.8/X11/Xdefaults.orig      2006-04-08 11:08:35.158478256 +0200
++++ xserver-common-1.8/X11/Xdefaults   2006-04-08 11:08:42.711330048 +0200
+@@ -1,3 +1,2 @@
+ Rxvt*scrollBar_right: true
+-Rxvt*font: xft:Mono:pixelsize=9
+-Xft.dpi: 100
++Rxvt*font: xft:Mono:pixelsize=12
index 125b138..19ae2ba 100644 (file)
@@ -3,9 +3,14 @@ DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
-PR = "r0"
+PR = "r1"
 
 PACKAGE_ARCH = "all"
 
 # we are using a gpe-style Makefile
 inherit gpe
+
+SRC_URI_append_akita = " file://Xdefaults-200DPI.patch;patch=1"
+SRC_URI_append_spitz = " file://Xdefaults-200DPI.patch;patch=1"
+SRC_URI_append_c7x0 = " file://Xdefaults-200DPI.patch;patch=1"
+SRC_URI_append_tosa = " file://Xdefaults-200DPI.patch;patch=1"