pcb: drop

This commit is contained in:
夜坂雅
2026-07-26 19:33:34 +08:00
parent b793a45f75
commit 3ecec6dac7
2 changed files with 1 additions and 71 deletions
-71
View File
@@ -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;
};
})
+1
View File
@@ -1801,6 +1801,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