summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-02-02 23:56:24 +0800
committerq234rty2023-02-02 23:56:24 +0800
commitaa1657310fd174c2aaa3d5d2754fb6d34704c3f8 (patch)
tree4265bd0e7c2f08a96497a13e1af879885e2a2a26
parent670c97fc1135c7411367511967277276d5048152 (diff)
downloadaur-aa1657310fd174c2aaa3d5d2754fb6d34704c3f8.tar.gz
Sync with extra
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abca36381c08..b14ea653374f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xorg-xwayland-hidpi-xprop
pkgdesc = run X clients under wayland, with !733 HiDPI patch
pkgver = 22.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://xorg.freedesktop.org
arch = x86_64
license = custom
@@ -24,13 +24,13 @@ pkgbase = xorg-xwayland-hidpi-xprop
depends = pixman
depends = xorg-server-common
depends = libxcvt
+ depends = mesa
provides = xorg-server-xwayland
provides = xorg-xwayland
conflicts = xorg-server-xwayland
conflicts = xorg-xwayland
replaces = xorg-server-xwayland
options = debug
- options = strip
source = https://xorg.freedesktop.org/archive/individual/xserver/xwayland-22.1.7.tar.xz
source = https://xorg.freedesktop.org/archive/individual/xserver/xwayland-22.1.7.tar.xz.sig
source = hidpi.patch
diff --git a/PKGBUILD b/PKGBUILD
index 326b3732d743..57653ff1353e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=xorg-xwayland-hidpi-xprop
pkgver=22.1.7
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('custom')
url="https://xorg.freedesktop.org"
pkgdesc="run X clients under wayland, with !733 HiDPI patch"
depends=('nettle' 'libepoxy' 'systemd-libs' 'libxfont2'
- 'pixman' 'xorg-server-common' 'libxcvt')
+ 'pixman' 'xorg-server-common' 'libxcvt' 'mesa')
makedepends=('meson' 'xorgproto' 'xtrans' 'libxkbfile' 'dbus'
'xorg-font-util'
'wayland' 'wayland-protocols'
@@ -28,7 +28,7 @@ replaces=('xorg-server-xwayland')
#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # "Michel Daenzer <michel@daenzer.net>"
validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan <fourdan@xfce.org>"
#validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
-options=('debug' 'strip')
+options=('debug')
prepare() {
cd ${srcdir}/xwayland-$pkgver