Date: Wednesday, December 14, 2022 @ 06:10:04
  Author: andyrtr
Revision: 464270

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xwayland/repos/extra-x86_64/PKGBUILD
    (from rev 464269, xorg-xwayland/trunk/PKGBUILD)
  xorg-xwayland/repos/extra-x86_64/keys/
Deleted:
  xorg-xwayland/repos/extra-x86_64/PKGBUILD
  xorg-xwayland/repos/extra-x86_64/keys/

----------+
 PKGBUILD |  112 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 57 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-14 06:09:56 UTC (rev 464269)
+++ PKGBUILD    2022-12-14 06:10:04 UTC (rev 464270)
@@ -1,55 +0,0 @@
-# Maintainer: AndyRTR <[email protected]>
-
-pkgname=xorg-xwayland
-pkgver=22.1.5
-pkgrel=1
-arch=('x86_64')
-license=('custom')
-groups=('xorg')
-url="https://xorg.freedesktop.org";
-pkgdesc="run X clients under wayland"
-depends=('nettle' 'libepoxy' 'systemd-libs' 'libxfont2' 
-         'pixman' 'xorg-server-common' 'libxcvt')
-makedepends=('meson' 'xorgproto' 'xtrans' 'libxkbfile' 'dbus'
-             'xorg-font-util'
-             'wayland' 'wayland-protocols'
-             'libdrm' 'mesa-libgl'
-             'systemd'
-             'egl-wayland'
-)
-source=(https://xorg.freedesktop.org/archive/individual/xserver/xwayland-$pkgver.tar.xz{,.sig})
-sha512sums=('806219692be297419777ad5343158f72473a691f7c8be4468fac185a3bc5e3b6811755de3133c12f3694480e51529ac3fa409b22640a80a233925716fec24c06'
-            'SKIP')
-provides=('xorg-server-xwayland')
-conflicts=('xorg-server-xwayland')
-replaces=('xorg-server-xwayland')
-#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # "Michel Daenzer 
<[email protected]>"
-validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan 
<[email protected]>"
-
-build() {
-  arch-meson xwayland-$pkgver build \
-    -D ipv6=true \
-    -D xvfb=false \
-    -D xdmcp=false \
-    -D xcsecurity=true \
-    -D dri3=true \
-    -D xwayland_eglstream=true \
-    -D glamor=true \
-    -D xkb_dir=/usr/share/X11/xkb \
-    -D xkb_output_dir=/var/lib/xkb
-
-  # Print config
-  meson configure build
-  ninja -C build
-}
-
-package() {
-
-  # bin + manpage + .pc file
-  install -m755 -Dt "${pkgdir}"/usr/bin build/hw/xwayland/Xwayland
-  install -m644 -Dt "${pkgdir}"/usr/share/man/man1 build/hw/xwayland/Xwayland.1
-  install -m644 -Dt "${pkgdir}"/usr/lib/pkgconfig build/hw/xwayland/xwayland.pc
-
-  # license
-  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" 
xwayland-$pkgver/COPYING
-}

Copied: xorg-xwayland/repos/extra-x86_64/PKGBUILD (from rev 464269, 
xorg-xwayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-14 06:10:04 UTC (rev 464270)
@@ -0,0 +1,57 @@
+# Maintainer: AndyRTR <[email protected]>
+
+pkgname=xorg-xwayland
+pkgver=22.1.6
+pkgrel=1
+arch=('x86_64')
+license=('custom')
+groups=('xorg')
+url="https://xorg.freedesktop.org";
+pkgdesc="run X clients under wayland"
+depends=('nettle' 'libepoxy' 'systemd-libs' 'libxfont2' 
+         'pixman' 'xorg-server-common' 'libxcvt')
+makedepends=('meson' 'xorgproto' 'xtrans' 'libxkbfile' 'dbus'
+             'xorg-font-util'
+             'wayland' 'wayland-protocols'
+             'libdrm' 'mesa-libgl'
+             'systemd'
+             'egl-wayland'
+)
+source=(https://xorg.freedesktop.org/archive/individual/xserver/xwayland-$pkgver.tar.xz{,.sig})
+sha512sums=('a78f44f14a6c1e25afbf245c5c757a253f0607afdc80c8b852cf6f810247566d1cc17b63d4442a21d8e69bdb696faf1014438ad98a977fbed9a11b9c5b85e0a4'
+            'SKIP')
+provides=('xorg-server-xwayland')
+conflicts=('xorg-server-xwayland')
+replaces=('xorg-server-xwayland')
+#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # "Michel Daenzer 
<[email protected]>"
+#validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan 
<[email protected]>"
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) <[email protected]>
+
+
+build() {
+  arch-meson xwayland-$pkgver build \
+    -D ipv6=true \
+    -D xvfb=false \
+    -D xdmcp=false \
+    -D xcsecurity=true \
+    -D dri3=true \
+    -D xwayland_eglstream=true \
+    -D glamor=true \
+    -D xkb_dir=/usr/share/X11/xkb \
+    -D xkb_output_dir=/var/lib/xkb
+
+  # Print config
+  meson configure build
+  ninja -C build
+}
+
+package() {
+
+  # bin + manpage + .pc file
+  install -m755 -Dt "${pkgdir}"/usr/bin build/hw/xwayland/Xwayland
+  install -m644 -Dt "${pkgdir}"/usr/share/man/man1 build/hw/xwayland/Xwayland.1
+  install -m644 -Dt "${pkgdir}"/usr/lib/pkgconfig build/hw/xwayland/xwayland.pc
+
+  # license
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" 
xwayland-$pkgver/COPYING
+}

Reply via email to