Merge pull request #251508 from FedericoSchonborn/budgie.magpie-0.9.3

budgie.magpie: 0.9.2 -> 0.9.3
This commit is contained in:
Matthias Beyer 2023-08-26 10:16:32 +02:00 committed by GitHub
commit ff51e947fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "magpie";
version = "0.9.2";
version = "0.9.3";
outputs = [ "out" "dev" "devdoc" ];
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "BuddiesOfBudgie";
repo = "magpie";
rev = "v${finalAttrs.version}";
hash = "sha256-GoilHdESFgpwt8+Uqzrnf8jBpeaSak1uHTlkNcQdgtk=";
hash = "sha256-A8FmW2o2p5B5pxTZ6twwufyhfppuMXjnMKopZRD+XdE=";
};
patches = [
@ -124,8 +124,8 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
patchShebangs src/backends/native/gen-default-modes.py
# Magpie doesn't install any .desktop files
substituteInPlace meson/meson-postinstall.sh --replace "update-desktop-database" "# update-desktop-database"
# Magpie does not install any .desktop files
substituteInPlace scripts/mesonPostInstall.sh --replace "update-desktop-database" "# update-desktop-database"
'';
postFixup = ''