Date: Wednesday, March 29, 2023 @ 13:44:44
Author: andyrtr
Revision: 472163
archrelease: copy trunk to extra-x86_64
Added:
xorg-xwayland/repos/extra-x86_64/PKGBUILD
(from rev 472162, 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 | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-29 13:44:36 UTC (rev 472162)
+++ PKGBUILD 2023-03-29 13:44:44 UTC (rev 472163)
@@ -1,58 +0,0 @@
-# Maintainer: AndyRTR <[email protected]>
-
-pkgname=xorg-xwayland
-pkgver=23.1.0
-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' 'mesa')
-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=('984213a193b903e6023ecb3144a15f483dc3e9ec7cb02c36d8e67c6859b501b8b3e5a6e1ade9cb245450ad93002322f392b81d9286377ac34350cc3ea1f9679f'
- '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() {
-
- DESTDIR="${pkgdir}" ninja -C build install
- # xorg-server-common file /usr/lib/xorg/protocol.txt
- rm "${pkgdir}"/usr/lib/xorg/protocol.txt
- rmdir "${pkgdir}"/usr/lib/xorg
- rm "${pkgdir}"/usr/share/man/man1/Xserver.1
-
- # license
- install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}"
xwayland-$pkgver/COPYING
-}
Copied: xorg-xwayland/repos/extra-x86_64/PKGBUILD (from rev 472162,
xorg-xwayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-29 13:44:44 UTC (rev 472163)
@@ -0,0 +1,58 @@
+# Maintainer: AndyRTR <[email protected]>
+
+pkgname=xorg-xwayland
+pkgver=23.1.1
+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' 'mesa')
+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=('21c386847135c5cb4ac884926b0fbeb6ad21c9ee54752e0cdc8418e31a72872d81032159c1d91b8afb915aaaf65e80454342461d676996b2f3c535a37b0147f0'
+ '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() {
+
+ DESTDIR="${pkgdir}" ninja -C build install
+ # xorg-server-common file /usr/lib/xorg/protocol.txt
+ rm "${pkgdir}"/usr/lib/xorg/protocol.txt
+ rmdir "${pkgdir}"/usr/lib/xorg
+ rm "${pkgdir}"/usr/share/man/man1/Xserver.1
+
+ # license
+ install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}"
xwayland-$pkgver/COPYING
+}