View | Details | Raw Unified | Return to bug 251788
Collapse All | Expand All

(-)cad/lepton-eda/Makefile (-11 / +11 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	lepton-eda
3
PORTNAME=	lepton-eda
4
PORTVERSION=	1.9.11
4
PORTVERSION=	1.9.13
5
DISTVERSIONSUFFIX=	-20200604
6
CATEGORIES=	cad
5
CATEGORIES=	cad
6
MASTER_SITES=	https://github.com/lepton-eda/lepton-eda/releases/download/${PORTVERSION}-20201211/
7
7
8
MAINTAINER=	graahnul.grom@gmail.com
8
MAINTAINER=	graahnul.grom@gmail.com
9
COMMENT=	Lepton Electronic Design Automation
9
COMMENT=	Lepton Electronic Design Automation
Lines 15-26 Link Here
15
		libgc-threaded.so:devel/boehm-gc-threaded \
15
		libgc-threaded.so:devel/boehm-gc-threaded \
16
		libguile-2.2.so:lang/guile2 \
16
		libguile-2.2.so:lang/guile2 \
17
		libpng.so:graphics/png \
17
		libpng.so:graphics/png \
18
		libstroke.so:devel/libstroke
18
		libstroke.so:devel/libstroke \
19
		libgtkextra-x11-3.0.so:x11-toolkits/gtkextra
19
20
20
USES=		autoreconf desktop-file-utils gettext-tools gnome \
21
USES=		desktop-file-utils gettext-tools gnome \
21
		groff:build libtool localbase makeinfo pathfix perl5 \
22
		groff:build libtool localbase makeinfo pathfix perl5 \
22
		pkgconfig shared-mime-info shebangfix
23
		pkgconfig shared-mime-info shebangfix
23
USE_GITHUB=	yes
24
USE_GNOME=	cairo gtk20
24
USE_GNOME=	cairo gtk20
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
26
Lines 35-41 Link Here
35
35
36
INSTALLS_ICONS=	yes
36
INSTALLS_ICONS=	yes
37
37
38
INFO=	lepton-scheme
38
INFO=	lepton-scheme lepton-manual
39
39
40
OPTIONS_DEFINE=	DOCS EXAMPLES NLS
40
OPTIONS_DEFINE=	DOCS EXAMPLES NLS
41
OPTIONS_SUB=	yes
41
OPTIONS_SUB=	yes
Lines 46-55 Link Here
46
post-patch:
46
post-patch:
47
	${REINPLACE_CMD} -e \
47
	${REINPLACE_CMD} -e \
48
		's,\$$(docdir)/examples,\$$(datadir)/examples/lepton-eda,' \
48
		's,\$$(docdir)/examples,\$$(datadir)/examples/lepton-eda,' \
49
		${WRKSRC}/examples/Makefile.am \
49
		${WRKSRC}/examples/Makefile.in \
50
		${WRKSRC}/examples/RF_Amp/Makefile.am \
50
		${WRKSRC}/examples/RF_Amp/Makefile.in \
51
		${WRKSRC}/examples/TwoStageAmp/Makefile.am \
51
		${WRKSRC}/examples/TwoStageAmp/Makefile.in \
52
		${WRKSRC}/examples/gTAG/Makefile.am \
52
		${WRKSRC}/examples/gTAG/Makefile.in \
53
		${WRKSRC}/examples/lightning_detector/Makefile.am
53
		${WRKSRC}/examples/lightning_detector/Makefile.in
54
54
55
.include <bsd.port.mk>
55
.include <bsd.port.mk>
(-)cad/lepton-eda/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1591284076
1
TIMESTAMP = 1607692128
2
SHA256 (lepton-eda-lepton-eda-1.9.11-20200604_GH0.tar.gz) = 40a3855aeaa00adc19a185bfca0f8959b259fce7ddfe3b36913efc9291983b53
2
SHA256 (lepton-eda-1.9.13.tar.gz) = f417b71415a7654d8ce5a350c22dcdf0cf357b44bb9f8ea6c16421d66acae19f
3
SIZE (lepton-eda-lepton-eda-1.9.11-20200604_GH0.tar.gz) = 8461913
3
SIZE (lepton-eda-1.9.13.tar.gz) = 10155388
(-)cad/lepton-eda/files/patch-version.h (-11 lines)
Lines 1-11 Link Here
1
--- version.h.orig	2020-06-04 15:22:30 UTC
2
+++ version.h
3
@@ -0,0 +1,8 @@
4
+/* Date part of package version string. */
5
+#define PACKAGE_DATE_VERSION "20200604"
6
+
7
+/* Dotted part of package version string. */
8
+#define PACKAGE_DOTTED_VERSION "1.9.11"
9
+
10
+/* Current git commit. */
11
+#define PACKAGE_GIT_COMMIT "219f66e870008a2bbc575b5b5f9499bf6c4a9b1f"
(-)cad/lepton-eda/pkg-plist (-118 / +202 lines)
Lines 14-22 Link Here
14
bin/lepton-tragesym
14
bin/lepton-tragesym
15
bin/lepton-upcfg
15
bin/lepton-upcfg
16
include/liblepton/defines.h
16
include/liblepton/defines.h
17
include/liblepton/edacairo.h
17
include/liblepton/edaconfig.h
18
include/liblepton/edaconfig.h
18
include/liblepton/edaerrors.h
19
include/liblepton/edaerrors.h
20
include/liblepton/edapangorenderer.h
19
include/liblepton/edapaths.h
21
include/liblepton/edapaths.h
22
include/liblepton/edarenderer.h
20
include/liblepton/edascmhookproxy.h
23
include/liblepton/edascmhookproxy.h
21
include/liblepton/edascmvaluetypes.h
24
include/liblepton/edascmvaluetypes.h
22
include/liblepton/funcs.h
25
include/liblepton/funcs.h
Lines 31-37 Link Here
31
include/liblepton/geda_circle.h
34
include/liblepton/geda_circle.h
32
include/liblepton/geda_circle_object.h
35
include/liblepton/geda_circle_object.h
33
include/liblepton/geda_color.h
36
include/liblepton/geda_color.h
34
include/liblepton/geda_color_map.h
35
include/liblepton/geda_component.h
37
include/liblepton/geda_component.h
36
include/liblepton/geda_component_object.h
38
include/liblepton/geda_component_object.h
37
include/liblepton/geda_coord.h
39
include/liblepton/geda_coord.h
Lines 65-85 Link Here
65
include/liblepton/prototype.h
67
include/liblepton/prototype.h
66
include/liblepton/struct.h
68
include/liblepton/struct.h
67
include/libleptonattrib/prototype.h
69
include/libleptonattrib/prototype.h
68
include/libleptonrenderer/edacairo.h
69
include/libleptonrenderer/edarenderer.h
70
include/libleptonrenderer/libleptonrenderer.h
71
lib/liblepton.so
70
lib/liblepton.so
72
lib/liblepton.so.6
71
lib/liblepton.so.7
73
lib/liblepton.so.6.0.0
72
lib/liblepton.so.7.0.0
74
lib/libleptonattrib.so
73
lib/libleptonattrib.so
75
lib/libleptonattrib.so.1
74
lib/libleptonattrib.so.2
76
lib/libleptonattrib.so.1.0.0
75
lib/libleptonattrib.so.2.0.0
77
lib/libleptonrenderer.so
76
lib/libleptongui.so
78
lib/libleptonrenderer.so.3
77
lib/libleptongui.so.1
79
lib/libleptonrenderer.so.3.0.0
78
lib/libleptongui.so.1.0.0
80
libdata/pkgconfig/liblepton.pc
79
libdata/pkgconfig/liblepton.pc
81
libdata/pkgconfig/libleptonattrib.pc
80
libdata/pkgconfig/libleptonattrib.pc
82
libdata/pkgconfig/libleptonrenderer.pc
81
libdata/pkgconfig/libleptongui.pc
83
man/man1/lepton-archive.1.gz
82
man/man1/lepton-archive.1.gz
84
man/man1/lepton-attrib.1.gz
83
man/man1/lepton-attrib.1.gz
85
man/man1/lepton-cli.1.gz
84
man/man1/lepton-cli.1.gz
Lines 95-116 Link Here
95
man/man1/lepton-symfix.1.gz
94
man/man1/lepton-symfix.1.gz
96
man/man1/lepton-tragesym.1.gz
95
man/man1/lepton-tragesym.1.gz
97
man/man1/lepton-upcfg.1.gz
96
man/man1/lepton-upcfg.1.gz
97
share/info/coordinate-space.png
98
share/info/path-example.png
99
share/info/text-layout.png
98
share/applications/lepton-attrib.desktop
100
share/applications/lepton-attrib.desktop
99
share/applications/lepton-schematic.desktop
101
share/applications/lepton-schematic.desktop
102
share/mime/application/x-lepton-sch2pcb-project.xml
103
share/mime/application/x-lepton-schematic.xml
104
share/mime/application/x-lepton-symbol.xml
105
share/mime/packages/liblepton.xml
100
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
106
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
101
%%PORTDOCS%%%%DOCSDIR%%/README.md
107
%%PORTDOCS%%%%DOCSDIR%%/README.md
102
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.docs
108
%%PORTDOCS%%%%DOCSDIR%%/nc.pdf
103
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.examples
104
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.examples.gTAG
105
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gattrib
106
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gnetlist
107
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gsch2pcb
108
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gschem
109
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.gsymcheck
110
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.libgeda
111
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.symbols
112
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.tragesym
113
%%PORTDOCS%%%%DOCSDIR%%/changelogs/changelog.utils
114
%%PORTDOCS%%%%DOCSDIR%%/gedadocs.html
109
%%PORTDOCS%%%%DOCSDIR%%/gedadocs.html
115
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Actions.html
110
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Actions.html
116
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Arcs.html
111
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Arcs.html
Lines 155-165 Link Here
155
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/System-information.html
150
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/System-information.html
156
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Text.html
151
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Text.html
157
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Variable-Index.html
152
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Variable-Index.html
153
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Version-information.html
158
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Windows-and-views.html
154
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Windows-and-views.html
159
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/index.html
155
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/index.html
160
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton-scheme.css
156
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton-scheme.css
161
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dnetlist-API-Reference.html
157
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dnetlist-API-Reference.html
162
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dschematic-API-Reference.html
158
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dschematic-API-Reference.html
159
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Attributes.html
160
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Colors.html
161
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Communication.html
162
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Compatibility-with-geda_002dgaf.html
163
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Component-libraries.html
164
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Component-library-setup.html
165
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Configuration-of-Lepton-tools.html
166
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Configuration.html
167
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Configure-options.html
168
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Coordinate-space.html
169
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Credits-and-history-of-lepton_002dattrib.html
170
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debug-Glib-and-GTK.html
171
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debug-Scheme-code.html
172
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debuggers.html
173
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debugging.html
174
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Dependencies.html
175
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Deprecated-settings.html
176
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Development.html
177
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Documentation.html
178
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Embedded-Components.html
179
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/File-format-overview.html
180
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Filenames.html
181
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation-from-git.html
182
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation-from-source.html
183
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation-of-lepton_002dattrib.html
184
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation.html
185
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Introduction.html
186
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Legacy-configuration.html
187
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/New-configuration-system.html
188
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Object-types.html
189
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Other-resources.html
190
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Overview.html
191
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Path-data.html
192
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Resources.html
193
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Topic-Index.html
194
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Troubleshooting-dependencies.html
195
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Usage-of-lepton_002dattrib.html
196
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Utilities.html
197
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Web-pages.html
198
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/arc.html
199
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/box.html
200
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/bus.html
201
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/circle.html
202
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component.html
203
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary.html
204
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary_002dcommand.html
205
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary_002dfuncs.html
206
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary_002dsearch.html
207
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/coordinate-space.png
208
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/export-group.html
209
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/font.html
210
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gEDA-File-Format-Document-Revision-History.html
211
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gEDA-file-format.html
212
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gafrc.html
213
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gschemrc.html
214
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/index.html
215
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton-manual.css
216
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dattrib-menus.html
217
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dattrib.html
218
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-configuration.html
219
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dnetlist-configuration.html
220
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dnetlist.html
221
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dschematic-configuration.html
222
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dschematic.html
223
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/line.html
224
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/net.html
225
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/netlist-group.html
226
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/netlist_002ehierarchy-group.html
227
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/path-example.png
228
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/path.html
229
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/picture.html
230
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/pin.html
231
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/reset_002dcomponent_002dlibrary.html
232
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic-group.html
233
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eattrib-group.html
234
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002ebackup-group.html
235
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002egui-group.html
236
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002elibrary-group.html
237
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002elog_002dwindow-group.html
238
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002emacro_002dwidget-group.html
239
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eprinting-group.html
240
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002estatus_002dbar-group.html
241
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002etabs-group.html
242
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eundo-group.html
243
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/text-and-attributes.html
244
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/text-layout.png
245
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/version.html
163
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-archive.html
246
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-archive.html
164
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-attrib.html
247
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-attrib.html
165
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-cli.html
248
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-cli.html
Lines 175-181 Link Here
175
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-symfix.html
258
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-symfix.html
176
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-tragesym.html
259
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-tragesym.html
177
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-upcfg.html
260
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-upcfg.html
178
%%PORTDOCS%%%%DOCSDIR%%/nc.pdf
179
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.bom
261
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.bom
180
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.eagle
262
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.eagle
181
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.lepton-renum
263
%%PORTDOCS%%%%DOCSDIR%%/readmes/README.lepton-renum
Lines 800-809 Link Here
800
%%DATADIR%%/bitmap/gschem-top2bottom.png
882
%%DATADIR%%/bitmap/gschem-top2bottom.png
801
%%DATADIR%%/bitmap/gschem-undo.xpm
883
%%DATADIR%%/bitmap/gschem-undo.xpm
802
%%DATADIR%%/bitmap/gschem-warning.png
884
%%DATADIR%%/bitmap/gschem-warning.png
803
%%DATADIR%%/geda-system.conf
804
%%DATADIR%%/gschem-colormap-bw
805
%%DATADIR%%/gschem-colormap-darkbg
806
%%DATADIR%%/gschem-colormap-lightbg
807
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-attach.png
885
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-attach.png
808
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-detach.png
886
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-detach.png
809
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-show-both.png
887
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-show-both.png
Lines 830-839 Link Here
830
%%DATADIR%%/icons/hicolor/22x22/actions/insert-symbol.png
908
%%DATADIR%%/icons/hicolor/22x22/actions/insert-symbol.png
831
%%DATADIR%%/icons/hicolor/22x22/actions/insert-text.png
909
%%DATADIR%%/icons/hicolor/22x22/actions/insert-text.png
832
%%DATADIR%%/icons/hicolor/22x22/actions/select.png
910
%%DATADIR%%/icons/hicolor/22x22/actions/select.png
911
%%DATADIR%%/geda-system.conf
912
%%DATADIR%%/lepton-system.conf
913
%%DATADIR%%/system-gafrc
914
%%DATADIR%%/system-gschemrc
833
%%DATADIR%%/lepton-gtkrc
915
%%DATADIR%%/lepton-gtkrc
834
%%DATADIR%%/lepton-system.conf
835
%%DATADIR%%/print-colormap-darkbg
916
%%DATADIR%%/print-colormap-darkbg
836
%%DATADIR%%/print-colormap-lightbg
917
%%DATADIR%%/print-colormap-lightbg
918
%%DATADIR%%/gschem-colormap-bw
919
%%DATADIR%%/gschem-colormap-darkbg
920
%%DATADIR%%/gschem-colormap-lightbg
837
%%DATADIR%%/scheme/auto-place-attribs.scm
921
%%DATADIR%%/scheme/auto-place-attribs.scm
838
%%DATADIR%%/scheme/auto-place-netname.scm
922
%%DATADIR%%/scheme/auto-place-netname.scm
839
%%DATADIR%%/scheme/auto-refdes.scm
923
%%DATADIR%%/scheme/auto-refdes.scm
Lines 908-915 Link Here
908
%%DATADIR%%/scheme/gschem/util.scm
992
%%DATADIR%%/scheme/gschem/util.scm
909
%%DATADIR%%/scheme/gschem/window.scm
993
%%DATADIR%%/scheme/gschem/window.scm
910
%%DATADIR%%/scheme/lepton/attrib.scm
994
%%DATADIR%%/scheme/lepton/attrib.scm
995
%%DATADIR%%/scheme/lepton/color-map.scm
911
%%DATADIR%%/scheme/lepton/config.scm
996
%%DATADIR%%/scheme/lepton/config.scm
912
%%DATADIR%%/scheme/lepton/core/gettext.scm
997
%%DATADIR%%/scheme/lepton/core/gettext.scm
998
%%DATADIR%%/scheme/lepton/eval.scm
999
%%DATADIR%%/scheme/lepton/ffi.scm
913
%%DATADIR%%/scheme/lepton/file-system.scm
1000
%%DATADIR%%/scheme/lepton/file-system.scm
914
%%DATADIR%%/scheme/lepton/legacy-config.scm
1001
%%DATADIR%%/scheme/lepton/legacy-config.scm
915
%%DATADIR%%/scheme/lepton/legacy-config/keylist.scm
1002
%%DATADIR%%/scheme/lepton/legacy-config/keylist.scm
Lines 954-964 Link Here
954
%%DATADIR%%/scheme/schematic/attrib.scm
1041
%%DATADIR%%/scheme/schematic/attrib.scm
955
%%DATADIR%%/scheme/schematic/builtins.scm
1042
%%DATADIR%%/scheme/schematic/builtins.scm
956
%%DATADIR%%/scheme/schematic/core/gettext.scm
1043
%%DATADIR%%/scheme/schematic/core/gettext.scm
1044
%%DATADIR%%/scheme/schematic/dialog.scm
1045
%%DATADIR%%/scheme/schematic/ffi.scm
1046
%%DATADIR%%/scheme/schematic/ffi/gtk.scm
957
%%DATADIR%%/scheme/schematic/gschemdoc.scm
1047
%%DATADIR%%/scheme/schematic/gschemdoc.scm
958
%%DATADIR%%/scheme/schematic/gui/keymap.scm
1048
%%DATADIR%%/scheme/schematic/gui/keymap.scm
959
%%DATADIR%%/scheme/schematic/gui/stroke.scm
1049
%%DATADIR%%/scheme/schematic/gui/stroke.scm
960
%%DATADIR%%/scheme/schematic/hook.scm
1050
%%DATADIR%%/scheme/schematic/hook.scm
961
%%DATADIR%%/scheme/schematic/keymap.scm
1051
%%DATADIR%%/scheme/schematic/keymap.scm
1052
%%DATADIR%%/scheme/schematic/menu.scm
962
%%DATADIR%%/scheme/schematic/netlist.scm
1053
%%DATADIR%%/scheme/schematic/netlist.scm
963
%%DATADIR%%/scheme/schematic/precompile.scm
1054
%%DATADIR%%/scheme/schematic/precompile.scm
964
%%DATADIR%%/scheme/schematic/repl.scm
1055
%%DATADIR%%/scheme/schematic/repl.scm
Lines 995-1000 Link Here
995
%%DATADIR%%/scheme/symcheck/check.scm
1086
%%DATADIR%%/scheme/symcheck/check.scm
996
%%DATADIR%%/scheme/symcheck/option.scm
1087
%%DATADIR%%/scheme/symcheck/option.scm
997
%%DATADIR%%/scheme/symcheck/report.scm
1088
%%DATADIR%%/scheme/symcheck/report.scm
1089
%%NLS%%share/locale/af/LC_MESSAGES/lepton-schematic.mo
1090
%%NLS%%share/locale/af/LC_MESSAGES/libleptonattrib.mo
1091
%%NLS%%share/locale/ar/LC_MESSAGES/lepton-schematic.mo
1092
%%NLS%%share/locale/ar/LC_MESSAGES/liblepton.mo
1093
%%NLS%%share/locale/ar/LC_MESSAGES/libleptonattrib.mo
1094
%%NLS%%share/locale/bg/LC_MESSAGES/lepton-schematic.mo
1095
%%NLS%%share/locale/bg/LC_MESSAGES/libleptonattrib.mo
1096
%%NLS%%share/locale/bs/LC_MESSAGES/lepton-schematic.mo
1097
%%NLS%%share/locale/bs/LC_MESSAGES/libleptonattrib.mo
1098
%%NLS%%share/locale/ca/LC_MESSAGES/liblepton.mo
1099
%%NLS%%share/locale/ca/LC_MESSAGES/libleptonattrib.mo
1100
%%NLS%%share/locale/da/LC_MESSAGES/liblepton.mo
1101
%%NLS%%share/locale/da/LC_MESSAGES/libleptonattrib.mo
1102
%%NLS%%share/locale/de/LC_MESSAGES/lepton-schematic.mo
1103
%%NLS%%share/locale/de/LC_MESSAGES/liblepton.mo
1104
%%NLS%%share/locale/de/LC_MESSAGES/libleptonattrib.mo
1105
%%NLS%%share/locale/el/LC_MESSAGES/lepton-schematic.mo
1106
%%NLS%%share/locale/el/LC_MESSAGES/liblepton.mo
1107
%%NLS%%share/locale/el/LC_MESSAGES/libleptonattrib.mo
1108
%%NLS%%share/locale/en_GB/LC_MESSAGES/lepton-schematic.mo
1109
%%NLS%%share/locale/en_GB/LC_MESSAGES/liblepton.mo
1110
%%NLS%%share/locale/en_GB/LC_MESSAGES/libleptonattrib.mo
1111
%%NLS%%share/locale/es/LC_MESSAGES/lepton-schematic.mo
1112
%%NLS%%share/locale/es/LC_MESSAGES/liblepton.mo
1113
%%NLS%%share/locale/es/LC_MESSAGES/libleptonattrib.mo
1114
%%NLS%%share/locale/fa/LC_MESSAGES/lepton-schematic.mo
1115
%%NLS%%share/locale/fa/LC_MESSAGES/libleptonattrib.mo
1116
%%NLS%%share/locale/fi/LC_MESSAGES/lepton-schematic.mo
1117
%%NLS%%share/locale/fr/LC_MESSAGES/lepton-schematic.mo
1118
%%NLS%%share/locale/fr/LC_MESSAGES/liblepton.mo
1119
%%NLS%%share/locale/fr/LC_MESSAGES/libleptonattrib.mo
1120
%%NLS%%share/locale/gl/LC_MESSAGES/libleptonattrib.mo
1121
%%NLS%%share/locale/he/LC_MESSAGES/lepton-schematic.mo
1122
%%NLS%%share/locale/hu/LC_MESSAGES/lepton-schematic.mo
1123
%%NLS%%share/locale/hu/LC_MESSAGES/liblepton.mo
1124
%%NLS%%share/locale/hu/LC_MESSAGES/libleptonattrib.mo
1125
%%NLS%%share/locale/it/LC_MESSAGES/lepton-cli.mo
1126
%%NLS%%share/locale/it/LC_MESSAGES/lepton-schematic.mo
1127
%%NLS%%share/locale/it/LC_MESSAGES/liblepton.mo
1128
%%NLS%%share/locale/it/LC_MESSAGES/libleptonattrib.mo
1129
%%NLS%%share/locale/ja/LC_MESSAGES/lepton-schematic.mo
1130
%%NLS%%share/locale/ja/LC_MESSAGES/libleptonattrib.mo
1131
%%NLS%%share/locale/ml/LC_MESSAGES/lepton-schematic.mo
1132
%%NLS%%share/locale/ml/LC_MESSAGES/libleptonattrib.mo
1133
%%NLS%%share/locale/nb/LC_MESSAGES/libleptonattrib.mo
1134
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-cli.mo
1135
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-schematic.mo
1136
%%NLS%%share/locale/nl/LC_MESSAGES/liblepton.mo
1137
%%NLS%%share/locale/nl/LC_MESSAGES/libleptonattrib.mo
1138
%%NLS%%share/locale/oc/LC_MESSAGES/libleptonattrib.mo
1139
%%NLS%%share/locale/pl/LC_MESSAGES/lepton-schematic.mo
1140
%%NLS%%share/locale/pl/LC_MESSAGES/liblepton.mo
1141
%%NLS%%share/locale/pl/LC_MESSAGES/libleptonattrib.mo
1142
%%NLS%%share/locale/pt/LC_MESSAGES/lepton-schematic.mo
1143
%%NLS%%share/locale/pt/LC_MESSAGES/liblepton.mo
1144
%%NLS%%share/locale/pt/LC_MESSAGES/libleptonattrib.mo
1145
%%NLS%%share/locale/pt_BR/LC_MESSAGES/lepton-schematic.mo
1146
%%NLS%%share/locale/pt_BR/LC_MESSAGES/liblepton.mo
1147
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libleptonattrib.mo
1148
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-cli.mo
1149
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-schematic.mo
1150
%%NLS%%share/locale/ru/LC_MESSAGES/liblepton.mo
1151
%%NLS%%share/locale/ru/LC_MESSAGES/libleptonattrib.mo
1152
%%NLS%%share/locale/sl/LC_MESSAGES/lepton-schematic.mo
1153
%%NLS%%share/locale/sl/LC_MESSAGES/libleptonattrib.mo
1154
%%NLS%%share/locale/sr/LC_MESSAGES/lepton-schematic.mo
1155
%%NLS%%share/locale/sr/LC_MESSAGES/liblepton.mo
1156
%%NLS%%share/locale/sr/LC_MESSAGES/libleptonattrib.mo
1157
%%NLS%%share/locale/sv/LC_MESSAGES/liblepton.mo
1158
%%NLS%%share/locale/sv/LC_MESSAGES/libleptonattrib.mo
1159
%%NLS%%share/locale/tr/LC_MESSAGES/lepton-schematic.mo
1160
%%NLS%%share/locale/tr/LC_MESSAGES/liblepton.mo
1161
%%NLS%%share/locale/tr/LC_MESSAGES/libleptonattrib.mo
1162
%%NLS%%share/locale/uk/LC_MESSAGES/liblepton.mo
1163
%%NLS%%share/locale/uk/LC_MESSAGES/libleptonattrib.mo
1164
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lepton-schematic.mo
1165
%%NLS%%share/locale/zh_CN/LC_MESSAGES/liblepton.mo
1166
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libleptonattrib.mo
1167
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lepton-schematic.mo
1168
%%NLS%%share/locale/zh_TW/LC_MESSAGES/liblepton.mo
1169
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libleptonattrib.mo
998
%%DATADIR%%/sym-gnetman/capacitor-1.sym
1170
%%DATADIR%%/sym-gnetman/capacitor-1.sym
999
%%DATADIR%%/sym-gnetman/ccvs-1.sym
1171
%%DATADIR%%/sym-gnetman/ccvs-1.sym
1000
%%DATADIR%%/sym-gnetman/clkinv.sym
1172
%%DATADIR%%/sym-gnetman/clkinv.sym
Lines 2483-2573 Link Here
2483
%%DATADIR%%/sym/xilinx/XC2S50-5PQ208I.sym
2655
%%DATADIR%%/sym/xilinx/XC2S50-5PQ208I.sym
2484
%%DATADIR%%/sym/xilinx/XC2S50-6PQ208C.sym
2656
%%DATADIR%%/sym/xilinx/XC2S50-6PQ208C.sym
2485
%%DATADIR%%/sym/xilinx/XC95108-PC84.sym
2657
%%DATADIR%%/sym/xilinx/XC95108-PC84.sym
2486
%%DATADIR%%/system-gafrc
2487
%%DATADIR%%/system-gschemrc
2488
%%NLS%%share/locale/af/LC_MESSAGES/lepton-schematic.mo
2489
%%NLS%%share/locale/af/LC_MESSAGES/libleptonattrib.mo
2490
%%NLS%%share/locale/ar/LC_MESSAGES/lepton-schematic.mo
2491
%%NLS%%share/locale/ar/LC_MESSAGES/liblepton.mo
2492
%%NLS%%share/locale/ar/LC_MESSAGES/libleptonattrib.mo
2493
%%NLS%%share/locale/bg/LC_MESSAGES/lepton-schematic.mo
2494
%%NLS%%share/locale/bg/LC_MESSAGES/libleptonattrib.mo
2495
%%NLS%%share/locale/bs/LC_MESSAGES/lepton-schematic.mo
2496
%%NLS%%share/locale/bs/LC_MESSAGES/libleptonattrib.mo
2497
%%NLS%%share/locale/ca/LC_MESSAGES/liblepton.mo
2498
%%NLS%%share/locale/ca/LC_MESSAGES/libleptonattrib.mo
2499
%%NLS%%share/locale/da/LC_MESSAGES/liblepton.mo
2500
%%NLS%%share/locale/da/LC_MESSAGES/libleptonattrib.mo
2501
%%NLS%%share/locale/de/LC_MESSAGES/lepton-schematic.mo
2502
%%NLS%%share/locale/de/LC_MESSAGES/liblepton.mo
2503
%%NLS%%share/locale/de/LC_MESSAGES/libleptonattrib.mo
2504
%%NLS%%share/locale/el/LC_MESSAGES/lepton-schematic.mo
2505
%%NLS%%share/locale/el/LC_MESSAGES/liblepton.mo
2506
%%NLS%%share/locale/el/LC_MESSAGES/libleptonattrib.mo
2507
%%NLS%%share/locale/en_GB/LC_MESSAGES/lepton-schematic.mo
2508
%%NLS%%share/locale/en_GB/LC_MESSAGES/liblepton.mo
2509
%%NLS%%share/locale/en_GB/LC_MESSAGES/libleptonattrib.mo
2510
%%NLS%%share/locale/es/LC_MESSAGES/lepton-schematic.mo
2511
%%NLS%%share/locale/es/LC_MESSAGES/liblepton.mo
2512
%%NLS%%share/locale/es/LC_MESSAGES/libleptonattrib.mo
2513
%%NLS%%share/locale/fa/LC_MESSAGES/lepton-schematic.mo
2514
%%NLS%%share/locale/fa/LC_MESSAGES/libleptonattrib.mo
2515
%%NLS%%share/locale/fi/LC_MESSAGES/lepton-schematic.mo
2516
%%NLS%%share/locale/fr/LC_MESSAGES/lepton-schematic.mo
2517
%%NLS%%share/locale/fr/LC_MESSAGES/liblepton.mo
2518
%%NLS%%share/locale/fr/LC_MESSAGES/libleptonattrib.mo
2519
%%NLS%%share/locale/gl/LC_MESSAGES/libleptonattrib.mo
2520
%%NLS%%share/locale/he/LC_MESSAGES/lepton-schematic.mo
2521
%%NLS%%share/locale/hu/LC_MESSAGES/lepton-schematic.mo
2522
%%NLS%%share/locale/hu/LC_MESSAGES/liblepton.mo
2523
%%NLS%%share/locale/hu/LC_MESSAGES/libleptonattrib.mo
2524
%%NLS%%share/locale/it/LC_MESSAGES/lepton-cli.mo
2525
%%NLS%%share/locale/it/LC_MESSAGES/lepton-schematic.mo
2526
%%NLS%%share/locale/it/LC_MESSAGES/liblepton.mo
2527
%%NLS%%share/locale/it/LC_MESSAGES/libleptonattrib.mo
2528
%%NLS%%share/locale/ja/LC_MESSAGES/lepton-schematic.mo
2529
%%NLS%%share/locale/ja/LC_MESSAGES/libleptonattrib.mo
2530
%%NLS%%share/locale/ml/LC_MESSAGES/lepton-schematic.mo
2531
%%NLS%%share/locale/ml/LC_MESSAGES/libleptonattrib.mo
2532
%%NLS%%share/locale/nb/LC_MESSAGES/libleptonattrib.mo
2533
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-cli.mo
2534
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-schematic.mo
2535
%%NLS%%share/locale/nl/LC_MESSAGES/liblepton.mo
2536
%%NLS%%share/locale/nl/LC_MESSAGES/libleptonattrib.mo
2537
%%NLS%%share/locale/oc/LC_MESSAGES/libleptonattrib.mo
2538
%%NLS%%share/locale/pl/LC_MESSAGES/lepton-schematic.mo
2539
%%NLS%%share/locale/pl/LC_MESSAGES/liblepton.mo
2540
%%NLS%%share/locale/pl/LC_MESSAGES/libleptonattrib.mo
2541
%%NLS%%share/locale/pt/LC_MESSAGES/lepton-schematic.mo
2542
%%NLS%%share/locale/pt/LC_MESSAGES/liblepton.mo
2543
%%NLS%%share/locale/pt/LC_MESSAGES/libleptonattrib.mo
2544
%%NLS%%share/locale/pt_BR/LC_MESSAGES/lepton-schematic.mo
2545
%%NLS%%share/locale/pt_BR/LC_MESSAGES/liblepton.mo
2546
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libleptonattrib.mo
2547
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-cli.mo
2548
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-schematic.mo
2549
%%NLS%%share/locale/ru/LC_MESSAGES/liblepton.mo
2550
%%NLS%%share/locale/ru/LC_MESSAGES/libleptonattrib.mo
2551
%%NLS%%share/locale/sl/LC_MESSAGES/lepton-schematic.mo
2552
%%NLS%%share/locale/sl/LC_MESSAGES/libleptonattrib.mo
2553
%%NLS%%share/locale/sr/LC_MESSAGES/lepton-schematic.mo
2554
%%NLS%%share/locale/sr/LC_MESSAGES/liblepton.mo
2555
%%NLS%%share/locale/sr/LC_MESSAGES/libleptonattrib.mo
2556
%%NLS%%share/locale/sv/LC_MESSAGES/liblepton.mo
2557
%%NLS%%share/locale/sv/LC_MESSAGES/libleptonattrib.mo
2558
%%NLS%%share/locale/tr/LC_MESSAGES/lepton-schematic.mo
2559
%%NLS%%share/locale/tr/LC_MESSAGES/liblepton.mo
2560
%%NLS%%share/locale/tr/LC_MESSAGES/libleptonattrib.mo
2561
%%NLS%%share/locale/uk/LC_MESSAGES/liblepton.mo
2562
%%NLS%%share/locale/uk/LC_MESSAGES/libleptonattrib.mo
2563
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lepton-schematic.mo
2564
%%NLS%%share/locale/zh_CN/LC_MESSAGES/liblepton.mo
2565
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libleptonattrib.mo
2566
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lepton-schematic.mo
2567
%%NLS%%share/locale/zh_TW/LC_MESSAGES/liblepton.mo
2568
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libleptonattrib.mo
2569
share/mime/application/x-lepton-sch2pcb-project.xml
2570
share/mime/application/x-lepton-schematic.xml
2571
share/mime/application/x-lepton-symbol.xml
2572
share/mime/packages/liblepton.xml
2573
@dir %%DATADIR%%/sym/local

Return to bug 251788