[arch-commits] Commit in xorg-server/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Sun Oct 31 06:32:38 UTC 2021


    Date: Sunday, October 31, 2021 @ 06:32:38
  Author: andyrtr
Revision: 426850

upgpkg: xorg-server 1.20.13-3: depend on libxcvt - FS#72013; fully drop xwayland build because we do a standalone build now

Modified:
  xorg-server/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-31 06:25:06 UTC (rev 426849)
+++ PKGBUILD	2021-10-31 06:32:38 UTC (rev 426850)
@@ -15,8 +15,7 @@
              'libxmu' 'libxrender' 'libxi' 'libxaw' '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' 'systemd' 'meson' 'git'
-             'wayland-protocols' 'egl-wayland')
+             'libxshmfence' 'libunwind' 'systemd' 'meson' 'git')
 source=(https://xorg.freedesktop.org/releases/individual/xserver/${pkgbase}-${pkgver}.tar.xz{,.sig}
         xserver-autobind-hotplug.patch
         0001-v2-FS-58644.patch
@@ -65,8 +64,6 @@
     -D xcsecurity=true \
     -D xorg=true \
     -D xephyr=true \
-    -D xwayland=true \
-    -D xwayland_eglstream=true \
     -D glamor=true \
     -D udev=true \
     -D systemd_logind=true \
@@ -188,7 +185,6 @@
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
 
   # make sure there are no files left to install
-  rm fakeinstall/usr/bin/Xwayland
   rm -rf fakeinstall/usr/bin/cvt fakeinstall/usr/share/man/man1/cvt.1
   find fakeinstall -depth -print0 | xargs -0 rmdir
 }



More information about the arch-commits mailing list