From 3c6c036a1f3a04669aade14337200f7d55e050cf Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 31 Jul 2009 15:44:23 +0200 Subject: xserver-common: added 1.30 + patches This will be 1.31 ;) --- recipes/xserver-common/xserver-common_1.30.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes/xserver-common/xserver-common_1.30.bb (limited to 'recipes/xserver-common/xserver-common_1.30.bb') diff --git a/recipes/xserver-common/xserver-common_1.30.bb b/recipes/xserver-common/xserver-common_1.30.bb new file mode 100644 index 0000000000..23953a699f --- /dev/null +++ b/recipes/xserver-common/xserver-common_1.30.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Common X11 scripts and support files" +LICENSE = "GPL" +SECTION = "x11" +RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" +PR = "r2" + +PACKAGE_ARCH = "all" + +# we are using a gpe-style Makefile +inherit gpe + +SRC_URI_append = " file://setDPI.sh \ + file://89xdgautostart.sh \ +file://0018-zaurus-fixed-machine-names.patch;patch=1 \ +file://0019-keymap-fixed-machine-names.patch;patch=1 \ +file://0020-keymap-fixed-machine-names-again.patch;patch=1 \ +file://0021-xserver-introduced-MOUSE-variable-for-mouse-argument.patch;patch=1 \ +file://0022-xserver-fix-syntax-error.patch;patch=1 \ +" + +do_install_append() { + install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" + install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart" + sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/Xserver +} -- cgit v1.2.3 From 625edd8c6d72260c9eb0242b5d76ac6731f621f6 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 3 Aug 2009 14:54:23 +0200 Subject: xserver-common: 1.30 is experimental, do not use by default --- recipes/xserver-common/xserver-common_1.30.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/xserver-common/xserver-common_1.30.bb') diff --git a/recipes/xserver-common/xserver-common_1.30.bb b/recipes/xserver-common/xserver-common_1.30.bb index 23953a699f..3f3e7f889f 100644 --- a/recipes/xserver-common/xserver-common_1.30.bb +++ b/recipes/xserver-common/xserver-common_1.30.bb @@ -5,6 +5,7 @@ RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" PR = "r2" PACKAGE_ARCH = "all" +DEFAULT_PREFERENCE = "-1" # we are using a gpe-style Makefile inherit gpe -- cgit v1.2.3