mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
cad/lepton-eda: Update to 1.9.14
Changelog https://github.com/lepton-eda/lepton-eda/blob/master/NEWS.md#notable-changes-in-lepton-eda-1914-20210407 PR: 254923 Approved by: dmn <graahnul.grom@gmail.com> (maintainer)
This commit is contained in:
parent
4354917d7b
commit
3e48a34056
@ -1,7 +1,7 @@
|
||||
PORTNAME= lepton-eda
|
||||
PORTVERSION= 1.9.13
|
||||
PORTVERSION= 1.9.14
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= https://github.com/lepton-eda/lepton-eda/releases/download/${PORTVERSION}-20201211/
|
||||
MASTER_SITES= https://github.com/lepton-eda/lepton-eda/releases/download/${PORTVERSION}-20210407/
|
||||
|
||||
MAINTAINER= graahnul.grom@gmail.com
|
||||
COMMENT= Lepton Electronic Design Automation
|
||||
@ -22,9 +22,9 @@ USES= desktop-file-utils gettext-tools gnome \
|
||||
USE_GNOME= cairo gtk20
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SHEBANG_FILES= utils/scripts/lepton-pcb_backannotate \
|
||||
utils/scripts/lepton-refdes_renum \
|
||||
utils/scripts/lepton-symfix
|
||||
SHEBANG_FILES= utils/pcb_backannotate/lepton-pcb_backannotate \
|
||||
utils/refdes_renum/lepton-refdes_renum \
|
||||
utils/symfix/lepton-symfix
|
||||
|
||||
PORTEXAMPLES= examples/*
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1607692128
|
||||
SHA256 (lepton-eda-1.9.13.tar.gz) = f417b71415a7654d8ce5a350c22dcdf0cf357b44bb9f8ea6c16421d66acae19f
|
||||
SIZE (lepton-eda-1.9.13.tar.gz) = 10155388
|
||||
TIMESTAMP = 1617890086
|
||||
SHA256 (lepton-eda-1.9.14.tar.gz) = c83e8da91ac153566bb01916819287b0a967e7f471264dc46952d9ec1318ea7e
|
||||
SIZE (lepton-eda-1.9.14.tar.gz) = 9958773
|
||||
|
@ -5,7 +5,6 @@ bin/lepton-embed
|
||||
bin/lepton-netlist
|
||||
bin/lepton-pcb_backannotate
|
||||
bin/lepton-refdes_renum
|
||||
bin/lepton-renum
|
||||
bin/lepton-sch2pcb
|
||||
bin/lepton-schdiff
|
||||
bin/lepton-schematic
|
||||
@ -13,6 +12,20 @@ bin/lepton-symcheck
|
||||
bin/lepton-symfix
|
||||
bin/lepton-tragesym
|
||||
bin/lepton-upcfg
|
||||
include/liblepton/angle.h
|
||||
include/liblepton/arc.h
|
||||
include/liblepton/arc_object.h
|
||||
include/liblepton/bezier.h
|
||||
include/liblepton/bounds.h
|
||||
include/liblepton/box.h
|
||||
include/liblepton/box_object.h
|
||||
include/liblepton/bus_object.h
|
||||
include/liblepton/circle.h
|
||||
include/liblepton/circle_object.h
|
||||
include/liblepton/color.h
|
||||
include/liblepton/component.h
|
||||
include/liblepton/component_object.h
|
||||
include/liblepton/coord.h
|
||||
include/liblepton/defines.h
|
||||
include/liblepton/edacairo.h
|
||||
include/liblepton/edaconfig.h
|
||||
@ -22,60 +35,45 @@ include/liblepton/edapaths.h
|
||||
include/liblepton/edarenderer.h
|
||||
include/liblepton/edascmhookproxy.h
|
||||
include/liblepton/edascmvaluetypes.h
|
||||
include/liblepton/fill_type.h
|
||||
include/liblepton/forward.h
|
||||
include/liblepton/funcs.h
|
||||
include/liblepton/geda_angle.h
|
||||
include/liblepton/geda_arc.h
|
||||
include/liblepton/geda_arc_object.h
|
||||
include/liblepton/geda_bezier.h
|
||||
include/liblepton/geda_bounds.h
|
||||
include/liblepton/geda_box.h
|
||||
include/liblepton/geda_box_object.h
|
||||
include/liblepton/geda_bus_object.h
|
||||
include/liblepton/geda_circle.h
|
||||
include/liblepton/geda_circle_object.h
|
||||
include/liblepton/geda_color.h
|
||||
include/liblepton/geda_component.h
|
||||
include/liblepton/geda_component_object.h
|
||||
include/liblepton/geda_coord.h
|
||||
include/liblepton/geda_fill_type.h
|
||||
include/liblepton/geda_forward.h
|
||||
include/liblepton/geda_line.h
|
||||
include/liblepton/geda_line_cap_type.h
|
||||
include/liblepton/geda_line_object.h
|
||||
include/liblepton/geda_line_type.h
|
||||
include/liblepton/geda_list.h
|
||||
include/liblepton/geda_net_object.h
|
||||
include/liblepton/geda_object.h
|
||||
include/liblepton/geda_object_list.h
|
||||
include/liblepton/geda_page.h
|
||||
include/liblepton/geda_path.h
|
||||
include/liblepton/geda_path_object.h
|
||||
include/liblepton/geda_picture.h
|
||||
include/liblepton/geda_picture_object.h
|
||||
include/liblepton/geda_pin_object.h
|
||||
include/liblepton/geda_point.h
|
||||
include/liblepton/geda_string.h
|
||||
include/liblepton/geda_text.h
|
||||
include/liblepton/geda_text_object.h
|
||||
include/liblepton/geda_toplevel.h
|
||||
include/liblepton/geda_transform.h
|
||||
include/liblepton/geda_undo.h
|
||||
include/liblepton/globals.h
|
||||
include/liblepton/libgedaguile.h
|
||||
include/liblepton/liblepton.h
|
||||
include/liblepton/libleptonguile.h
|
||||
include/liblepton/line.h
|
||||
include/liblepton/line_object.h
|
||||
include/liblepton/list.h
|
||||
include/liblepton/net_object.h
|
||||
include/liblepton/o_types.h
|
||||
include/liblepton/object.h
|
||||
include/liblepton/object_list.h
|
||||
include/liblepton/page.h
|
||||
include/liblepton/path.h
|
||||
include/liblepton/path_object.h
|
||||
include/liblepton/picture.h
|
||||
include/liblepton/picture_object.h
|
||||
include/liblepton/pin_object.h
|
||||
include/liblepton/point.h
|
||||
include/liblepton/prototype.h
|
||||
include/liblepton/str.h
|
||||
include/liblepton/stroke.h
|
||||
include/liblepton/struct.h
|
||||
include/liblepton/text.h
|
||||
include/liblepton/text_object.h
|
||||
include/liblepton/toplevel.h
|
||||
include/liblepton/transform.h
|
||||
include/liblepton/undo.h
|
||||
include/libleptonattrib/prototype.h
|
||||
lib/liblepton.so
|
||||
lib/liblepton.so.7
|
||||
lib/liblepton.so.7.0.0
|
||||
lib/liblepton.so.8
|
||||
lib/liblepton.so.8.0.0
|
||||
lib/libleptonattrib.so
|
||||
lib/libleptonattrib.so.2
|
||||
lib/libleptonattrib.so.2.0.0
|
||||
lib/libleptonattrib.so.3
|
||||
lib/libleptonattrib.so.3.0.0
|
||||
lib/libleptongui.so
|
||||
lib/libleptongui.so.1
|
||||
lib/libleptongui.so.1.0.0
|
||||
lib/libleptongui.so.2
|
||||
lib/libleptongui.so.2.0.0
|
||||
libdata/pkgconfig/liblepton.pc
|
||||
libdata/pkgconfig/libleptonattrib.pc
|
||||
libdata/pkgconfig/libleptongui.pc
|
||||
@ -86,7 +84,6 @@ man/man1/lepton-embed.1.gz
|
||||
man/man1/lepton-netlist.1.gz
|
||||
man/man1/lepton-pcb_backannotate.1.gz
|
||||
man/man1/lepton-refdes_renum.1.gz
|
||||
man/man1/lepton-renum.1.gz
|
||||
man/man1/lepton-sch2pcb.1.gz
|
||||
man/man1/lepton-schdiff.1.gz
|
||||
man/man1/lepton-schematic.1.gz
|
||||
@ -105,8 +102,6 @@ share/mime/application/x-lepton-symbol.xml
|
||||
share/mime/packages/liblepton.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/nc.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gedadocs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Actions.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Arcs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Attributes.html
|
||||
@ -184,12 +179,15 @@ share/mime/packages/liblepton.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Introduction.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Legacy-configuration.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Lepton-EDA-fonts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/New-configuration-system.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/No_002dconnect-symbols.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Object-types.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Other-resources.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Overview.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Path-data.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Resources.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Symbols.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Topic-Index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Troubleshooting-dependencies.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Usage-of-lepton_002dattrib.html
|
||||
@ -198,6 +196,7 @@ share/mime/packages/liblepton.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/arc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/box.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/bus.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/cache_002dconfiguration_002dcontext.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/circle.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary.html
|
||||
@ -215,7 +214,11 @@ share/mime/packages/liblepton.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton-manual.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dattrib-menus.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dattrib.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-config.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-configuration.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-export.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-shell.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dnetlist-configuration.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dnetlist.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dschematic-configuration.html
|
||||
@ -240,6 +243,7 @@ share/mime/packages/liblepton.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002estatus_002dbar-group.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002etabs-group.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eundo-group.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/table_003afonts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/text-and-attributes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/text-layout.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/version.html
|
||||
@ -250,7 +254,6 @@ share/mime/packages/liblepton.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-netlist.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-pcb_backannotate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-refdes_renum.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-renum.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-sch2pcb.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-schdiff.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-schematic.html
|
||||
@ -260,7 +263,6 @@ share/mime/packages/liblepton.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-upcfg.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.bom
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.eagle
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.lepton-renum
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.lepton-sch2pcb
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.lepton-tragesym
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.pcb
|
||||
@ -1010,6 +1012,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
|
||||
%%DATADIR%%/scheme/lepton/page.scm
|
||||
%%DATADIR%%/scheme/lepton/rc.scm
|
||||
%%DATADIR%%/scheme/lepton/repl.scm
|
||||
%%DATADIR%%/scheme/lepton/srfi-37.scm
|
||||
%%DATADIR%%/scheme/lepton/version.scm
|
||||
%%DATADIR%%/scheme/netlist.scm
|
||||
%%DATADIR%%/scheme/netlist/attrib/compare.scm
|
||||
@ -1043,6 +1046,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
|
||||
%%DATADIR%%/scheme/schematic/core/gettext.scm
|
||||
%%DATADIR%%/scheme/schematic/dialog.scm
|
||||
%%DATADIR%%/scheme/schematic/ffi.scm
|
||||
%%DATADIR%%/scheme/schematic/ffi/gobject.scm
|
||||
%%DATADIR%%/scheme/schematic/ffi/gtk.scm
|
||||
%%DATADIR%%/scheme/schematic/gschemdoc.scm
|
||||
%%DATADIR%%/scheme/schematic/gui/keymap.scm
|
||||
@ -1086,87 +1090,87 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
|
||||
%%DATADIR%%/scheme/symcheck/check.scm
|
||||
%%DATADIR%%/scheme/symcheck/option.scm
|
||||
%%DATADIR%%/scheme/symcheck/report.scm
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/bs/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/bs/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/bs/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/fa/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/fa/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/fa/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/lepton-cli.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/ml/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/ml/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/ml/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-cli.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/oc/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-cli.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lepton-schematic.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libleptongui.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/liblepton.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libleptonattrib.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libleptongui.mo
|
||||
%%DATADIR%%/sym-gnetman/capacitor-1.sym
|
||||
%%DATADIR%%/sym-gnetman/ccvs-1.sym
|
||||
%%DATADIR%%/sym-gnetman/clkinv.sym
|
||||
|
Loading…
Reference in New Issue
Block a user