gnome3.gnome-disk-utility: 3.38.2 → 40.1
This commit is contained in:
parent
b0c88dad56
commit
a1d088c545
@ -1,26 +1,66 @@
|
|||||||
{ lib, stdenv, gettext, fetchurl, pkg-config, udisks2, libsecret, libdvdread
|
{ lib
|
||||||
, meson, ninja, gtk3, glib, wrapGAppsHook, python3, libnotify
|
, stdenv
|
||||||
, itstool, gnome3, libxml2, gsettings-desktop-schemas
|
, gettext
|
||||||
, libcanberra-gtk3, libxslt, docbook_xsl, libpwquality, systemd }:
|
, fetchurl
|
||||||
|
, pkg-config
|
||||||
|
, udisks2
|
||||||
|
, libhandy
|
||||||
|
, libsecret
|
||||||
|
, libdvdread
|
||||||
|
, meson
|
||||||
|
, ninja
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, wrapGAppsHook
|
||||||
|
, python3
|
||||||
|
, libnotify
|
||||||
|
, itstool
|
||||||
|
, gnome3
|
||||||
|
, libxml2
|
||||||
|
, gsettings-desktop-schemas
|
||||||
|
, libcanberra-gtk3
|
||||||
|
, libxslt
|
||||||
|
, docbook-xsl-nons
|
||||||
|
, libpwquality
|
||||||
|
, systemd
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-disk-utility";
|
pname = "gnome-disk-utility";
|
||||||
version = "3.38.2";
|
version = "40.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-disk-utility/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/gnome-disk-utility/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-EL7d5UlL6zTjoiDW8w2TIMiCUv7rhCa9mM760YNteOk=";
|
sha256 = "sha256-KkuZrBHKIzlLKMVYS56WKE6MWk2mXPBiB95U9Csf8UE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja pkg-config gettext itstool libxslt docbook_xsl
|
meson
|
||||||
wrapGAppsHook python3 libxml2
|
ninja
|
||||||
|
pkg-config
|
||||||
|
gettext
|
||||||
|
itstool
|
||||||
|
libxslt
|
||||||
|
docbook-xsl-nons
|
||||||
|
wrapGAppsHook
|
||||||
|
python3
|
||||||
|
libxml2
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 glib libsecret libpwquality libnotify libdvdread libcanberra-gtk3
|
gtk3
|
||||||
udisks2 gnome3.adwaita-icon-theme systemd
|
glib
|
||||||
gnome3.gnome-settings-daemon gsettings-desktop-schemas
|
libhandy
|
||||||
|
libsecret
|
||||||
|
libpwquality
|
||||||
|
libnotify
|
||||||
|
libdvdread
|
||||||
|
libcanberra-gtk3
|
||||||
|
udisks2
|
||||||
|
gnome3.adwaita-icon-theme
|
||||||
|
systemd
|
||||||
|
gnome3.gnome-settings-daemon
|
||||||
|
gsettings-desktop-schemas
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -36,10 +76,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://en.wikipedia.org/wiki/GNOME_Disks";
|
homepage = "https://wiki.gnome.org/Apps/Disks";
|
||||||
description = "A udisks graphical front-end";
|
description = "A udisks graphical front-end";
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user