gnome.gnome-control-center: 41.2 → 42.beta

https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/41.2...42.beta

- Cheese removed in 5ca53a0a78
- libsoup removed in a9c398e5d9

- libcanberra-gtk3 has been removed in 652dd8bfc8
- clutter has been removed in 697789083d
This commit is contained in:
Jan Tojnar 2022-02-16 18:34:36 +00:00
parent f603e3eda8
commit e5438a9bf4

View File

@ -4,11 +4,8 @@
, substituteAll
, accountsservice
, adwaita-icon-theme
, cheese
, clutter
, clutter-gtk
, colord
, colord-gtk
, colord-gtk4
, cups
, docbook-xsl-nons
, fontconfig
@ -26,19 +23,17 @@
, gnome
, gsettings-desktop-schemas
, gsound
, gtk3
, gtk4
, ibus
, libcanberra-gtk3
, libgnomekbd
, libgtop
, libgudev
, libhandy
, libadwaita
, libkrb5
, libpulseaudio
, libpwquality
, librsvg
, libsecret
, libsoup
, libwacom
, libxml2
, libxslt
@ -47,7 +42,7 @@
, mutter
, networkmanager
, networkmanagerapplet
, libnma
, libnma-gtk4
, ninja
, pkg-config
, polkit
@ -68,11 +63,11 @@
stdenv.mkDerivation rec {
pname = "gnome-control-center";
version = "41.4";
version = "42.beta";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-1tsMTLcIV77PSKxQB/ErX2O51dfoDqfuV9O+USZp98k=";
sha256 = "sha256-973QoT+FLQsQyU8oT54wmYuHDZBkfn3TftfvebJQEt0=";
};
patches = [
@ -100,11 +95,8 @@ stdenv.mkDerivation rec {
buildInputs = [
accountsservice
adwaita-icon-theme
cheese
clutter
clutter-gtk
colord
colord-gtk
colord-gtk4
libepoxy
fontconfig
gdk-pixbuf
@ -119,19 +111,17 @@ stdenv.mkDerivation rec {
gnome-user-share # optional, sharing panel
gsettings-desktop-schemas
gsound
gtk3
gtk4
ibus
libcanberra-gtk3
libgtop
libgudev
libhandy
libadwaita
libkrb5
libnma
libnma-gtk4
libpulseaudio
libpwquality
librsvg
libsecret
libsoup
libwacom
libxml2
modemmanager
@ -145,9 +135,19 @@ stdenv.mkDerivation rec {
upower
];
postPatch = ''
chmod +x build-aux/meson/meson_post_install.py # patchShebangs requires executable file
patchShebangs build-aux/meson/meson_post_install.py
# postPatch = ''
# scriptsToPatch=(
# build-aux/meson/meson_post_install.py
# build-aux/meson/find_xdg_file.py
# )
# # # patchShebangs requires executable file
# # chmod +x "''${scriptsToPatch[@]}"
# # patchShebangs "''${scriptsToPatch[@]}"
# '';
preConfigure = ''
# For ITS rules
addToSearchPath "XDG_DATA_DIRS" "${polkit.out}/share"
'';
preFixup = ''