labwc: 2021-03-15 -> 0.2.1

Note: We're effectively using version 0.2.1 with two patches to link
against wlroots 0.14 (the tag is just not used for "rev" because the
release missed a few important changes to meson.build).
This commit is contained in:
Michael Weiss 2021-06-24 22:25:47 +02:00
parent 6af4651562
commit 7889dc3c72
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "labwc";
version = "unstable-2021-03-15";
version = "0.2.1"; # We're effectively using that version
src = fetchFromGitHub {
owner = "johanmalm";
repo = pname;
rev = "fddeb74527e5b860d9c1a91a237d390041c758b6";
sha256 = "0rhniv5j4bypqxxj0nbpa3hclmn8znal9rldv0mrgbizn3wsbs54";
rev = "6744e103014bcb0480133a029ec0f82f9b017e60";
sha256 = "0sdr4zkix8x3vmna4i946y3whpj7fqizpaac6yj7w0as9d6hj0iq";
};
patches = [
@ -38,6 +38,11 @@ stdenv.mkDerivation rec {
url = "https://github.com/johanmalm/labwc/commit/892e93dd84c514b4e6f34a0fab01c727edd2d8de.patch";
sha256 = "1p1pg1kd98727wlcspa2sffl7ijhvsfad6bj2rxsw322q0bz3yrh";
})
(fetchpatch {
# xdg: chase swaywm/wlroots@9e58301
url = "https://github.com/johanmalm/labwc/commit/874cc9e63706dd54d9f9fcb071f2d2e0c19d3d7e.patch";
sha256 = "0ypd47q5ffq4wjkrcr3068qjknn2s66zszyxg3dl0f87q2pxh6wx";
})
];
nativeBuildInputs = [ pkg-config meson ninja scdoc ];