mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
weston: 12.0.2 -> 13.0.0
- [alpha] https://lists.freedesktop.org/archives/wayland-devel/2023-October/043147.html - [beta] https://lists.freedesktop.org/archives/wayland-devel/2023-October/043229.html - [RC1] https://lists.freedesktop.org/archives/wayland-devel/2023-November/043244.html - [RC2] https://lists.freedesktop.org/archives/wayland-devel/2023-November/043312.html - [RC3] https://lists.freedesktop.org/archives/wayland-devel/2023-November/043316.html - [official release] https://lists.freedesktop.org/archives/wayland-devel/2023-November/043326.html
This commit is contained in:
parent
6620eab212
commit
898a47c354
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, fetchpatch2
|
||||
{ lib, stdenv, fetchurl
|
||||
, meson, ninja, pkg-config, python3, wayland-scanner
|
||||
, cairo, libGL, libdrm, libevdev, libinput, libxkbcommon, mesa, seatd, wayland
|
||||
, wayland-protocols, xcbutilcursor
|
||||
@ -19,23 +19,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "weston";
|
||||
version = "12.0.2";
|
||||
version = "13.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz";
|
||||
hash = "sha256-62hqfPAJkqI7F/GS/KmohzE+ksNG7jXYV1GWmD1la0o=";
|
||||
hash = "sha256-Uv8dSqI5Si5BbIWjOLYnzpf6cdQ+t2L9Sq8UXTb8eVo=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# ci, backend-vnc: update to Neat VNC 0.7.0
|
||||
# part of https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1051
|
||||
(fetchpatch2 {
|
||||
url = "https://gitlab.freedesktop.org/wayland/weston/-/commit/8895b15f3dfc555a869e310ff6e16ff5dced1336.patch";
|
||||
hash = "sha256-PGAmQhzG8gZcYRaZwhKPlgzfbILIXGAHLSd9dCHAP1A=";
|
||||
excludes = [ ".gitlab-ci.yml" ];
|
||||
})
|
||||
];
|
||||
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
nativeBuildInputs = [ meson ninja pkg-config python3 wayland-scanner ];
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user