pcb: drop (#545922)
This commit is contained in:
@@ -1,71 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
pkg-config,
|
||||
gtk2,
|
||||
bison,
|
||||
intltool,
|
||||
flex,
|
||||
netpbm,
|
||||
imagemagick,
|
||||
dbus,
|
||||
freetype,
|
||||
fontconfig,
|
||||
libGLU,
|
||||
libGL,
|
||||
shared-mime-info,
|
||||
tcl,
|
||||
tk,
|
||||
gnome2,
|
||||
gd,
|
||||
libxrender,
|
||||
libxmu,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "pcb";
|
||||
version = "4.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pcb/pcb-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "sha256-roUvRq+Eq6f1HYE/uRb8f82+6kP3E08VBQcCThdD+14=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
bison
|
||||
intltool
|
||||
flex
|
||||
netpbm
|
||||
imagemagick
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk2
|
||||
dbus
|
||||
libxrender
|
||||
freetype
|
||||
fontconfig
|
||||
libGLU
|
||||
libGL
|
||||
tcl
|
||||
shared-mime-info
|
||||
tk
|
||||
gnome2.gtkglext
|
||||
gd
|
||||
libxmu
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--disable-update-desktop-database"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Printed Circuit Board editor";
|
||||
homepage = "https://sourceforge.net/projects/pcb/";
|
||||
maintainers = with lib.maintainers; [ mog ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl2;
|
||||
};
|
||||
})
|
||||
@@ -1805,6 +1805,7 @@ mapAliases {
|
||||
patchelfStable = throw "'patchelfStable' has been renamed to/replaced by 'patchelf'"; # Converted to throw 2025-10-27
|
||||
path-of-building = lib.warnOnInstantiate "'path-of-building' has been replaced by 'rusty-path-of-building'" rusty-path-of-building; # Added 2025-10-30
|
||||
paup = throw "'paup' has been renamed to/replaced by 'paup-cli'"; # Converted to throw 2025-10-27
|
||||
pcb = throw "'pcb' has been removed as it is unmaintained upstream."; # Added 2026-07-26
|
||||
pcmanx-gtk2 = throw "'pcmanx-gtk2' has been removed has gtk2 has reach end of life"; # Added 2026-03-19
|
||||
pcmciaUtils = warnAlias "'pcmciaUtils' has been renamed to 'pcmciautils'" pcmciautils; # Added 2026-02-12
|
||||
pcp = throw "'pcp' has been removed because the upstream repo was archived and it hasn't been updated since 2021"; # Added 2025-09-23
|
||||
|
||||
Reference in New Issue
Block a user