yabridge, yabridgectl: 3.8.0 → 3.8.1
This commit is contained in:
parent
40696c3e6f
commit
1ea573a5c8
3 changed files with 5 additions and 14 deletions
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, multiStdenv
|
, multiStdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, pkgsi686Linux
|
, pkgsi686Linux
|
||||||
, libnotify
|
, libnotify
|
||||||
|
@ -49,14 +48,14 @@ let
|
||||||
};
|
};
|
||||||
in multiStdenv.mkDerivation rec {
|
in multiStdenv.mkDerivation rec {
|
||||||
pname = "yabridge";
|
pname = "yabridge";
|
||||||
version = "3.8.0";
|
version = "3.8.1";
|
||||||
|
|
||||||
# NOTE: Also update yabridgectl's cargoHash when this is updated
|
# NOTE: Also update yabridgectl's cargoHash when this is updated
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "robbert-vdh";
|
owner = "robbert-vdh";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-XacJjHxsp60/l36pFPGonUyOsyFF2lmqplAaisHXZDY=";
|
sha256 = "sha256-5Mi/aIjOKbn7guTj+AKGQRv+k7w4gzfdA9Mw4ocUlOE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Unpack subproject sources
|
# Unpack subproject sources
|
||||||
|
@ -78,14 +77,6 @@ in multiStdenv.mkDerivation rec {
|
||||||
libxcb32 = pkgsi686Linux.xorg.libxcb;
|
libxcb32 = pkgsi686Linux.xorg.libxcb;
|
||||||
inherit libnotify wine;
|
inherit libnotify wine;
|
||||||
})
|
})
|
||||||
# Remove with next yabridge update
|
|
||||||
(fetchpatch {
|
|
||||||
name = "fix-for-wine-7.1.patch";
|
|
||||||
url = "https://github.com/robbert-vdh/yabridge/commit/de470d345ab206b08f6d4a147b6af1d285a4211f.patch";
|
|
||||||
sha256 = "sha256-xJx1zvxD+DIjbkm7Ovoy4RaAvjx936/j/7AYUPh/kOo=";
|
|
||||||
includes = [ "src/wine-host/xdnd-proxy.cpp" ];
|
|
||||||
})
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index 95ecb728..cb30f3af 100644
|
index c71d4fdb..b3f381ba 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -201,6 +201,7 @@ if with_32bit_libraries or with_bitbridge
|
@@ -201,6 +201,7 @@ if with_32bit_libraries or with_bitbridge
|
||||||
|
@ -20,7 +20,7 @@ index 95ecb728..cb30f3af 100644
|
||||||
|
|
||||||
# These are all headers-only libraries, and thus won't require separate 32-bit
|
# These are all headers-only libraries, and thus won't require separate 32-bit
|
||||||
diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp
|
diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp
|
||||||
index 1a457f03..20ca1e63 100644
|
index fc2c8b25..c73249e3 100644
|
||||||
--- a/src/plugin/utils.cpp
|
--- a/src/plugin/utils.cpp
|
||||||
+++ b/src/plugin/utils.cpp
|
+++ b/src/plugin/utils.cpp
|
||||||
@@ -107,7 +107,7 @@ std::string PluginInfo::wine_version() const {
|
@@ -107,7 +107,7 @@ std::string PluginInfo::wine_version() const {
|
||||||
|
|
|
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
src = yabridge.src;
|
src = yabridge.src;
|
||||||
sourceRoot = "source/tools/yabridgectl";
|
sourceRoot = "source/tools/yabridgectl";
|
||||||
cargoSha256 = "sha256-pwy2Q2HUCihr7W81hGvDm9EiZHk9G8knSy0yxPy6hl8=";
|
cargoSha256 = "sha256-ducF55d5OvCwlNFtt2r6pG5e9VevM2AzHSvPnWvIp1Y=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# By default, yabridgectl locates libyabridge.so by using
|
# By default, yabridgectl locates libyabridge.so by using
|
||||||
|
|
Loading…
Reference in a new issue