Skip to content
Snippets Groups Projects
PKGBUILD 8.72 KiB
Newer Older
Eric Vidal's avatar
Eric Vidal committed
# Maintainer: Eric Vidal <eric@obarun.org>
# based on the original https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/xorg-server
# 						Maintainer: AndyRTR <andyrtr@archlinux.org>
# 						Maintainer: Jan de Groot <jgc@archlinux.org>

pkgbase=xorg-server
Eric Vidal's avatar
Eric Vidal committed
pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 
         'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
Eric Vidal's avatar
Eric Vidal committed
pkgver=1.20.4
Eric Vidal's avatar
Eric Vidal committed
pkgrel=2
Eric Vidal's avatar
Eric Vidal committed
arch=('x86_64')
license=('custom')
groups=('xorg')
url="http://xorg.freedesktop.org"
Eric Vidal's avatar
Eric Vidal committed
makedepends=('xorgproto' 'pixman' 'libx11' 'mesa' 'mesa-libgl' 'xtrans'
             'libxkbfile' 'libxfont2' 'libpciaccess' 'libxv'
             'libxmu' 'libxrender' 'libxi' 'libxaw' 'libdmx' 'libxtst' 'libxres'
             'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'libepoxy'
             'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 'xcb-util-keysyms'
             'libxshmfence' 'libunwind' 'wayland-protocols' 'egl-wayland' 'meson') # 'git')
#_commit=d0d1a694f967af770fba0d36043fd5218ff20984 # branch 1.19

#source=("git+https://anongit.freedesktop.org/git/xorg/xserver.git#commit=$_commit"
source=(https://xorg.freedesktop.org/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
        'xwayland-config.h.meson.in::https://cgit.freedesktop.org/xorg/xserver/plain/include/xwayland-config.h.meson.in?id=xorg-server-1.20.0'
        xserver-autobind-hotplug.patch
        xvfb-run # with updates from FC master
        xvfb-run.1
Eric Vidal's avatar
Eric Vidal committed
        0001-v2-FS-58644.patch
Eric Vidal's avatar
Eric Vidal committed
        0002-fix-libshadow-2.patch)
Eric Vidal's avatar
Eric Vidal committed
validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
              'C383B778255613DFDB409D91DB221A6900000011'
              'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3'
              '995ED5C8A6138EB0961F18474C09DD83CAAA50B2')
Eric Vidal's avatar
Eric Vidal committed
sha512sums=('f1c92ef6d7613e0636973d3395b48dfdad42230847ab1c8b1cea84647a968f649f9aba97bdb01c10ee8351cbe954d4e6ca4a0fc84bb8fa662d49c8ba2aee00a8'
Eric Vidal's avatar
Eric Vidal committed
            'd707e0870367de2665c3b82f09564d17ed3f62c9e8b4bd471c11af1fb1e9249e306e92c7961a04e355756eec9f5271bc8e66999e56c73c31bc9da4127ff30a8e'
            'd84f4d63a502b7af76ea49944d1b21e2030dfd250ac1e82878935cf631973310ac9ba1f0dfedf10980ec6c7431d61b7daa4b7bbaae9ee477b2c19812c1661a22'
            '55bbf520333f6e818b0125b37179a7039b69a0d3d2242b80a08da003d94cbf6c1fb912d880abcce318a85d7947e3eff8fbc4cdf57d7118572e8ebc56c4569af6'
            'de5e2cb3c6825e6cf1f07ca0d52423e17f34d70ec7935e9dd24be5fb9883bf1e03b50ff584931bd3b41095c510ab2aa44d2573fd5feaebdcb59363b65607ff22'
Eric Vidal's avatar
Eric Vidal committed
            'f05c18354a3cf5b5b0fa97c4a887cfd688297e39d7ddc93b5900357119a689a060321019aeec9ca9c1366ea4b65b7875b2a9cadb84e46d2c193c15e6df22fcd8'
Eric Vidal's avatar
Eric Vidal committed
            '9cb9a979dfc2de4fac384a1044b368bb97c8b0b524523aa2a96ef55c673ab5350c50cc79ad103655f40c2e0002cdcc2e1646fade3ac78641616d182e7c500be7')
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
prepare() {
Eric Vidal's avatar
Eric Vidal committed
  cp xwayland-config.h.meson.in ${pkgbase}-${pkgver}/include/

  #cd xserver
  cd "${pkgbase}-${pkgver}"
Eric Vidal's avatar
Eric Vidal committed

  # patch from Fedora, not yet merged
  patch -Np1 -i ../xserver-autobind-hotplug.patch
Eric Vidal's avatar
Eric Vidal committed
  
  # https://bugs.freedesktop.org/show_bug.cgi?id=106588
  patch -Np1 -i ../0001-v2-FS-58644.patch
Eric Vidal's avatar
Eric Vidal committed
  
Eric Vidal's avatar
Eric Vidal committed
  # Fix libshadow.so: libfb.so => not found - FS#58731
  # https://bugs.freedesktop.org/show_bug.cgi?id=106656
  patch -Np1 -i ../0002-fix-libshadow-2.patch
  
Eric Vidal's avatar
Eric Vidal committed
}

