mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
gnome.gnome-music: 41.0 → 42.beta
https://gitlab.gnome.org/GNOME/gnome-music/-/compare/41.0...42.beta
This commit is contained in:
parent
338a586a9a
commit
ddd4f1e995
@ -15,7 +15,7 @@
|
||||
, grilo
|
||||
, grilo-plugins
|
||||
, pkg-config
|
||||
, gtk3
|
||||
, gtk4
|
||||
, pango
|
||||
, glib
|
||||
, desktop-file-utils
|
||||
@ -23,21 +23,20 @@
|
||||
, itstool
|
||||
, gnome
|
||||
, gst_all_1
|
||||
, libdazzle
|
||||
, libsoup
|
||||
, libhandy
|
||||
, libadwaita
|
||||
, gsettings-desktop-schemas
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "gnome-music";
|
||||
version = "41.0";
|
||||
version = "42.beta";
|
||||
|
||||
format = "other";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "1llz2aqa3n3ivwl7i09pgylsbgrfzb872vcj1k7pvivxm1kkbcb9";
|
||||
sha256 = "NABOz5+LNH2wA/LfDTs4MaiWj0sJJjxTWsSYPebzBNU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -54,7 +53,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
gtk4
|
||||
pango
|
||||
glib
|
||||
libmediaart
|
||||
@ -66,9 +65,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
grilo
|
||||
grilo-plugins
|
||||
libnotify
|
||||
libdazzle
|
||||
libsoup
|
||||
libhandy
|
||||
libadwaita
|
||||
gsettings-desktop-schemas
|
||||
tracker
|
||||
] ++ (with gst_all_1; [
|
||||
@ -85,13 +83,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
pygobject3
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
for f in meson_post_conf.py meson_post_install.py; do
|
||||
chmod +x $f
|
||||
patchShebangs $f
|
||||
done
|
||||
'';
|
||||
|
||||
# Prevent double wrapping, let the Python wrapper use the args in preFixup.
|
||||
dontWrapGApps = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user