Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
6d17236b
Commit
6d17236b
authored
Mar 18, 2008
by
plyatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added icon and "kicad.desktop" for Gnome/KDE menu.
parent
0ff83cba
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
1 deletion
+24
-1
CMakeLists.txt
CMakeLists.txt
+9
-0
kicad.png
bitmaps/kicad.png
+0
-0
build_version.h
include/build_version.h
+1
-1
kicad.desktop
share/kicad.desktop
+14
-0
No files found.
CMakeLists.txt
View file @
6d17236b
...
...
@@ -38,6 +38,7 @@ if(UNIX)
# When used later, "bin" and others with no leading / is relative to CMAKE_INSTALL_PREFIX.
set
(
KICAD_PLUGINS lib/kicad/plugins CACHE PATH
"Location of KiCad plugins."
)
set
(
KICAD_DATA share/kicad CACHE PATH
"Location of KiCad data files."
)
SET
(
KICAD_DOCS share/doc/kicad CACHE PATH
"Location of KiCad documentation files."
)
endif
(
APPLE
)
endif
(
UNIX
)
...
...
@@ -47,6 +48,7 @@ if(WIN32)
# When used later, "winexe" and others with no leading / is relative to CMAKE_INSTALL_PREFIX.
set
(
KICAD_PLUGINS
${
KICAD_BIN
}
/plugins
)
set
(
KICAD_DATA share CACHE PATH
"Location of KiCad data files."
)
SET
(
KICAD_DOCS doc
)
endif
(
WIN32
)
set
(
KICAD_DEMOS
${
KICAD_DATA
}
/demos
)
...
...
@@ -103,3 +105,10 @@ add_subdirectory(polygon)
add_subdirectory
(
demos
)
add_subdirectory
(
internat
)
add_subdirectory
(
template
)
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/install.txt DESTINATION
${
KICAD_DOCS
}
COMPONENT resources
)
if
(
UNIX
)
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/share/kicad.desktop DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/share/applications COMPONENT resources
)
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/bitmaps/kicad.png DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/share/pixmaps COMPONENT resources
)
endif
(
UNIX
)
bitmaps/kicad.png
0 → 100644
View file @
6d17236b
2.24 KB
include/build_version.h
View file @
6d17236b
...
...
@@ -5,7 +5,7 @@
COMMON_GLOBL
wxString
g_BuildVersion
#ifdef EDA_BASE
(
wxT
(
"(2008031
1-r876
)"
))
(
wxT
(
"(2008031
3-r890
)"
))
#endif
;
...
...
share/kicad.desktop
0 → 100644
View file @
6d17236b
[Desktop Entry]
Encoding=UTF-8
GenericName[en]=KiCad - project manager
GenericName[ru]=KiCad - менеджер проектов
Comment[en]=Electrical schematic and PCB design suite
Comment[ru]=Комплекс для разработки электрических схем и печатных плат
MimeType=text/pro
Name=KiCad
Exec=kicad
Icon=kicad
Type=Application
Terminal=false
Categories=Scientific;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment