endeavour: rename from gnome.gnome-todo

This commit is contained in:
Bobby Rong 2022-06-26 03:37:12 +00:00 committed by Jan Tojnar
parent ee2cbd86a0
commit c3e4064b74
3 changed files with 8 additions and 7 deletions

View File

@ -26,13 +26,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-todo"; pname = "endeavour";
version = "unstable-2022-06-12"; version = "unstable-2022-06-12";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "GNOME"; owner = "World";
repo = "gnome-todo"; repo = "Endeavour";
rev = "ad4e15f0b58860caf8c6d497795b83b594a9c3e5"; rev = "ad4e15f0b58860caf8c6d497795b83b594a9c3e5";
sha256 = "HRufLoZou9ssQ/qoDG8anhOAtl8IYvFpyjq/XJlsotQ="; sha256 = "HRufLoZou9ssQ/qoDG8anhOAtl8IYvFpyjq/XJlsotQ=";
}; };
@ -82,13 +82,13 @@ stdenv.mkDerivation rec {
passthru = { passthru = {
updateScript = unstableGitUpdater { updateScript = unstableGitUpdater {
url = "https://gitlab.gnome.org/GNOME/gnome-todo.git"; url = "https://gitlab.gnome.org/World/Endeavour.git";
}; };
}; };
meta = with lib; { meta = with lib; {
description = "Personal task manager for GNOME"; description = "Personal task manager for GNOME";
homepage = "https://wiki.gnome.org/Apps/Todo"; homepage = "https://gitlab.gnome.org/World/Endeavour";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -178,8 +178,6 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-sound-recorder = callPackage ./apps/gnome-sound-recorder { }; gnome-sound-recorder = callPackage ./apps/gnome-sound-recorder { };
gnome-todo = callPackage ./apps/gnome-todo {};
gnome-weather = callPackage ./apps/gnome-weather { }; gnome-weather = callPackage ./apps/gnome-weather { };
polari = callPackage ./apps/polari { }; polari = callPackage ./apps/polari { };
@ -269,6 +267,7 @@ lib.makeScope pkgs.newScope (self: with self; {
#### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope. #### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope.
gnome-desktop = pkgs.gnome-desktop; # added 2022-03-16 gnome-desktop = pkgs.gnome-desktop; # added 2022-03-16
gnome-todo = pkgs.endeavour; # added 2022-07-30
libgnome-games-support = pkgs.libgnome-games-support; # added 2022-02-19 libgnome-games-support = pkgs.libgnome-games-support; # added 2022-02-19
bijiben = throw "The gnome.bijiben alias was removed on 2022-01-13. Please use gnome.gnome-notes directly."; # added 2018-09-26 bijiben = throw "The gnome.bijiben alias was removed on 2022-01-13. Please use gnome.gnome-notes directly."; # added 2018-09-26

View File

@ -27758,6 +27758,8 @@ with pkgs;
inherit (gnome) empathy; inherit (gnome) empathy;
endeavour = callPackage ../applications/misc/endeavour { };
enhanced-ctorrent = callPackage ../applications/networking/enhanced-ctorrent { }; enhanced-ctorrent = callPackage ../applications/networking/enhanced-ctorrent { };
entangle = callPackage ../applications/video/entangle { entangle = callPackage ../applications/video/entangle {