Commit 511228a7 authored by aleksana's avatar aleksana
Browse files

gpicview: remove

parent 51d4a931
Loading
Loading
Loading
Loading
+0 −31
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, intltool, pkg-config, gtk2, fetchpatch }:

stdenv.mkDerivation rec {
  pname = "gpicview";
  version = "0.2.4";

  src = fetchurl {
    url = "mirror://sourceforge/lxde/gpicview-${version}.tar.gz";
    sha256 = "1svcy1c8bgk0pl12yhyv16h2fl52x5vzzcv57z6qdcv5czgvgglr";
  };

  patches = [
    (fetchpatch {
      url = "https://raw.githubusercontent.com/nonas/debian-clang/master/buildlogs/gpicview/gpicview-0.2.4/debian/patches/clang_FTBFS_Wreturn-type.patch";
      sha256 = "02dm966bplnv10knpdx7rlpjipk884156ggd9ij05zhza0jl8xcs";
    })
  ];

  nativeBuildInputs = [ pkg-config intltool ];

  buildInputs = [ gtk2 ];

  meta = with lib; {
    description = "Simple and fast image viewer for X";
    homepage = "https://lxde.sourceforge.net/gpicview/";
    license = licenses.gpl2;
    maintainers = with maintainers; [ lovek323 ];
    platforms = platforms.unix;
    mainProgram = "gpicview";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -631,6 +631,7 @@ mapAliases {
  gocode = throw "'gocode' has been removed as the upstream project was archived. 'gopls' is suggested as replacement"; # Added 2023-12-26
  govendor = throw "'govendor' has been removed as it is no longer maintained upstream, please use Go modules instead"; # Added 2023-12-26
  gometer = throw "gometer has been removed from nixpkgs because goLance stopped offering Linux support"; # Added 2023-02-10
  gpicview = throw "'gpicview' has been removed due to lack of maintenance upstream and depending on gtk2. Consider using 'loupe', 'gthumb' or 'image-roll' instead"; # Added 2024-09-15
  gprbuild-boot = gnatPackages.gprbuild-boot; # Added 2024-02-25;

  gpt4all-chat = throw "gpt4all-chat has been renamed to gpt4all"; # Added 2024-02-27
+0 −4
Original line number Diff line number Diff line
@@ -29592,10 +29592,6 @@ with pkgs;
  gpa = callPackage ../applications/misc/gpa { };
  gpicview = callPackage ../applications/graphics/gpicview {
    gtk2 = gtk2-x11;
  };
  gpx = callPackage ../applications/misc/gpx { };
  gqrx = qt6Packages.callPackage ../applications/radio/gqrx { };