mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 14:47:15 +08:00
fix conflicts with xf86-input-evdev
This commit is contained in:
parent
dd1615bfbb
commit
e48702d329
@ -3,7 +3,7 @@
|
||||
pkgbase=xorg-server
|
||||
pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
|
||||
pkgver=1.17.4
|
||||
pkgrel=2 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild
|
||||
pkgrel=3 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
url="http://xorg.freedesktop.org"
|
||||
@ -12,8 +12,9 @@ makedepends=('pixman' 'libx11' 'mesa' 'mesa-libgl' 'xf86driproto' 'xcmiscproto'
|
||||
'resourceproto' 'xineramaproto' 'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess' 'libxv'
|
||||
'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres'
|
||||
'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 'dri2proto' 'libgcrypt' 'libepoxy'
|
||||
'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 'xcb-util-keysyms' 'dri3proto' 'libxshmfence' 'wayland' 'libunwind')
|
||||
source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
|
||||
'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 'xcb-util-keysyms' 'dri3proto'
|
||||
'libxshmfence' 'wayland' 'libunwind')
|
||||
source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
|
||||
autoconfig-nvidia.patch
|
||||
autoconfig-sis.patch
|
||||
10-quirks.conf
|
||||
@ -26,6 +27,7 @@ validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
|
||||
'C383B778255613DFDB409D91DB221A6900000011'
|
||||
'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3')
|
||||
sha256sums=('0c4b45c116a812a996eb432d8508cf26c2ec8c3916ff2a50781796882f8d6457'
|
||||
'SKIP'
|
||||
'66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
|
||||
'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
|
||||
'94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166'
|
||||
@ -107,7 +109,8 @@ build() {
|
||||
|
||||
package_xorg-server-common() {
|
||||
pkgdesc="Xorg server common files"
|
||||
depends=('xkeyboard-config' 'xorg-xkbcomp' 'xorg-setxkbmap' 'xorg-fonts-misc' 'libunwind')
|
||||
depends=('xkeyboard-config' 'xorg-xkbcomp' 'xorg-setxkbmap' 'xorg-fonts-misc'
|
||||
'libunwind')
|
||||
|
||||
cd "${pkgbase}-${pkgver}"
|
||||
install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-common"
|
||||
@ -127,10 +130,10 @@ package_xorg-server() {
|
||||
depends=(libepoxy libxdmcp libxfont libpciaccess libdrm pixman libgcrypt libxau xorg-server-common xf86-input-evdev libxshmfence libgl)
|
||||
# see xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we provide major numbers that drivers can depend on
|
||||
# and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg
|
||||
provides=('X-ABI-VIDEODRV_VERSION=19' 'X-ABI-XINPUT_VERSION=21' 'X-ABI-EXTENSION_VERSION=9.0' 'x-server')
|
||||
provides=('X-ABI-VIDEODRV_VERSION=19' 'X-ABI-XINPUT_VERSION=21.1' 'X-ABI-EXTENSION_VERSION=9.0' 'x-server')
|
||||
groups=('xorg')
|
||||
conflicts=('nvidia-utils<=331.20' 'glamor-egl')
|
||||
replaces=('glamor-egl')
|
||||
conflicts=('nvidia-utils<=331.20' 'glamor-egl' 'xf86-video-modesetting')
|
||||
replaces=('glamor-egl' 'xf86-video-modesetting')
|
||||
install=xorg-server.install
|
||||
|
||||
cd "${pkgbase}-${pkgver}"
|
||||
@ -139,9 +142,6 @@ package_xorg-server() {
|
||||
# distro specific files must be installed in /usr/share/X11/xorg.conf.d
|
||||
install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
|
||||
install -m644 "${srcdir}/10-quirks.conf" "${pkgdir}/usr/share/X11/xorg.conf.d/"
|
||||
|
||||
# WTF! why this file is installed here?
|
||||
#rm -f "${pkgdir}/usr/share/X11/xorg.conf.d/10-evdev.conf"
|
||||
|
||||
# Needed for non-mesa drivers, libgl will restore it
|
||||
mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
|
||||
@ -158,11 +158,14 @@ package_xorg-server() {
|
||||
rm -rf "${pkgdir}/usr/lib/pkgconfig"
|
||||
rm -rf "${pkgdir}/usr/include"
|
||||
rm -rf "${pkgdir}/usr/share/aclocal"
|
||||
# this is now part of xorg-input-evdev
|
||||
rm -rf "${pkgdir}/usr/share/X11/xorg.conf.d/10-evdev.conf"
|
||||
}
|
||||
|
||||
package_xorg-server-xephyr() {
|
||||
pkgdesc="A nested X server that runs as an X application"
|
||||
depends=(libxfont libgl libepoxy libgcrypt libxv pixman xorg-server-common 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms')
|
||||
depends=(libxfont libgl libepoxy libgcrypt libxv pixman xorg-server-common 'xcb-util-image'
|
||||
'xcb-util-renderutil' 'xcb-util-wm' 'xcb-util-keysyms')
|
||||
|
||||
cd "${pkgbase}-${pkgver}/hw/kdrive"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
Loading…
Reference in New Issue
Block a user