From 6b170f9429b7a0e27e0c91c7ead93aeeffd2ba14 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 27 Mar 2026 23:29:18 +0800 Subject: [PATCH] libgnome-games-support_2_0: Remove None of the GNOME games need this anymore. --- .../li/libgnome-games-support_2_0/package.nix | 62 ------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 62 deletions(-) delete mode 100644 pkgs/by-name/li/libgnome-games-support_2_0/package.nix diff --git a/pkgs/by-name/li/libgnome-games-support_2_0/package.nix b/pkgs/by-name/li/libgnome-games-support_2_0/package.nix deleted file mode 100644 index d2d1dc4b509a..000000000000 --- a/pkgs/by-name/li/libgnome-games-support_2_0/package.nix +++ /dev/null @@ -1,62 +0,0 @@ -{ - stdenv, - lib, - fetchurl, - pkg-config, - glib, - gobject-introspection, - gtk4, - libgee, - gettext, - vala, - gnome, - libintl, - meson, - ninja, -}: - -stdenv.mkDerivation rec { - pname = "libgnome-games-support"; - version = "2.0.2"; - - src = fetchurl { - url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "grvHTwj5i4M6m2REuEeeG9hN7QoHQl0Fe0XzjoeD5b0="; - }; - - nativeBuildInputs = [ - gettext - gobject-introspection - meson - ninja - pkg-config - vala - ]; - - buildInputs = [ - libintl - ]; - - propagatedBuildInputs = [ - # Required by libgnome-games-support-2.pc - glib - gtk4 - libgee - ]; - - passthru = { - updateScript = gnome.updateScript { - packageName = "libgnome-games-support"; - attrPath = "${pname}_2_0"; - versionPolicy = "odd-unstable"; - }; - }; - - meta = { - description = "Small library intended for internal use by GNOME Games, but it may be used by others"; - homepage = "https://gitlab.gnome.org/GNOME/libgnome-games-support"; - license = lib.licenses.lgpl3Plus; - teams = [ lib.teams.gnome ]; - platforms = lib.platforms.unix; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index d04309901da9..f5e93c20e441 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1089,6 +1089,7 @@ mapAliases { libgda = throw "'libgda' has been renamed to/replaced by 'libgda5'"; # Converted to throw 2025-10-27 libGDSII = libgdsii; # Added 2026-02-08 libgme = throw "'libgme' has been renamed to/replaced by 'game-music-emu'"; # Converted to throw 2025-10-27 + libgnome-games-support_2_0 = throw "'libgnome-games-support_2_0' has been removed. Upstream has converted this library to a copylib and no more releases will happen"; # Added 2026-03-27 libgnome-keyring3 = throw "'libgnome-keyring3' has been renamed to/replaced by 'libgnome-keyring'"; # Converted to throw 2025-10-27 libheimdal = throw "'libheimdal' has been renamed to/replaced by 'heimdal'"; # Converted to throw 2025-10-27 libHX = libhx; # Added 2026-02-08