grapejuice: 3.40.14 -> 3.60.14

This commit is contained in:
Artturin 2021-08-07 04:24:10 +03:00
parent ed61460de2
commit 3cf4dbe256

View file

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "grapejuice"; pname = "grapejuice";
version = "3.40.14"; version = "3.60.14";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "BrinkerVII"; owner = "BrinkerVII";
repo = "grapejuice"; repo = "grapejuice";
rev = "v${version}"; rev = "8a86aa31444f6afa97e4ab4cc2c651b1243b8349";
sha256 = "1bmkkmi1gx5kc39cjnz5bzwqaicxs0zb6bcv4iny9qccbqf3icrd"; sha256 = "sha256-2+zG0O5ZW3rA4c83HXWsQ/V72KwHgrynDH0i3rLBWwU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -53,9 +53,6 @@ python3Packages.buildPythonApplication rec {
]; ];
postPatch = '' postPatch = ''
substituteInPlace requirements.txt \
--replace "PyGObject-stubs" ""
substituteInPlace src/grapejuice_common/assets/desktop/grapejuice.desktop \ substituteInPlace src/grapejuice_common/assets/desktop/grapejuice.desktop \
--replace \$GRAPEJUICE_EXECUTABLE "$out/bin/grapejuice" \ --replace \$GRAPEJUICE_EXECUTABLE "$out/bin/grapejuice" \
--replace \$GRAPEJUICE_ICON grapejuice --replace \$GRAPEJUICE_ICON grapejuice