gtkimageview: drop (#551235)

This commit is contained in:
dish
2026-08-11 02:27:59 +00:00
committed by GitHub
3 changed files with 2 additions and 47 deletions

View File

@@ -1,46 +0,0 @@
{
fetchurl,
lib,
stdenv,
pkg-config,
gtk2,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "gtkimageview";
version = "1.6.4";
src = fetchurl {
url = "https://sources.archlinux.org/other/packages/gtkimageview/gtkimageview-${finalAttrs.version}.tar.gz";
sha256 = "1wj63af9j9p5i067lpwi9lxvwalamakrmklvl983kvi7s4w1ss2c";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 ];
preConfigure = ''
sed '/DEPRECATED_FLAGS/d' -i configure
sed 's/-Wall -Werror//' -i configure
'';
doCheck = true;
meta = {
homepage = "https://gitlab.gnome.org/Archive/gtkimageview";
description = "Image viewer widget for GTK";
longDescription = ''
GtkImageView is a simple image viewer widget for GTK. Similar to
the image viewer panes in gThumb or Eye of Gnome. It makes writing
image viewing and editing applications easy. Among its features
are: mouse and keyboard zooming; scrolling and dragging; adjustable
interpolation; GIF animation support.
'';
license = lib.licenses.lgpl2Plus;
maintainers = [ ];
platforms = lib.platforms.linux;
};
})

View File

@@ -295144,7 +295144,7 @@ self: {
license = lib.licenses.lgpl21Only;
hydraPlatforms = lib.platforms.none;
}
) { inherit (pkgs) gtkimageview; };
) { gtkimageview = null; };
gtkrsync = callPackage (
{

View File

@@ -1062,6 +1062,7 @@ mapAliases {
gtkcord4 = throw "'gtkcord4' has been renamed to/replaced by 'dissent'"; # Converted to throw 2025-10-27
gtkextra = throw "'gtkextra' has been removed due to lack of maintenance upstream."; # Added 2025-06-10
gtkgnutella = gtk-gnutella; # Added 2026-05-21
gtkimageview = throw "'gtkimageview' has been removed, as it depended on GTK 2."; # Added 2026-08-10
gtklp = throw "'gtklp' has been removed, as it depended on GTK 2. Consider using 'system-config-printer' instead."; # Added 2026-05-22
gtkradiant = throw "'gtkradiant' has been removed, as it relies on gtk2"; # Added 2026-06-18
gtkspell2 = throw "'gtkspell2' has been removed as it depended on the deprecated GTK2 engine. Consider using 'gtkspell3' instead"; # Added 2026-07-23