blanket: 0.7.0 -> 0.8.0 (#429004)

This commit is contained in:
Jonas Heinrich 2025-07-29 16:44:34 +02:00 committed by GitHub
commit 78b607647c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "blanket"; pname = "blanket";
version = "0.7.0"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rafaelmardojai"; owner = "rafaelmardojai";
repo = "blanket"; repo = "blanket";
rev = version; tag = version;
hash = "sha256-mY7c5i0me7mMbD8c6eGJeaZpR8XI5QVL4n3M+j15Z1c="; hash = "sha256-LnHL/1DJXiKx9U+JkT4Wjx1vtTmKLpzZ8q6uLT5a2MY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -49,13 +49,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ pygobject3 ]; propagatedBuildInputs = with python3Packages; [ pygobject3 ];
format = "other"; pyproject = false;
postPatch = ''
patchShebangs build-aux/meson/postinstall.py
substituteInPlace build-aux/meson/postinstall.py \
--replace-fail gtk-update-icon-cache gtk4-update-icon-cache
'';
dontWrapGApps = true; dontWrapGApps = true;
@ -69,6 +63,7 @@ python3Packages.buildPythonApplication rec {
meta = { meta = {
description = "Listen to different sounds"; description = "Listen to different sounds";
changelog = "https://github.com/rafaelmardojai/blanket/releases/tag/${version}";
homepage = "https://github.com/rafaelmardojai/blanket"; homepage = "https://github.com/rafaelmardojai/blanket";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
mainProgram = "blanket"; mainProgram = "blanket";