build() {
Eric Vidal's avatar
Eric Vidal committed
  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
  # With them, module fail to load with undefined symbol.
  # See https://bugs.archlinux.org/task/55102 / https://bugs.archlinux.org/task/54845
  export CFLAGS=${CFLAGS/-fno-plt}
  export CXXFLAGS=${CXXFLAGS/-fno-plt}
  export LDFLAGS=${LDFLAGS/,-z,now}
Eric Vidal's avatar
Eric Vidal committed


  arch-meson ${pkgbase}-$pkgver build \
    -D os_vendor="Obarun" \
    -D ipv6=true \
    -D dmx=true \
    -D xvfb=true \
    -D xnest=true \
    -D xcsecurity=true \
    -D xorg=true \
    -D xephyr=true \
    -D xwayland=true \
    -D xwayland_eglstream=true \
    -D glamor=true \
    -D udev=true \
    -D suid_wrapper=true \
    -D xkb_dir=/usr/share/X11/xkb \
    -D xkb_output_dir=/var/lib/xkb \
    -D systemd_logind=false 
     

  # Print config
  meson configure build
  ninja -C build
 
  # fake installation to be seperated into packages
  DESTDIR="${srcdir}/fakeinstall" ninja -C build install
}

_install() {
  local src f dir
  for src; do
    f="${src#fakeinstall/}"
    dir="${pkgdir}/${f%/*}"
    install -m755 -d "${dir}"
    mv -v "${src}" "${dir}/"
  done
Eric Vidal's avatar
Eric Vidal committed
}

package_xorg-server-common() {
  pkgdesc="Xorg server common files"
Eric Vidal's avatar
Eric Vidal committed
  depends=(xkeyboard-config xorg-xkbcomp xorg-setxkbmap)
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/lib/xorg/protocol.txt
Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/share/man/man1/Xserver.1
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  install -m644 -Dt "${pkgdir}/var/lib/xkb/" "${pkgbase}-${pkgver}"/xkb/README.compiled
  # license
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
Eric Vidal's avatar
Eric Vidal committed
}

