libgnome-games-support_2_0: Remove

None of the GNOME games need this anymore.
This commit is contained in:
Bobby Rong
2026-05-06 23:23:39 +08:00
parent 673763bb01
commit 6b170f9429
2 changed files with 1 additions and 62 deletions
@@ -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;
};
}
+1
View File
@@ -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