diff --git a/.abf.yml b/.abf.yml index 6e7963f..d09363e 100644 --- a/.abf.yml +++ b/.abf.yml @@ -99,13 +99,14 @@ sources: Varistors.pretty-4.0.7.tar.gz: 1ce9f3a6d2ab064343beeb3a1df8f72400087d19 Wire_Connections_Bridges.pretty-4.0.7.tar.gz: 6809eff4b78981dfd15054b63516d48cc8fbe6c3 Wire_Pads.pretty-4.0.7.tar.gz: 4b8b42dc1e447a0a3c21410425298734311c99fd - kicad-5.0.2.tar.xz: d95792d1b70a009d1aa4cc90fe20a4ff4dca38ff - kicad-doc-5.0.2.tar.gz: 6edddeaafb8c976953596282e61538d06ee109f4 - kicad-footprints-5.0.2.tar.gz: 2137c8dc39e221caab9f4a53dbad6cecf8eb95e0 - kicad-i18n-5.0.2.tar.gz: 014a062d5665459ca78362e3875bf3b9070d8a83 - kicad-packages3D-5.0.2.tar.gz: b8be71fa6d50ae46a108bdc3215e91aedeb93593 - kicad-packages3D-source-5.0.2.tar.gz: d053523d59fc5cf9f92e00c8ee7e0afb71620459 - kicad-symbols-5.0.2.tar.gz: 155089ffcce18993c8d32259f7506480377ad36f - kicad-templates-5.0.2.tar.gz: 21b6390567a7dea1ad0c9c223e5b4705ef19c567 + doc-nl-5.0.2.tar.xz: 12c240c3ffdbe1b44251827cdc2dc34c411dce32 + kicad-5.1.5.tar.xz: ef292e289d181a982bd036143d0ffcd94ef335da + kicad-doc-5.1.5.tar.gz: 58afdff4d891112f3450ca3cd25250fb46f03b96 + kicad-footprints-5.1.5.tar.gz: b6a31b960920ae5ace272d6c98b75d2e0b1ab4a4 + kicad-i18n-5.1.5.tar.gz: 2439effbc7ddd69aba51baee940c152bb1c37227 + kicad-packages3D-5.1.5.tar.gz: 5d8cb5a6858d4a0bf3c7a41cceb8f979741c2b53 + kicad-packages3D-source-5.1.5.tar.gz: ed9947279106f80178721e62838383b243e6b142 + kicad-symbols-5.1.5.tar.gz: c5f62b4719f629dcf51ddd21d3355ba6dd33ba5e + kicad-templates-5.1.5.tar.gz: ff9b81f4bf1255f305e205558dbcd6cb6bc81fc3 packages3D-4.0.7.tar.gz: 1f1c0a34125c80691dbe24b81611a83b10ba7c16 packages3D-source-4.0.7.tar.gz: 8eea228287674b7f51554fdd74ca19b377072722 diff --git a/0001-Use-absolute-path-CMAKE_INSTALL_FULL_LIBDIR-for-3d-v.patch b/0001-Use-absolute-path-CMAKE_INSTALL_FULL_LIBDIR-for-3d-v.patch deleted file mode 100644 index dac8860..0000000 --- a/0001-Use-absolute-path-CMAKE_INSTALL_FULL_LIBDIR-for-3d-v.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -ur kicad-5.0.2-patch/3d-viewer/3d_cache/3d_plugin_manager.cpp kicad-5.0.2/3d-viewer/3d_cache/3d_plugin_manager.cpp ---- kicad-5.0.2-patch/3d-viewer/3d_cache/3d_plugin_manager.cpp 2018-11-27 01:59:28.000000000 +0300 -+++ kicad-5.0.2/3d-viewer/3d_cache/3d_plugin_manager.cpp 2019-01-04 03:04:06.253162826 +0300 -@@ -149,14 +149,10 @@ - #endif - - #ifndef _WIN32 -- // multiarch friendly determination of the plugin directory: the executable dir -- // is first determined via wxStandardPaths::Get().GetExecutablePath() and then -- // the CMAKE_INSTALL_LIBDIR path is appended relative to the executable dir. -+ // PLUGINDIR = CMAKE_INSTALL_FULL_LIBDIR path is the absolute path -+ // corresponding to the install path used for constructing KICAD_USER_PLUGIN - -- fn.Assign( wxStandardPaths::Get().GetExecutablePath() ); -- fn.RemoveLastDir(); -- wxString tfname = fn.GetPathWithSep(); -- tfname.Append( wxString::FromUTF8Unchecked( PLUGINDIR ) ); -+ wxString tfname = wxString::FromUTF8Unchecked( PLUGINDIR ); - fn.Assign( tfname, ""); - fn.AppendDir( "kicad" ); - #else -diff -ur kicad-5.0.2-patch/3d-viewer/3d_plugin_dir.h.in kicad-5.0.2/3d-viewer/3d_plugin_dir.h.in ---- kicad-5.0.2-patch/3d-viewer/3d_plugin_dir.h.in 2018-11-27 01:59:28.000000000 +0300 -+++ kicad-5.0.2/3d-viewer/3d_plugin_dir.h.in 2019-01-04 03:05:06.992868907 +0300 -@@ -1 +1 @@ --#define PLUGINDIR "@CMAKE_INSTALL_LIBDIR@" -+#define PLUGINDIR "@CMAKE_INSTALL_FULL_LIBDIR@" diff --git a/fp-lib-table-modules b/fp-lib-table-modules-5.1.5 similarity index 90% rename from fp-lib-table-modules rename to fp-lib-table-modules-5.1.5 index da3abed..67772db 100644 --- a/fp-lib-table-modules +++ b/fp-lib-table-modules-5.1.5 @@ -6,9 +6,10 @@ (lib (name Buzzer_Beeper)(type KiCad)(uri ${KISYSMOD}/Buzzer_Beeper.pretty)(options "")(descr "Audio signalling devices")) (lib (name Calibration_Scale)(type KiCad)(uri ${KISYSMOD}/Calibration_Scale.pretty)(options "")(descr "Scales and grids intended for calibration and measurement")) (lib (name Capacitor_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitor_SMD.pretty)(options "")(descr "Capacitor, surface mount")) - (lib (name Capacitor_THT)(type KiCad)(uri ${KISYSMOD}/Capacitor_THT.pretty)(options "")(descr "Capacitor, through hole")) (lib (name Capacitor_Tantalum_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitor_Tantalum_SMD.pretty)(options "")(descr "Tantalum Capacitor, surface mount")) + (lib (name Capacitor_THT)(type KiCad)(uri ${KISYSMOD}/Capacitor_THT.pretty)(options "")(descr "Capacitor, through hole")) (lib (name Connector)(type KiCad)(uri ${KISYSMOD}/Connector.pretty)(options "")(descr "Generic/unsorted connector footprints")) + (lib (name Connector_AMASS)(type KiCad)(uri ${KISYSMOD}/Connector_AMASS.pretty)(options "")(descr "AMASS MR30*, XT30*, XT60*")) (lib (name Connector_Audio)(type KiCad)(uri ${KISYSMOD}/Connector_Audio.pretty)(options "")(descr "Audio connector footprints")) (lib (name Connector_BarrelJack)(type KiCad)(uri ${KISYSMOD}/Connector_BarrelJack.pretty)(options "")(descr "(DC) barrel jack connector footprints")) (lib (name Connector_Card)(type KiCad)(uri ${KISYSMOD}/Connector_Card.pretty)(options "")(descr "Card and card holder footprints")) @@ -16,8 +17,8 @@ (lib (name Connector_DIN)(type KiCad)(uri ${KISYSMOD}/Connector_DIN.pretty)(options "")(descr "DIN connector footprints")) (lib (name Connector_Dsub)(type KiCad)(uri ${KISYSMOD}/Connector_Dsub.pretty)(options "")(descr "DSub connector footprints")) (lib (name Connector_FFC-FPC)(type KiCad)(uri ${KISYSMOD}/Connector_FFC-FPC.pretty)(options "")(descr "FFC (Flexible Flat Cable) and FPC (Flexible Printed Circuit) connector footprints")) - (lib (name Connector_HDMI)(type KiCad)(uri ${KISYSMOD}/Connector_HDMI.pretty)(options "")(descr "HDMI connector footprints")) (lib (name Connector_Harwin)(type KiCad)(uri ${KISYSMOD}/Connector_Harwin.pretty)(options "")(descr "Harwin connector footprints")) + (lib (name Connector_HDMI)(type KiCad)(uri ${KISYSMOD}/Connector_HDMI.pretty)(options "")(descr "HDMI connector footprints")) (lib (name Connector_Hirose)(type KiCad)(uri ${KISYSMOD}/Connector_Hirose.pretty)(options "")(descr "Hirose connector footprints")) (lib (name Connector_IDC)(type KiCad)(uri ${KISYSMOD}/Connector_IDC.pretty)(options "")(descr "IDC connector footprints")) (lib (name Connector_JAE)(type KiCad)(uri ${KISYSMOD}/Connector_JAE.pretty)(options "")(descr "JAE connector footprints")) @@ -25,6 +26,10 @@ (lib (name Connector_Molex)(type KiCad)(uri ${KISYSMOD}/Connector_Molex.pretty)(options "")(descr "Molex connector foottprints www.molex.com")) (lib (name Connector_Multicomp)(type KiCad)(uri ${KISYSMOD}/Connector_Multicomp.pretty)(options "")(descr "Multicomp connector foottprints")) (lib (name Connector_PCBEdge)(type KiCad)(uri ${KISYSMOD}/Connector_PCBEdge.pretty)(options "")(descr "PCB edge connectors (e.g. PCI, ISA, PCIe, ...)")) + (lib (name Connector_Phoenix_GMSTB)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_GMSTB.pretty)(options "")(descr "Phoenix GMSTB series (high voltage MSTB) connector footprints")) + (lib (name Connector_Phoenix_MC)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MC.pretty)(options "")(descr "Phoenix MC connector footprints")) + (lib (name Connector_Phoenix_MC_HighVoltage)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MC_HighVoltage.pretty)(options "")(descr "Phoenix high voltage (320V, 5.08mm pitch) MC connector footprints")) + (lib (name Connector_Phoenix_MSTB)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MSTB.pretty)(options "")(descr "Phoenix MSTB connector footprints")) (lib (name Connector_Pin)(type KiCad)(uri ${KISYSMOD}/Connector_Pin.pretty)(options "")(descr "Single (solder) pin conectors")) (lib (name Connector_PinHeader_1.00mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinHeader_1.00mm.pretty)(options "")(descr "Pin headers, 1.0mm pitch")) (lib (name Connector_PinHeader_1.27mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinHeader_1.27mm.pretty)(options "")(descr "Pin headers, 1.27mm pitch")) @@ -34,26 +39,25 @@ (lib (name Connector_PinSocket_1.27mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinSocket_1.27mm.pretty)(options "")(descr "Pin sockets, 1.27mm pitch")) (lib (name Connector_PinSocket_2.00mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinSocket_2.00mm.pretty)(options "")(descr "Pin sockets, 2.0mm pitch")) (lib (name Connector_PinSocket_2.54mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinSocket_2.54mm.pretty)(options "")(descr "Pin sockets, 2.54mm pitch")) - (lib (name Connector_Phoenix_MC)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MC.pretty)(options "")(descr "Phoenix MC connector footprints")) - (lib (name Connector_Phoenix_MC_HighVoltage)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MC_HighVoltage.pretty)(options "")(descr "Phoenix high voltage (320V, 5.08mm pitch) MC connector footprints")) - (lib (name Connector_Phoenix_MSTB)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MSTB.pretty)(options "")(descr "Phoenix MSTB connector footprints")) - (lib (name Connector_Phoenix_GMSTB)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_GMSTB.pretty)(options "")(descr "Phoenix GMSTB series (high voltage MSTB) connector footprints")) (lib (name Connector_RJ)(type KiCad)(uri ${KISYSMOD}/Connector_RJ.pretty)(options "")(descr "Registered Jack (RJ) connector footprints (e.g. RJ11, RJ45, ...)")) + (lib (name Connector_Samtec)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec.pretty)(options "")(descr "Samtec connector footprints")) + (lib (name Connector_Samtec_HLE_SMD)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec_HLE_SMD.pretty)(options "")(descr "Samtec surface mount HLE series connector footprints")) + (lib (name Connector_Samtec_HLE_THT)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec_HLE_THT.pretty)(options "")(descr "Samtec through hole HLE series connector footprints")) (lib (name Connector_SATA_SAS)(type KiCad)(uri ${KISYSMOD}/Connector_SATA_SAS.pretty)(options "")(descr "SATA/SAS connector footprints")) + (lib (name Connector_Stocko)(type KiCad)(uri ${KISYSMOD}/Connector_Stocko.pretty)(options "")(descr "Stocko_MKS_16*")) (lib (name Connector_TE-Connectivity)(type KiCad)(uri ${KISYSMOD}/Connector_TE-Connectivity.pretty)(options "")(descr "Footprints for connectors by TE Connectivity")) (lib (name Connector_USB)(type KiCad)(uri ${KISYSMOD}/Connector_USB.pretty)(options "")(descr "USB connector footprints")) (lib (name Connector_Wago)(type KiCad)(uri ${KISYSMOD}/Connector_Wago.pretty)(options "")(descr "Wago connector footprints")) (lib (name Connector_Wire)(type KiCad)(uri ${KISYSMOD}/Connector_Wire.pretty)(options "")(descr "Footprints for solder wire pads.")) - (lib (name Connector_Samtec)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec.pretty)(options "")(descr "Samtec connector footprints")) - (lib (name Connector_Samtec_HLE_SMD)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec_HLE_SMD.pretty)(options "")(descr "Samtec surface mount HLE series connector footprints")) - (lib (name Connector_Samtec_HLE_THT)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec_HLE_THT.pretty)(options "")(descr "Samtec through hole HLE series connector footprints")) + (lib (name Connector_Wuerth)(type KiCad)(uri ${KISYSMOD}/Connector_Wuerth.pretty)(options "")(descr "Wuerth_WR-WTB_6480*")) (lib (name Converter_ACDC)(type KiCad)(uri ${KISYSMOD}/Converter_ACDC.pretty)(options "")(descr "AC/DC converter footprints")) (lib (name Converter_DCDC)(type KiCad)(uri ${KISYSMOD}/Converter_DCDC.pretty)(options "")(descr "DC/DC converter footprints")) (lib (name Crystal)(type KiCad)(uri ${KISYSMOD}/Crystal.pretty)(options "")(descr "Crystal footprints")) (lib (name Diode_SMD)(type KiCad)(uri ${KISYSMOD}/Diode_SMD.pretty)(options "")(descr "Diode footprints, surface mount")) (lib (name Diode_THT)(type KiCad)(uri ${KISYSMOD}/Diode_THT.pretty)(options "")(descr "Diode footprints, through hole")) - (lib (name Display_7Segment)(type KiCad)(uri ${KISYSMOD}/Display_7Segment.pretty)(options "")(descr "Seven segment Display")) (lib (name Display)(type KiCad)(uri ${KISYSMOD}/Display.pretty)(options "")(descr "Display modules")) + (lib (name Display_7Segment)(type KiCad)(uri ${KISYSMOD}/Display_7Segment.pretty)(options "")(descr "Seven segment Display")) + (lib (name Ferrite_THT)(type KiCad)(uri ${KISYSMOD}/Ferrite_THT.pretty)(options "")(descr "LairdTech_28C0236-0JW-10")) (lib (name Fiducial)(type KiCad)(uri ${KISYSMOD}/Fiducial.pretty)(options "")(descr "Fiducial markings")) (lib (name Filter)(type KiCad)(uri ${KISYSMOD}/Filter.pretty)(options "")(descr "Filter footprints")) (lib (name Fuse)(type KiCad)(uri ${KISYSMOD}/Fuse.pretty)(options "")(descr "Fuse and fuse holder footprints")) @@ -64,6 +68,7 @@ (lib (name LED_SMD)(type KiCad)(uri ${KISYSMOD}/LED_SMD.pretty)(options "")(descr "Light emitting diodes (LED), surface mount")) (lib (name LED_THT)(type KiCad)(uri ${KISYSMOD}/LED_THT.pretty)(options "")(descr "Light emitting diodes (LED), through hole")) (lib (name Module)(type KiCad)(uri ${KISYSMOD}/Module.pretty)(options "")(descr "Footprints for SoM (System on Module)")) + (lib (name MountingEquipment)(type KiCad)(uri ${KISYSMOD}/MountingEquipment.pretty)(options "")(descr "DINRailAdapter_3xM3_PhoenixContact_1201578")) (lib (name MountingHole)(type KiCad)(uri ${KISYSMOD}/MountingHole.pretty)(options "")(descr "Mechanical fasteners")) (lib (name NetTie)(type KiCad)(uri ${KISYSMOD}/NetTie.pretty)(options "")(descr "Net ties")) (lib (name OptoDevice)(type KiCad)(uri ${KISYSMOD}/OptoDevice.pretty)(options "")(descr "Optical devices (light sensors, opto isolators/interrupters, laser diodes, fiber optical components ...)")) @@ -78,6 +83,7 @@ (lib (name Package_QFP)(type KiCad)(uri ${KISYSMOD}/Package_QFP.pretty)(options "")(descr "Quad Flat Package (QFP)")) (lib (name Package_SIP)(type KiCad)(uri ${KISYSMOD}/Package_SIP.pretty)(options "")(descr "Single Inline Package(SIP)")) (lib (name Package_SO)(type KiCad)(uri ${KISYSMOD}/Package_SO.pretty)(options "")(descr "Small Outline Integrated Circuits (SOIC, SSOP, xSOP, xSO)")) + (lib (name Package_SO_J-Lead)(type KiCad)(uri ${KISYSMOD}/Package_SO_J-Lead.pretty)(options "")(descr "TSOC-6_3.76x3.94mm_P1.27mm")) (lib (name Package_SON)(type KiCad)(uri ${KISYSMOD}/Package_SON.pretty)(options "")(descr "Small Outline No-Lead (SON)")) (lib (name Package_TO_SOT_SMD)(type KiCad)(uri ${KISYSMOD}/Package_TO_SOT_SMD.pretty)(options "")(descr "Surface mount transistor packages")) (lib (name Package_TO_SOT_THT)(type KiCad)(uri ${KISYSMOD}/Package_TO_SOT_THT.pretty)(options "")(descr "Through hole transistor packages")) @@ -87,10 +93,17 @@ (lib (name Relay_THT)(type KiCad)(uri ${KISYSMOD}/Relay_THT.pretty)(options "")(descr "Through hole relay packages")) (lib (name Resistor_SMD)(type KiCad)(uri ${KISYSMOD}/Resistor_SMD.pretty)(options "")(descr "Resistor footprints, surface mount (SMD)")) (lib (name Resistor_THT)(type KiCad)(uri ${KISYSMOD}/Resistor_THT.pretty)(options "")(descr "Resistor footprints, through hole (THT)")) + (lib (name RF)(type KiCad)(uri ${KISYSMOD}/RF.pretty)(options "")(descr "Skyworks_SKY*")) (lib (name RF_Antenna)(type KiCad)(uri ${KISYSMOD}/RF_Antenna.pretty)(options "")(descr "Radio-frequency / wireless antenna footprints")) + (lib (name RF_Converter)(type KiCad)(uri ${KISYSMOD}/RF_Converter.pretty)(options "")(descr "Anaren / Balun_Johanson / RF_Attenuator_Susumu")) + (lib (name RF_GPS)(type KiCad)(uri ${KISYSMOD}/RF_GPS.pretty)(options "")(descr "Linx / SIM28ML / Sierra / ublox")) + (lib (name RF_GSM)(type KiCad)(uri ${KISYSMOD}/RF_GSM.pretty)(options "")(descr "Quectel / SIMCom / Telit")) + (lib (name RF_Mini-Circuits)(type KiCad)(uri ${KISYSMOD}/RF_Mini-Circuits.pretty)(options "")(descr "Mini-Circuits_*")) (lib (name RF_Module)(type KiCad)(uri ${KISYSMOD}/RF_Module.pretty)(options "")(descr "Radio-frequency / wireless modules")) (lib (name RF_Shielding)(type KiCad)(uri ${KISYSMOD}/RF_Shielding.pretty)(options "")(descr "Specialied footprints for EMI shields and covers")) + (lib (name RF_WiFi)(type KiCad)(uri ${KISYSMOD}/RF_WiFi.pretty)(options "")(descr "USR-C322")) (lib (name Rotary_Encoder)(type KiCad)(uri ${KISYSMOD}/Rotary_Encoder.pretty)(options "")(descr "Rotary Encoder Footprints")) + (lib (name Sensor)(type KiCad)(uri ${KISYSMOD}/Sensor.pretty)(options "")(descr "Aosong / MQ-6 / SHT1x")) (lib (name Sensor_Audio)(type KiCad)(uri ${KISYSMOD}/Sensor_Audio.pretty)(options "")(descr "Specialized footprints for audio sensors")) (lib (name Sensor_Current)(type KiCad)(uri ${KISYSMOD}/Sensor_Current.pretty)(options "")(descr "Specialized footprints for current sensors")) (lib (name Sensor_Motion)(type KiCad)(uri ${KISYSMOD}/Sensor_Motion.pretty)(options "")(descr "Specialized footprints for motion sensors")) @@ -100,6 +113,7 @@ (lib (name Symbol)(type KiCad)(uri ${KISYSMOD}/Symbol.pretty)(options "")(descr "PCB symbols")) (lib (name TerminalBlock)(type KiCad)(uri ${KISYSMOD}/TerminalBlock.pretty)(options "")(descr "Footprints for terminal blocks that do not have their own manufacturer specific library.")) (lib (name TerminalBlock_4Ucon)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_4Ucon.pretty)(options "")(descr "4UCON terminal blocks")) + (lib (name TerminalBlock_Altech)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_Altech.pretty)(options "")(descr "Altech_AK300_1x*")) (lib (name TerminalBlock_Dinkle)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_Dinkle.pretty)(options "")(descr "Dinkle terminal blocks")) (lib (name TerminalBlock_MetzConnect)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_MetzConnect.pretty)(options "")(descr "Metz Connect terminal blocks")) (lib (name TerminalBlock_Philmore)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_Philmore.pretty)(options "")(descr "Philmore terminal blocks")) diff --git a/fp-lib-table-modules-all b/fp-lib-table-modules-all-5.1.5 similarity index 69% rename from fp-lib-table-modules-all rename to fp-lib-table-modules-all-5.1.5 index 94dc24c..f73f80c 100644 --- a/fp-lib-table-modules-all +++ b/fp-lib-table-modules-all-5.1.5 @@ -1,14 +1,28 @@ (fp_lib_table + (lib (name Air_Coils_SML_NEOSID)(type KiCad)(uri ${KISYSMOD}/Air_Coils_SML_NEOSID.pretty)(options "")(descr "DEPRECATED Neosid_Air-Coil_SML_*")) (lib (name Battery)(type KiCad)(uri ${KISYSMOD}/Battery.pretty)(options "")(descr "Battery and battery holder footprints")) + (lib (name Battery_Holders)(type KiCad)(uri ${KISYSMOD}/Battery_Holders.pretty)(options "")(descr "DEPRECATED Batteries and battery holders")) (lib (name Button_Switch_Keyboard)(type KiCad)(uri ${KISYSMOD}/Button_Switch_Keyboard.pretty)(options "")(descr "Buttons and switches for keyboard applications")) (lib (name Button_Switch_SMD)(type KiCad)(uri ${KISYSMOD}/Button_Switch_SMD.pretty)(options "")(descr "Buttons and switches, surface mount")) (lib (name Button_Switch_THT)(type KiCad)(uri ${KISYSMOD}/Button_Switch_THT.pretty)(options "")(descr "Buttons and switches, through hole")) + (lib (name Buttons_Switches_SMD)(type KiCad)(uri ${KISYSMOD}/Buttons_Switches_SMD.pretty)(options "")(descr "DEPRECATED Buttons and switches, surface mount")) + (lib (name Buttons_Switches_THT)(type KiCad)(uri ${KISYSMOD}/Buttons_Switches_THT.pretty)(options "")(descr "DEPRECATED Buttons and switches, through hole")) (lib (name Buzzer_Beeper)(type KiCad)(uri ${KISYSMOD}/Buzzer_Beeper.pretty)(options "")(descr "Audio signalling devices")) + (lib (name Buzzers_Beepers)(type KiCad)(uri ${KISYSMOD}/Buzzers_Beepers.pretty)(options "")(descr "DEPRECATED Audio signalling devices")) (lib (name Calibration_Scale)(type KiCad)(uri ${KISYSMOD}/Calibration_Scale.pretty)(options "")(descr "Scales and grids intended for calibration and measurement")) (lib (name Capacitor_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitor_SMD.pretty)(options "")(descr "Capacitor, surface mount")) - (lib (name Capacitor_THT)(type KiCad)(uri ${KISYSMOD}/Capacitor_THT.pretty)(options "")(descr "Capacitor, through hole")) (lib (name Capacitor_Tantalum_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitor_Tantalum_SMD.pretty)(options "")(descr "Tantalum Capacitor, surface mount")) - (lib (name Connector)(type KiCad)(uri ${KISYSMOD}/Connector.pretty)(options "")(descr "Generic/unsorted connector footprints")) + (lib (name Capacitor_THT)(type KiCad)(uri ${KISYSMOD}/Capacitor_THT.pretty)(options "")(descr "Capacitor, through hole")) + (lib (name Capacitors_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitors_SMD.pretty)(options "")(descr "DEPRECATED Capacitors, surface mount")) + (lib (name Capacitors_Tantalum_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitors_Tantalum_SMD.pretty)(options "")(descr "DEPRECATED Tantalum capacitors, surface mount")) + (lib (name Capacitors_THT)(type KiCad)(uri ${KISYSMOD}/Capacitors_THT.pretty)(options "")(descr "DEPRECATED Capacitors, through hole")) + (lib (name Choke_Axial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Axial_ThroughHole.pretty)(options "")(descr "DEPRECATED Choke_Horizontal_RM*")) + (lib (name Choke_Common-Mode_Wurth)(type KiCad)(uri ${KISYSMOD}/Choke_Common-Mode_Wurth.pretty)(options "")(descr "DEPRECATED CommonModeChoke_WuerthType-WE-CMB_Size-*")) + (lib (name Choke_Radial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Radial_ThroughHole.pretty)(options "")(descr "DEPRECATED Choke_Radial_*")) + (lib (name Choke_SMD)(type KiCad)(uri ${KISYSMOD}/Choke_SMD.pretty)(options "")(descr "DEPRECATED Choke_Double_SMD_Wuerth-WE-DD-Typ-* / Choke_SMD_* / Transformer_SMD_CurrentSense")) + (lib (name Choke_Toroid_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Toroid_ThroughHole.pretty)(options "")(descr "DEPRECATED Autotransformer_Toroid_* / Choke_Toroid_* / Transformer_Toroid_*")) + (lib (name Connector)(type KiCad)(uri ${KISYSMOD}/Connector.pretty)(options "")(descr "Assorted connector footprints")) + (lib (name Connector_AMASS)(type KiCad)(uri ${KISYSMOD}/Connector_AMASS.pretty)(options "")(descr "AMASS MR30*, XT30*, XT60*")) (lib (name Connector_Audio)(type KiCad)(uri ${KISYSMOD}/Connector_Audio.pretty)(options "")(descr "Audio connector footprints")) (lib (name Connector_BarrelJack)(type KiCad)(uri ${KISYSMOD}/Connector_BarrelJack.pretty)(options "")(descr "(DC) barrel jack connector footprints")) (lib (name Connector_Card)(type KiCad)(uri ${KISYSMOD}/Connector_Card.pretty)(options "")(descr "Card and card holder footprints")) @@ -16,8 +30,8 @@ (lib (name Connector_DIN)(type KiCad)(uri ${KISYSMOD}/Connector_DIN.pretty)(options "")(descr "DIN connector footprints")) (lib (name Connector_Dsub)(type KiCad)(uri ${KISYSMOD}/Connector_Dsub.pretty)(options "")(descr "DSub connector footprints")) (lib (name Connector_FFC-FPC)(type KiCad)(uri ${KISYSMOD}/Connector_FFC-FPC.pretty)(options "")(descr "FFC (Flexible Flat Cable) and FPC (Flexible Printed Circuit) connector footprints")) - (lib (name Connector_HDMI)(type KiCad)(uri ${KISYSMOD}/Connector_HDMI.pretty)(options "")(descr "HDMI connector footprints")) (lib (name Connector_Harwin)(type KiCad)(uri ${KISYSMOD}/Connector_Harwin.pretty)(options "")(descr "Harwin connector footprints")) + (lib (name Connector_HDMI)(type KiCad)(uri ${KISYSMOD}/Connector_HDMI.pretty)(options "")(descr "HDMI connector footprints")) (lib (name Connector_Hirose)(type KiCad)(uri ${KISYSMOD}/Connector_Hirose.pretty)(options "")(descr "Hirose connector footprints")) (lib (name Connector_IDC)(type KiCad)(uri ${KISYSMOD}/Connector_IDC.pretty)(options "")(descr "IDC connector footprints")) (lib (name Connector_JAE)(type KiCad)(uri ${KISYSMOD}/Connector_JAE.pretty)(options "")(descr "JAE connector footprints")) @@ -25,6 +39,10 @@ (lib (name Connector_Molex)(type KiCad)(uri ${KISYSMOD}/Connector_Molex.pretty)(options "")(descr "Molex connector foottprints www.molex.com")) (lib (name Connector_Multicomp)(type KiCad)(uri ${KISYSMOD}/Connector_Multicomp.pretty)(options "")(descr "Multicomp connector foottprints")) (lib (name Connector_PCBEdge)(type KiCad)(uri ${KISYSMOD}/Connector_PCBEdge.pretty)(options "")(descr "PCB edge connectors (e.g. PCI, ISA, PCIe, ...)")) + (lib (name Connector_Phoenix_GMSTB)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_GMSTB.pretty)(options "")(descr "Phoenix GMSTB series (high voltage MSTB) connector footprints")) + (lib (name Connector_Phoenix_MC)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MC.pretty)(options "")(descr "Phoenix MC connector footprints")) + (lib (name Connector_Phoenix_MC_HighVoltage)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MC_HighVoltage.pretty)(options "")(descr "Phoenix high voltage (320V, 5.08mm pitch) MC connector footprints")) + (lib (name Connector_Phoenix_MSTB)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MSTB.pretty)(options "")(descr "Phoenix MSTB connector footprints")) (lib (name Connector_Pin)(type KiCad)(uri ${KISYSMOD}/Connector_Pin.pretty)(options "")(descr "Single (solder) pin conectors")) (lib (name Connector_PinHeader_1.00mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinHeader_1.00mm.pretty)(options "")(descr "Pin headers, 1.0mm pitch")) (lib (name Connector_PinHeader_1.27mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinHeader_1.27mm.pretty)(options "")(descr "Pin headers, 1.27mm pitch")) @@ -34,40 +52,97 @@ (lib (name Connector_PinSocket_1.27mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinSocket_1.27mm.pretty)(options "")(descr "Pin sockets, 1.27mm pitch")) (lib (name Connector_PinSocket_2.00mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinSocket_2.00mm.pretty)(options "")(descr "Pin sockets, 2.0mm pitch")) (lib (name Connector_PinSocket_2.54mm)(type KiCad)(uri ${KISYSMOD}/Connector_PinSocket_2.54mm.pretty)(options "")(descr "Pin sockets, 2.54mm pitch")) - (lib (name Connector_Phoenix_MC)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MC.pretty)(options "")(descr "Phoenix MC connector footprints")) - (lib (name Connector_Phoenix_MC_HighVoltage)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MC_HighVoltage.pretty)(options "")(descr "Phoenix high voltage (320V, 5.08mm pitch) MC connector footprints")) - (lib (name Connector_Phoenix_MSTB)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_MSTB.pretty)(options "")(descr "Phoenix MSTB connector footprints")) - (lib (name Connector_Phoenix_GMSTB)(type KiCad)(uri ${KISYSMOD}/Connector_Phoenix_GMSTB.pretty)(options "")(descr "Phoenix GMSTB series (high voltage MSTB) connector footprints")) (lib (name Connector_RJ)(type KiCad)(uri ${KISYSMOD}/Connector_RJ.pretty)(options "")(descr "Registered Jack (RJ) connector footprints (e.g. RJ11, RJ45, ...)")) + (lib (name Connector_Samtec)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec.pretty)(options "")(descr "Samtec connector footprints")) + (lib (name Connector_Samtec_HLE_SMD)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec_HLE_SMD.pretty)(options "")(descr "Samtec surface mount HLE series connector footprints")) + (lib (name Connector_Samtec_HLE_THT)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec_HLE_THT.pretty)(options "")(descr "Samtec through hole HLE series connector footprints")) (lib (name Connector_SATA_SAS)(type KiCad)(uri ${KISYSMOD}/Connector_SATA_SAS.pretty)(options "")(descr "SATA/SAS connector footprints")) + (lib (name Connector_Stocko)(type KiCad)(uri ${KISYSMOD}/Connector_Stocko.pretty)(options "")(descr "Stocko_MKS_16*")) (lib (name Connector_TE-Connectivity)(type KiCad)(uri ${KISYSMOD}/Connector_TE-Connectivity.pretty)(options "")(descr "Footprints for connectors by TE Connectivity")) (lib (name Connector_USB)(type KiCad)(uri ${KISYSMOD}/Connector_USB.pretty)(options "")(descr "USB connector footprints")) (lib (name Connector_Wago)(type KiCad)(uri ${KISYSMOD}/Connector_Wago.pretty)(options "")(descr "Wago connector footprints")) (lib (name Connector_Wire)(type KiCad)(uri ${KISYSMOD}/Connector_Wire.pretty)(options "")(descr "Footprints for solder wire pads.")) - (lib (name Connector_Samtec)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec.pretty)(options "")(descr "Samtec connector footprints")) - (lib (name Connector_Samtec_HLE_SMD)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec_HLE_SMD.pretty)(options "")(descr "Samtec surface mount HLE series connector footprints")) - (lib (name Connector_Samtec_HLE_THT)(type KiCad)(uri ${KISYSMOD}/Connector_Samtec_HLE_THT.pretty)(options "")(descr "Samtec through hole HLE series connector footprints")) + (lib (name Connector_Wuerth)(type KiCad)(uri ${KISYSMOD}/Connector_Wuerth.pretty)(options "")(descr "Wuerth_WR-WTB_6480*")) + (lib (name Connectors)(type KiCad)(uri ${KISYSMOD}/Connectors.pretty)(options "")(descr "Generic/unsorted connector footprints")) + (lib (name Connectors_Card)(type KiCad)(uri ${KISYSMOD}/Connectors_Card.pretty)(options "")(descr "DEPRECATED Footprints for cards and card holders")) + (lib (name Connectors_Harwin)(type KiCad)(uri ${KISYSMOD}/Connectors_Harwin.pretty)(options "")(descr "DEPRECATED Harwin connector footprints www.harwin.com")) + (lib (name Connectors_HDMI)(type KiCad)(uri ${KISYSMOD}/Connectors_HDMI.pretty)(options "")(descr "DEPRECATED HDMI connector footprints")) + (lib (name Connectors_Hirose)(type KiCad)(uri ${KISYSMOD}/Connectors_Hirose.pretty)(options "")(descr "DEPRECATED Hirose connector footprints www.hirose.com")) + (lib (name Connectors_IEC_DIN)(type KiCad)(uri ${KISYSMOD}/Connectors_IEC_DIN.pretty)(options "")(descr "DEPRECATED DIN connector footprints")) + (lib (name Connectors_JAE)(type KiCad)(uri ${KISYSMOD}/Connectors_JAE.pretty)(options "")(descr "DEPRECATED JAE connector footprints http://www.jae.com/jccom/en/connectors")) + (lib (name Connectors_JST)(type KiCad)(uri ${KISYSMOD}/Connectors_JST.pretty)(options "")(descr "DEPRECATED JST connector footprints www.jst.com")) + (lib (name Connectors_Mini-Universal)(type KiCad)(uri ${KISYSMOD}/Connectors_Mini-Universal.pretty)(options "")(descr "DEPRECATED Mate-N-Lok")) + (lib (name Connectors_Molex)(type KiCad)(uri ${KISYSMOD}/Connectors_Molex.pretty)(options "")(descr "DEPRECATED Molex connector foottprints www.molex.com")) + (lib (name Connectors_Multicomp)(type KiCad)(uri ${KISYSMOD}/Connectors_Multicomp.pretty)(options "")(descr "DEPRECATED Multicomp connector footprints")) + (lib (name Connectors_Phoenix)(type KiCad)(uri ${KISYSMOD}/Connectors_Phoenix.pretty)(options "")(descr "DEPRECATED Phoenix connector footprints")) + (lib (name Connectors_Samtec)(type KiCad)(uri ${KISYSMOD}/Connectors_Samtec.pretty)(options "")(descr "DEPRECATED Samtec connector footprints")) + (lib (name Connectors_TE-Connectivity)(type KiCad)(uri ${KISYSMOD}/Connectors_TE-Connectivity.pretty)(options "")(descr "DEPRECATED TE Connectivity connector footprints www.te.com")) + (lib (name Connectors_Terminal_Blocks)(type KiCad)(uri ${KISYSMOD}/Connectors_Terminal_Blocks.pretty)(options "")(descr "DEPRECATED Terminal block connectors")) + (lib (name Connectors_WAGO)(type KiCad)(uri ${KISYSMOD}/Connectors_WAGO.pretty)(options "")(descr "DEPRECATED WAGO connector footprints www.wago.com")) (lib (name Converter_ACDC)(type KiCad)(uri ${KISYSMOD}/Converter_ACDC.pretty)(options "")(descr "AC/DC converter footprints")) (lib (name Converter_DCDC)(type KiCad)(uri ${KISYSMOD}/Converter_DCDC.pretty)(options "")(descr "DC/DC converter footprints")) + (lib (name Converters_DCDC_ACDC)(type KiCad)(uri ${KISYSMOD}/Converters_DCDC_ACDC.pretty)(options "")(descr "DEPRECATED DC-DC and AC-DC convertor modules")) (lib (name Crystal)(type KiCad)(uri ${KISYSMOD}/Crystal.pretty)(options "")(descr "Crystal footprints")) + (lib (name Crystals)(type KiCad)(uri ${KISYSMOD}/Crystals.pretty)(options "")(descr "DEPRECATED Crystals and oscillators")) (lib (name Diode_SMD)(type KiCad)(uri ${KISYSMOD}/Diode_SMD.pretty)(options "")(descr "Diode footprints, surface mount")) (lib (name Diode_THT)(type KiCad)(uri ${KISYSMOD}/Diode_THT.pretty)(options "")(descr "Diode footprints, through hole")) - (lib (name Display_7Segment)(type KiCad)(uri ${KISYSMOD}/Display_7Segment.pretty)(options "")(descr "Seven segment Display")) + (lib (name Diodes_SMD)(type KiCad)(uri ${KISYSMOD}/Diodes_SMD.pretty)(options "")(descr "DEPRECATED Diodes, surface mount")) + (lib (name Diodes_THT)(type KiCad)(uri ${KISYSMOD}/Diodes_THT.pretty)(options "")(descr "DEPRECATED Diodes, through hole")) (lib (name Display)(type KiCad)(uri ${KISYSMOD}/Display.pretty)(options "")(descr "Display modules")) + (lib (name Display_7Segment)(type KiCad)(uri ${KISYSMOD}/Display_7Segment.pretty)(options "")(descr "Seven segment Display")) + (lib (name Displays)(type KiCad)(uri ${KISYSMOD}/Displays.pretty)(options "")(descr "DEPRECATED Display modules")) + (lib (name Displays_7-Segment)(type KiCad)(uri ${KISYSMOD}/Displays_7-Segment.pretty)(options "")(descr "DEPRECATED Seven segment displays")) + (lib (name Enclosures)(type KiCad)(uri ${KISYSMOD}/Enclosures.pretty)(options "")(descr "DEPRECATED Electronics enclosures and housings")) + (lib (name EuroBoard_Outline)(type KiCad)(uri ${KISYSMOD}/EuroBoard_Outline.pretty)(options "")(descr "DEPRECATED - will be removed")) + (lib (name Ferrite_THT)(type KiCad)(uri ${KISYSMOD}/Ferrite_THT.pretty)(options "")(descr "LairdTech_28C0236-0JW-10")) (lib (name Fiducial)(type KiCad)(uri ${KISYSMOD}/Fiducial.pretty)(options "")(descr "Fiducial markings")) + (lib (name Fiducials)(type KiCad)(uri ${KISYSMOD}/Fiducials.pretty)(options "")(descr "DEPRECATED Fiducial markings")) (lib (name Filter)(type KiCad)(uri ${KISYSMOD}/Filter.pretty)(options "")(descr "Filter footprints")) + (lib (name Filters_HF_Coils_NEOSID)(type KiCad)(uri ${KISYSMOD}/Filters_HF_Coils_NEOSID.pretty)(options "")(descr "DEPRECATED Neosid_*")) (lib (name Fuse)(type KiCad)(uri ${KISYSMOD}/Fuse.pretty)(options "")(descr "Fuse and fuse holder footprints")) + (lib (name Fuse_Holders_and_Fuses)(type KiCad)(uri ${KISYSMOD}/Fuse_Holders_and_Fuses.pretty)(options "")(descr "DEPRECATED Fuses and fuse holders")) + (lib (name Hall-Effect_Transducers_LEM)(type KiCad)(uri ${KISYSMOD}/Hall-Effect_Transducers_LEM.pretty)(options "")(descr "DEPRECATED LEM hall effect transducers")) (lib (name Heatsink)(type KiCad)(uri ${KISYSMOD}/Heatsink.pretty)(options "")(descr "Heatsinks and thermal products")) + (lib (name Heatsinks)(type KiCad)(uri ${KISYSMOD}/Heatsinks.pretty)(options "")(descr "DEPRECATED Heatsinks and thermal products")) + (lib (name Housings_BGA)(type KiCad)(uri ${KISYSMOD}/Housings_BGA.pretty)(options "")(descr "DEPRECATED Ball Grid Array (BGA)")) + (lib (name Housings_CSP)(type KiCad)(uri ${KISYSMOD}/Housings_CSP.pretty)(options "")(descr "DEPRECATED Chip Scale Packages (CSP)")) + (lib (name Housings_DFN_QFN)(type KiCad)(uri ${KISYSMOD}/Housings_DFN_QFN.pretty)(options "")(descr "DEPRECATED Surface mount IC packages, DFN / LGA / QFN")) + (lib (name Housings_DIP)(type KiCad)(uri ${KISYSMOD}/Housings_DIP.pretty)(options "")(descr "DEPRECATED Through hole IC packages, DIP")) + (lib (name Housings_LCC)(type KiCad)(uri ${KISYSMOD}/Housings_LCC.pretty)(options "")(descr "DEPRECATED Leaded Chip Carriers (LCC)")) + (lib (name Housings_LGA)(type KiCad)(uri ${KISYSMOD}/Housings_LGA.pretty)(options "")(descr "DEPRECATED Land Grid Array (LGA)")) + (lib (name Housings_PGA)(type KiCad)(uri ${KISYSMOD}/Housings_PGA.pretty)(options "")(descr "DEPRECATED Pin Grid Array (PGA)")) + (lib (name Housings_QFP)(type KiCad)(uri ${KISYSMOD}/Housings_QFP.pretty)(options "")(descr "DEPRECATED Quad Flat Package (QFP)")) + (lib (name Housings_SIP)(type KiCad)(uri ${KISYSMOD}/Housings_SIP.pretty)(options "")(descr "DEPRECATED Single Inline Package(SIP)")) + (lib (name Housings_SOIC)(type KiCad)(uri ${KISYSMOD}/Housings_SOIC.pretty)(options "")(descr "DEPRECATED Small Outline Integrated Circuits (SOIC)")) + (lib (name Housings_SON)(type KiCad)(uri ${KISYSMOD}/Housings_SON.pretty)(options "")(descr "DEPRECATED Small Outline No-Lead (SON)")) + (lib (name Housings_SSOP)(type KiCad)(uri ${KISYSMOD}/Housings_SSOP.pretty)(options "")(descr "DEPRECATED SSOP, TSSOP, MSOP, QSOP, VSO packages")) (lib (name Inductor_SMD)(type KiCad)(uri ${KISYSMOD}/Inductor_SMD.pretty)(options "")(descr "Inductor footprints, surface mount")) (lib (name Inductor_THT)(type KiCad)(uri ${KISYSMOD}/Inductor_THT.pretty)(options "")(descr "Inductor footprints, through hole")) + (lib (name Inductors)(type KiCad)(uri ${KISYSMOD}/Inductors.pretty)(options "")(descr "DEPRECATED inductor_* / self*")) + (lib (name Inductors_NEOSID)(type KiCad)(uri ${KISYSMOD}/Inductors_NEOSID.pretty)(options "")(descr "DEPRECATED Neosid_Inductor_* / Neosid_MicroCoil")) + (lib (name Inductors_SMD)(type KiCad)(uri ${KISYSMOD}/Inductors_SMD.pretty)(options "")(descr "DEPRECATED Inductors, surface mount")) + (lib (name Inductors_THT)(type KiCad)(uri ${KISYSMOD}/Inductors_THT.pretty)(options "")(descr "DEPRECATED Inductors, through hole")) + (lib (name IR-DirectFETs)(type KiCad)(uri ${KISYSMOD}/IR-DirectFETs.pretty)(options "")(descr "DEPRECATED DirectFet packets from International Rectifier")) (lib (name Jumper)(type KiCad)(uri ${KISYSMOD}/Jumper.pretty)(options "")(descr "Jumpers, solder jumpers, ... footprints")) (lib (name LED_SMD)(type KiCad)(uri ${KISYSMOD}/LED_SMD.pretty)(options "")(descr "Light emitting diodes (LED), surface mount")) (lib (name LED_THT)(type KiCad)(uri ${KISYSMOD}/LED_THT.pretty)(options "")(descr "Light emitting diodes (LED), through hole")) + (lib (name LEDs)(type KiCad)(uri ${KISYSMOD}/LEDs.pretty)(options "")(descr "DEPRECATED Light emitting diodes (LEDs)")) + (lib (name Measurement_Points)(type KiCad)(uri ${KISYSMOD}/Measurement_Points.pretty)(options "")(descr "DEPRECATED Terminals for test equipment")) + (lib (name Measurement_Scales)(type KiCad)(uri ${KISYSMOD}/Measurement_Scales.pretty)(options "")(descr "DEPRECATED Measurement scales and gauges")) + (lib (name Mechanical_Sockets)(type KiCad)(uri ${KISYSMOD}/Mechanical_Sockets.pretty)(options "")(descr "DEPRECATED CardGuide_* / Socket_DIN41612-Case*")) + (lib (name Microwave)(type KiCad)(uri ${KISYSMOD}/Microwave.pretty)(options "")(descr "DEPRECATED Microwave")) (lib (name Module)(type KiCad)(uri ${KISYSMOD}/Module.pretty)(options "")(descr "Footprints for SoM (System on Module)")) + (lib (name Modules)(type KiCad)(uri ${KISYSMOD}/Modules.pretty)(options "")(descr "DEPRECATED Board-level devices integrating system functionality into a single module")) + (lib (name Mounting_Holes)(type KiCad)(uri ${KISYSMOD}/Mounting_Holes.pretty)(options "")(descr "DEPRECATED Mechanical fasteners")) + (lib (name MountingEquipment)(type KiCad)(uri ${KISYSMOD}/MountingEquipment.pretty)(options "")(descr "DINRailAdapter_3xM3_PhoenixContact_1201578")) (lib (name MountingHole)(type KiCad)(uri ${KISYSMOD}/MountingHole.pretty)(options "")(descr "Mechanical fasteners")) (lib (name NetTie)(type KiCad)(uri ${KISYSMOD}/NetTie.pretty)(options "")(descr "Net ties")) + (lib (name NF-Transformers_ETAL)(type KiCad)(uri ${KISYSMOD}/NF-Transformers_ETAL.pretty)(options "")(descr "DEPRECATED NF-Transformer_*")) + (lib (name Oddities)(type KiCad)(uri ${KISYSMOD}/Oddities.pretty)(options "")(descr "DEPRECATED Dummy_Empty / NetTie-*")) + (lib (name Opto-Devices)(type KiCad)(uri ${KISYSMOD}/Opto-Devices.pretty)(options "")(descr "DEPRECATED Optocouplers, light sensors, and other optical devices")) (lib (name OptoDevice)(type KiCad)(uri ${KISYSMOD}/OptoDevice.pretty)(options "")(descr "Optical devices (light sensors, opto isolators/interrupters, laser diodes, fiber optical components ...)")) (lib (name Oscillator)(type KiCad)(uri ${KISYSMOD}/Oscillator.pretty)(options "")(descr "Footprints for oscillator devices")) + (lib (name Oscillators)(type KiCad)(uri ${KISYSMOD}/Oscillators.pretty)(options "")(descr "DEPRECATED Precicision oscillator modules")) (lib (name Package_BGA)(type KiCad)(uri ${KISYSMOD}/Package_BGA.pretty)(options "")(descr "Ball Grid Array (BGA)")) (lib (name Package_CSP)(type KiCad)(uri ${KISYSMOD}/Package_CSP.pretty)(options "")(descr "Chip Scale Packages (CSP)")) (lib (name Package_DFN_QFN)(type KiCad)(uri ${KISYSMOD}/Package_DFN_QFN.pretty)(options "")(descr "Surface mount IC packages, DFN / LGA / QFN")) @@ -78,28 +153,54 @@ (lib (name Package_QFP)(type KiCad)(uri ${KISYSMOD}/Package_QFP.pretty)(options "")(descr "Quad Flat Package (QFP)")) (lib (name Package_SIP)(type KiCad)(uri ${KISYSMOD}/Package_SIP.pretty)(options "")(descr "Single Inline Package(SIP)")) (lib (name Package_SO)(type KiCad)(uri ${KISYSMOD}/Package_SO.pretty)(options "")(descr "Small Outline Integrated Circuits (SOIC, SSOP, xSOP, xSO)")) + (lib (name Package_SO_J-Lead)(type KiCad)(uri ${KISYSMOD}/Package_SO_J-Lead.pretty)(options "")(descr "TSOC-6_3.76x3.94mm_P1.27mm")) (lib (name Package_SON)(type KiCad)(uri ${KISYSMOD}/Package_SON.pretty)(options "")(descr "Small Outline No-Lead (SON)")) (lib (name Package_TO_SOT_SMD)(type KiCad)(uri ${KISYSMOD}/Package_TO_SOT_SMD.pretty)(options "")(descr "Surface mount transistor packages")) (lib (name Package_TO_SOT_THT)(type KiCad)(uri ${KISYSMOD}/Package_TO_SOT_THT.pretty)(options "")(descr "Through hole transistor packages")) + (lib (name PFF_PSF_PSS_Leadforms)(type KiCad)(uri ${KISYSMOD}/PFF_PSF_PSS_Leadforms.pretty)(options "")(descr "DEPRECATED Allegro leadform packages")) + (lib (name Pin_Headers)(type KiCad)(uri ${KISYSMOD}/Pin_Headers.pretty)(options "")(descr "DEPRECATED Male pin headers")) (lib (name Potentiometer_SMD)(type KiCad)(uri ${KISYSMOD}/Potentiometer_SMD.pretty)(options "")(descr "Potentiometer footprints, surface mount (SMD)")) (lib (name Potentiometer_THT)(type KiCad)(uri ${KISYSMOD}/Potentiometer_THT.pretty)(options "")(descr "Potentiometer footprints, through hole (THT)")) + (lib (name Potentiometers)(type KiCad)(uri ${KISYSMOD}/Potentiometers.pretty)(options "")(descr "DEPRECATED Potentiometers / variable resistors")) + (lib (name Power_Integrations)(type KiCad)(uri ${KISYSMOD}/Power_Integrations.pretty)(options "")(descr "DEPRECATED Power Integrations footprints")) (lib (name Relay_SMD)(type KiCad)(uri ${KISYSMOD}/Relay_SMD.pretty)(options "")(descr "Surface mount relay packages")) (lib (name Relay_THT)(type KiCad)(uri ${KISYSMOD}/Relay_THT.pretty)(options "")(descr "Through hole relay packages")) + (lib (name Relays_SMD)(type KiCad)(uri ${KISYSMOD}/Relays_SMD.pretty)(options "")(descr "DEPRECATED Surface mount relay packages")) + (lib (name Relays_THT)(type KiCad)(uri ${KISYSMOD}/Relays_THT.pretty)(options "")(descr "DEPRECATED Through hole relay packages")) (lib (name Resistor_SMD)(type KiCad)(uri ${KISYSMOD}/Resistor_SMD.pretty)(options "")(descr "Resistor footprints, surface mount (SMD)")) (lib (name Resistor_THT)(type KiCad)(uri ${KISYSMOD}/Resistor_THT.pretty)(options "")(descr "Resistor footprints, through hole (THT)")) + (lib (name Resistors_SMD)(type KiCad)(uri ${KISYSMOD}/Resistors_SMD.pretty)(options "")(descr "DEPRECATED Resistors, surface mount")) + (lib (name Resistors_THT)(type KiCad)(uri ${KISYSMOD}/Resistors_THT.pretty)(options "")(descr "DEPRECATED Resistors, through hole")) + (lib (name Resistors_Universal)(type KiCad)(uri ${KISYSMOD}/Resistors_Universal.pretty)(options "")(descr "DEPRECATED Experimental")) + (lib (name RF)(type KiCad)(uri ${KISYSMOD}/RF.pretty)(options "")(descr "Skyworks_SKY*")) (lib (name RF_Antenna)(type KiCad)(uri ${KISYSMOD}/RF_Antenna.pretty)(options "")(descr "Radio-frequency / wireless antenna footprints")) + (lib (name RF_Antennas)(type KiCad)(uri ${KISYSMOD}/RF_Antennas.pretty)(options "")(descr "DEPRECATED Radio-frequency / wireless antenna footprints")) + (lib (name RF_Converter)(type KiCad)(uri ${KISYSMOD}/RF_Converter.pretty)(options "")(descr "Anaren / Balun_Johanson / RF_Attenuator_Susumu")) + (lib (name RF_GPS)(type KiCad)(uri ${KISYSMOD}/RF_GPS.pretty)(options "")(descr "Linx / SIM28ML / Sierra / ublox")) + (lib (name RF_GSM)(type KiCad)(uri ${KISYSMOD}/RF_GSM.pretty)(options "")(descr "Quectel / SIMCom / Telit")) + (lib (name RF_Mini-Circuits)(type KiCad)(uri ${KISYSMOD}/RF_Mini-Circuits.pretty)(options "")(descr "Mini-Circuits_*")) (lib (name RF_Module)(type KiCad)(uri ${KISYSMOD}/RF_Module.pretty)(options "")(descr "Radio-frequency / wireless modules")) + (lib (name RF_Modules)(type KiCad)(uri ${KISYSMOD}/RF_Modules.pretty)(options "")(descr "DEPRECATED Radio-frequency / wireless modules")) (lib (name RF_Shielding)(type KiCad)(uri ${KISYSMOD}/RF_Shielding.pretty)(options "")(descr "Specialied footprints for EMI shields and covers")) + (lib (name RF_WiFi)(type KiCad)(uri ${KISYSMOD}/RF_WiFi.pretty)(options "")(descr "USR-C322")) (lib (name Rotary_Encoder)(type KiCad)(uri ${KISYSMOD}/Rotary_Encoder.pretty)(options "")(descr "Rotary Encoder Footprints")) + (lib (name Sensor)(type KiCad)(uri ${KISYSMOD}/Sensor.pretty)(options "")(descr "Aosong / MQ-6 / SHT1x")) (lib (name Sensor_Audio)(type KiCad)(uri ${KISYSMOD}/Sensor_Audio.pretty)(options "")(descr "Specialized footprints for audio sensors")) (lib (name Sensor_Current)(type KiCad)(uri ${KISYSMOD}/Sensor_Current.pretty)(options "")(descr "Specialized footprints for current sensors")) (lib (name Sensor_Motion)(type KiCad)(uri ${KISYSMOD}/Sensor_Motion.pretty)(options "")(descr "Specialized footprints for motion sensors")) (lib (name Sensor_Pressure)(type KiCad)(uri ${KISYSMOD}/Sensor_Pressure.pretty)(options "")(descr "Specialized footprints for pressure sensors")) (lib (name Sensor_Voltage)(type KiCad)(uri ${KISYSMOD}/Sensor_Voltage.pretty)(options "")(descr "Specialized footprints for voltage sensors")) + (lib (name Shielding_Cabinets)(type KiCad)(uri ${KISYSMOD}/Shielding_Cabinets.pretty)(options "")(descr "DEPRECATED RF / EMI shields")) + (lib (name SMD_Packages)(type KiCad)(uri ${KISYSMOD}/SMD_Packages.pretty)(options "")(descr "DEPRECATED Various SMD packages. Read only - footprints will be moved to other libraries")) (lib (name Socket)(type KiCad)(uri ${KISYSMOD}/Socket.pretty)(options "")(descr "Sockets")) + (lib (name Socket_Strips)(type KiCad)(uri ${KISYSMOD}/Socket_Strips.pretty)(options "")(descr "DEPRECATED Female socket strips")) + (lib (name Sockets)(type KiCad)(uri ${KISYSMOD}/Sockets.pretty)(options "")(descr "DEPRECATED IC sockets")) + (lib (name Sockets_MOLEX_KK-System)(type KiCad)(uri ${KISYSMOD}/Sockets_MOLEX_KK-System.pretty)(options "")(descr "DEPRECATED Socket_MOLEX-KK-RM*")) (lib (name Symbol)(type KiCad)(uri ${KISYSMOD}/Symbol.pretty)(options "")(descr "PCB symbols")) + (lib (name Symbols)(type KiCad)(uri ${KISYSMOD}/Symbols.pretty)(options "")(descr "DEPRECATED PCB symbols")) (lib (name TerminalBlock)(type KiCad)(uri ${KISYSMOD}/TerminalBlock.pretty)(options "")(descr "Footprints for terminal blocks that do not have their own manufacturer specific library.")) (lib (name TerminalBlock_4Ucon)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_4Ucon.pretty)(options "")(descr "4UCON terminal blocks")) + (lib (name TerminalBlock_Altech)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_Altech.pretty)(options "")(descr "Altech_AK300_1x*")) (lib (name TerminalBlock_Dinkle)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_Dinkle.pretty)(options "")(descr "Dinkle terminal blocks")) (lib (name TerminalBlock_MetzConnect)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_MetzConnect.pretty)(options "")(descr "Metz Connect terminal blocks")) (lib (name TerminalBlock_Philmore)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_Philmore.pretty)(options "")(descr "Philmore terminal blocks")) @@ -107,108 +208,22 @@ (lib (name TerminalBlock_RND)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_RND.pretty)(options "")(descr "RND terminal blocks")) (lib (name TerminalBlock_TE-Connectivity)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_TE-Connectivity.pretty)(options "")(descr "TE Connectivity terminal blocks")) (lib (name TerminalBlock_WAGO)(type KiCad)(uri ${KISYSMOD}/TerminalBlock_WAGO.pretty)(options "")(descr "WAGO terminal blocks")) + (lib (name TerminalBlocks_Phoenix)(type KiCad)(uri ${KISYSMOD}/TerminalBlocks_Phoenix.pretty)(options "")(descr "DEPRECATED Phoenix Contact terminal blocks")) + (lib (name TerminalBlocks_WAGO)(type KiCad)(uri ${KISYSMOD}/TerminalBlocks_WAGO.pretty)(options "")(descr "DEPRECATED WAGO terminal blocks")) (lib (name TestPoint)(type KiCad)(uri ${KISYSMOD}/TestPoint.pretty)(options "")(descr "Test points, measurement points, probe connection points")) + (lib (name TO_SOT_Packages_SMD)(type KiCad)(uri ${KISYSMOD}/TO_SOT_Packages_SMD.pretty)(options "")(descr "DEPRECATED Surface mount transistor packages")) + (lib (name TO_SOT_Packages_THT)(type KiCad)(uri ${KISYSMOD}/TO_SOT_Packages_THT.pretty)(options "")(descr "DEPRECATED Through hole transistor packages")) (lib (name Transformer_SMD)(type KiCad)(uri ${KISYSMOD}/Transformer_SMD.pretty)(options "")(descr "Surface mount transformers")) (lib (name Transformer_THT)(type KiCad)(uri ${KISYSMOD}/Transformer_THT.pretty)(options "")(descr "Through hole transformers")) + (lib (name Transformers_CHK)(type KiCad)(uri ${KISYSMOD}/Transformers_CHK.pretty)(options "")(descr "DEPRECATED Trafo_*")) + (lib (name Transformers_SMD)(type KiCad)(uri ${KISYSMOD}/Transformers_SMD.pretty)(options "")(descr "DEPRECATED Surface mount transformers")) + (lib (name Transformers_SMPS_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Transformers_SMPS_ThroughHole.pretty)(options "")(descr "DEPRECATED Coilcraft / ETD29*")) + (lib (name Transformers_THT)(type KiCad)(uri ${KISYSMOD}/Transformers_THT.pretty)(options "")(descr "DEPRECATED Through hole transformers")) + (lib (name Transistors_OldSowjetAera)(type KiCad)(uri ${KISYSMOD}/Transistors_OldSowjetAera.pretty)(options "")(descr "DEPRECATED Sowjet transistors")) (lib (name Valve)(type KiCad)(uri ${KISYSMOD}/Valve.pretty)(options "")(descr "Valve")) + (lib (name Valves)(type KiCad)(uri ${KISYSMOD}/Valves.pretty)(options "")(descr "DEPRECATED Valves")) (lib (name Varistor)(type KiCad)(uri ${KISYSMOD}/Varistor.pretty)(options "")(descr "Varistor")) - (lib (name Battery_Holders)(type KiCad)(uri ${KISYSMOD}/Battery_Holders.pretty)(options "")(descr "Batteries and battery holders")) - (lib (name Buttons_Switches_SMD)(type KiCad)(uri ${KISYSMOD}/Buttons_Switches_SMD.pretty)(options "")(descr "Buttons and switches, surface mount")) - (lib (name Buttons_Switches_THT)(type KiCad)(uri ${KISYSMOD}/Buttons_Switches_THT.pretty)(options "")(descr "Buttons and switches, through hole")) - (lib (name Buzzers_Beepers)(type KiCad)(uri ${KISYSMOD}/Buzzers_Beepers.pretty)(options "")(descr "Audio signalling devices")) - (lib (name Capacitors_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitors_SMD.pretty)(options "")(descr "Capacitors, surface mount")) - (lib (name Capacitors_Tantalum_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitors_Tantalum_SMD.pretty)(options "")(descr "Tantalum capacitors, surface mount")) - (lib (name Capacitors_THT)(type KiCad)(uri ${KISYSMOD}/Capacitors_THT.pretty)(options "")(descr "Capacitors, through hole")) - (lib (name Connectors_Card)(type KiCad)(uri ${KISYSMOD}/Connectors_Card.pretty)(options "")(descr "Footprints for cards and card holders")) - (lib (name Connectors_Harwin)(type KiCad)(uri ${KISYSMOD}/Connectors_Harwin.pretty)(options "")(descr "Harwin connector footprints www.harwin.com")) - (lib (name Connectors_HDMI)(type KiCad)(uri ${KISYSMOD}/Connectors_HDMI.pretty)(options "")(descr "HDMI connector footprints")) - (lib (name Connectors_Hirose)(type KiCad)(uri ${KISYSMOD}/Connectors_Hirose.pretty)(options "")(descr "Hirose connector footprints www.hirose.com")) - (lib (name Connectors_IEC_DIN)(type KiCad)(uri ${KISYSMOD}/Connectors_IEC_DIN.pretty)(options "")(descr "DIN connector footprints")) - (lib (name Connectors_JAE)(type KiCad)(uri ${KISYSMOD}/Connectors_JAE.pretty)(options "")(descr "JAE connector footprints http://www.jae.com/jccom/en/connectors")) - (lib (name Connectors_JST)(type KiCad)(uri ${KISYSMOD}/Connectors_JST.pretty)(options "")(descr "JST connector footprints www.jst.com")) - (lib (name Connectors_Mini-Universal)(type KiCad)(uri ${KISYSMOD}/Connectors_Mini-Universal.pretty)(options "")(descr Mate-N-Lok)) - (lib (name Connectors_Molex)(type KiCad)(uri ${KISYSMOD}/Connectors_Molex.pretty)(options "")(descr "Molex connector foottprints www.molex.com")) - (lib (name Connectors_Multicomp)(type KiCad)(uri ${KISYSMOD}/Connectors_Multicomp.pretty)(options "")(descr "Multicomp connector footprints")) - (lib (name Connectors_Phoenix)(type KiCad)(uri ${KISYSMOD}/Connectors_Phoenix.pretty)(options "")(descr "Phoenix connector footprints")) - (lib (name Connectors_Samtec)(type KiCad)(uri ${KISYSMOD}/Connectors_Samtec.pretty)(options "")(descr "Samtec connector footprints")) - (lib (name Connectors_TE-Connectivity)(type KiCad)(uri ${KISYSMOD}/Connectors_TE-Connectivity.pretty)(options "")(descr "TE Connectivity connector footprints www.te.com")) - (lib (name Connectors_Terminal_Blocks)(type KiCad)(uri ${KISYSMOD}/Connectors_Terminal_Blocks.pretty)(options "")(descr "Terminal block connectors")) - (lib (name Connectors_WAGO)(type KiCad)(uri ${KISYSMOD}/Connectors_WAGO.pretty)(options "")(descr "WAGO connector footprints www.wago.com")) - (lib (name Connectors)(type KiCad)(uri ${KISYSMOD}/Connectors.pretty)(options "")(descr "Assorted connector footprints")) - (lib (name Converters_DCDC_ACDC)(type KiCad)(uri ${KISYSMOD}/Converters_DCDC_ACDC.pretty)(options "")(descr "DC-DC and AC-DC convertor modules")) - (lib (name Crystals)(type KiCad)(uri ${KISYSMOD}/Crystals.pretty)(options "")(descr "Crystals and oscillators")) - (lib (name Diodes_SMD)(type KiCad)(uri ${KISYSMOD}/Diodes_SMD.pretty)(options "")(descr "Diodes, surface mount")) - (lib (name Diodes_THT)(type KiCad)(uri ${KISYSMOD}/Diodes_THT.pretty)(options "")(descr "Diodes, through hole")) - (lib (name Displays_7-Segment)(type KiCad)(uri ${KISYSMOD}/Displays_7-Segment.pretty)(options "")(descr "Seven segment displays")) - (lib (name Displays)(type KiCad)(uri ${KISYSMOD}/Displays.pretty)(options "")(descr "Display modules")) - (lib (name Enclosures)(type KiCad)(uri ${KISYSMOD}/Enclosures.pretty)(options "")(descr "Electronics enclosures and housings")) - (lib (name EuroBoard_Outline)(type KiCad)(uri ${KISYSMOD}/EuroBoard_Outline.pretty)(options "")(descr "Deprecated - will be removed")) - (lib (name Fiducials)(type KiCad)(uri ${KISYSMOD}/Fiducials.pretty)(options "")(descr "Fiducial markings")) - (lib (name Fuse_Holders_and_Fuses)(type KiCad)(uri ${KISYSMOD}/Fuse_Holders_and_Fuses.pretty)(options "")(descr "Fuses and fuse holders")) - (lib (name Hall-Effect_Transducers_LEM)(type KiCad)(uri ${KISYSMOD}/Hall-Effect_Transducers_LEM.pretty)(options "")(descr "LEM hall effect transducers")) - (lib (name Heatsinks)(type KiCad)(uri ${KISYSMOD}/Heatsinks.pretty)(options "")(descr "Heatsinks and thermal products")) - (lib (name Housings_BGA)(type KiCad)(uri ${KISYSMOD}/Housings_BGA.pretty)(options "")(descr "Ball Grid Array (BGA)")) - (lib (name Housings_CSP)(type KiCad)(uri ${KISYSMOD}/Housings_CSP.pretty)(options "")(descr "Chip Scale Packages (CSP)")) - (lib (name Housings_DFN_QFN)(type KiCad)(uri ${KISYSMOD}/Housings_DFN_QFN.pretty)(options "")(descr "Surface mount IC packages, DFN / LGA / QFN")) - (lib (name Housings_DIP)(type KiCad)(uri ${KISYSMOD}/Housings_DIP.pretty)(options "")(descr "Through hole IC packages, DIP")) - (lib (name Housings_LCC)(type KiCad)(uri ${KISYSMOD}/Housings_LCC.pretty)(options "")(descr "Leaded Chip Carriers (LCC)")) - (lib (name Housings_LGA)(type KiCad)(uri ${KISYSMOD}/Housings_LGA.pretty)(options "")(descr "Land Grid Array (LGA)")) - (lib (name Housings_PGA)(type KiCad)(uri ${KISYSMOD}/Housings_PGA.pretty)(options "")(descr "Pin Grid Array (PGA)")) - (lib (name Housings_QFP)(type KiCad)(uri ${KISYSMOD}/Housings_QFP.pretty)(options "")(descr "Quad Flat Package (QFP)")) - (lib (name Housings_SIP)(type KiCad)(uri ${KISYSMOD}/Housings_SIP.pretty)(options "")(descr "Single Inline Package(SIP)")) - (lib (name Housings_SOIC)(type KiCad)(uri ${KISYSMOD}/Housings_SOIC.pretty)(options "")(descr "Small Outline Integrated Circuits (SOIC)")) - (lib (name Housings_SON)(type KiCad)(uri ${KISYSMOD}/Housings_SON.pretty)(options "")(descr "Small Outline No-Lead (SON)")) - (lib (name Housings_SSOP)(type KiCad)(uri ${KISYSMOD}/Housings_SSOP.pretty)(options "")(descr "SSOP, TSSOP, MSOP, QSOP, VSO packages")) - (lib (name Inductors_SMD)(type KiCad)(uri ${KISYSMOD}/Inductors_SMD.pretty)(options "")(descr "Inductors, surface mount")) - (lib (name Inductors_THT)(type KiCad)(uri ${KISYSMOD}/Inductors_THT.pretty)(options "")(descr "Inductors, through hole")) - (lib (name IR-DirectFETs)(type KiCad)(uri ${KISYSMOD}/IR-DirectFETs.pretty)(options "")(descr "DirectFet packets from International Rectifier")) - (lib (name LEDs)(type KiCad)(uri ${KISYSMOD}/LEDs.pretty)(options "")(descr "Light emitting diodes (LEDs)")) - (lib (name Measurement_Points)(type KiCad)(uri ${KISYSMOD}/Measurement_Points.pretty)(options "")(descr "Terminals for test equipment")) - (lib (name Measurement_Scales)(type KiCad)(uri ${KISYSMOD}/Measurement_Scales.pretty)(options "")(descr "Measurement scales and gauges")) - (lib (name Microwave)(type KiCad)(uri ${KISYSMOD}/Microwave.pretty)(options "")(descr Microwave)) - (lib (name Modules)(type KiCad)(uri ${KISYSMOD}/Modules.pretty)(options "")(descr "Board-level devices integrating system functionality into a single module")) - (lib (name Mounting_Holes)(type KiCad)(uri ${KISYSMOD}/Mounting_Holes.pretty)(options "")(descr "Mechanical fasteners")) - (lib (name Opto-Devices)(type KiCad)(uri ${KISYSMOD}/Opto-Devices.pretty)(options "")(descr "Optocouplers, light sensors, and other optical devices")) - (lib (name Oscillators)(type KiCad)(uri ${KISYSMOD}/Oscillators.pretty)(options "")(descr "Precicision oscillator modules")) - (lib (name PFF_PSF_PSS_Leadforms)(type KiCad)(uri ${KISYSMOD}/PFF_PSF_PSS_Leadforms.pretty)(options "")(descr "Allegro leadform packages")) - (lib (name Pin_Headers)(type KiCad)(uri ${KISYSMOD}/Pin_Headers.pretty)(options "")(descr "Male pin headers")) - (lib (name Potentiometers)(type KiCad)(uri ${KISYSMOD}/Potentiometers.pretty)(options "")(descr "Potentiometers / variable resistors")) - (lib (name Power_Integrations)(type KiCad)(uri ${KISYSMOD}/Power_Integrations.pretty)(options "")(descr "Power Integrations footprints")) - (lib (name Relays_SMD)(type KiCad)(uri ${KISYSMOD}/Relays_SMD.pretty)(options "")(descr "Surface mount relay packages")) - (lib (name Relays_THT)(type KiCad)(uri ${KISYSMOD}/Relays_THT.pretty)(options "")(descr "Through hole relay packages")) - (lib (name Resistors_SMD)(type KiCad)(uri ${KISYSMOD}/Resistors_SMD.pretty)(options "")(descr "Resistors, surface mount")) - (lib (name Resistors_THT)(type KiCad)(uri ${KISYSMOD}/Resistors_THT.pretty)(options "")(descr "Resistors, through hole")) - (lib (name Resistors_Universal)(type KiCad)(uri ${KISYSMOD}/Resistors_Universal.pretty)(options "")(descr Experimental)) - (lib (name RF_Antennas)(type KiCad)(uri ${KISYSMOD}/RF_Antennas.pretty)(options "")(descr "Radio-frequency / wireless antenna footprints")) - (lib (name RF_Modules)(type KiCad)(uri ${KISYSMOD}/RF_Modules.pretty)(options "")(descr "Radio-frequency / wireless modules")) - (lib (name Shielding_Cabinets)(type KiCad)(uri ${KISYSMOD}/Shielding_Cabinets.pretty)(options "")(descr "RF / EMI shields")) - (lib (name SMD_Packages)(type KiCad)(uri ${KISYSMOD}/SMD_Packages.pretty)(options "")(descr "Various SMD packages. Read only - footprints will be moved to other libraries")) - (lib (name Socket_Strips)(type KiCad)(uri ${KISYSMOD}/Socket_Strips.pretty)(options "")(descr "Female socket strips")) - (lib (name Sockets)(type KiCad)(uri ${KISYSMOD}/Sockets.pretty)(options "")(descr "IC sockets")) - (lib (name Symbols)(type KiCad)(uri ${KISYSMOD}/Symbols.pretty)(options "")(descr "PCB symbols")) - (lib (name TerminalBlocks_Phoenix)(type KiCad)(uri ${KISYSMOD}/TerminalBlocks_Phoenix.pretty)(options "")(descr "Phoenix Contact terminal blocks")) - (lib (name TerminalBlocks_WAGO)(type KiCad)(uri ${KISYSMOD}/TerminalBlocks_WAGO.pretty)(options "")(descr "WAGO terminal blocks")) - (lib (name TO_SOT_Packages_SMD)(type KiCad)(uri ${KISYSMOD}/TO_SOT_Packages_SMD.pretty)(options "")(descr "Surface mount transistor packages")) - (lib (name TO_SOT_Packages_THT)(type KiCad)(uri ${KISYSMOD}/TO_SOT_Packages_THT.pretty)(options "")(descr "Through hole transistor packages")) - (lib (name Transformers_SMD)(type KiCad)(uri ${KISYSMOD}/Transformers_SMD.pretty)(options "")(descr "Surface mount transformers")) - (lib (name Transformers_THT)(type KiCad)(uri ${KISYSMOD}/Transformers_THT.pretty)(options "")(descr "Through hole transformers")) - (lib (name Transistors_OldSowjetAera)(type KiCad)(uri ${KISYSMOD}/Transistors_OldSowjetAera.pretty)(options "")(descr "Sowjet transistors")) - (lib (name Valves)(type KiCad)(uri ${KISYSMOD}/Valves.pretty)(options "")(descr Valves)) - (lib (name Varistors)(type KiCad)(uri ${KISYSMOD}/Varistors.pretty)(options "")(descr Varistors)) - (lib (name Wire_Connections_Bridges)(type KiCad)(uri ${KISYSMOD}/Wire_Connections_Bridges.pretty)(options "")(descr "PCB bridging points")) - (lib (name Wire_Pads)(type KiCad)(uri ${KISYSMOD}/Wire_Pads.pretty)(options "")(descr "Direct wire-to-board connection points")) - (lib (name Air_Coils_SML_NEOSID)(type KiCad)(uri ${KISYSMOD}/Air_Coils_SML_NEOSID.pretty)(options "")(descr "")) - (lib (name Choke_Axial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Axial_ThroughHole.pretty)(options "")(descr "")) - (lib (name Choke_Common-Mode_Wurth)(type KiCad)(uri ${KISYSMOD}/Choke_Common-Mode_Wurth.pretty)(options "")(descr "")) - (lib (name Choke_Radial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Radial_ThroughHole.pretty)(options "")(descr "")) - (lib (name Choke_SMD)(type KiCad)(uri ${KISYSMOD}/Choke_SMD.pretty)(options "")(descr "")) - (lib (name Choke_Toroid_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Toroid_ThroughHole.pretty)(options "")(descr "")) - (lib (name Filters_HF_Coils_NEOSID)(type KiCad)(uri ${KISYSMOD}/Filters_HF_Coils_NEOSID.pretty)(options "")(descr "")) - (lib (name Inductors)(type KiCad)(uri ${KISYSMOD}/Inductors.pretty)(options "")(descr "")) - (lib (name Inductors_NEOSID)(type KiCad)(uri ${KISYSMOD}/Inductors_NEOSID.pretty)(options "")(descr "")) - (lib (name NF-Transformers_ETAL)(type KiCad)(uri ${KISYSMOD}/NF-Transformers_ETAL.pretty)(options "")(descr "")) - (lib (name Oddities)(type KiCad)(uri ${KISYSMOD}/Oddities.pretty)(options "")(descr "")) - (lib (name Sockets_MOLEX_KK-System)(type KiCad)(uri ${KISYSMOD}/Sockets_MOLEX_KK-System.pretty)(options "")(descr "")) - (lib (name Transformers_CHK)(type KiCad)(uri ${KISYSMOD}/Transformers_CHK.pretty)(options "")(descr "")) - (lib (name Transformers_SMPS_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Transformers_SMPS_ThroughHole.pretty)(options "")(descr "")) + (lib (name Varistors)(type KiCad)(uri ${KISYSMOD}/Varistors.pretty)(options "")(descr "DEPRECATED Varistors")) + (lib (name Wire_Connections_Bridges)(type KiCad)(uri ${KISYSMOD}/Wire_Connections_Bridges.pretty)(options "")(descr "DEPRECATED PCB bridging points")) + (lib (name Wire_Pads)(type KiCad)(uri ${KISYSMOD}/Wire_Pads.pretty)(options "")(descr "DEPRECATED Direct wire-to-board connection points")) ) diff --git a/fp-lib-table-modules-nothing b/fp-lib-table-modules-nothing-5.1.5 similarity index 100% rename from fp-lib-table-modules-nothing rename to fp-lib-table-modules-nothing-5.1.5 diff --git a/fp-lib-table-modules-old b/fp-lib-table-modules-old-5.1.5 similarity index 91% rename from fp-lib-table-modules-old rename to fp-lib-table-modules-old-5.1.5 index 887672f..c039b9b 100644 --- a/fp-lib-table-modules-old +++ b/fp-lib-table-modules-old-5.1.5 @@ -1,4 +1,5 @@ (fp_lib_table + (lib (name Air_Coils_SML_NEOSID)(type KiCad)(uri ${KISYSMOD}/Air_Coils_SML_NEOSID.pretty)(options "")(descr "Neosid_Air-Coil_SML_*")) (lib (name Battery_Holders)(type KiCad)(uri ${KISYSMOD}/Battery_Holders.pretty)(options "")(descr "Batteries and battery holders")) (lib (name Buttons_Switches_SMD)(type KiCad)(uri ${KISYSMOD}/Buttons_Switches_SMD.pretty)(options "")(descr "Buttons and switches, surface mount")) (lib (name Buttons_Switches_THT)(type KiCad)(uri ${KISYSMOD}/Buttons_Switches_THT.pretty)(options "")(descr "Buttons and switches, through hole")) @@ -6,6 +7,12 @@ (lib (name Capacitors_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitors_SMD.pretty)(options "")(descr "Capacitors, surface mount")) (lib (name Capacitors_Tantalum_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitors_Tantalum_SMD.pretty)(options "")(descr "Tantalum capacitors, surface mount")) (lib (name Capacitors_THT)(type KiCad)(uri ${KISYSMOD}/Capacitors_THT.pretty)(options "")(descr "Capacitors, through hole")) + (lib (name Choke_Axial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Axial_ThroughHole.pretty)(options "")(descr "Choke_Horizontal_RM*")) + (lib (name Choke_Common-Mode_Wurth)(type KiCad)(uri ${KISYSMOD}/Choke_Common-Mode_Wurth.pretty)(options "")(descr "CommonModeChoke_WuerthType-WE-CMB_Size-*")) + (lib (name Choke_Radial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Radial_ThroughHole.pretty)(options "")(descr "Choke_Radial_*")) + (lib (name Choke_SMD)(type KiCad)(uri ${KISYSMOD}/Choke_SMD.pretty)(options "")(descr "Choke_Double_SMD_Wuerth-WE-DD-Typ-* / Choke_SMD_* / Transformer_SMD_CurrentSense")) + (lib (name Choke_Toroid_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Toroid_ThroughHole.pretty)(options "")(descr "Autotransformer_Toroid_* / Choke_Toroid_* / Transformer_Toroid_*")) + (lib (name Connectors)(type KiCad)(uri ${KISYSMOD}/Connectors.pretty)(options "")(descr "Assorted connector footprints")) (lib (name Connectors_Card)(type KiCad)(uri ${KISYSMOD}/Connectors_Card.pretty)(options "")(descr "Footprints for cards and card holders")) (lib (name Connectors_Harwin)(type KiCad)(uri ${KISYSMOD}/Connectors_Harwin.pretty)(options "")(descr "Harwin connector footprints www.harwin.com")) (lib (name Connectors_HDMI)(type KiCad)(uri ${KISYSMOD}/Connectors_HDMI.pretty)(options "")(descr "HDMI connector footprints")) @@ -21,16 +28,16 @@ (lib (name Connectors_TE-Connectivity)(type KiCad)(uri ${KISYSMOD}/Connectors_TE-Connectivity.pretty)(options "")(descr "TE Connectivity connector footprints www.te.com")) (lib (name Connectors_Terminal_Blocks)(type KiCad)(uri ${KISYSMOD}/Connectors_Terminal_Blocks.pretty)(options "")(descr "Terminal block connectors")) (lib (name Connectors_WAGO)(type KiCad)(uri ${KISYSMOD}/Connectors_WAGO.pretty)(options "")(descr "WAGO connector footprints www.wago.com")) - (lib (name Connectors)(type KiCad)(uri ${KISYSMOD}/Connectors.pretty)(options "")(descr "Assorted connector footprints")) (lib (name Converters_DCDC_ACDC)(type KiCad)(uri ${KISYSMOD}/Converters_DCDC_ACDC.pretty)(options "")(descr "DC-DC and AC-DC convertor modules")) (lib (name Crystals)(type KiCad)(uri ${KISYSMOD}/Crystals.pretty)(options "")(descr "Crystals and oscillators")) (lib (name Diodes_SMD)(type KiCad)(uri ${KISYSMOD}/Diodes_SMD.pretty)(options "")(descr "Diodes, surface mount")) (lib (name Diodes_THT)(type KiCad)(uri ${KISYSMOD}/Diodes_THT.pretty)(options "")(descr "Diodes, through hole")) - (lib (name Displays_7-Segment)(type KiCad)(uri ${KISYSMOD}/Displays_7-Segment.pretty)(options "")(descr "Seven segment displays")) (lib (name Displays)(type KiCad)(uri ${KISYSMOD}/Displays.pretty)(options "")(descr "Display modules")) + (lib (name Displays_7-Segment)(type KiCad)(uri ${KISYSMOD}/Displays_7-Segment.pretty)(options "")(descr "Seven segment displays")) (lib (name Enclosures)(type KiCad)(uri ${KISYSMOD}/Enclosures.pretty)(options "")(descr "Electronics enclosures and housings")) (lib (name EuroBoard_Outline)(type KiCad)(uri ${KISYSMOD}/EuroBoard_Outline.pretty)(options "")(descr "Deprecated - will be removed")) (lib (name Fiducials)(type KiCad)(uri ${KISYSMOD}/Fiducials.pretty)(options "")(descr "Fiducial markings")) + (lib (name Filters_HF_Coils_NEOSID)(type KiCad)(uri ${KISYSMOD}/Filters_HF_Coils_NEOSID.pretty)(options "")(descr "Neosid_*")) (lib (name Fuse_Holders_and_Fuses)(type KiCad)(uri ${KISYSMOD}/Fuse_Holders_and_Fuses.pretty)(options "")(descr "Fuses and fuse holders")) (lib (name Hall-Effect_Transducers_LEM)(type KiCad)(uri ${KISYSMOD}/Hall-Effect_Transducers_LEM.pretty)(options "")(descr "LEM hall effect transducers")) (lib (name Heatsinks)(type KiCad)(uri ${KISYSMOD}/Heatsinks.pretty)(options "")(descr "Heatsinks and thermal products")) @@ -46,15 +53,20 @@ (lib (name Housings_SOIC)(type KiCad)(uri ${KISYSMOD}/Housings_SOIC.pretty)(options "")(descr "Small Outline Integrated Circuits (SOIC)")) (lib (name Housings_SON)(type KiCad)(uri ${KISYSMOD}/Housings_SON.pretty)(options "")(descr "Small Outline No-Lead (SON)")) (lib (name Housings_SSOP)(type KiCad)(uri ${KISYSMOD}/Housings_SSOP.pretty)(options "")(descr "SSOP, TSSOP, MSOP, QSOP, VSO packages")) + (lib (name Inductors)(type KiCad)(uri ${KISYSMOD}/Inductors.pretty)(options "")(descr "inductor_* / self*")) + (lib (name Inductors_NEOSID)(type KiCad)(uri ${KISYSMOD}/Inductors_NEOSID.pretty)(options "")(descr "Neosid_Inductor_* / Neosid_MicroCoil")) (lib (name Inductors_SMD)(type KiCad)(uri ${KISYSMOD}/Inductors_SMD.pretty)(options "")(descr "Inductors, surface mount")) (lib (name Inductors_THT)(type KiCad)(uri ${KISYSMOD}/Inductors_THT.pretty)(options "")(descr "Inductors, through hole")) (lib (name IR-DirectFETs)(type KiCad)(uri ${KISYSMOD}/IR-DirectFETs.pretty)(options "")(descr "DirectFet packets from International Rectifier")) (lib (name LEDs)(type KiCad)(uri ${KISYSMOD}/LEDs.pretty)(options "")(descr "Light emitting diodes (LEDs)")) (lib (name Measurement_Points)(type KiCad)(uri ${KISYSMOD}/Measurement_Points.pretty)(options "")(descr "Terminals for test equipment")) (lib (name Measurement_Scales)(type KiCad)(uri ${KISYSMOD}/Measurement_Scales.pretty)(options "")(descr "Measurement scales and gauges")) + (lib (name Mechanical_Sockets)(type KiCad)(uri ${KISYSMOD}/Mechanical_Sockets.pretty)(options "")(descr "CardGuide_* / Socket_DIN41612-Case*")) (lib (name Microwave)(type KiCad)(uri ${KISYSMOD}/Microwave.pretty)(options "")(descr Microwave)) (lib (name Modules)(type KiCad)(uri ${KISYSMOD}/Modules.pretty)(options "")(descr "Board-level devices integrating system functionality into a single module")) (lib (name Mounting_Holes)(type KiCad)(uri ${KISYSMOD}/Mounting_Holes.pretty)(options "")(descr "Mechanical fasteners")) + (lib (name NF-Transformers_ETAL)(type KiCad)(uri ${KISYSMOD}/NF-Transformers_ETAL.pretty)(options "")(descr "NF-Transformer_*")) + (lib (name Oddities)(type KiCad)(uri ${KISYSMOD}/Oddities.pretty)(options "")(descr "Dummy_Empty / NetTie-*")) (lib (name Opto-Devices)(type KiCad)(uri ${KISYSMOD}/Opto-Devices.pretty)(options "")(descr "Optocouplers, light sensors, and other optical devices")) (lib (name Oscillators)(type KiCad)(uri ${KISYSMOD}/Oscillators.pretty)(options "")(descr "Precicision oscillator modules")) (lib (name PFF_PSF_PSS_Leadforms)(type KiCad)(uri ${KISYSMOD}/PFF_PSF_PSS_Leadforms.pretty)(options "")(descr "Allegro leadform packages")) @@ -72,30 +84,19 @@ (lib (name SMD_Packages)(type KiCad)(uri ${KISYSMOD}/SMD_Packages.pretty)(options "")(descr "Various SMD packages. Read only - footprints will be moved to other libraries")) (lib (name Socket_Strips)(type KiCad)(uri ${KISYSMOD}/Socket_Strips.pretty)(options "")(descr "Female socket strips")) (lib (name Sockets)(type KiCad)(uri ${KISYSMOD}/Sockets.pretty)(options "")(descr "IC sockets")) + (lib (name Sockets_MOLEX_KK-System)(type KiCad)(uri ${KISYSMOD}/Sockets_MOLEX_KK-System.pretty)(options "")(descr "Socket_MOLEX-KK-RM*")) (lib (name Symbols)(type KiCad)(uri ${KISYSMOD}/Symbols.pretty)(options "")(descr "PCB symbols")) (lib (name TerminalBlocks_Phoenix)(type KiCad)(uri ${KISYSMOD}/TerminalBlocks_Phoenix.pretty)(options "")(descr "Phoenix Contact terminal blocks")) (lib (name TerminalBlocks_WAGO)(type KiCad)(uri ${KISYSMOD}/TerminalBlocks_WAGO.pretty)(options "")(descr "WAGO terminal blocks")) (lib (name TO_SOT_Packages_SMD)(type KiCad)(uri ${KISYSMOD}/TO_SOT_Packages_SMD.pretty)(options "")(descr "Surface mount transistor packages")) (lib (name TO_SOT_Packages_THT)(type KiCad)(uri ${KISYSMOD}/TO_SOT_Packages_THT.pretty)(options "")(descr "Through hole transistor packages")) + (lib (name Transformers_CHK)(type KiCad)(uri ${KISYSMOD}/Transformers_CHK.pretty)(options "")(descr "Trafo_*")) (lib (name Transformers_SMD)(type KiCad)(uri ${KISYSMOD}/Transformers_SMD.pretty)(options "")(descr "Surface mount transformers")) + (lib (name Transformers_SMPS_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Transformers_SMPS_ThroughHole.pretty)(options "")(descr "Coilcraft / ETD29*")) (lib (name Transformers_THT)(type KiCad)(uri ${KISYSMOD}/Transformers_THT.pretty)(options "")(descr "Through hole transformers")) (lib (name Transistors_OldSowjetAera)(type KiCad)(uri ${KISYSMOD}/Transistors_OldSowjetAera.pretty)(options "")(descr "Sowjet transistors")) (lib (name Valves)(type KiCad)(uri ${KISYSMOD}/Valves.pretty)(options "")(descr Valves)) (lib (name Varistors)(type KiCad)(uri ${KISYSMOD}/Varistors.pretty)(options "")(descr Varistors)) (lib (name Wire_Connections_Bridges)(type KiCad)(uri ${KISYSMOD}/Wire_Connections_Bridges.pretty)(options "")(descr "PCB bridging points")) (lib (name Wire_Pads)(type KiCad)(uri ${KISYSMOD}/Wire_Pads.pretty)(options "")(descr "Direct wire-to-board connection points")) - (lib (name Air_Coils_SML_NEOSID)(type KiCad)(uri ${KISYSMOD}/Air_Coils_SML_NEOSID.pretty)(options "")(descr "")) - (lib (name Choke_Axial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Axial_ThroughHole.pretty)(options "")(descr "")) - (lib (name Choke_Common-Mode_Wurth)(type KiCad)(uri ${KISYSMOD}/Choke_Common-Mode_Wurth.pretty)(options "")(descr "")) - (lib (name Choke_Radial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Radial_ThroughHole.pretty)(options "")(descr "")) - (lib (name Choke_SMD)(type KiCad)(uri ${KISYSMOD}/Choke_SMD.pretty)(options "")(descr "")) - (lib (name Choke_Toroid_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Toroid_ThroughHole.pretty)(options "")(descr "")) - (lib (name Filters_HF_Coils_NEOSID)(type KiCad)(uri ${KISYSMOD}/Filters_HF_Coils_NEOSID.pretty)(options "")(descr "")) - (lib (name Inductors)(type KiCad)(uri ${KISYSMOD}/Inductors.pretty)(options "")(descr "")) - (lib (name Inductors_NEOSID)(type KiCad)(uri ${KISYSMOD}/Inductors_NEOSID.pretty)(options "")(descr "")) - (lib (name NF-Transformers_ETAL)(type KiCad)(uri ${KISYSMOD}/NF-Transformers_ETAL.pretty)(options "")(descr "")) - (lib (name Oddities)(type KiCad)(uri ${KISYSMOD}/Oddities.pretty)(options "")(descr "")) - (lib (name Sockets_MOLEX_KK-System)(type KiCad)(uri ${KISYSMOD}/Sockets_MOLEX_KK-System.pretty)(options "")(descr "")) - (lib (name Transformers_CHK)(type KiCad)(uri ${KISYSMOD}/Transformers_CHK.pretty)(options "")(descr "")) - (lib (name Transformers_SMPS_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Transformers_SMPS_ThroughHole.pretty)(options "")(descr "")) ) diff --git a/kicad-5.0.1-nostrip.patch b/kicad-5.0.1-nostrip.patch deleted file mode 100644 index 3f75fd4..0000000 --- a/kicad-5.0.1-nostrip.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur kicad-5.0.1/CMakeLists.txt kicad-5.0.1_patched/CMakeLists.txt ---- kicad-5.0.1/CMakeLists.txt 2018-10-09 00:14:38.000000000 +0300 -+++ kicad-5.0.1_patched/CMakeLists.txt 2018-11-26 20:20:31.821132164 +0300 -@@ -295,7 +295,6 @@ - endif() - - if( MINGW ) -- set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" ) - - # _UNICODE definition seems needed under mingw/gcc 4.8 - # (Kicad uses unicode, and on Windows, wxWidgets >= 2.9.4 is mandatory -@@ -335,7 +334,6 @@ - set( CMAKE_SHARED_LINKER_FLAGS "${TO_LINKER},--no-undefined" ) - set( CMAKE_MODULE_LINKER_FLAGS "${TO_LINKER},--no-undefined" ) - -- set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" ) - - # Defeat ELF's ability to use the GOT to replace locally implemented functions - # with ones from another module. diff --git a/kicad-5.1.5-nostrip.patch b/kicad-5.1.5-nostrip.patch new file mode 100644 index 0000000..6230381 --- /dev/null +++ b/kicad-5.1.5-nostrip.patch @@ -0,0 +1,19 @@ +diff -ur kicad-5.1.5/CMakeLists.txt kicad-5.1.5_patched/CMakeLists.txt +--- kicad-5.1.5/CMakeLists.txt 2019-11-14 20:09:45.000000000 +0300 ++++ kicad-5.1.5_patched/CMakeLists.txt 2020-01-26 15:06:50.340865974 +0300 +@@ -326,7 +326,6 @@ + endif() + + if( MINGW ) +- set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" ) + + # Since version 2.8.5, Cmake uses a response file (.rsp) to + # pass the list of include paths to gcc +@@ -358,7 +357,6 @@ + set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" ) + set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) + +- set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" ) + + # Defeat ELF's ability to use the GOT to replace locally implemented functions + # with ones from another module. diff --git a/kicad.spec b/kicad.spec index 7198107..06fad04 100644 --- a/kicad.spec +++ b/kicad.spec @@ -3,153 +3,152 @@ %define major 2.0.0 %define libkicad_3dsg %mklibname kicad_3dsg %{major} -%define docname kicad-doc -%define libname kicad-symbols -%define i18nname kicad-i18n - -%define oldoldver 4.0.6 -%define oldver 4.0.7 - Summary: EDA software suite for creation of schematic diagrams and PCBs Name: kicad -Version: 5.0.2 +Version: 5.1.5 Release: 1 Epoch: 2 License: GPLv2+ Group: Sciences/Computer science Url: http://www.kicad-pcb.org Source0: https://launchpad.net/kicad/5.0/%{version}/+download/%{name}-%{version}.tar.xz -Source1: https://github.com/KiCad/%{docname}/archive/%{version}.tar.gz?/%{docname}-%{version}.tar.gz -Source2: https://github.com/KiCad/kicad-symbols/archive/%{version}.tar.gz?/%{libname}-%{version}.tar.gz -Source3: https://github.com/KiCad/%{i18nname}/archive/%{version}.tar.gz?/%{i18nname}-%{version}.tar.gz +Source1: https://github.com/KiCad/kicad-doc/archive/%{version}.tar.gz?/%{name}-doc-%{version}.tar.gz +Source2: https://github.com/KiCad/kicad-symbols/archive/%{version}.tar.gz?/%{name}-symbols-%{version}.tar.gz +Source3: https://github.com/KiCad/kicad-i18n/archive/%{version}.tar.gz?/%{name}-i18n-%{version}.tar.gz Source4: https://github.com/KiCad/kicad-footprints/archive/%{version}.tar.gz?/%{name}-footprints-%{version}.tar.gz Source5: https://github.com/KiCad/packages3D/archive/%{version}.tar.gz?/%{name}-packages3D-%{version}.tar.gz Source6: https://github.com/KiCad/packages3D-source/archive/%{version}.tar.gz?/%{name}-packages3D-source-%{version}.tar.gz Source8: https://github.com/KiCad/kicad-templates/archive/%{version}.tar.gz?/%{name}-templates-%{version}.tar.gz -##Old modules +## Old modules, archived # 3d-modules -Source9: https://github.com/KiCad/packages3D/archive/packages3D-%{oldver}.tar.gz -Source10: https://github.com/KiCad/packages3D-source/archive/packages3D-source-%{oldver}.tar.gz +Source9: https://github.com/KiCad/packages3D/archive/packages3D-4.0.7.tar.gz +Source10: https://github.com/KiCad/packages3D-source/archive/packages3D-source-4.0.7.tar.gz # modules -Source11: https://github.com/KiCad/Air_Coils_SML_NEOSID.pretty/archive/Air_Coils_SML_NEOSID.pretty-%{oldoldver}.tar.gz -Source12: https://github.com/KiCad/Choke_Axial_ThroughHole.pretty/archive/Choke_Axial_ThroughHole.pretty-%{oldoldver}.tar.gz -Source13: https://github.com/KiCad/Choke_Common-Mode_Wurth.pretty/archive/Choke_Common-Mode_Wurth.pretty-%{oldoldver}.tar.gz -Source14: https://github.com/KiCad/Choke_Radial_ThroughHole.pretty/archive/Choke_Radial_ThroughHole.pretty-%{oldoldver}.tar.gz -Source15: https://github.com/KiCad/Choke_SMD.pretty/archive/Choke_SMD.pretty-%{oldoldver}.tar.gz -Source16: https://github.com/KiCad/Choke_Toroid_ThroughHole.pretty/archive/Choke_Toroid_ThroughHole.pretty-%{oldoldver}.tar.gz -Source17: https://github.com/KiCad/Connectors.pretty/archive/Connectors.pretty-%{oldver}.tar.gz -Source18: https://github.com/KiCad/Connectors_Card.pretty/archive/Connectors_Card.pretty-%{oldver}.tar.gz -Source19: https://github.com/KiCad/Connectors_Harwin.pretty/archive/Connectors_Harwin.pretty-%{oldver}.tar.gz -Source20: https://github.com/KiCad/Connectors_HDMI.pretty/archive/Connectors_HDMI.pretty-%{oldver}.tar.gz -Source21: https://github.com/KiCad/Connectors_Hirose.pretty/archive/Connectors_Hirose.pretty-%{oldver}.tar.gz -Source22: https://github.com/KiCad/Connectors_IEC_DIN.pretty/archive/Connectors_IEC_DIN.pretty-%{oldver}.tar.gz -Source23: https://github.com/KiCad/Connectors_JAE.pretty/archive/Connectors_JAE.pretty-%{oldver}.tar.gz -Source24: https://github.com/KiCad/Connectors_JST.pretty/archive/Connectors_JST.pretty-%{oldver}.tar.gz -Source25: https://github.com/KiCad/Connectors_Mini-Universal.pretty/archive/Connectors_Mini-Universal.pretty-%{oldver}.tar.gz -Source26: https://github.com/KiCad/Connectors_Molex.pretty/archive/Connectors_Molex.pretty-%{oldver}.tar.gz -Source27: https://github.com/KiCad/Connectors_Multicomp.pretty/archive/Connectors_Multicomp.pretty-%{oldver}.tar.gz -Source28: https://github.com/KiCad/Connectors_Phoenix.pretty/archive/Connectors_Phoenix.pretty-%{oldver}.tar.gz -Source29: https://github.com/KiCad/Connectors_Samtec.pretty/archive/Connectors_Samtec.pretty-%{oldver}.tar.gz -Source30: https://github.com/KiCad/Connectors_TE-Connectivity.pretty/archive/Connectors_TE-Connectivity.pretty-%{oldver}.tar.gz -Source31: https://github.com/KiCad/Connectors_Terminal_Blocks.pretty/archive/Connectors_Terminal_Blocks.pretty-%{oldver}.tar.gz -Source32: https://github.com/KiCad/Connectors_WAGO.pretty/archive/Connectors_WAGO.pretty-%{oldver}.tar.gz -Source33: https://github.com/KiCad/Converters_DCDC_ACDC.pretty/archive/Converters_DCDC_ACDC.pretty-%{oldver}.tar.gz -Source34: https://github.com/KiCad/Crystals.pretty/archive/Crystals.pretty-%{oldver}.tar.gz -Source35: https://github.com/KiCad/Diodes_SMD.pretty/archive/Diodes_SMD.pretty-%{oldver}.tar.gz -Source36: https://github.com/KiCad/Diodes_THT.pretty/archive/Diodes_THT.pretty-%{oldver}.tar.gz -Source37: https://github.com/KiCad/Displays.pretty/archive/Displays.pretty-%{oldver}.tar.gz -Source38: https://github.com/KiCad/Displays_7-Segment.pretty/archive/Displays_7-Segment.pretty-%{oldver}.tar.gz -Source39: https://github.com/KiCad/Enclosures.pretty/archive/Enclosures.pretty-%{oldver}.tar.gz -Source40: https://github.com/KiCad/EuroBoard_Outline.pretty/archive/EuroBoard_Outline.pretty-%{oldver}.tar.gz -Source41: https://github.com/KiCad/Fiducials.pretty/archive/Fiducials.pretty-%{oldver}.tar.gz -Source42: https://github.com/KiCad/Filters_HF_Coils_NEOSID.pretty/archive/Filters_HF_Coils_NEOSID.pretty-%{oldoldver}.tar.gz -Source43: https://github.com/KiCad/Fuse_Holders_and_Fuses.pretty/archive/Fuse_Holders_and_Fuses.pretty-%{oldver}.tar.gz -Source44: https://github.com/KiCad/Hall-Effect_Transducers_LEM.pretty/archive/Hall-Effect_Transducers_LEM.pretty-%{oldver}.tar.gz -Source45: https://github.com/KiCad/Heatsinks.pretty/archive/Heatsinks.pretty-%{oldver}.tar.gz -Source46: https://github.com/KiCad/Housings_BGA.pretty/archive/Housings_BGA.pretty-%{oldver}.tar.gz -Source47: https://github.com/KiCad/Housings_CSP.pretty/archive/Housings_CSP.pretty-%{oldver}.tar.gz -Source48: https://github.com/KiCad/Housings_DFN_QFN.pretty/archive/Housings_DFN_QFN.pretty-%{oldver}.tar.gz -Source49: https://github.com/KiCad/Housings_DIP.pretty/archive/Housings_DIP.pretty-%{oldver}.tar.gz -Source50: https://github.com/KiCad/Housings_LCC.pretty/archive/Housings_LCC.pretty-%{oldver}.tar.gz -Source51: https://github.com/KiCad/Housings_LGA.pretty/archive/Housings_LGA.pretty-%{oldver}.tar.gz -Source52: https://github.com/KiCad/Housings_PGA.pretty/archive/Housings_PGA.pretty-%{oldver}.tar.gz -Source53: https://github.com/KiCad/Housings_QFP.pretty/archive/Housings_QFP.pretty-%{oldver}.tar.gz -Source54: https://github.com/KiCad/Housings_SIP.pretty/archive/Housings_SIP.pretty-%{oldver}.tar.gz -Source55: https://github.com/KiCad/Housings_SOIC.pretty/archive/Housings_SOIC.pretty-%{oldver}.tar.gz -Source56: https://github.com/KiCad/Housings_SON.pretty/archive/Housings_SON.pretty-%{oldver}.tar.gz -Source57: https://github.com/KiCad/Housings_SSOP.pretty/archive/Housings_SSOP.pretty-%{oldver}.tar.gz -Source58: https://github.com/KiCad/Inductors.pretty/archive/Inductors.pretty-%{oldoldver}.tar.gz -Source59: https://github.com/KiCad/Inductors_NEOSID.pretty/archive/Inductors_NEOSID.pretty-%{oldoldver}.tar.gz -Source60: https://github.com/KiCad/Inductors_SMD.pretty/archive/Inductors_SMD.pretty-%{oldver}.tar.gz -Source61: https://github.com/KiCad/Inductors_THT.pretty/archive/Inductors_THT.pretty-%{oldver}.tar.gz -Source62: https://github.com/KiCad/IR-DirectFETs.pretty/archive/IR-DirectFETs.pretty-%{oldver}.tar.gz -Source63: https://github.com/KiCad/LEDs.pretty/archive/LEDs.pretty-%{oldver}.tar.gz -Source64: https://github.com/KiCad/Measurement_Points.pretty/archive/Measurement_Points.pretty-%{oldver}.tar.gz -Source65: https://github.com/KiCad/Measurement_Scales.pretty/archive/Measurement_Scales.pretty-%{oldver}.tar.gz -Source66: https://github.com/KiCad/Microwave.pretty/archive/Microwave.pretty-%{oldver}.tar.gz -Source67: https://github.com/KiCad/Modules.pretty/archive/Modules.pretty-%{oldver}.tar.gz -Source68: https://github.com/KiCad/Mounting_Holes.pretty/archive/Mounting_Holes.pretty-%{oldver}.tar.gz -Source69: https://github.com/KiCad/NF-Transformers_ETAL.pretty/archive/NF-Transformers_ETAL.pretty-%{oldoldver}.tar.gz -Source70: https://github.com/KiCad/Oddities.pretty/archive/Oddities.pretty-%{oldoldver}.tar.gz -Source71: https://github.com/KiCad/Opto-Devices.pretty/archive/Opto-Devices.pretty-%{oldver}.tar.gz -Source72: https://github.com/KiCad/Oscillators.pretty/archive/Oscillators.pretty-%{oldver}.tar.gz -Source73: https://github.com/KiCad/Capacitors_Tantalum_SMD.pretty/archive/Capacitors_Tantalum_SMD.pretty-%{oldver}.tar.gz -Source74: https://github.com/KiCad/Capacitors_THT.pretty/archive/Capacitors_THT.pretty-%{oldver}.tar.gz -Source75: https://github.com/KiCad/PFF_PSF_PSS_Leadforms.pretty/archive/PFF_PSF_PSS_Leadforms.pretty-%{oldver}.tar.gz -Source76: https://github.com/KiCad/Pin_Headers.pretty/archive/Pin_Headers.pretty-%{oldver}.tar.gz -Source77: https://github.com/KiCad/Potentiometers.pretty/archive/Potentiometers.pretty-%{oldver}.tar.gz -Source78: https://github.com/KiCad/Power_Integrations.pretty/archive/Power_Integrations.pretty-%{oldver}.tar.gz -Source79: https://github.com/KiCad/Relays_SMD.pretty/archive/Relays_SMD.pretty-%{oldver}.tar.gz -Source80: https://github.com/KiCad/Relays_THT.pretty/archive/Relays_THT.pretty-%{oldver}.tar.gz -Source81: https://github.com/KiCad/Resistors_SMD.pretty/archive/Resistors_SMD.pretty-%{oldver}.tar.gz -Source82: https://github.com/KiCad/Resistors_THT.pretty/archive/Resistors_THT.pretty-%{oldver}.tar.gz -Source83: https://github.com/KiCad/Resistors_Universal.pretty/archive/Resistors_Universal.pretty-%{oldver}.tar.gz -Source84: https://github.com/KiCad/RF_Antennas.pretty/archive/RF_Antennas.pretty-%{oldver}.tar.gz -Source85: https://github.com/KiCad/RF_Modules.pretty/archive/RF_Modules.pretty-%{oldver}.tar.gz -Source86: https://github.com/KiCad/Shielding_Cabinets.pretty/archive/Shielding_Cabinets.pretty-%{oldver}.tar.gz -Source87: https://github.com/KiCad/SMD_Packages.pretty/archive/SMD_Packages.pretty-%{oldver}.tar.gz -Source88: https://github.com/KiCad/Sockets.pretty/archive/Sockets.pretty-%{oldver}.tar.gz -Source89: https://github.com/KiCad/Sockets_MOLEX_KK-System.pretty/archive/Sockets_MOLEX_KK-System.pretty-%{oldoldver}.tar.gz -Source90: https://github.com/KiCad/Socket_Strips.pretty/archive/Socket_Strips.pretty-%{oldver}.tar.gz -Source91: https://github.com/KiCad/Symbols.pretty/archive/Symbols.pretty-%{oldver}.tar.gz -Source92: https://github.com/KiCad/TerminalBlocks_Phoenix.pretty/archive/TerminalBlocks_Phoenix.pretty-%{oldver}.tar.gz -Source93: https://github.com/KiCad/TerminalBlocks_WAGO.pretty/archive/TerminalBlocks_WAGO.pretty-%{oldver}.tar.gz -Source94: https://github.com/KiCad/TO_SOT_Packages_SMD.pretty/archive/TO_SOT_Packages_SMD.pretty-%{oldver}.tar.gz -Source95: https://github.com/KiCad/TO_SOT_Packages_THT.pretty/archive/TO_SOT_Packages_THT.pretty-%{oldver}.tar.gz -Source96: https://github.com/KiCad/Transformers_CHK.pretty/archive/Transformers_CHK.pretty-%{oldoldver}.tar.gz -Source97: https://github.com/KiCad/Transformers_SMD.pretty/archive/Transformers_SMD.pretty-%{oldver}.tar.gz -Source98: https://github.com/KiCad/Transformers_SMPS_ThroughHole.pretty/archive/Transformers_SMPS_ThroughHole.pretty-%{oldoldver}.tar.gz -Source99: https://github.com/KiCad/Transformers_THT.pretty/archive/Transformers_THT.pretty-%{oldver}.tar.gz -Source100: https://github.com/KiCad/Transistors_OldSowjetAera.pretty/archive/Transistors_OldSowjetAera.pretty-%{oldver}.tar.gz -Source101: https://github.com/KiCad/Valves.pretty/archive/Valves.pretty-%{oldver}.tar.gz -Source102: https://github.com/KiCad/Varistors.pretty/archive/Varistors.pretty-%{oldver}.tar.gz -Source103: https://github.com/KiCad/Wire_Connections_Bridges.pretty/archive/Wire_Connections_Bridges.pretty-%{oldver}.tar.gz -Source104: https://github.com/KiCad/Wire_Pads.pretty/archive/Wire_Pads.pretty-%{oldver}.tar.gz -Source105: https://github.com/KiCad/Capacitors_SMD.pretty/archive/Capacitors_SMD.pretty-%{oldver}.tar.gz -Source106: https://github.com/KiCad/Battery_Holders.pretty/archive/Battery_Holders.pretty-%{oldver}.tar.gz -Source107: https://github.com/KiCad/Buttons_Switches_SMD.pretty/archive/Buttons_Switches_SMD.pretty-%{oldver}.tar.gz -Source108: https://github.com/KiCad/Buttons_Switches_THT.pretty/archive/Buttons_Switches_THT.pretty-%{oldver}.tar.gz -Source109: https://github.com/KiCad/Buzzers_Beepers.pretty/archive/Buzzers_Beepers.pretty-%{oldver}.tar.gz -Source200: fp-lib-table-modules-nothing -Source201: fp-lib-table-modules -Source202: fp-lib-table-modules-all -Source203: fp-lib-table-modules-old +Source11: https://github.com/KiCad/Air_Coils_SML_NEOSID.pretty/archive/Air_Coils_SML_NEOSID.pretty-4.0.6.tar.gz +Source12: https://github.com/KiCad/Choke_Axial_ThroughHole.pretty/archive/Choke_Axial_ThroughHole.pretty-4.0.6.tar.gz +Source13: https://github.com/KiCad/Choke_Common-Mode_Wurth.pretty/archive/Choke_Common-Mode_Wurth.pretty-4.0.6.tar.gz +Source14: https://github.com/KiCad/Choke_Radial_ThroughHole.pretty/archive/Choke_Radial_ThroughHole.pretty-4.0.6.tar.gz +Source15: https://github.com/KiCad/Choke_SMD.pretty/archive/Choke_SMD.pretty-4.0.6.tar.gz +Source16: https://github.com/KiCad/Choke_Toroid_ThroughHole.pretty/archive/Choke_Toroid_ThroughHole.pretty-4.0.6.tar.gz +Source17: https://github.com/KiCad/Filters_HF_Coils_NEOSID.pretty/archive/Filters_HF_Coils_NEOSID.pretty-4.0.6.tar.gz +Source18: https://github.com/KiCad/Inductors_NEOSID.pretty/archive/Inductors_NEOSID.pretty-4.0.6.tar.gz +Source19: https://github.com/KiCad/Inductors.pretty/archive/Inductors.pretty-4.0.6.tar.gz +Source20: https://github.com/KiCad/Mechanical_Sockets.pretty/archive/Mechanical_Sockets.pretty-4.0.6.tar.gz +Source21: https://github.com/KiCad/NF-Transformers_ETAL.pretty/archive/NF-Transformers_ETAL.pretty-4.0.6.tar.gz +Source22: https://github.com/KiCad/Oddities.pretty/archive/Oddities.pretty-4.0.6.tar.gz +Source23: https://github.com/KiCad/Sockets_MOLEX_KK-System.pretty/archive/Sockets_MOLEX_KK-System.pretty-4.0.6.tar.gz +Source24: https://github.com/KiCad/Transformers_CHK.pretty/archive/Transformers_CHK.pretty-4.0.6.tar.gz +Source25: https://github.com/KiCad/Transformers_SMPS_ThroughHole.pretty/archive/Transformers_SMPS_ThroughHole.pretty-4.0.6.tar.gz +Source26: https://github.com/KiCad/Battery_Holders.pretty/archive/Battery_Holders.pretty-4.0.7.tar.gz +Source27: https://github.com/KiCad/Buttons_Switches_SMD.pretty/archive/Buttons_Switches_SMD.pretty-4.0.7.tar.gz +Source28: https://github.com/KiCad/Buttons_Switches_THT.pretty/archive/Buttons_Switches_THT.pretty-4.0.7.tar.gz +Source29: https://github.com/KiCad/Buzzers_Beepers.pretty/archive/Buzzers_Beepers.pretty-4.0.7.tar.gz +Source30: https://github.com/KiCad/Capacitors_SMD.pretty/archive/Capacitors_SMD.pretty-4.0.7.tar.gz +Source31: https://github.com/KiCad/Capacitors_Tantalum_SMD.pretty/archive/Capacitors_Tantalum_SMD.pretty-4.0.7.tar.gz +Source32: https://github.com/KiCad/Capacitors_THT.pretty/archive/Capacitors_THT.pretty-4.0.7.tar.gz +Source33: https://github.com/KiCad/Connectors_Card.pretty/archive/Connectors_Card.pretty-4.0.7.tar.gz +Source34: https://github.com/KiCad/Connectors_Harwin.pretty/archive/Connectors_Harwin.pretty-4.0.7.tar.gz +Source35: https://github.com/KiCad/Connectors_HDMI.pretty/archive/Connectors_HDMI.pretty-4.0.7.tar.gz +Source36: https://github.com/KiCad/Connectors_Hirose.pretty/archive/Connectors_Hirose.pretty-4.0.7.tar.gz +Source37: https://github.com/KiCad/Connectors_IEC_DIN.pretty/archive/Connectors_IEC_DIN.pretty-4.0.7.tar.gz +Source38: https://github.com/KiCad/Connectors_JAE.pretty/archive/Connectors_JAE.pretty-4.0.7.tar.gz +Source39: https://github.com/KiCad/Connectors_JST.pretty/archive/Connectors_JST.pretty-4.0.7.tar.gz +Source40: https://github.com/KiCad/Connectors_Mini-Universal.pretty/archive/Connectors_Mini-Universal.pretty-4.0.7.tar.gz +Source41: https://github.com/KiCad/Connectors_Molex.pretty/archive/Connectors_Molex.pretty-4.0.7.tar.gz +Source42: https://github.com/KiCad/Connectors_Multicomp.pretty/archive/Connectors_Multicomp.pretty-4.0.7.tar.gz +Source43: https://github.com/KiCad/Connectors_Phoenix.pretty/archive/Connectors_Phoenix.pretty-4.0.7.tar.gz +Source44: https://github.com/KiCad/Connectors_Samtec.pretty/archive/Connectors_Samtec.pretty-4.0.7.tar.gz +Source45: https://github.com/KiCad/Connectors_TE-Connectivity.pretty/archive/Connectors_TE-Connectivity.pretty-4.0.7.tar.gz +Source46: https://github.com/KiCad/Connectors_Terminal_Blocks.pretty/archive/Connectors_Terminal_Blocks.pretty-4.0.7.tar.gz +Source47: https://github.com/KiCad/Connectors_WAGO.pretty/archive/Connectors_WAGO.pretty-4.0.7.tar.gz +Source48: https://github.com/KiCad/Connectors.pretty/archive/Connectors.pretty-4.0.7.tar.gz +Source49: https://github.com/KiCad/Converters_DCDC_ACDC.pretty/archive/Converters_DCDC_ACDC.pretty-4.0.7.tar.gz +Source50: https://github.com/KiCad/Crystals.pretty/archive/Crystals.pretty-4.0.7.tar.gz +Source51: https://github.com/KiCad/Diodes_SMD.pretty/archive/Diodes_SMD.pretty-4.0.7.tar.gz +Source52: https://github.com/KiCad/Diodes_THT.pretty/archive/Diodes_THT.pretty-4.0.7.tar.gz +Source53: https://github.com/KiCad/Displays_7-Segment.pretty/archive/Displays_7-Segment.pretty-4.0.7.tar.gz +Source54: https://github.com/KiCad/Displays.pretty/archive/Displays.pretty-4.0.7.tar.gz +Source55: https://github.com/KiCad/Enclosures.pretty/archive/Enclosures.pretty-4.0.7.tar.gz +Source56: https://github.com/KiCad/EuroBoard_Outline.pretty/archive/EuroBoard_Outline.pretty-4.0.7.tar.gz +Source57: https://github.com/KiCad/Fiducials.pretty/archive/Fiducials.pretty-4.0.7.tar.gz +Source58: https://github.com/KiCad/Fuse_Holders_and_Fuses.pretty/archive/Fuse_Holders_and_Fuses.pretty-4.0.7.tar.gz +Source59: https://github.com/KiCad/Hall-Effect_Transducers_LEM.pretty/archive/Hall-Effect_Transducers_LEM.pretty-4.0.7.tar.gz +Source60: https://github.com/KiCad/Heatsinks.pretty/archive/Heatsinks.pretty-4.0.7.tar.gz +Source61: https://github.com/KiCad/Housings_BGA.pretty/archive/Housings_BGA.pretty-4.0.7.tar.gz +Source62: https://github.com/KiCad/Housings_CSP.pretty/archive/Housings_CSP.pretty-4.0.7.tar.gz +Source63: https://github.com/KiCad/Housings_DFN_QFN.pretty/archive/Housings_DFN_QFN.pretty-4.0.7.tar.gz +Source64: https://github.com/KiCad/Housings_DIP.pretty/archive/Housings_DIP.pretty-4.0.7.tar.gz +Source65: https://github.com/KiCad/Housings_LCC.pretty/archive/Housings_LCC.pretty-4.0.7.tar.gz +Source66: https://github.com/KiCad/Housings_LGA.pretty/archive/Housings_LGA.pretty-4.0.7.tar.gz +Source67: https://github.com/KiCad/Housings_PGA.pretty/archive/Housings_PGA.pretty-4.0.7.tar.gz +Source68: https://github.com/KiCad/Housings_QFP.pretty/archive/Housings_QFP.pretty-4.0.7.tar.gz +Source69: https://github.com/KiCad/Housings_SIP.pretty/archive/Housings_SIP.pretty-4.0.7.tar.gz +Source70: https://github.com/KiCad/Housings_SOIC.pretty/archive/Housings_SOIC.pretty-4.0.7.tar.gz +Source71: https://github.com/KiCad/Housings_SON.pretty/archive/Housings_SON.pretty-4.0.7.tar.gz +Source72: https://github.com/KiCad/Housings_SSOP.pretty/archive/Housings_SSOP.pretty-4.0.7.tar.gz +Source73: https://github.com/KiCad/Inductors_SMD.pretty/archive/Inductors_SMD.pretty-4.0.7.tar.gz +Source74: https://github.com/KiCad/Inductors_THT.pretty/archive/Inductors_THT.pretty-4.0.7.tar.gz +Source75: https://github.com/KiCad/IR-DirectFETs.pretty/archive/IR-DirectFETs.pretty-4.0.7.tar.gz +Source76: https://github.com/KiCad/LEDs.pretty/archive/LEDs.pretty-4.0.7.tar.gz +Source77: https://github.com/KiCad/Measurement_Points.pretty/archive/Measurement_Points.pretty-4.0.7.tar.gz +Source78: https://github.com/KiCad/Measurement_Scales.pretty/archive/Measurement_Scales.pretty-4.0.7.tar.gz +Source79: https://github.com/KiCad/Microwave.pretty/archive/Microwave.pretty-4.0.7.tar.gz +Source80: https://github.com/KiCad/Modules.pretty/archive/Modules.pretty-4.0.7.tar.gz +Source81: https://github.com/KiCad/Mounting_Holes.pretty/archive/Mounting_Holes.pretty-4.0.7.tar.gz +Source82: https://github.com/KiCad/Opto-Devices.pretty/archive/Opto-Devices.pretty-4.0.7.tar.gz +Source83: https://github.com/KiCad/Oscillators.pretty/archive/Oscillators.pretty-4.0.7.tar.gz +Source84: https://github.com/KiCad/PFF_PSF_PSS_Leadforms.pretty/archive/PFF_PSF_PSS_Leadforms.pretty-4.0.7.tar.gz +Source85: https://github.com/KiCad/Pin_Headers.pretty/archive/Pin_Headers.pretty-4.0.7.tar.gz +Source86: https://github.com/KiCad/Potentiometers.pretty/archive/Potentiometers.pretty-4.0.7.tar.gz +Source87: https://github.com/KiCad/Power_Integrations.pretty/archive/Power_Integrations.pretty-4.0.7.tar.gz +Source88: https://github.com/KiCad/Relays_SMD.pretty/archive/Relays_SMD.pretty-4.0.7.tar.gz +Source89: https://github.com/KiCad/Relays_THT.pretty/archive/Relays_THT.pretty-4.0.7.tar.gz +Source90: https://github.com/KiCad/Resistors_SMD.pretty/archive/Resistors_SMD.pretty-4.0.7.tar.gz +Source91: https://github.com/KiCad/Resistors_THT.pretty/archive/Resistors_THT.pretty-4.0.7.tar.gz +Source92: https://github.com/KiCad/Resistors_Universal.pretty/archive/Resistors_Universal.pretty-4.0.7.tar.gz +Source93: https://github.com/KiCad/RF_Antennas.pretty/archive/RF_Antennas.pretty-4.0.7.tar.gz +Source94: https://github.com/KiCad/RF_Modules.pretty/archive/RF_Modules.pretty-4.0.7.tar.gz +Source95: https://github.com/KiCad/Shielding_Cabinets.pretty/archive/Shielding_Cabinets.pretty-4.0.7.tar.gz +Source96: https://github.com/KiCad/SMD_Packages.pretty/archive/SMD_Packages.pretty-4.0.7.tar.gz +Source97: https://github.com/KiCad/Socket_Strips.pretty/archive/Socket_Strips.pretty-4.0.7.tar.gz +Source98: https://github.com/KiCad/Sockets.pretty/archive/Sockets.pretty-4.0.7.tar.gz +Source99: https://github.com/KiCad/Symbols.pretty/archive/Symbols.pretty-4.0.7.tar.gz +Source100: https://github.com/KiCad/TerminalBlocks_Phoenix.pretty/archive/TerminalBlocks_Phoenix.pretty-4.0.7.tar.gz +Source101: https://github.com/KiCad/TerminalBlocks_WAGO.pretty/archive/TerminalBlocks_WAGO.pretty-4.0.7.tar.gz +Source102: https://github.com/KiCad/TO_SOT_Packages_SMD.pretty/archive/TO_SOT_Packages_SMD.pretty-4.0.7.tar.gz +Source103: https://github.com/KiCad/TO_SOT_Packages_THT.pretty/archive/TO_SOT_Packages_THT.pretty-4.0.7.tar.gz +Source104: https://github.com/KiCad/Transformers_SMD.pretty/archive/Transformers_SMD.pretty-4.0.7.tar.gz +Source105: https://github.com/KiCad/Transformers_THT.pretty/archive/Transformers_THT.pretty-4.0.7.tar.gz +Source106: https://github.com/KiCad/Transistors_OldSowjetAera.pretty/archive/Transistors_OldSowjetAera.pretty-4.0.7.tar.gz +Source107: https://github.com/KiCad/Valves.pretty/archive/Valves.pretty-4.0.7.tar.gz +Source108: https://github.com/KiCad/Varistors.pretty/archive/Varistors.pretty-4.0.7.tar.gz +Source109: https://github.com/KiCad/Wire_Connections_Bridges.pretty/archive/Wire_Connections_Bridges.pretty-4.0.7.tar.gz +Source110: https://github.com/KiCad/Wire_Pads.pretty/archive/Wire_Pads.pretty-4.0.7.tar.gz +Source200: fp-lib-table-modules-nothing-%{version} +Source201: fp-lib-table-modules-%{version} +Source202: fp-lib-table-modules-all-%{version} +Source203: fp-lib-table-modules-old-%{version} +# Help from previous version +Source300: doc-nl-5.0.2.tar.xz Source1000: README.urpmi - Patch0: kicad-5.0.1-set-cxx-version.patch -Patch1: kicad-5.0.1-nostrip.patch -#https://bugs.launchpad.net/kicad/+bug/1796905 -Patch2: 0001-Use-absolute-path-CMAKE_INSTALL_FULL_LIBDIR-for-3d-v.patch - -BuildRequires: boost-devel +Patch1: kicad-5.1.5-nostrip.patch +BuildRequires: a2x +BuildRequires: asciidoc BuildRequires: cmake +BuildRequires: dblatex BuildRequires: desktop-file-utils BuildRequires: doxygen -BuildRequires: glm-devel -BuildRequires: oce-devel +BuildRequires: git +BuildRequires: perl(Unicode::GCString) +BuildRequires: po4a BuildRequires: python-wxpython3.0 BuildRequires: python-wxpython3.0-wxversion +BuildRequires: source-highlight BuildRequires: swig +BuildRequires: boost-devel +BuildRequires: glm-devel +BuildRequires: oce-devel BuildRequires: wxgtku3.0-devel BuildRequires: wxpython3.0-devel BuildRequires: pkgconfig(egl) @@ -160,24 +159,14 @@ BuildRequires: pkgconfig(ngspice) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(python) BuildRequires: pkgconfig(libcurl) -# doc -BuildRequires: a2x -BuildRequires: asciidoc -BuildRequires: dblatex -BuildRequires: git -BuildRequires: po4a -BuildRequires: source-highlight -BuildRequires: perl(Unicode::GCString) - Requires: electronics-menu Requires: python-wxpython3.0 - +Requires: python-wxpython3.0-wxversion Requires: %{libkicad_3dsg} = %{EVRD} Requires: %{name}-doc = %{EVRD} Suggests: %{name}-doc-ru = %{EVRD} Suggests: %{name}-modules = %{EVRD} Suggests: %{name}-modules-packages3d = %{EVRD} - %rename kicad-library %rename kicad-locales-ca %rename kicad-locales-cs @@ -213,8 +202,8 @@ KiCad is a set of four softwares and a project manager: %dir %{_datadir}/%{name}/modules/packages3d %{_bindir}/* %{_datadir}/%{name}/demos -%{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-nothing -%{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-all +%{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-nothing-%{version} +%{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-all-%{version} %{_datadir}/%{name}/library %{_datadir}/%{name}/plugins %{_datadir}/%{name}/scripting @@ -234,16 +223,29 @@ KiCad is a set of four softwares and a project manager: %{py_platsitedir}/wx-3.0-gtk2/_pcbnew.so %{py_platsitedir}/wx-3.0-gtk2/pcbnew.* +%pre +if [ -d %{_datadir}/%{name}/fp-lib-tables/ ]; then + pushd %{_datadir}/%{name}/fp-lib-tables/ + rm -f fp-lib-table-modules* + popd +fi + %post -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules ] && [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old ]; then -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-all %{_datadir}/%{name}/template/fp-lib-table -fi -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules ] && [ ! -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old ]; then -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules %{_datadir}/%{name}/template/fp-lib-table -fi -if [ ! -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules ] && [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old ]; then -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old %{_datadir}/%{name}/template/fp-lib-table -fi +pushd %{_datadir}/%{name}/fp-lib-tables/ +if [ -f fp-lib-table-modules-%{version} ]; then + if [ -f fp-lib-table-modules-old-%{version} ]; then + cp -f fp-lib-table-modules-all-%{version} ../template/fp-lib-table; + else + cp -f fp-lib-table-modules-%{version} ../template/fp-lib-table + fi +else + if [ -f fp-lib-table-modules-old-%{version} ]; then + cp -f fp-lib-table-modules-old ../template/fp-lib-table + else + cp -f fp-lib-table-modules-nothing-%{version} ../template/fp-lib-table + fi +fi +popd #---------------------------------------------------------------------------- @@ -270,10 +272,10 @@ BuildArch: noarch Requires: %{name} = %{EVRD} %description modules -All new 5.0 *.pretty modules for KiCad. +All new 5.1 *.pretty modules for KiCad. %files modules -%{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules +%{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-%{version} %{_datadir}/%{name}/modules/Battery.pretty %{_datadir}/%{name}/modules/Button_Switch_Keyboard.pretty %{_datadir}/%{name}/modules/Button_Switch_SMD.pretty @@ -387,24 +389,43 @@ All new 5.0 *.pretty modules for KiCad. %{_datadir}/%{name}/modules/Transformer_THT.pretty %{_datadir}/%{name}/modules/Valve.pretty %{_datadir}/%{name}/modules/Varistor.pretty +# New directories +%{_datadir}/%{name}/modules/Connector_AMASS.pretty +%{_datadir}/%{name}/modules/Connector_Stocko.pretty +%{_datadir}/%{name}/modules/Connector_Wuerth.pretty +%{_datadir}/%{name}/modules/Ferrite_THT.pretty +%{_datadir}/%{name}/modules/MountingEquipment.pretty +%{_datadir}/%{name}/modules/Package_SO_J-Lead.pretty +%{_datadir}/%{name}/modules/RF.pretty +%{_datadir}/%{name}/modules/RF_Converter.pretty +%{_datadir}/%{name}/modules/RF_GPS.pretty +%{_datadir}/%{name}/modules/RF_GSM.pretty +%{_datadir}/%{name}/modules/RF_Mini-Circuits.pretty +%{_datadir}/%{name}/modules/RF_WiFi.pretty +%{_datadir}/%{name}/modules/Sensor.pretty +%{_datadir}/%{name}/modules/TerminalBlock_Altech.pretty %post modules -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-all ]; then -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old ]; then -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-all %{_datadir}/%{name}/template/fp-lib-table -else -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules %{_datadir}/%{name}/template/fp-lib-table -fi +pushd %{_datadir}/%{name}/fp-lib-tables/ +if [ -f fp-lib-table-modules-all-%{version} ]; then + if [ -f fp-lib-table-modules-old-%{version} ]; then + cp -f fp-lib-table-modules-all-%{version} ../template/fp-lib-table + else + cp -f fp-lib-table-modules-%{version} ../template/fp-lib-table + fi fi +popd %postun modules -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-all ]; then -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old ]; then -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old %{_datadir}/%{name}/template/fp-lib-table -else -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-nothing %{_datadir}/%{name}/template/fp-lib-table -fi +pushd %{_datadir}/%{name}/fp-lib-tables/ +if [ -f fp-lib-table-modules-all-%{version} ]; then + if [ -f fp-lib-table-modules-old-%{version} ]; then + cp -f fp-lib-table-modules-old-%{version} ../template/fp-lib-table + else + cp -f fp-lib-table-modules-nothing-%{version} ../template/fp-lib-table + fi fi +popd #---------------------------------------------------------------------------- @@ -418,7 +439,7 @@ Requires: %{name} = %{EVRD} Old *.pretty modules for KiCad. %files modules-old -%{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old +%{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old-%{version} %{_datadir}/%{name}/modules/Air_Coils_SML_NEOSID.pretty %{_datadir}/%{name}/modules/Battery_Holders.pretty %{_datadir}/%{name}/modules/Buttons_Switches_SMD.pretty @@ -481,6 +502,7 @@ Old *.pretty modules for KiCad. %{_datadir}/%{name}/modules/LEDs.pretty %{_datadir}/%{name}/modules/Measurement_Points.pretty %{_datadir}/%{name}/modules/Measurement_Scales.pretty +%{_datadir}/%{name}/modules/Mechanical_Sockets.pretty %{_datadir}/%{name}/modules/Microwave.pretty %{_datadir}/%{name}/modules/Modules.pretty %{_datadir}/%{name}/modules/Mounting_Holes.pretty @@ -520,22 +542,26 @@ Old *.pretty modules for KiCad. %{_datadir}/%{name}/modules/Wire_Pads.pretty %post modules-old -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-all ]; then -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules ]; then -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-all %{_datadir}/%{name}/template/fp-lib-table -else -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-old %{_datadir}/%{name}/template/fp-lib-table -fi +pushd %{_datadir}/%{name}/fp-lib-tables/ +if [ -f fp-lib-table-modules-all-%{version} ]; then + if [ -f fp-lib-table-modules-%{version} ]; then + cp -f fp-lib-table-modules-all-%{version} ../template/fp-lib-table + else + cp -f fp-lib-table-modules-old-%{version} ../template/fp-lib-table + fi fi +popd %postun modules-old -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-all ]; then -if [ -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules ]; then -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules %{_datadir}/%{name}/template/fp-lib-table -else -cp -f %{_datadir}/%{name}/fp-lib-tables/fp-lib-table-modules-nothing %{_datadir}/%{name}/template/fp-lib-table -fi +pushd %{_datadir}/%{name}/fp-lib-tables/ +if [ -f fp-lib-table-modules-all-%{version} ]; then + if [ -f fp-lib-table-modules-%{version} ]; then + cp -f fp-lib-table-modules-%{version} ../template/fp-lib-table + else + cp -f fp-lib-table-modules-nothing-%{version} ../template/fp-lib-table + fi fi +popd #---------------------------------------------------------------------------- @@ -543,10 +569,10 @@ fi Summary: Packages3d modules for KiCad Group: Sciences/Computer science BuildArch: noarch -Requires: %{name} = %{EVRD} +Suggests: %{name} = %{EVRD} %description modules-packages3d -All new 5.0 *.3dshapes modules for KiCad. +All new 5.1 *.3dshapes modules for KiCad. %files modules-packages3d %doc %{name}-packages3D-%{version}/{CREDITS.md,LICENSE.md,README.md} @@ -624,6 +650,19 @@ All new 5.0 *.3dshapes modules for KiCad. %{_datadir}/%{name}/modules/packages3d/Transformer_THT.3dshapes %{_datadir}/%{name}/modules/packages3d/Valve.3dshapes %{_datadir}/%{name}/modules/packages3d/Varistor.3dshapes +# New directories +%{_datadir}/%{name}/modules/packages3d/Connector_Dsub.3dshapes +%{_datadir}/%{name}/modules/packages3d/Connector_SATA_SAS.3dshapes +%{_datadir}/%{name}/modules/packages3d/Connector_Stocko.3dshapes +%{_datadir}/%{name}/modules/packages3d/Ferrite_THT.3dshapes +%{_datadir}/%{name}/modules/packages3d/Module.3dshapes +%{_datadir}/%{name}/modules/packages3d/MountingEquipment.3dshapes +%{_datadir}/%{name}/modules/packages3d/MountingHole.3dshapes +%{_datadir}/%{name}/modules/packages3d/Potentiometer.3dshapes +%{_datadir}/%{name}/modules/packages3d/Potentiometer_SMD.3dshapes +%{_datadir}/%{name}/modules/packages3d/Sensor.3dshapes +%{_datadir}/%{name}/modules/packages3d/Sensor_Pressure.3dshapes +%{_datadir}/%{name}/modules/packages3d/TerminalBlock_Altech.3dshapes #---------------------------------------------------------------------------- @@ -631,13 +670,13 @@ All new 5.0 *.3dshapes modules for KiCad. Summary: Packages3d modules for KiCad Group: Sciences/Computer science BuildArch: noarch -Requires: %{name} = %{EVRD} +Suggests: %{name} = %{EVRD} %description modules-packages3d-old Ald *.3dshapes modules for KiCad. %files modules-packages3d-old -%doc packages3D-%{oldver}/{CREDITS.md,LICENSE,README.md} +%doc packages3D-4.0.7/{CREDITS.md,LICENSE,README.md} %{_docdir}/%{name}-packages3D-old/CREDITS.md %{_docdir}/%{name}-packages3D-old/LICENSE %{_docdir}/%{name}-packages3D-old/README.md @@ -687,7 +726,7 @@ BuildArch: noarch Documentation and tutorials for KiCad in English. %files doc -%doc %{docname}-%{version}/{AUTHORS_README.adoc,CHEATSHEET.adoc,LICENSE.adoc,README.adoc} +%doc %{name}-doc-%{version}/{AUTHORS_README.adoc,CHEATSHEET.adoc,LICENSE.adoc,README.adoc} %{_docdir}/%{name}/help/en %{_docdir}/%{name}/scripts @@ -860,51 +899,37 @@ Documentation and tutorials for KiCad in Chinese. %prep %setup -q -a1 -a2 -a3 -a4 -a5 -a6 -a8 -a9 -a10 - %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build # Build symbols libraries -pushd %{libname}-%{version} -%cmake \ - -DKICAD_STABLE_VERSION:BOOL=ON \ - -DCMAKE_BUILD_TYPE=Release +pushd %{name}-symbols-%{version} +%cmake %make popd # Build kicad-i18n -pushd %{i18nname}-%{version} -%cmake \ - -DKICAD_STABLE_VERSION:BOOL=ON \ - -DCMAKE_BUILD_TYPE=Release \ - -DKICAD_I18N_UNIX_STRICT_PATH=ON +pushd %{name}-i18n-%{version} +%cmake -DKICAD_I18N_UNIX_STRICT_PATH=ON %make popd # Build kicad-doc -pushd %{docname}-%{version} -%cmake \ - -DKICAD_STABLE_VERSION:BOOL=ON \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_FORMATS=html +pushd %{name}-doc-%{version} +%cmake -DBUILD_FORMATS=html %make popd # Build kicad-footprints pushd %{name}-footprints-%{version} -%cmake \ - -DKICAD_STABLE_VERSION:BOOL=ON \ - -DCMAKE_BUILD_TYPE=Release +%cmake %make popd # Build kicad-packages3D pushd %{name}-packages3D-%{version} -%cmake \ - -DKICAD_STABLE_VERSION:BOOL=ON \ - -DCMAKE_BUILD_TYPE=Release +%cmake %make popd @@ -920,19 +945,10 @@ popd -DKICAD_USER_PLUGIN:PATH=%{_libdir}/%{name}/plugins \ -DKICAD_DATA:PATH=%{_datadir}/%{name} \ -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \ - -DKICAD_SCRIPTING=ON \ - -DKICAD_SCRIPTING_MODULES=ON \ - -DKICAD_SCRIPTING_ACTION_MENU=ON \ - -DKICAD_USE_OCE=ON \ - -DKICAD_INSTALL_DEMOS=ON \ - -DKICAD_SPICE=ON \ - -DwxWidgets_CONFIG_EXECUTABLE=%{_bindir}/wx-config \ -DCMAKE_BUILD_TYPE=Release \ - -DKICAD_VERSION_EXTRA=%{version} \ - -DBUILD_GITHUB_PLUGIN=ON \ -DKICAD_SCRIPTING_WXPYTHON=ON \ - -DKICAD_SPICE=ON \ - -DPYTHON_SITE_PACKAGE_PATH=%{py_platsitedir}/wx-3.0-gtk2/ + -DPYTHON_SITE_PACKAGE_PATH=%{py_platsitedir}/wx-3.0-gtk2/ \ + -DwxWidgets_CONFIG_EXECUTABLE=%{_bindir}/wx-config %make VERBOSE=1 %install @@ -949,16 +965,16 @@ desktop-file-install \ done # Install localization -pushd %{i18nname}-%{version} +pushd %{name}-i18n-%{version} %makeinstall_std -C build -mv -f README.adoc %{buildroot}%{_docdir}/%{name}/%{i18nname}-README.md +mv -f README.adoc %{buildroot}%{_docdir}/%{name}/%{name}-i18n-README.md popd # Install symbols libraries -pushd %{libname}-%{version} +pushd %{name}-symbols-%{version} %makeinstall_std -C build -cp -f LICENSE.md %{buildroot}%{_docdir}/%{name}/%{libname}-LICENSE.md -cp -f README.md %{buildroot}%{_docdir}/%{name}/%{libname}-README.md +cp -f LICENSE.md %{buildroot}%{_docdir}/%{name}/%{name}-symbols-LICENSE.md +cp -f README.md %{buildroot}%{_docdir}/%{name}/%{name}-symbols-README.md popd # Install templates @@ -982,7 +998,7 @@ pushd %{name}-packages3D-%{version} popd # Install old packages3D -pushd packages3D-%{oldver} +pushd packages3D-4.0.7 cp -rf *.3dshapes %{buildroot}%{_datadir}/%{name}/modules/packages3d/ mkdir -p %{buildroot}%{_docdir}/%{name}-packages3D-old/ cp -f CREDITS.md LICENSE README.md %{buildroot}%{_docdir}/%{name}-packages3D-old/ @@ -997,14 +1013,14 @@ cp -f README.md %{buildroot}%{_docdir}/%{name}-packages3D/source-README.md popd # Install old packages3D-source -pushd packages3D-source-%{oldver} +pushd packages3D-source-4.0.7 cp -rf *.3dshapes %{buildroot}%{_datadir}/%{name}/modules/packages3d/ cp -f LICENSE %{buildroot}%{_docdir}/%{name}-packages3D-old/source-LICENSE cp -f README.md %{buildroot}%{_docdir}/%{name}-packages3D-old/source-README.md popd # Install kicad-doc -pushd %{docname}-%{version} +pushd %{name}-doc-%{version} %makeinstall_std -C build popd @@ -1025,10 +1041,17 @@ rm -rf %{buildroot}%{_datadir}/%{name}/modules/*/{.gitattributes,.travis.yml} cp -f %{SOURCE200} %{buildroot}%{_datadir}/%{name}/template/fp-lib-table mkdir -p %{buildroot}%{_datadir}/%{name}/fp-lib-tables +ln -s ../fp-lib-tables %{buildroot}%{_datadir}/%{name}/template/fp-lib-tables cp -f %{SOURCE200} %{SOURCE201} %{SOURCE202} %{SOURCE203} %{buildroot}%{_datadir}/%{name}/fp-lib-tables/ # the pcbnew kiface and the python module are actually the same file cmp --quiet %{buildroot}%{_bindir}/_pcbnew.kiface %{buildroot}%{python_sitearch}/wx-3.0-gtk2/_pcbnew.so && \ ln -sf %{_bindir}/_pcbnew.kiface %{buildroot}%{python_sitearch}/wx-3.0-gtk2/_pcbnew.so +# Deregression help for dutch +pushd %{buildroot}%{_docdir}/%{name}/help +tar -xf %{SOURCE300} +popd + %find_lang %{name} +