pantheon.elementary-music: 7.1.0 -> 8.0.0

https://github.com/elementary/music/compare/7.1.0...8.0.0
This commit is contained in:
Bobby Rong 2024-07-26 21:35:48 +08:00
parent 4de56f190b
commit 2980f5d17e
No known key found for this signature in database

View File

@ -5,7 +5,6 @@
, meson
, ninja
, pkg-config
, python3
, vala
, wrapGAppsHook4
, elementary-gtk-theme
@ -14,24 +13,24 @@
, granite7
, gst_all_1
, gtk4
, libadwaita
}:
stdenv.mkDerivation rec {
pname = "elementary-music";
version = "7.1.0";
version = "8.0.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "music";
rev = version;
sha256 = "sha256-L+E5gDtIgVkfmOIhzS7x8vtyMJYqx/UQpYMChrt2Tgo=";
sha256 = "sha256-pqOAeHTFWSoJqXE9UCUkVIy5T7EoYsieJ4PMU1oX9ko=";
};
nativeBuildInputs = [
meson
ninja
pkg-config
python3
vala
wrapGAppsHook4
];
@ -41,6 +40,7 @@ stdenv.mkDerivation rec {
glib
granite7
gtk4
libadwaita
] ++ (with gst_all_1; [
gst-plugins-bad
gst-plugins-base
@ -49,11 +49,6 @@ stdenv.mkDerivation rec {
gstreamer
]);
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
'';
preFixup = ''
gappsWrapperArgs+=(
# The GTK theme is hardcoded.