kicad/kikad-no-templates-install.patch
Tomáš Chvátal 1c1dacf030 Accepting request 186329 from science
- Removed templates to avoid conflict with kicad-library package
  * kikad-no-templates-install.patch
- Removed obsolete kicad-2012.01.19-build-with-old-wxwidgets.patch

- Update to version 20130707
  * no changelog available
  * removed obsolete kicad-2012.01.19-gcc-4.7.patch

OBS-URL: https://build.opensuse.org/request/show/186329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kicad?expand=0&rev=2
2013-08-16 10:42:26 +00:00

23 lines
660 B
Diff

Index: kicad-20130707/template/CMakeLists.txt
===================================================================
--- kicad-20130707.orig/template/CMakeLists.txt
+++ kicad-20130707/template/CMakeLists.txt
@@ -2,17 +2,5 @@ install(FILES kicad.pro
DESTINATION ${KICAD_TEMPLATE}
COMPONENT resources)
-# template_lst is a list of all templates.
-set( template_lst
- raspberrypi-gpio
- stm32f100-discovery-shield
- ti-stellaris-boosterpack40
- ti-stellaris-boosterpack40_min
- )
-foreach( tpl ${template_lst} )
- install( DIRECTORY ${tpl}
- DESTINATION ${KICAD_TEMPLATE}
- COMPONENT templates )
-endforeach()