libwnck: 43.0 → 43.1

https://gitlab.gnome.org/GNOME/libwnck/-/compare/43.0...43.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-10-10 14:36:24 +00:00
parent 297426fe42
commit 25ee407e34
No known key found for this signature in database

View File

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchurl
, fetchpatch
, meson
, mesonEmulatorHook
, ninja
@ -23,25 +22,16 @@
stdenv.mkDerivation rec {
pname = "libwnck";
version = "43.0";
version = "43.1";
outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "kFvNuFhH1rj4hh5WswzW3GHq5n7O9M2ZSp+SWiaiwf4=";
sha256 = "Y0tFh7c2ekk9OBjEtXdA2sBhU8+PJc1k9a8WtlfdaEU=";
};
patches = [
# bamfdaemon crashes with libwnck3 43.0
# https://bugs.launchpad.net/ubuntu/+source/libwnck3/+bug/1990263
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/libwnck/-/commit/6ceb684442eb26e3bdb8a38bf52264ad55f96a7b.patch";
sha256 = "/1wCnElCrZB7XTDW/l3dxMKZ9czGnukbGu4/aQStoXE=";
})
];
nativeBuildInputs = [
meson
ninja