diff options
author | Cem Keylan <cem@ckyln.com> | 2022-07-16 22:05:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-07-16 22:05:32 +0300 |
commit | 8a41687e8dd43f8c9afc3cf6e5f3ee37222468f9 (patch) | |
tree | d82239b2743f7b9e68dc89bafc91c4c281860897 /wayland/xwayland | |
parent | ed626be5ea3b57fd6ca4302d1f9ff415254d50c1 (diff) | |
download | repository-8a41687e8dd43f8c9afc3cf6e5f3ee37222468f9.tar.gz |
xwayland: bump to 22.1.3
Diffstat (limited to 'wayland/xwayland')
-rwxr-xr-x | wayland/xwayland/build | 4 | ||||
-rw-r--r-- | wayland/xwayland/checksums | 2 | ||||
-rw-r--r-- | wayland/xwayland/sources | 2 | ||||
-rw-r--r-- | wayland/xwayland/version | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/wayland/xwayland/build b/wayland/xwayland/build index 7b471562..dd8e094e 100755 --- a/wayland/xwayland/build +++ b/wayland/xwayland/build @@ -2,6 +2,10 @@ export DESTDIR="$1" +# I don't know why these build systems add these "optional" dependencies, then +# don't let you disable them when your system has it. +clsed "/libbsd\_dep/s/'libbsd'/'libnothankyou'/" meson.build + cl-meson \ -Ddefault_font_path=/usr/share/fonts \ -Dsha1=libcrypto \ diff --git a/wayland/xwayland/checksums b/wayland/xwayland/checksums index d81c10a4..d2e41803 100644 --- a/wayland/xwayland/checksums +++ b/wayland/xwayland/checksums @@ -1,2 +1,2 @@ %BLAKE3 -056a663fed8fc1838b0024b00533c1886261161ba8613e92dad58b885b5c45ea xwayland-22.1.2.tar.xz +0e0f96492ea1cb38f813313972a8e7ce9ebc19fe6b62f381ce28dd4bec4ddff1 xwayland-22.1.3.tar.xz diff --git a/wayland/xwayland/sources b/wayland/xwayland/sources index d1ed6cdc..a8872891 100644 --- a/wayland/xwayland/sources +++ b/wayland/xwayland/sources @@ -1 +1 @@ -https://www.x.org/releases/individual/xserver/xwayland-22.1.2.tar.xz +https://www.x.org/releases/individual/xserver/xwayland-22.1.3.tar.xz diff --git a/wayland/xwayland/version b/wayland/xwayland/version index 5640cdf0..f10789d1 100644 --- a/wayland/xwayland/version +++ b/wayland/xwayland/version @@ -1 +1 @@ -22.1.2 1 +22.1.3 1 |