treewide: Move away from wiki.gnome.org
The wiki.gnome.org site is planned for retirement.
This commit is contained in:
parent
a6a01f8c99
commit
736c6be462
20 changed files with 23 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
# NixOS tests for gnome-desktop-testing-runner using software
|
||||
# See https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests
|
||||
# See https://github.com/NixOS/nixpkgs/issues/34987
|
||||
|
||||
{ system ? builtins.currentSystem,
|
||||
config ? {},
|
||||
|
|
|
@ -24,14 +24,6 @@
|
|||
|
||||
assert stdenv.isLinux -> util-linuxMinimal != null;
|
||||
|
||||
/*
|
||||
* TODO:
|
||||
* Use --enable-installed-tests for GNOME-related packages,
|
||||
and use them as a separately installed tests run by Hydra
|
||||
(they should test an already installed package)
|
||||
https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests
|
||||
* Support org.freedesktop.Application, including D-Bus activation from desktop files
|
||||
*/
|
||||
let
|
||||
# Some packages don't get "Cflags" from pkg-config correctly
|
||||
# and then fail to build when directly including like <glib/...>.
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
inherit monoDLLFixer;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://wiki.gnome.org/Attic/Hyena";
|
||||
homepage = "https://gitlab.gnome.org/Archive/hyena";
|
||||
description = "A C# library which contains a hodge-podge of random stuff";
|
||||
longDescription = ''
|
||||
Hyena is a C# library used to make awesome applications. It contains a lot of random things,
|
||||
|
|
|
@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
|
|||
for those libraries. In other cases, our design isn't quite generic
|
||||
enough to work for everyone.
|
||||
'';
|
||||
homepage = "https://wiki.gnome.org/Apps/Builder";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/libdazzle";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Small library intended for internal use by GNOME Games, but it may be used by others";
|
||||
homepage = "https://wiki.gnome.org/Apps/Games";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/libgnome-games-support";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Small library intended for internal use by GNOME Games, but it may be used by others";
|
||||
homepage = "https://wiki.gnome.org/Apps/Games";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/libgnome-games-support";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ dbus dbus-glib gtk3 gtk-doc docbook_xml_dtd_45 docbook_xsl libxslt libxml2 ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://wiki.gnome.org/Attic/LibUnique";
|
||||
homepage = "https://gitlab.gnome.org/Archive/unique";
|
||||
description = "A library for writing single instance applications";
|
||||
license = lib.licenses.lgpl21;
|
||||
maintainers = [ lib.maintainers.AndersonTorres ];
|
||||
|
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://wiki.gnome.org/Attic/LibUnique";
|
||||
homepage = "https://gitlab.gnome.org/Archive/unique";
|
||||
description = "A library for writing single instance applications";
|
||||
license = lib.licenses.lgpl21;
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
|
|
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://wiki.gnome.org/Apps/Videos";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/totem-pl-parser";
|
||||
description = "Simple GObject-based library to parse and save a host of playlist formats";
|
||||
maintainers = teams.gnome.members;
|
||||
license = licenses.lgpl2;
|
||||
|
|
|
@ -53,7 +53,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://wiki.gnome.org/Apps/Yelp/Tools";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/yelp-tools";
|
||||
description = "Small programs that help you create, edit, manage, and publish your Mallard or DocBook documentation";
|
||||
maintainers = teams.gnome.members ++ (with maintainers; [ domenkozar ]);
|
||||
license = licenses.gpl2Plus;
|
||||
|
|
|
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://wiki.gnome.org/Apps/Glade";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/glade";
|
||||
description = "User interface designer for GTK applications";
|
||||
maintainers = teams.gnome.members;
|
||||
license = licenses.lgpl2;
|
||||
|
|
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "GNOME test runner for installed tests";
|
||||
homepage = "https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/gnome-desktop-testing";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.jtojnar ];
|
||||
|
|
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Set of programs to inspect and build Windows Installer (.MSI) files";
|
||||
homepage = "https://wiki.gnome.org/msitools";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/msitools";
|
||||
license = with licenses; [
|
||||
# Library
|
||||
lgpl21Plus
|
||||
|
|
|
@ -54,15 +54,15 @@ stdenv.mkDerivation rec {
|
|||
patches = [
|
||||
# build fixes
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/nemiver/commit/e0e42221ceb77d88be64fac1c09792dc5c9e2f43.patch";
|
||||
url = "https://gitlab.gnome.org/Archive/nemiver/-/commit/e0e42221ceb77d88be64fac1c09792dc5c9e2f43.patch";
|
||||
sha256 = "1g0ixll6yqfj6ysf50p0c7nmh3lgmb6ds15703q7ibnw7dyidvj8";
|
||||
})
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/nemiver/commit/7005393a8c4d914eac9705e7f47818d0f4de3578.patch";
|
||||
url = "https://gitlab.gnome.org/Archive/nemiver/-/commit/7005393a8c4d914eac9705e7f47818d0f4de3578.patch";
|
||||
sha256 = "1mxb1sdqdj7dm204gja8cdygx8579bjriqqbb7cna9rj0m9c8pjg";
|
||||
})
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/nemiver/commit/262cf9657f9c2727a816972b348692adcc666008.patch";
|
||||
url = "https://gitlab.gnome.org/Archive/nemiver/-/commit/262cf9657f9c2727a816972b348692adcc666008.patch";
|
||||
sha256 = "03jv6z54b8nzvplplapk4aj206zl1gvnv6iz0mad19g6yvfbw7a7";
|
||||
})
|
||||
];
|
||||
|
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://wiki.gnome.org/Apps/Nemiver";
|
||||
homepage = "https://gitlab.gnome.org/Archive/nemiver";
|
||||
description = "Easy to use standalone C/C++ debugger";
|
||||
mainProgram = "nemiver";
|
||||
license = licenses.gpl2;
|
||||
|
|
|
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "System-wide profiler for Linux";
|
||||
homepage = "https://wiki.gnome.org/Apps/Sysprof";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/sysprof";
|
||||
longDescription = ''
|
||||
Sysprof is a sampling CPU profiler for Linux that uses the perf_event_open
|
||||
system call to profile the entire system, not just a single
|
||||
|
|
|
@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A Gnome CD/DVD Burner";
|
||||
homepage = "https://wiki.gnome.org/Apps/Brasero";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/brasero";
|
||||
maintainers = [ maintainers.bdimcheff ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Clean, friendly gtk-based serial terminal for the gnome desktop";
|
||||
homepage = "https://wiki.gnome.org/moserial";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/moserial";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ linsui ];
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "WebDav server implementation and library using libsoup";
|
||||
homepage = "https://wiki.gnome.org/phodav";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/phodav";
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ wegank ];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
@ -55,7 +55,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "GTK/GNOME application to use GnuPG for signing other peoples’ keys";
|
||||
homepage = "https://wiki.gnome.org/Apps/Keysign";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/gnome-keysign";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -61,9 +61,9 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "GNOME translation making program";
|
||||
mainProgram = "gtranslator";
|
||||
homepage = "https://wiki.gnome.org/Apps/Gtranslator";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/gtranslator";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ bobby285271 ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue