[Cryptech-Commits] [user/ft/alpha_to_kicad] 07/17: rename library file to avoid the space
git at cryptech.is
git at cryptech.is
Thu Apr 26 15:59:37 UTC 2018
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a commit to branch master
in repository user/ft/alpha_to_kicad.
commit c77c39a4fb0f613ae97a670d4c77e9753e7246c5
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Tue Apr 24 18:44:06 2018 +0200
rename library file to avoid the space
---
Cryptech Alpha.pro.template | 2 +-
convert.sh | 2 +-
rev03-KiCad/{Cryptech Alpha.lib => Cryptech_Alpha.lib} | 0
rev03-KiCad/sym-lib-table | 3 +--
4 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Cryptech Alpha.pro.template b/Cryptech Alpha.pro.template
index 7f68cd3..a2a45a6 100644
--- a/Cryptech Alpha.pro.template
+++ b/Cryptech Alpha.pro.template
@@ -56,6 +56,6 @@ LibName26=opto
LibName27=atmel
LibName28=contrib
LibName29=valves
-LibName30=Cryptech Alpha
+LibName30=Cryptech_Alpha
[general]
version=1
diff --git a/convert.sh b/convert.sh
index bfdcfe7..f808bef 100755
--- a/convert.sh
+++ b/convert.sh
@@ -93,7 +93,7 @@ ls Cryptech\ Alpha.sch rev02*sch | while read file; do
done
# Replace slashes in component names, seems to not work in KiCAD nightly
-ls Cryptech\ Alpha.lib rev02*sch | while read file; do
+ls Cryptech*Alpha.lib rev02*sch | while read file; do
sed -i -e "s#I/SN#I_SN#g" "${file}"
done
diff --git a/rev03-KiCad/Cryptech Alpha.lib b/rev03-KiCad/Cryptech_Alpha.lib
similarity index 100%
rename from rev03-KiCad/Cryptech Alpha.lib
rename to rev03-KiCad/Cryptech_Alpha.lib
diff --git a/rev03-KiCad/sym-lib-table b/rev03-KiCad/sym-lib-table
index 24c8589..b37256d 100644
--- a/rev03-KiCad/sym-lib-table
+++ b/rev03-KiCad/sym-lib-table
@@ -1,4 +1,3 @@
(sym_lib_table
- (lib (name 74xx)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/74xx.lib)(options "")(descr ""))
- (lib (name Cryptech-Alpha)(type Legacy)(uri "${KIPRJMOD}/Cryptech Alpha.lib")(options "")(descr ""))
+ (lib (name Cryptech_Alpha)(type Legacy)(uri "${KIPRJMOD}/Cryptech_Alpha.lib")(options "")(descr "Cryptech Alpha symbols"))
)
More information about the Commits
mailing list