dwayland: 5.24.3-deepin.1.4 -> 5.25.0

This commit is contained in:
rewine 2023-09-26 13:41:21 +08:00
parent f761418ee8
commit b13b1c4078
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "dwayland";
version = "5.24.3-deepin.1.4";
version = "5.25.0";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-/aWS4uvhxi9azxJWjRE+Bw+veURFO+mC8l9yypseclU=";
hash = "sha256-XZvL3lauVW5D3r3kybpS3SiitvwEScqgYe2h9c1DuCs=";
};
nativeBuildInputs = [
@ -38,6 +38,11 @@ stdenv.mkDerivation rec {
dontWrapQtApps = true;
# cmake requires that the kf5 directory must not empty
postInstall = ''
mkdir $out/include/KF5
'';
meta = with lib; {
description = "Qt-style API to interact with the wayland-client and wayland-server";
homepage = "https://github.com/linuxdeepin/dwayland";