package_xorg-server() {
  pkgdesc="Xorg X server"
Eric Vidal's avatar
Eric Vidal committed
  depends=(libepoxy libxfont2 pixman xorg-server-common libunwind 
           dbus libgl xf86-input-libinput nettle
           libpciaccess libdrm libxshmfence) # FS#52949

Eric Vidal's avatar
Eric Vidal committed
  # 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
Eric Vidal's avatar
Eric Vidal committed
  provides=('X-ABI-VIDEODRV_VERSION=24.0' 'X-ABI-XINPUT_VERSION=24.1' 'X-ABI-EXTENSION_VERSION=10.0' 'x-server')
Eric Vidal's avatar
Eric Vidal committed
  conflicts=('nvidia-utils<=331.20' 'glamor-egl' 'xf86-video-modesetting')
  replaces=('glamor-egl' 'xf86-video-modesetting')
  install=xorg-server.install

Eric Vidal's avatar
Eric Vidal committed
  
  _install fakeinstall/usr/bin/{Xorg,cvt,gtf}
  ln -s /usr/bin/Xorg "${pkgdir}/usr/bin/X"
  _install fakeinstall/usr/lib/Xorg{,.wrap}
  _install fakeinstall/usr/lib/xorg/modules/*
  _install fakeinstall/usr/share/X11/xorg.conf.d/10-quirks.conf
Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/share/man/man1/{Xorg,Xorg.wrap,cvt,gtf}.1
  _install fakeinstall/usr/share/man/man4/{exa,fbdevhw,modesetting}.4
  _install fakeinstall/usr/share/man/man5/{Xwrapper.config,xorg.conf,xorg.conf.d}.5
Eric Vidal's avatar
Eric Vidal committed

  # distro specific files must be installed in /usr/share/X11/xorg.conf.d
Eric Vidal's avatar
Eric Vidal committed
  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  # license
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
Eric Vidal's avatar
Eric Vidal committed
}

package_xorg-server-xephyr() {
  pkgdesc="A nested X server that runs as an X application"
Eric Vidal's avatar
Eric Vidal committed
  depends=(libxfont2 libgl libepoxy libunwind libxv pixman xorg-server-common
           xcb-util-image xcb-util-renderutil xcb-util-wm xcb-util-keysyms
           nettle libtirpc)
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/bin/Xephyr
Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/share/man/man1/Xephyr.1
Eric Vidal's avatar
Eric Vidal committed

  # license
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
Eric Vidal's avatar
Eric Vidal committed
}

package_xorg-server-xvfb() {
  pkgdesc="Virtual framebuffer X server"
Eric Vidal's avatar
Eric Vidal committed
  depends=(libxfont2 libunwind pixman xorg-server-common xorg-xauth libgl nettle)

  _install fakeinstall/usr/bin/Xvfb
Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/share/man/man1/Xvfb.1
Eric Vidal's avatar
Eric Vidal committed

  install -m755 "${srcdir}/xvfb-run" "${pkgdir}/usr/bin/"
Eric Vidal's avatar
Eric Vidal committed
  install -m644 "${srcdir}/xvfb-run.1" "${pkgdir}/usr/share/man/man1/" # outda
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  # license
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
Eric Vidal's avatar
Eric Vidal committed
}

package_xorg-server-xnest() {
  pkgdesc="A nested X server that runs as an X application"
Eric Vidal's avatar
Eric Vidal committed
  depends=(libxfont2 libxext pixman xorg-server-common nettle libtirpc)
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/bin/Xnest
Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/share/man/man1/Xnest.1
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  # license
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
Eric Vidal's avatar
Eric Vidal committed
}

package_xorg-server-xdmx() {
  pkgdesc="Distributed Multihead X Server and utilities"
Eric Vidal's avatar
Eric Vidal committed
  depends=(libxfont2 libxi libxaw libxrender libdmx libxfixes 
           pixman xorg-server-common nettle)
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/bin/{Xdmx,dmx*,vdltodmx,xdmxconfig}
Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/share/man/man1/{Xdmx,dmxtodmx,vdltodmx,xdmxconfig}.1
Eric Vidal's avatar
Eric Vidal committed

  # license
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
Eric Vidal's avatar
Eric Vidal committed
}

package_xorg-server-xwayland() {
  pkgdesc="run X clients under wayland"
Eric Vidal's avatar
Eric Vidal committed
  depends=(libxfont2 libepoxy libunwind libgl pixman xorg-server-common
           nettle libtirpc)

  _install fakeinstall/usr/bin/Xwayland
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  # license
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
Eric Vidal's avatar
Eric Vidal committed
}

package_xorg-server-devel() {
  pkgdesc="Development files for the X.Org X server"
Eric Vidal's avatar
Eric Vidal committed
  depends=('xorgproto' 'mesa' 'libpciaccess'
Eric Vidal's avatar
Eric Vidal committed
           # not technically required but almost every Xorg pkg needs it to build
           'xorg-util-macros')

Eric Vidal's avatar
Eric Vidal committed
  _install fakeinstall/usr/include/xorg/*
  _install fakeinstall/usr/lib/pkgconfig/xorg-server.pc
  _install fakeinstall/usr/share/aclocal/xorg-server.m4
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  # license
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
  # make sure there are no files left to install
  find fakeinstall -depth -print0 | xargs -0 rmdir
Eric Vidal's avatar
Eric Vidal committed
}