alpaca: 8.2.2 -> 8.3.1 (#460830)
This commit is contained in:
@@ -20,6 +20,9 @@
|
|||||||
libportal,
|
libportal,
|
||||||
webkitgtk_6_0,
|
webkitgtk_6_0,
|
||||||
pipewire,
|
pipewire,
|
||||||
|
glib-networking,
|
||||||
|
bash,
|
||||||
|
fetchpatch,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@@ -31,16 +34,29 @@ let
|
|||||||
in
|
in
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "alpaca";
|
pname = "alpaca";
|
||||||
version = "8.2.2";
|
version = "8.3.1";
|
||||||
pyproject = false; # Built with meson
|
pyproject = false; # Built with meson
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Jeffser";
|
owner = "Jeffser";
|
||||||
repo = "Alpaca";
|
repo = "Alpaca";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-i1qNLV+oKkZlS/v8jfJJc67lJBuW6j2Uz93vb1StD6g=";
|
hash = "sha256-X3kITzZBcpN3kYDiT2PTu9UvuWQ/XSq3tVYYMa1btnY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: remove in the next release
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/Jeffser/Alpaca/pull/1043.patch";
|
||||||
|
hash = "sha256-y0NiT0FvyB/fKvi+5E0hSzDs1Ds2ydqRO1My83bnmYY=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace src/widgets/activities/terminal.py \
|
||||||
|
--replace-fail "['bash', '-c', ';\n'.join(self.prepare_script())]," "['${bash}/bin/bash', '-c', ';\n'.join(self.prepare_script())],"
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
appstream
|
appstream
|
||||||
meson
|
meson
|
||||||
@@ -60,6 +76,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
libportal
|
libportal
|
||||||
webkitgtk_6_0
|
webkitgtk_6_0
|
||||||
pipewire # pipewiresrc
|
pipewire # pipewiresrc
|
||||||
|
glib-networking
|
||||||
];
|
];
|
||||||
|
|
||||||
dependencies =
|
dependencies =
|
||||||
|
|||||||
Reference in New Issue
Block a user