mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
8f55b011e0
* guix: add meta.changelog * zile: add meta.changelog * zoom: add meta.changelog * zotify: add meta.changelog * zpaqfranz: add meta.changelog * zunit: add meta.changelog * zxwing-cpp: add meta.changelog * zxpy: add meta.changelog * zydis: add meta.changelog * zziplib: add meta.changelog * j: add meta.changelog * kyua: add meta.changelog * json2ts: add meta.changelog * igir: add meta.changelog * ios-webkit-debug-proxy: add meta.changelog * gpaste: add meta.changelog * polkit_gnome: add meta.changelog * papers: add meta.changelog * libmsgraph: add meta.changelog * quadrapassel: add meta.changelog * gnome-nibbles: add meta.changelog * decibels: add meta.changelog * libgedit-amtk: add meta.changelog * simple-scan: add meta.changelog * gnome-klotski: add meta.changelog * gnome-sound-recorder: add meta.changelog * gnome-remote-desktop: add meta.changelog * gnome-robots: add meta.changelog * gnome-shell-extensions: add meta.changelog * gnome-panel: add meta.changelog * gnome-session: add meta.changelog * gnome-keyring: add meta.changelog * devhelp: add meta.changelog * libgnome-keyring: add meta.changelog * ghex: add meta.changelog * gnome-connections: add meta.changelog * lightsoff: add meta.changelog * gnome-flashback: add meta.changelog * livi: add meta.changelog * mutter: add meta.changelog * hitori: add meta.changelog * gnome-initial-setup: add meta.changelog * gnome-bluetooth: add meta.changelog * gnome-shell: add meta.changelog * gnome-sudoku: add meta.changelog * ideamaker: add meta.changelog * i2p: add meta.changelog * lms: add meta.changelog * adwaita-icon-theme: add meta.changelog * gnome-applets: add meta.changelog * flac123: add meta.changelog * flaca: add meta.changelog * flameshot: add meta.changelog * flaresolverr: add meta.changelog * a52dec: add meta.changelog * hexbinhex: add meta.changelog * dwl: add meta.changelog * msolve: add meta.changelog * jcli: add meta.changelog * nmap: add meta.changelog * nmapsi4: add meta.changelog * labctl: add meta.changelog * _1oom: add meta.changelog * libipuz: add meta.changelog * metacity: add meta.changelog * sushi: add meta.changelog * rygel: add meta.changelog * zenity: add meta.changelog * crosswords: add meta.changelog * gnome-mahjongg: add meta.changelog * alacarte: add meta.changelog * loupe: add meta.changelog * cheese: add meta.changelog * atomix: add meta.changelog * swell-foop: add meta.changelog * alfis: add meta.changelog * aperture: add meta.changelog * atomic-swap: add meta.changelog * besu: add meta.changelog * bisq: add meta.changelog * bitcoin-abc: add meta.changelog * bitcoin-knots: add meta.changelog * bitcd: add meta.changelog * btcdeb: add meta.changelog * btcpayserver: add meta.changelog * 86box: add meta.changelog * darling: add meta.changelog * dosbox: add meta.changelog * firebird-emu: add meta.changelog * maiko: add meta.changelog * accerciser: add meta.changelog * adwaita-icon-theme-legacy: add meta.changelog * dconf-editor: add meta.changelog * eog: add meta.changelog * evolution-data-server: add meta.changelog * file-roller: add meta.changelog * four-in-a-row: add meta.changelog * gdm: add meta.changelog * geary: add meta.changelog * gitg: add meta.changelog * gnome2048: add meta.changelog * gnome-backgrounds: add meta.changelog * gnome-text-editor: add meta.changelog * gnome-tour: add meta.changelog * gnome-user-share: add meta.changelog * gxml: add meta.changelog * tali: add meta.changelog * totem: add meta.changelog * mobile-broadband-provider-info: add meta.changelog * avr: add meta.changelog * brev-cli: add meta.changelog * juce: add meta.changelog * loc: add meta.changelog * resholve: add meta.changelog * rpiboot: add meta.changelog * gerbera: add meta.changelog * kdocker: add meta.changelog * pmenu: add meta.changelog * advancecomp: add meta.changelog * adriconf: add meta.changelog * interception-tools: add meta.changelog * nabi: add meta.changelog * gorilla-cli: add meta.changelog * heygpt: add meta.changelog * 6tunnel: add meta.changelog * aria2: add meta.changelog * logmein-hamachi: add meta.changelog * maphosts: add meta.changelog * qcal: add meta.changelog * adreaper: add meta.changelog * aflplusplus: add meta.changelog * aide: add meta.changelog * cameradar: add meta.changelog * wpscan: add meta.changelog * aha: add meta.changelog * xcat: add meta.changelog
247 lines
5.2 KiB
Nix
247 lines
5.2 KiB
Nix
{
|
||
fetchurl,
|
||
fetchpatch,
|
||
substituteAll,
|
||
lib,
|
||
stdenv,
|
||
meson,
|
||
ninja,
|
||
pkg-config,
|
||
gnome,
|
||
json-glib,
|
||
gettext,
|
||
libsecret,
|
||
python3,
|
||
polkit,
|
||
networkmanager,
|
||
gi-docgen,
|
||
at-spi2-core,
|
||
unzip,
|
||
shared-mime-info,
|
||
libgweather,
|
||
libjxl,
|
||
librsvg,
|
||
webp-pixbuf-loader,
|
||
geoclue2,
|
||
perl,
|
||
desktop-file-utils,
|
||
libpulseaudio,
|
||
libical,
|
||
gobject-introspection,
|
||
wrapGAppsHook4,
|
||
libxslt,
|
||
gcr_4,
|
||
accountsservice,
|
||
gdk-pixbuf,
|
||
gdm,
|
||
upower,
|
||
ibus,
|
||
libnma-gtk4,
|
||
gnome-desktop,
|
||
gsettings-desktop-schemas,
|
||
gnome-keyring,
|
||
glib,
|
||
gjs,
|
||
mutter,
|
||
evolution-data-server-gtk4,
|
||
gtk4,
|
||
libadwaita,
|
||
sassc,
|
||
systemd,
|
||
pipewire,
|
||
gst_all_1,
|
||
adwaita-icon-theme,
|
||
gnome-bluetooth,
|
||
gnome-clocks,
|
||
gnome-settings-daemon,
|
||
gnome-autoar,
|
||
gnome-tecla,
|
||
asciidoc,
|
||
bash-completion,
|
||
mesa,
|
||
libGL,
|
||
libXi,
|
||
libX11,
|
||
libxml2,
|
||
}:
|
||
|
||
let
|
||
pythonEnv = python3.withPackages (ps: with ps; [ pygobject3 ]);
|
||
in
|
||
stdenv.mkDerivation (finalAttrs: {
|
||
pname = "gnome-shell";
|
||
version = "46.4";
|
||
|
||
outputs = [
|
||
"out"
|
||
"devdoc"
|
||
];
|
||
|
||
src = fetchurl {
|
||
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
|
||
hash = "sha256-GIRo/nLpCsSyNOnU0HB9YH/q85oT0lvTqj63XlWj4FI=";
|
||
};
|
||
|
||
patches = [
|
||
# Hardcode paths to various dependencies so that they can be found at runtime.
|
||
(substituteAll {
|
||
src = ./fix-paths.patch;
|
||
glib_compile_schemas = "${glib.dev}/bin/glib-compile-schemas";
|
||
gsettings = "${glib.bin}/bin/gsettings";
|
||
tecla = "${lib.getBin gnome-tecla}/bin/tecla";
|
||
unzip = "${lib.getBin unzip}/bin/unzip";
|
||
})
|
||
|
||
# Use absolute path for libshew installation to make our patched gobject-introspection
|
||
# aware of the location to hardcode in the generated GIR file.
|
||
./shew-gir-path.patch
|
||
|
||
# Make D-Bus services wrappable.
|
||
./wrap-services.patch
|
||
|
||
# Fix greeter logo being too big.
|
||
# https://gitlab.gnome.org/GNOME/gnome-shell/issues/2591
|
||
# Reverts https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1101
|
||
./greeter-logo-size.patch
|
||
|
||
# Work around failing fingerprint auth
|
||
(fetchpatch {
|
||
url = "https://src.fedoraproject.org/rpms/gnome-shell/raw/dcd112d9708954187e7490564c2229d82ba5326f/f/0001-gdm-Work-around-failing-fingerprint-auth.patch";
|
||
hash = "sha256-mgXty5HhiwUO1UV3/eDgWtauQKM0cRFQ0U7uocST25s=";
|
||
})
|
||
];
|
||
|
||
nativeBuildInputs = [
|
||
meson
|
||
ninja
|
||
pkg-config
|
||
gettext
|
||
gi-docgen
|
||
perl
|
||
wrapGAppsHook4
|
||
sassc
|
||
desktop-file-utils
|
||
libxslt.bin
|
||
asciidoc
|
||
gobject-introspection
|
||
];
|
||
|
||
buildInputs = [
|
||
systemd
|
||
gsettings-desktop-schemas
|
||
gnome-keyring
|
||
glib
|
||
gcr_4
|
||
accountsservice
|
||
libsecret
|
||
polkit
|
||
gdk-pixbuf
|
||
librsvg
|
||
networkmanager
|
||
gjs
|
||
mutter
|
||
libpulseaudio
|
||
evolution-data-server-gtk4
|
||
libical
|
||
gtk4
|
||
libadwaita
|
||
gdm
|
||
geoclue2
|
||
adwaita-icon-theme
|
||
gnome-bluetooth
|
||
gnome-clocks # schemas needed
|
||
at-spi2-core
|
||
upower
|
||
ibus
|
||
gnome-desktop
|
||
gnome-settings-daemon
|
||
mesa
|
||
libGL # for egl, required by mutter-clutter
|
||
libXi # required by libmutter
|
||
libX11
|
||
libxml2
|
||
|
||
# recording
|
||
pipewire
|
||
gst_all_1.gstreamer
|
||
gst_all_1.gst-plugins-base
|
||
gst_all_1.gst-plugins-good
|
||
|
||
# not declared at build time, but typelib is needed at runtime
|
||
libgweather
|
||
libnma-gtk4
|
||
|
||
# for gnome-extension tool
|
||
bash-completion
|
||
gnome-autoar
|
||
json-glib
|
||
|
||
# for tools
|
||
pythonEnv
|
||
];
|
||
|
||
mesonFlags = [
|
||
"-Dgtk_doc=true"
|
||
"-Dtests=false"
|
||
];
|
||
|
||
postPatch = ''
|
||
patchShebangs src/data-to-c.pl
|
||
|
||
# We can generate it ourselves.
|
||
rm -f man/gnome-shell.1
|
||
rm data/theme/gnome-shell-{light,dark}.css
|
||
'';
|
||
|
||
postInstall = ''
|
||
# Pull in WebP and JXL support for gnome-backgrounds.
|
||
# In postInstall to run before gappsWrapperArgsHook.
|
||
export GDK_PIXBUF_MODULE_FILE="${
|
||
gnome._gdkPixbufCacheBuilder_DO_NOT_USE {
|
||
extraLoaders = [
|
||
libjxl
|
||
librsvg
|
||
webp-pixbuf-loader
|
||
];
|
||
}
|
||
}"
|
||
'';
|
||
|
||
preFixup = ''
|
||
gappsWrapperArgs+=(
|
||
# Until glib’s xdgmime is patched
|
||
# Fixes “Failed to load resource:///org/gnome/shell/theme/noise-texture.png: Unrecognized image file format”
|
||
--prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
|
||
)
|
||
'';
|
||
|
||
postFixup = ''
|
||
# The services need typelibs.
|
||
for svc in org.gnome.ScreenSaver org.gnome.Shell.Extensions org.gnome.Shell.Notifications org.gnome.Shell.Screencast; do
|
||
wrapGApp $out/share/gnome-shell/$svc
|
||
done
|
||
|
||
# Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
|
||
moveToOutput "share/doc" "$devdoc"
|
||
'';
|
||
|
||
separateDebugInfo = true;
|
||
|
||
passthru = {
|
||
mozillaPlugin = "/lib/mozilla/plugins";
|
||
updateScript = gnome.updateScript {
|
||
packageName = "gnome-shell";
|
||
};
|
||
};
|
||
|
||
meta = with lib; {
|
||
description = "Core user interface for the GNOME 3 desktop";
|
||
homepage = "https://gitlab.gnome.org/GNOME/gnome-shell";
|
||
changelog = "https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/${finalAttrs.version}/NEWS?ref_type=tags";
|
||
license = licenses.gpl2Plus;
|
||
maintainers = teams.gnome.members;
|
||
platforms = platforms.linux;
|
||
};
|
||
|
||
})
|