gnome: rename from gnome3

Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
This commit is contained in:
Jan Tojnar
2021-05-08 09:47:42 +02:00
parent d03a5eb097
commit 468cb5980b
550 changed files with 1512 additions and 1327 deletions
@@ -5,7 +5,7 @@
, gettext
, pkg-config
, networkmanager
, gnome3
, gnome
, libnotify
, libsecret
, polkit
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
glib
glib-networking
libappindicator-gtk3
gnome3.adwaita-icon-theme
gnome.adwaita-icon-theme
];
nativeBuildInputs = [
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
'';
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "networkmanagerapplet";
versionPolicy = "odd-unstable";
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, substituteAll, intltool, pkg-config, fetchpatch, dbus
, gnome3, systemd, libuuid, polkit, gnutls, ppp, dhcp, iptables, python3, vala
, gnome, systemd, libuuid, polkit, gnutls, ppp, dhcp, iptables, python3, vala
, libgcrypt, dnsmasq, bluez5, readline, libselinux, audit
, gobject-introspection, modemmanager, openresolv, libndp, newt, libsoup
, ethtool, gnused, iputils, kmod, jansson, gtk-doc, libxslt
@@ -96,7 +96,7 @@ in stdenv.mkDerivation rec {
'';
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "networkmanager";
};
@@ -11,7 +11,7 @@
, ppp
, libsecret
, withGnome ? true
, gnome3
, gnome
, fetchpatch
, libnma
}:
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
];
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "networkmanager-fortisslvpn";
versionPolicy = "odd-unstable";
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitLab, substituteAll, autoreconfHook, iodine, intltool, pkg-config, networkmanager, libsecret, gtk3
, withGnome ? true, gnome3, fetchpatch, libnma, glib }:
, withGnome ? true, gnome, fetchpatch, libnma, glib }:
let
pname = "NetworkManager-iodine";
@@ -44,7 +44,7 @@ in stdenv.mkDerivation {
];
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "networkmanager-iodine";
};
@@ -7,7 +7,7 @@
, pkg-config
, vala
, networkmanager
, gnome3
, gnome
, isocodes
, libxml2
, docbook_xsl
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
'';
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "odd-unstable";
};
@@ -13,7 +13,7 @@
, file
, gtk3
, withGnome ? true
, gnome3
, gnome
, kmod
, fetchpatch
}:
@@ -66,7 +66,7 @@ in stdenv.mkDerivation {
];
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "networkmanager-openconnect";
versionPolicy = "odd-unstable";
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, substituteAll, openvpn, intltool, libxml2, pkg-config, file, networkmanager, libsecret
, gtk3, withGnome ? true, gnome3, kmod, libnma }:
, gtk3, withGnome ? true, gnome, kmod, libnma }:
let
pname = "NetworkManager-openvpn";
@@ -31,7 +31,7 @@ in stdenv.mkDerivation {
];
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "networkmanager-openvpn";
versionPolicy = "odd-unstable";
@@ -4,7 +4,7 @@
, fetchpatch
, file
, glib
, gnome3
, gnome
, gtk3
, intltool
, libnma
@@ -50,7 +50,7 @@ in stdenv.mkDerivation {
];
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "networkmanager-sstp";
};
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, intltool, pkg-config, networkmanager, strongswanNM
, gtk3, gnome3, libsecret, libnma }:
, gtk3, gnome, libsecret, libnma }:
stdenv.mkDerivation rec {
pname = "NetworkManager-strongswan";
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, substituteAll, vpnc, intltool, pkg-config, networkmanager, libsecret
, gtk3, withGnome ? true, gnome3, glib, kmod, file, fetchpatch, libnma }:
, gtk3, withGnome ? true, gnome, glib, kmod, file, fetchpatch, libnma }:
let
pname = "NetworkManager-vpnc";
version = "1.2.6";
@@ -35,7 +35,7 @@ in stdenv.mkDerivation {
];
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "networkmanager-vpnc";
versionPolicy = "odd-unstable";