mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
glide-media-player: 0.6.3 -> 0.6.5
This commit is contained in:
parent
1f9b3bbe17
commit
15966c2467
@ -17,26 +17,26 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "glide-media-player";
|
pname = "glide-media-player";
|
||||||
version = "0.6.3";
|
version = "0.6.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "philn";
|
owner = "philn";
|
||||||
repo = "glide";
|
repo = "glide";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-rWWMMuA41uFWazIJBVLxzaCrR5X5tI4x+GXXYkfeqz8=";
|
hash = "sha256-gmBXUj6LxC7VDH/ni8neYivysagqcbI/UCUq9Ly3D24=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
hash = "sha256-Kvdbo5tkhwsah9W7Y5zqpoA3bVHfmjGj7Cjsqxkljls=";
|
hash = "sha256-u41H746/nPX2PmpyweUp4Y9k+XIruazgMdU6B4ig708=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace scripts/meson_post_install.py \
|
substituteInPlace scripts/meson_post_install.py \
|
||||||
--replace-warn "gtk-update-icon-cache" "gtk4-update-icon-cache"
|
--replace-warn "gtk-update-icon-cache" "gtk4-update-icon-cache"
|
||||||
substituteInPlace data/net.baseart.Glide.desktop \
|
substituteInPlace data/net.base_art.Glide.desktop \
|
||||||
--replace-warn "Icon=net.baseart.Glide.svg" "Icon=net.baseart.Glide"
|
--replace-warn "Icon=net.base_art.Glide.svg" "Icon=net.baseart.Glide"
|
||||||
patchShebangs --build \
|
patchShebangs --build \
|
||||||
scripts/meson_post_install.py \
|
scripts/meson_post_install.py \
|
||||||
build-aux/cargo-build.py
|
build-aux/cargo-build.py
|
||||||
|
Loading…
Reference in New Issue
Block a user