tslib: adjust ts.conf for palmpre machine and bump PR
[openembedded.git] / recipes / xserver-common / xserver-common_1.30.bb
bloba4390ab79230d1150b21837c7063354cbb8d09ca
1 DESCRIPTION = "Common X11 scripts and support files"
2 LICENSE = "GPL"
3 SECTION = "x11"
4 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
5 RRECOMMENDS_${PN} = "xtscal"
6 PR = "r5"
8 PACKAGE_ARCH = "all"
9 DEFAULT_PREFERENCE = "-1"
11 # we are using a gpe-style Makefile
12 inherit gpe
14 SRC_URI_append = " file://setDPI.sh \
15 file://89xdgautostart.sh \
16 file://0018-zaurus-fixed-machine-names.patch \
17 file://0019-keymap-fixed-machine-names.patch \
18 file://0020-keymap-fixed-machine-names-again.patch \
19 file://0021-xserver-introduced-MOUSE-variable-for-mouse-argument.patch \
20 file://0022-xserver-fix-syntax-error.patch \
21 file://0023-Xserver-provide-screen-argument-only-for-non-X.org-s.patch \
22 file://0024-Xserver-move-nearly-whole-functionality-to-xserver-c.patch \
23 file://0025-Makefile-move-modmaps-install-xserver-common.patch \
24 file://0026-98keymap-fixup-fixed-path-to-xmodmap-file.patch \
27 do_install_append() {
28 install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi"
29 install -m 0755 "${WORKDIR}/89xdgautostart.sh" "${D}/etc/X11/Xsession.d/89xdgautostart"
30 sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/Xserver
33 SRC_URI[md5sum] = "67320288d285a627391f54ed739fb12d"
34 SRC_URI[sha256sum] = "5de3bc0c021647606fd23863f44508f851252bebce579f920e020caed74b63f0"