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

(-)cad/lepton-eda/Makefile (-10 / +14 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	lepton-eda
3
PORTNAME=	lepton-eda
4
PORTVERSION=	1.9.9
4
PORTVERSION=	1.9.10
5
DISTVERSIONSUFFIX=	-20191003
5
DISTVERSIONSUFFIX=	-20200319
6
CATEGORIES=	cad
6
CATEGORIES=	cad
7
7
8
MAINTAINER=	graahnul.grom@gmail.com
8
MAINTAINER=	graahnul.grom@gmail.com
Lines 19-37 Link Here
19
19
20
USES=		autoreconf desktop-file-utils gettext-tools gnome \
20
USES=		autoreconf desktop-file-utils gettext-tools gnome \
21
		groff:build libtool localbase makeinfo pathfix perl5 \
21
		groff:build libtool localbase makeinfo pathfix perl5 \
22
		pkgconfig python:2.7,run shared-mime-info shebangfix
22
		pkgconfig shared-mime-info shebangfix
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
USE_GNOME=	cairo gtk20
24
USE_GNOME=	cairo gtk20
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
26
27
SHEBANG_FILES=	utils/scripts/lepton-tragesym \
27
SHEBANG_FILES=	utils/scripts/lepton-pcb_backannotate \
28
		utils/scripts/lepton-archive.py \
29
		utils/scripts/gschupdate \
30
		utils/scripts/gsymupdate \
31
		utils/scripts/lepton-pcb_backannotate \
32
		utils/scripts/lepton-refdes_renum \
28
		utils/scripts/lepton-refdes_renum \
33
		utils/scripts/lepton-symfix \
29
		utils/scripts/lepton-symfix
34
		examples/lightning_detector/bom
35
30
36
PORTEXAMPLES=	examples/*
31
PORTEXAMPLES=	examples/*
37
32
Lines 48-51 Link Here
48
NLS_CONFIGURE_ENABLE=	nls
43
NLS_CONFIGURE_ENABLE=	nls
49
NLS_USES=		gettext-runtime
44
NLS_USES=		gettext-runtime
50
45
46
post-patch:
47
	${REINPLACE_CMD} -e \
48
		's,\$$(docdir)/examples,\$$(datadir)/examples/lepton-eda,' \
49
		${WRKSRC}/examples/Makefile.am \
50
		${WRKSRC}/examples/RF_Amp/Makefile.am \
51
		${WRKSRC}/examples/TwoStageAmp/Makefile.am \
52
		${WRKSRC}/examples/gTAG/Makefile.am \
53
		${WRKSRC}/examples/lightning_detector/Makefile.am
54
51
.include <bsd.port.mk>
55
.include <bsd.port.mk>
(-)cad/lepton-eda/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1570203233
1
TIMESTAMP = 1585112125
2
SHA256 (lepton-eda-lepton-eda-1.9.9-20191003_GH0.tar.gz) = 13448d91ae17ab8c5e5cbba56c5a4e6a7cc3b3cb392280cb4d218f50891469d7
2
SHA256 (lepton-eda-lepton-eda-1.9.10-20200319_GH0.tar.gz) = 271fac1424a963117dfe687846c8d884bc70ed8bf3a50c72ad5cc00741a5c403
3
SIZE (lepton-eda-lepton-eda-1.9.9-20191003_GH0.tar.gz) = 8361951
3
SIZE (lepton-eda-lepton-eda-1.9.10-20200319_GH0.tar.gz) = 8386076
(-)cad/lepton-eda/files/patch-build-tools_icon-theme-installer (-20 lines)
Lines 1-20 Link Here
1
--- build-tools/icon-theme-installer.orig	2019-10-03 20:45:55 UTC
2
+++ build-tools/icon-theme-installer
3
@@ -103,13 +103,13 @@ if test -z "$INSTALL_BASE_DIR"; then
4
 	exit 1
5
 fi
6
 
7
-if test ! -x `echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '`; then
8
-	echo "Cannot find '$MKINSTALLDIRS_EXEC'; You probably want to pass -m \$(mkinstalldirs)"
9
+if test -z "$MKINSTALLDIRS_EXEC"; then
10
+	echo "\$MKINSTALLDIRS_EXEC is not set. Pass it with the -m command line option"
11
 	exit 1
12
 fi
13
 
14
-if test ! -x `echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '`; then
15
-	echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)"
16
+if test -z "$INSTALL_DATA_EXEC"; then
17
+	echo "\$INSTALL_DATA_EXEC' is not set. Pass it with the -x command line option"
18
 	exit 1
19
 fi
20
 
(-)cad/lepton-eda/files/patch-docs_scheme-api_Makefile.am (-14 lines)
Lines 1-14 Link Here
1
--- docs/scheme-api/Makefile.am.orig	2019-10-09 16:39:51 UTC
2
+++ docs/scheme-api/Makefile.am
3
@@ -4,10 +4,8 @@ AM_MAKEINFOHTMLFLAGS = --css-ref=lepton-
4
 
5
 EXTRA_DIST = lepton-scheme.css
6
 
7
-html-local:
8
+all: all-am html
9
 	$(MKDIR_P) $(builddir)/lepton-scheme.html/
10
 	cp -fv $(srcdir)/lepton-scheme.css $(builddir)/lepton-scheme.html/
11
 
12
-all-local: html
13
-
14
 install-data-local: install-html
(-)cad/lepton-eda/files/patch-examples_Makefile.am (-24 lines)
Lines 1-24 Link Here
1
--- examples/Makefile.am.orig	2019-02-23 08:55:55 UTC
2
+++ examples/Makefile.am
3
@@ -1,9 +1,9 @@
4
 
5
 SUBDIRS = gTAG lightning_detector RF_Amp TwoStageAmp
6
 
7
-exampledir = $(docdir)/examples/
8
+exampledir = $(datadir)/examples/lepton-eda/
9
 
10
-example_DATA = README 
11
+example_DATA = README
12
 
13
 EXTRA_DIST = ChangeLog ChangeLog-1.0 $(example_DATA)
14
 
15
@@ -16,7 +16,7 @@ ChangeLog: $(top_builddir)/stamp-git
16
 	) > $@
17
 endif HAVE_GIT_REPO
18
 
19
-MOSTLYCLEANFILES = *.log core FILE *~ 
20
-CLEANFILES = *.log core FILE *~ 
21
+MOSTLYCLEANFILES = *.log core FILE *~
22
+CLEANFILES = *.log core FILE *~
23
 DISTCLEANFILES = *.log core FILE *~
24
 MAINTAINERCLEANFILES = *.log core FILE *~ Makefile.in ChangeLog
(-)cad/lepton-eda/files/patch-examples_RF__Amp_Makefile.am (-11 lines)
Lines 1-11 Link Here
1
--- examples/RF_Amp/Makefile.am.orig	2019-02-23 08:55:55 UTC
2
+++ examples/RF_Amp/Makefile.am
3
@@ -1,7 +1,7 @@
4
 
5
 SUBDIRS = model sym
6
 
7
-exampledir = $(docdir)/examples/RF_Amp/
8
+exampledir = $(datadir)/examples/lepton-eda/RF_Amp/
9
 
10
 example_DATA = 5980-2396E.pdf MSA-2643.cir MSA-2643.sch \
11
 	Q1.cir Q1.sch Q2.cir Q2.sch README Simulation.cmd gafrc
(-)cad/lepton-eda/files/patch-examples_RF__Amp_model_Makefile.am (-12 lines)
Lines 1-12 Link Here
1
--- examples/RF_Amp/model/Makefile.am.orig	2019-02-23 08:55:55 UTC
2
+++ examples/RF_Amp/model/Makefile.am
3
@@ -1,7 +1,7 @@
4
-exampledir = $(docdir)/examples/RF_Amp/model/
5
+exampledir = $(datadir)/examples/lepton-eda/RF_Amp/model/
6
 
7
 example_DATA = BJTM1_Q1.mod BJTM1_Q2.mod DiodeM1_Q1.mod DiodeM1_Q2.mod \
8
-             DiodeM2_Q1.mod DiodeM2_Q2.mod DiodeM3_Q1.mod DiodeM3_Q2.mod 
9
+             DiodeM2_Q1.mod DiodeM2_Q2.mod DiodeM3_Q1.mod DiodeM3_Q2.mod
10
 
11
 EXTRA_DIST = $(example_DATA)
12
 
(-)cad/lepton-eda/files/patch-examples_RF__Amp_sym_Makefile.am (-8 lines)
Lines 1-8 Link Here
1
--- examples/RF_Amp/sym/Makefile.am.orig	2019-02-23 08:55:55 UTC
2
+++ examples/RF_Amp/sym/Makefile.am
3
@@ -1,4 +1,4 @@
4
-exampledir = $(docdir)/examples/RF_Amp/sym/
5
+exampledir = $(datadir)/examples/lepton-eda/RF_Amp/sym/
6
 
7
 example_DATA = BJT_Model.sym Q_Model.sym spice-subcircuit-IO-1.sym \
8
 	     spice-subcircuit-LL-1.sym
(-)cad/lepton-eda/files/patch-examples_TwoStageAmp_Makefile.am (-8 lines)
Lines 1-8 Link Here
1
--- examples/TwoStageAmp/Makefile.am.orig	2019-02-23 08:55:55 UTC
2
+++ examples/TwoStageAmp/Makefile.am
3
@@ -1,4 +1,4 @@
4
-exampledir = $(docdir)/examples/TwoStageAmp/
5
+exampledir = $(datadir)/examples/lepton-eda/TwoStageAmp/
6
 
7
 nobase_example_DATA = \
8
 	Simulation.cmd TwoStageAmp.sch spice.netlist gafrc \
(-)cad/lepton-eda/files/patch-examples_gTAG_Makefile.am (-8 lines)
Lines 1-8 Link Here
1
--- examples/gTAG/Makefile.am.orig	2019-02-23 08:55:55 UTC
2
+++ examples/gTAG/Makefile.am
3
@@ -1,4 +1,4 @@
4
-exampledir = $(docdir)/examples/gTAG/
5
+exampledir = $(datadir)/examples/lepton-eda/gTAG/
6
 
7
 example_DATA = 7414-1.sym attribs gafrc copyleft.sym crdist.sh \
8
 	     cy7c64603-52nc.sym gTAG-consio.ps gTAG-consio.sch \
(-)cad/lepton-eda/files/patch-examples_lightning__detector_Makefile.am (-16 lines)
Lines 1-16 Link Here
1
--- examples/lightning_detector/Makefile.am.orig	2019-02-23 08:55:55 UTC
2
+++ examples/lightning_detector/Makefile.am
3
@@ -1,11 +1,11 @@
4
-exampledir = $(docdir)/examples/lightning_detector/
5
+exampledir = $(datadir)/examples/lepton-eda/lightning_detector/
6
 
7
 nobase_example_DATA = \
8
 	bom bom.readme lightning.net lightning.pcb lightning.sch \
9
 	lightning.sch.bom gafrc \
10
 	sym/2N4401.sym sym/2N4403.sym
11
 
12
-EXTRA_DIST = $(nobase_example_DATA) 
13
+EXTRA_DIST = $(nobase_example_DATA)
14
 
15
 MOSTLYCLEANFILES = gschem.log *~
16
 CLEANFILES = gschem.log *~
(-)cad/lepton-eda/files/patch-liblepton_include_liblepton_geda__list.h (-23 lines)
Lines 1-23 Link Here
1
--- liblepton/include/liblepton/geda_list.h.orig	2019-10-03 20:45:55 UTC
2
+++ liblepton/include/liblepton/geda_list.h
3
@@ -1,7 +1,8 @@
4
-/* gEDA - GPL Electronic Design Automation
5
- * libgeda - gEDA's library
6
+/* Lepton EDA library
7
  * Copyright (C) 1998-2010 Ales Hvezda
8
  * Copyright (C) 2007-2010 Peter Clifton
9
+ * Copyright (C) 2011-2015 gEDA Contributors
10
+ * Copyright (C) 2017-2019 Lepton EDA Contributors
11
  *
12
  * This library is free software; you can redistribute it and/or
13
  * modify it under the terms of the GNU Library General Public
14
@@ -56,6 +57,9 @@ void geda_list_add_glist( GedaList *list
15
 void geda_list_remove( GedaList *list, gpointer item );
16
 /*void geda_list_remove_glist( GedaList *list, GList *items ); */ /* Undemanded as yet */
17
 void geda_list_remove_all( GedaList *list );
18
+void geda_list_move_item( GedaList* list, gpointer item, gint newpos );
19
+
20
+
21
 
22
 /*const GList *geda_list_get_glist( GedaList *list ); */
23
 #define geda_list_get_glist(list) (list->glist)
(-)cad/lepton-eda/files/patch-liblepton_scheme_geda_log-rotate.scm (-11 lines)
Lines 1-11 Link Here
1
--- liblepton/scheme/geda/log-rotate.scm.orig	2019-10-03 20:45:55 UTC
2
+++ liblepton/scheme/geda/log-rotate.scm
3
@@ -44,7 +44,7 @@
4
 ;; FIXME This should be obtained from the code that decides where to
5
 ;; create and populate log files.
6
 (define (log-directory)
7
-  (string-append (user-config-dir) file-name-separator-string "logs"))
8
+  (string-append (user-cache-dir) file-name-separator-string "logs"))
9
 
10
 ;;;; get-log-toolname path
11
 ;;
(-)cad/lepton-eda/files/patch-liblepton_scheme_geda_os.scm (-10 lines)
Lines 1-10 Link Here
1
--- liblepton/scheme/geda/os.scm.orig	2019-10-03 20:45:55 UTC
2
+++ liblepton/scheme/geda/os.scm
3
@@ -49,6 +49,7 @@
4
 (define-public sys-config-dirs %sys-config-dirs)
5
 (define-public user-data-dir %user-data-dir)
6
 (define-public user-config-dir %user-config-dir)
7
+(define-public user-cache-dir %user-cache-dir)
8
 
9
 (define-public expand-env-variables
10
   ;; Only compile regular expression once
(-)cad/lepton-eda/files/patch-liblepton_src_geda__list.c (-36 lines)
Lines 1-36 Link Here
1
--- liblepton/src/geda_list.c.orig	2019-10-03 20:45:55 UTC
2
+++ liblepton/src/geda_list.c
3
@@ -1,7 +1,8 @@
4
-/* gEDA - GPL Electronic Design Automation
5
- * libgeda - gEDA's library
6
+/* Lepton EDA library
7
  * Copyright (C) 1998-2000 Ales Hvezda
8
  * Copyright (C) 2007-2010 Peter Clifton
9
+ * Copyright (C) 2011-2013 gEDA Contributors
10
+ * Copyright (C) 2017-2019 Lepton EDA Contributors
11
  *
12
  * This program is free software; you can redistribute it and/or modify
13
  * it under the terms of the GNU General Public License as published by
14
@@ -179,3 +180,22 @@ void geda_list_remove_all( GedaList *lis
15
   g_signal_emit( list, geda_list_signals[ CHANGED ], 0 );
16
 }
17
 
18
+
19
+/*! \brief Moves the list data \a item to a new position \a newpos.
20
+ */
21
+void geda_list_move_item( GedaList* list, gpointer item, gint newpos )
22
+{
23
+  GList* gl = list->glist;
24
+  GList* node = g_list_find (gl, item);
25
+
26
+  if (node != NULL)
27
+  {
28
+    gl = g_list_remove_link (gl, node);
29
+    gl = g_list_insert (gl, item, newpos);
30
+    g_list_free (node);
31
+    list->glist = gl;
32
+
33
+    g_signal_emit( list, geda_list_signals[ CHANGED ], 0 );
34
+  }
35
+}
36
+
(-)cad/lepton-eda/files/patch-liblepton_src_scheme__os.c (-43 lines)
Lines 1-43 Link Here
1
--- liblepton/src/scheme_os.c.orig	2019-10-03 20:45:55 UTC
2
+++ liblepton/src/scheme_os.c
3
@@ -153,6 +153,25 @@ SCM_DEFINE (user_config_dir, "%user-conf
4
   return scm_from_locale_string(eda_get_user_config_dir());
5
 }
6
 
7
+/*! \brief Get user cache directory.
8
+ * \par Function Description
9
+ * Returns the directory where per-user cache data should be
10
+ * stored
11
+ *
12
+ * \note Scheme API: Implements the %user-cache-dir procedure is the
13
+ * (geda core os) module.
14
+ *
15
+ * \return a string.
16
+ */
17
+SCM_DEFINE (user_cache_dir, "%user-cache-dir", 0, 0, 0, (),
18
+            "Return the directory for user cache data.")
19
+{
20
+  /* eda_get_user_cache_dir() returns a raw environment string, so assume
21
+   * it's in the current locale's encoding. */
22
+  return scm_from_locale_string (eda_get_user_cache_dir ());
23
+}
24
+
25
+
26
 /*!
27
  * \brief Create the (geda core os) Scheme module.
28
  * \par Function Description
29
@@ -166,8 +185,12 @@ init_module_geda_core_os (void *unused)
30
   #include "scheme_os.x"
31
 
32
   /* Add them to the module's public definitions. */
33
-  scm_c_export (s_platform, s_sys_data_dirs, s_sys_config_dirs,
34
-                s_user_data_dir, s_user_config_dir,
35
+  scm_c_export (s_platform,
36
+                s_sys_config_dirs,
37
+                s_sys_data_dirs,
38
+                s_user_cache_dir,
39
+                s_user_config_dir,
40
+                s_user_data_dir,
41
                 NULL);
42
 }
43
 
(-)cad/lepton-eda/files/patch-netlist_scheme_backend_gnet-spice-sdb.scm (-11 lines)
Lines 1-11 Link Here
1
--- netlist/scheme/backend/gnet-spice-sdb.scm.orig	2019-10-03 20:45:55 UTC
2
+++ netlist/scheme/backend/gnet-spice-sdb.scm
3
@@ -209,7 +209,7 @@
4
     (and (string-ci=? (gnetlist:get-package-attribute package "device")
5
                       "spice-io")
6
          package))
7
-  (filter-map spice-io? ls))
8
+  (filter-map spice-io? package-list))
9
 
10
 
11
 ;;; Given a list of spice-IO packages (refdeses), this function
(-)cad/lepton-eda/files/patch-schematic_src_x__tabs.c (-275 lines)
Lines 1-275 Link Here
1
--- schematic/src/x_tabs.c.orig	2019-10-03 20:45:55 UTC
2
+++ schematic/src/x_tabs.c
3
@@ -53,7 +53,7 @@
4
  * key:         use-tabs
5
  * group:       schematic.gui
6
  * type:        boolean
7
- * default val: false
8
+ * default val: true
9
  *
10
  * 2) Whether to show "close" button on tabs:
11
  * key:         show-close-button
12
@@ -75,7 +75,7 @@
13
 
14
 
15
 static gboolean
16
-g_x_tabs_enabled = FALSE;
17
+g_x_tabs_enabled = TRUE;
18
 
19
 static gboolean
20
 g_x_tabs_show_close_button = TRUE;
21
@@ -284,6 +284,28 @@ x_tabs_page_on_sel (GtkNotebook* nbook,
22
                     guint        ndx,
23
                     gpointer     data);
24
 
25
+static void
26
+x_tabs_page_on_reordered (GtkNotebook* nbook,
27
+                          GtkWidget*   wtab,
28
+                          guint        newindex,
29
+                          gpointer     data);
30
+
31
+
32
+static gboolean
33
+x_tabs_hdr_on_mouse_click (GtkWidget* hdr, GdkEvent* e, gpointer data);
34
+static GtkMenu*
35
+x_tabs_menu_create (TabInfo* nfo);
36
+static void
37
+x_tabs_menu_create_item (GschemToplevel* toplevel,
38
+                         GtkWidget*      menu,
39
+                         const gchar*    action_name,
40
+                         const gchar*    action_label,
41
+                         const gchar*    icon_name);
42
+static void
43
+x_tabs_menu_create_item_separ (GtkWidget* menu);
44
+static void
45
+x_tabs_menu_item_on_activate (GtkAction* action, gpointer data);
46
+
47
 
48
 
49
 /* page view: */
50
@@ -409,7 +431,24 @@ x_tabs_dbg_pages_dump (GschemToplevel* w
51
   printf( " ^^^^^^^^^^^^^^ pages ^^^^^^^^^^^^^^^^^^\n\n" );
52
 }
53
 
54
-#endif
55
+static void
56
+x_tabs_dbg_pages_dump_simple (GschemToplevel* w_current)
57
+{
58
+  printf( " >> pages:\n" );
59
+  g_return_if_fail( w_current != NULL );
60
+
61
+  for ( GList* node = w_current->toplevel->pages->glist;
62
+        node != NULL;
63
+        node = g_list_next( node ) )
64
+  {
65
+    PAGE* p = node->data;
66
+    printf( "    p: [%s]\n", g_path_get_basename( s_page_get_filename(p) ) );
67
+  }
68
+
69
+  printf( "\n" );
70
+}
71
+
72
+#endif /* DEBUG */
73
 
74
 
75
 
76
@@ -661,6 +700,11 @@ x_tabs_nbook_create (GschemToplevel* w_c
77
   g_signal_connect (nbook, "switch-page",
78
                     G_CALLBACK (&x_tabs_page_on_sel), w_current);
79
 
80
+  g_signal_connect (nbook,
81
+                    "page-reordered",
82
+                    G_CALLBACK (&x_tabs_page_on_reordered),
83
+                    w_current);
84
+
85
 } /* x_tabs_nbook_create() */
86
 
87
 
88
@@ -913,7 +957,18 @@ x_tabs_hdr_set (GtkNotebook* nbook, TabI
89
   g_return_if_fail (nfo != NULL);
90
 
91
   GtkWidget* hdr = x_tabs_hdr_create (nfo);
92
-  gtk_notebook_set_tab_label (nbook, nfo->wtab_, hdr);
93
+
94
+  GtkWidget* ebox = gtk_event_box_new();
95
+  gtk_event_box_set_visible_window (GTK_EVENT_BOX (ebox), FALSE);
96
+  gtk_container_add (GTK_CONTAINER (ebox), hdr);
97
+  gtk_widget_show_all (ebox);
98
+
99
+  g_signal_connect (ebox,
100
+                    "button-press-event",
101
+                    G_CALLBACK (&x_tabs_hdr_on_mouse_click),
102
+                    nfo);
103
+
104
+  gtk_notebook_set_tab_label (nbook, nfo->wtab_, ebox);
105
 }
106
 
107
 
108
@@ -1160,6 +1215,8 @@ x_tabs_page_new (GschemToplevel* w_curre
109
   x_tabs_tl_pview_cur_set (w_current, pview);
110
   gint ndx = x_tabs_nbook_page_add (w_current, page, pview, wtab);
111
 
112
+  gtk_notebook_set_tab_reorderable (w_current->xtabs_nbook, wtab, TRUE);
113
+
114
   return x_tabs_info_add (w_current, ndx, page, pview, wtab);
115
 
116
 } /* x_tabs_page_new() */
117
@@ -1485,3 +1542,158 @@ x_tabs_page_on_sel (GtkNotebook* nbook,
118
 
119
 } /* x_tabs_page_on_sel() */
120
 
121
+
122
+
123
+/*! \brief GtkNotebook "page-reordered" signal handler.
124
+ */
125
+static void
126
+x_tabs_page_on_reordered (GtkNotebook* nbook,
127
+                          GtkWidget*   wtab,
128
+                          guint        newindex,
129
+                          gpointer     data)
130
+{
131
+  GschemToplevel* w_current = (GschemToplevel*) data;
132
+  g_return_if_fail (w_current != NULL);
133
+  g_return_if_fail (w_current->toplevel != NULL);
134
+  g_return_if_fail (w_current->toplevel->pages != NULL);
135
+
136
+  TabInfo* nfo = x_tabs_info_find_by_wtab (w_current->xtabs_info_list, wtab);
137
+  g_return_if_fail (nfo != NULL);
138
+
139
+  GedaPageList* pages = w_current->toplevel->pages;
140
+  geda_list_move_item (pages, nfo->page_, newindex);
141
+
142
+  gtk_widget_grab_focus (GTK_WIDGET (nfo->pview_));
143
+  page_select_widget_update (w_current);
144
+
145
+#ifdef DEBUG
146
+  x_tabs_dbg_pages_dump_simple( w_current );
147
+#endif
148
+
149
+} /* x_tabs_page_on_reordered() */
150
+
151
+
152
+
153
+/*! \brief Create popup menu for tab's header.
154
+ */
155
+static GtkMenu*
156
+x_tabs_menu_create (TabInfo* nfo)
157
+{
158
+  g_return_val_if_fail (nfo != NULL, NULL);
159
+
160
+  GschemToplevel* tl = nfo->tl_;
161
+  g_return_val_if_fail (tl != NULL, NULL);
162
+
163
+  GtkWidget* menu = gtk_menu_new();
164
+  x_tabs_menu_create_item (tl, menu, "file-new", _("_New"), GTK_STOCK_NEW);
165
+  x_tabs_menu_create_item (tl, menu, "file-open", _("_Open"), GTK_STOCK_OPEN);
166
+  x_tabs_menu_create_item_separ (menu);
167
+  x_tabs_menu_create_item (tl, menu, "file-save", _("_Save"), GTK_STOCK_SAVE);
168
+  x_tabs_menu_create_item (tl, menu, "file-save-as", _("Save _As..."), GTK_STOCK_SAVE_AS);
169
+  x_tabs_menu_create_item_separ (menu);
170
+  x_tabs_menu_create_item (tl, menu, "page-manager", _("Page _Manager..."), NULL);
171
+  x_tabs_menu_create_item_separ (menu);
172
+  x_tabs_menu_create_item (tl, menu, "page-close", _("_Close"), GTK_STOCK_CLOSE);
173
+
174
+  gtk_widget_show_all (menu);
175
+  return GTK_MENU (menu);
176
+
177
+} /* x_tabs_menu_create() */
178
+
179
+
180
+
181
+/*! \brief Tab's header widget "button-press-event" signal handler.
182
+ *  \todo  Consider switching to clicked tab
183
+ */
184
+static gboolean
185
+x_tabs_hdr_on_mouse_click (GtkWidget* hdr, GdkEvent* e, gpointer data)
186
+{
187
+  g_return_val_if_fail (data != NULL, FALSE);
188
+  GdkEventButton* ebtn = (GdkEventButton*) e;
189
+
190
+  TabInfo* nfo    = (TabInfo*) data;
191
+  TabInfo* nfocur = x_tabs_info_cur (nfo->tl_);
192
+
193
+  /* show menu for current tab only:
194
+  */
195
+  if (nfo != nfocur)
196
+    return FALSE;
197
+
198
+#ifdef DEBUG
199
+  printf( "p: [%s]\n",   g_path_get_basename( s_page_get_filename(nfo->page_) ) );
200
+  printf( "C: [%s]\n\n", g_path_get_basename( s_page_get_filename(nfocur->page_) ) );
201
+#endif
202
+
203
+  if (ebtn->type == GDK_BUTTON_PRESS && ebtn->button == 3)
204
+  {
205
+    GtkMenu* menu = x_tabs_menu_create (nfo);
206
+
207
+    int btn = 0;
208
+    int etime = 0;
209
+    if (ebtn != NULL)
210
+    {
211
+      btn = ebtn->button;
212
+      etime = gtk_get_current_event_time();
213
+    }
214
+
215
+    gtk_menu_attach_to_widget (menu, hdr, NULL);
216
+    gtk_menu_popup (menu, NULL, NULL, NULL, NULL, btn, etime);
217
+
218
+    return TRUE;
219
+  }
220
+
221
+  return FALSE;
222
+
223
+} /* x_tabs_page_on_mouse_click() */
224
+
225
+
226
+
227
+/*! \brief "activate" signal handler for context menu item action.
228
+ */
229
+static void
230
+x_tabs_menu_item_on_activate (GtkAction* action, gpointer data)
231
+{
232
+  GschemToplevel* toplevel    = (GschemToplevel*) data;
233
+  const gchar*    action_name = gtk_action_get_name (action);
234
+
235
+  g_action_eval_by_name (toplevel, action_name);
236
+}
237
+
238
+
239
+
240
+/*! \brief Create and add popup menu item separator.
241
+ */
242
+static void
243
+x_tabs_menu_create_item_separ (GtkWidget* menu)
244
+{
245
+  gtk_menu_shell_append (GTK_MENU_SHELL (menu),
246
+                         gtk_separator_menu_item_new());
247
+}
248
+
249
+
250
+
251
+/*! \brief Create and add popup menu item.
252
+ */
253
+static void
254
+x_tabs_menu_create_item (GschemToplevel* toplevel,
255
+                         GtkWidget*      menu,
256
+                         const gchar*    action_name,
257
+                         const gchar*    action_label,
258
+                         const gchar*    icon_name)
259
+{
260
+  GschemAction* action = gschem_action_new (action_name,  /* name */
261
+                                            action_label, /* label */
262
+                                            NULL,         /* tooltip */
263
+                                            icon_name,    /* stock_id */
264
+                                            NULL);        /* multikey_accel */
265
+
266
+  GtkWidget* item = gtk_action_create_menu_item (GTK_ACTION (action));
267
+  gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
268
+
269
+  g_signal_connect (action,
270
+                    "activate",
271
+                    G_CALLBACK (&x_tabs_menu_item_on_activate),
272
+                    toplevel);
273
+
274
+} /* x_tabs_menu_create_item() */
275
+
(-)cad/lepton-eda/files/patch-utils_scripts_lepton-upcfg.in (+17 lines)
Line 0 Link Here
1
--- utils/scripts/lepton-upcfg.in.orig	2020-03-25 12:47:33 UTC
2
+++ utils/scripts/lepton-upcfg.in
3
@@ -219,7 +219,13 @@ Lepton EDA homepage: <~a>
4
   )
5
 
6
 
7
-  ( upcfg-log "ii: upgrading config in [~a]...~%" (config-file-path cfg-id) )
8
+  ( upcfg-log
9
+    "ii: upgrading config in [~a]...~%"
10
+    ( if cfg-id
11
+      ( config-file-path cfg-id ) ; if
12
+      ( list-ref files 0 )        ; else
13
+    )
14
+  )
15
 
16
   ( if ( null? files )
17
     ( or (config-upgrade cfg-id #:copy copy #:overwrite overwrite) (failure) ) ; if
(-)cad/lepton-eda/files/patch-version.h (-4 / +4 lines)
Lines 1-11 Link Here
1
--- version.h.orig	2019-10-04 15:45:44 UTC
1
--- version.h.orig	2020-03-25 05:39:40 UTC
2
+++ version.h
2
+++ version.h
3
@@ -0,0 +1,8 @@
3
@@ -0,0 +1,8 @@
4
+/* Date part of package version string. */
4
+/* Date part of package version string. */
5
+#define PACKAGE_DATE_VERSION "20191003"
5
+#define PACKAGE_DATE_VERSION "20200319"
6
+
6
+
7
+/* Dotted part of package version string. */
7
+/* Dotted part of package version string. */
8
+#define PACKAGE_DOTTED_VERSION "1.9.9"
8
+#define PACKAGE_DOTTED_VERSION "1.9.10"
9
+
9
+
10
+/* Current git commit. */
10
+/* Current git commit. */
11
+#define PACKAGE_GIT_COMMIT "3139e7782564ff4bf76963984a735fbe638e43a0"
11
+#define PACKAGE_GIT_COMMIT "c69155b34b82d2b288f4787f92fe930112e73c72"
(-)cad/lepton-eda/pkg-descr (-4 / +6 lines)
Lines 1-6 Link Here
1
The Lepton EDA suite provides schematic capture, netlisting, bill
1
Lepton EDA is a suite of free software tools for designing
2
of materials generation, and many other features.  It was forked
2
electronics. It provides schematic capture, netlisting into
3
from the gEDA/gaf suite in late 2016.  It's in active development
3
over 30 netlist formats, and many other features.
4
and well supported.
4
It was forked from the gEDA/gaf suite in late 2016 by most
5
of its active developers at that time.
6
It's in active development and well supported.
5
7
6
WWW: https://github.com/lepton-eda/lepton-eda
8
WWW: https://github.com/lepton-eda/lepton-eda
(-)cad/lepton-eda/pkg-plist (-49 / +105 lines)
Lines 1-6 Link Here
1
bin/lepton-archive
1
bin/lepton-archive
2
bin/lepton-attrib
2
bin/lepton-attrib
3
bin/lepton-cli
3
bin/lepton-cli
4
bin/lepton-embed
4
bin/lepton-netlist
5
bin/lepton-netlist
5
bin/lepton-pcb_backannotate
6
bin/lepton-pcb_backannotate
6
bin/lepton-refdes_renum
7
bin/lepton-refdes_renum
Lines 8-14 Link Here
8
bin/lepton-sch2pcb
9
bin/lepton-sch2pcb
9
bin/lepton-schdiff
10
bin/lepton-schdiff
10
bin/lepton-schematic
11
bin/lepton-schematic
11
bin/lepton-schlas
12
bin/lepton-symcheck
12
bin/lepton-symcheck
13
bin/lepton-symfix
13
bin/lepton-symfix
14
bin/lepton-tragesym
14
bin/lepton-tragesym
Lines 32-39 Link Here
32
include/liblepton/geda_circle_object.h
32
include/liblepton/geda_circle_object.h
33
include/liblepton/geda_color.h
33
include/liblepton/geda_color.h
34
include/liblepton/geda_color_map.h
34
include/liblepton/geda_color_map.h
35
include/liblepton/geda_complex.h
35
include/liblepton/geda_component.h
36
include/liblepton/geda_complex_object.h
36
include/liblepton/geda_component_object.h
37
include/liblepton/geda_coord.h
37
include/liblepton/geda_coord.h
38
include/liblepton/geda_fill_type.h
38
include/liblepton/geda_fill_type.h
39
include/liblepton/geda_forward.h
39
include/liblepton/geda_forward.h
Lines 68-83 Link Here
68
include/libleptonrenderer/edarenderer.h
68
include/libleptonrenderer/edarenderer.h
69
include/libleptonrenderer/libleptonrenderer.h
69
include/libleptonrenderer/libleptonrenderer.h
70
lib/liblepton.so
70
lib/liblepton.so
71
lib/liblepton.so.4
71
lib/liblepton.so.5
72
lib/liblepton.so.4.0.0
72
lib/liblepton.so.5.0.0
73
lib/libleptonrenderer.so
73
lib/libleptonrenderer.so
74
lib/libleptonrenderer.so.1
74
lib/libleptonrenderer.so.2
75
lib/libleptonrenderer.so.1.0.2
75
lib/libleptonrenderer.so.2.0.0
76
libdata/pkgconfig/liblepton.pc
76
libdata/pkgconfig/liblepton.pc
77
libdata/pkgconfig/libleptonrenderer.pc
77
libdata/pkgconfig/libleptonrenderer.pc
78
man/man1/lepton-archive.1.gz
78
man/man1/lepton-archive.1.gz
79
man/man1/lepton-attrib.1.gz
79
man/man1/lepton-attrib.1.gz
80
man/man1/lepton-cli.1.gz
80
man/man1/lepton-cli.1.gz
81
man/man1/lepton-embed.1.gz
81
man/man1/lepton-netlist.1.gz
82
man/man1/lepton-netlist.1.gz
82
man/man1/lepton-pcb_backannotate.1.gz
83
man/man1/lepton-pcb_backannotate.1.gz
83
man/man1/lepton-refdes_renum.1.gz
84
man/man1/lepton-refdes_renum.1.gz
Lines 85-98 Link Here
85
man/man1/lepton-sch2pcb.1.gz
86
man/man1/lepton-sch2pcb.1.gz
86
man/man1/lepton-schdiff.1.gz
87
man/man1/lepton-schdiff.1.gz
87
man/man1/lepton-schematic.1.gz
88
man/man1/lepton-schematic.1.gz
88
man/man1/lepton-schlas.1.gz
89
man/man1/lepton-symcheck.1.gz
89
man/man1/lepton-symcheck.1.gz
90
man/man1/lepton-symfix.1.gz
90
man/man1/lepton-symfix.1.gz
91
man/man1/lepton-tragesym.1.gz
91
man/man1/lepton-tragesym.1.gz
92
share/applications/lepton-attrib.desktop
92
share/applications/lepton-attrib.desktop
93
share/applications/lepton-schematic.desktop
93
share/applications/lepton-schematic.desktop
94
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
95
%%PORTDOCS%%%%DOCSDIR%%/README.md
94
%%PORTDOCS%%%%DOCSDIR%%/gedadocs.html
96
%%PORTDOCS%%%%DOCSDIR%%/gedadocs.html
95
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton-scheme.css
96
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Actions.html
97
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Actions.html
97
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Arcs.html
98
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Arcs.html
98
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Attributes.html
99
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Attributes.html
Lines 112-126 Link Here
112
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Core-object-functions.html
113
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Core-object-functions.html
113
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Core-page-functions.html
114
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Core-page-functions.html
114
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Core-source-library-functions.html
115
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Core-source-library-functions.html
115
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Files-and-pages.html
116
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Function-Index.html
116
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Function-Index.html
117
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/General-object-functions.html
117
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/General-object-functions.html
118
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Hooks.html
118
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Hooks.html
119
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/index.html
120
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Introduction.html
119
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Introduction.html
121
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Key-mapping.html
120
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Key-mapping.html
122
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dnetlist-API-Reference.html
123
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dschematic-API-Reference.html
124
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Lines.html
121
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Lines.html
125
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Logging-functions.html
122
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Logging-functions.html
126
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Miscellanous-lepton_002dschematic-functions.html
123
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Miscellanous-lepton_002dschematic-functions.html
Lines 128-136 Link Here
128
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-bounds.html
125
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-bounds.html
129
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-color.html
126
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-color.html
130
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-fill-and-stroke.html
127
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-fill-and-stroke.html
131
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Objects.html
132
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-sub_002dtypes.html
128
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-sub_002dtypes.html
133
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-transformations.html
129
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Object-transformations.html
130
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Objects.html
134
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Pages.html
131
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Pages.html
135
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Paths.html
132
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Paths.html
136
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Pictures.html
133
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Pictures.html
Lines 141-149 Link Here
141
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Text.html
138
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Text.html
142
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Variable-Index.html
139
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Variable-Index.html
143
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Windows-and-views.html
140
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Windows-and-views.html
141
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/index.html
142
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton-scheme.css
143
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dnetlist-API-Reference.html
144
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dschematic-API-Reference.html
144
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-archive.html
145
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-archive.html
145
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-attrib.html
146
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-attrib.html
146
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-cli.html
147
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-cli.html
148
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-embed.html
147
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-netlist.html
149
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-netlist.html
148
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-pcb_backannotate.html
150
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-pcb_backannotate.html
149
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-refdes_renum.html
151
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-refdes_renum.html
Lines 151-157 Link Here
151
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-sch2pcb.html
153
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-sch2pcb.html
152
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-schdiff.html
154
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-schdiff.html
153
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-schematic.html
155
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-schematic.html
154
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-schlas.html
155
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-symcheck.html
156
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-symcheck.html
156
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-symfix.html
157
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-symfix.html
157
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-tragesym.html
158
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-tragesym.html
Lines 623-628 Link Here
623
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Q2.cir
624
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Q2.cir
624
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Q2.sch
625
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Q2.sch
625
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/README
626
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/README
627
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Simulation.batch.cmd
626
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Simulation.cmd
628
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/Simulation.cmd
627
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/gafrc
629
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/gafrc
628
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/model/BJTM1_Q1.mod
630
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/model/BJTM1_Q1.mod
Lines 635-676 Link Here
635
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/model/DiodeM3_Q2.mod
637
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/model/DiodeM3_Q2.mod
636
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/BJT_Model.sym
638
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/BJT_Model.sym
637
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/Q_Model.sym
639
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/Q_Model.sym
640
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/capacitor-1.sym
641
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/diode-1.sym
642
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/gnd-1.sym
643
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/inductor-1.sym
644
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/resistor-1.sym
645
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/spice-include-1.sym
638
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/spice-subcircuit-IO-1.sym
646
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/spice-subcircuit-IO-1.sym
639
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/spice-subcircuit-LL-1.sym
647
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/spice-subcircuit-LL-1.sym
648
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/title-B.sym
649
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/vac-1.sym
650
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RF_Amp/sym/vdc-1.sym
651
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/Simulation.batch.cmd
640
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/Simulation.cmd
652
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/Simulation.cmd
641
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/TwoStageAmp.sch
653
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/TwoStageAmp.sch
642
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/gafrc
654
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/gafrc
643
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/models/2N3904.mod
655
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/models/2N3904.mod
644
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/spice.netlist
656
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/spice.netlist
657
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/capacitor-1.sym
658
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/gnd-1.sym
659
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/resistor-1.sym
660
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/spice-directive-1.sym
661
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/spice-include-1.sym
662
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/spice-model-1.sym
663
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/title-B.sym
645
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/transistor.sym
664
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/transistor.sym
646
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/7414-1.sym
665
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/vcc-1.sym
666
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/vdc-1.sym
667
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TwoStageAmp/sym/vsin-1.sym
647
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/README
668
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/README
648
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/attribs
669
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/attribs
649
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/copyleft.sym
650
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/crdist.sh
670
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/crdist.sh
651
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/cy7c64603-52nc.sym
652
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-consio.ps
653
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-consio.sch
671
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-consio.sch
654
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-consio.sym
655
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-jtagio.ps
656
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-jtagio.sch
672
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-jtagio.sch
657
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-jtagio.sym
658
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-pcb.net
673
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-pcb.net
659
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-psu.ps
660
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-psu.sch
674
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-psu.sch
661
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-psu.sym
662
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-ucont.ps
663
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-ucont.sch
675
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-ucont.sch
664
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG-ucont.sym
665
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.bom
676
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.bom
666
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.ps
667
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.sch
677
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gTAG.sch
668
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gafrc
678
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gafrc
669
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/gnetlistrc
679
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/geda.conf
670
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/max882.sym
680
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-consio.ps
671
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sn75240pw.sym
681
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-jtagio.ps
672
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/bom
682
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-psu.ps
673
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/bom.readme
683
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG-ucont.ps
684
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/ps/gTAG.ps
685
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/24Cxx-1.sym
686
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/3.3V-plus-1.sym
687
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/5V-plus-1.sym
688
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/7414-1.sym
689
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/capacitor-1.sym
690
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/capacitor-2.sym
691
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/connector4-1.sym
692
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/connector8-1.sym
693
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/copyleft.sym
694
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/crystal-1.sym
695
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/cy7c64603-52nc.sym
696
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gTAG-consio.sym
697
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gTAG-jtagio.sym
698
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gTAG-psu.sym
699
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gTAG-ucont.sym
700
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/gnd-1.sym
701
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/header20-1.sym
702
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/in-1.sym
703
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/jumper-1.sym
704
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/max882.sym
705
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/out-1.sym
706
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/resistor-2.sym
707
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/sn75240pw.sym
708
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gTAG/sym/title-A2.sym
674
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/gafrc
709
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/gafrc
675
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/lightning.net
710
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/lightning.net
676
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/lightning.pcb
711
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/lightning.pcb
Lines 678-683 Link Here
678
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/lightning.sch.bom
713
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/lightning.sch.bom
679
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/2N4401.sym
714
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/2N4401.sym
680
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/2N4403.sym
715
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/2N4403.sym
716
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/capacitor-2.sym
717
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/diode-1.sym
718
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/in-1.sym
719
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/inductor-1.sym
720
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/out-1.sym
721
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/resistor-1.sym
722
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/resistor-variable-1.sym
723
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lightning_detector/sym/title-A4.sym
681
share/icons/hicolor/16x16/mimetypes/application-x-lepton-sch2pcb-project.png
724
share/icons/hicolor/16x16/mimetypes/application-x-lepton-sch2pcb-project.png
682
share/icons/hicolor/16x16/mimetypes/application-x-lepton-schematic.png
725
share/icons/hicolor/16x16/mimetypes/application-x-lepton-schematic.png
683
share/icons/hicolor/16x16/mimetypes/application-x-lepton-symbol.png
726
share/icons/hicolor/16x16/mimetypes/application-x-lepton-symbol.png
Lines 738-750 Link Here
738
%%DATADIR%%/bitmap/gschem-top2bottom.png
781
%%DATADIR%%/bitmap/gschem-top2bottom.png
739
%%DATADIR%%/bitmap/gschem-undo.xpm
782
%%DATADIR%%/bitmap/gschem-undo.xpm
740
%%DATADIR%%/bitmap/gschem-warning.png
783
%%DATADIR%%/bitmap/gschem-warning.png
741
%%DATADIR%%/gafrc.d/config-netlist.scm
742
%%DATADIR%%/gafrc.d/geda-clib.scm
743
%%DATADIR%%/geda-system.conf
784
%%DATADIR%%/geda-system.conf
744
%%DATADIR%%/gschem-colormap-bw
785
%%DATADIR%%/gschem-colormap-bw
745
%%DATADIR%%/gschem-colormap-darkbg
786
%%DATADIR%%/gschem-colormap-darkbg
746
%%DATADIR%%/gschem-colormap-lightbg
787
%%DATADIR%%/gschem-colormap-lightbg
747
%%DATADIR%%/gschem-gtkrc
748
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-attach.png
788
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-attach.png
749
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-detach.png
789
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-detach.png
750
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-show-both.png
790
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-show-both.png
Lines 771-776 Link Here
771
%%DATADIR%%/icons/hicolor/22x22/actions/insert-symbol.png
811
%%DATADIR%%/icons/hicolor/22x22/actions/insert-symbol.png
772
%%DATADIR%%/icons/hicolor/22x22/actions/insert-text.png
812
%%DATADIR%%/icons/hicolor/22x22/actions/insert-text.png
773
%%DATADIR%%/icons/hicolor/22x22/actions/select.png
813
%%DATADIR%%/icons/hicolor/22x22/actions/select.png
814
%%DATADIR%%/lepton-gtkrc
774
%%DATADIR%%/lepton-system.conf
815
%%DATADIR%%/lepton-system.conf
775
%%DATADIR%%/print-colormap-darkbg
816
%%DATADIR%%/print-colormap-darkbg
776
%%DATADIR%%/print-colormap-lightbg
817
%%DATADIR%%/print-colormap-lightbg
Lines 778-783 Link Here
778
%%DATADIR%%/scheme/auto-place-netname.scm
819
%%DATADIR%%/scheme/auto-place-netname.scm
779
%%DATADIR%%/scheme/auto-refdes.scm
820
%%DATADIR%%/scheme/auto-refdes.scm
780
%%DATADIR%%/scheme/auto-uref.scm
821
%%DATADIR%%/scheme/auto-uref.scm
822
%%DATADIR%%/scheme/autoload/config-netlist.scm
823
%%DATADIR%%/scheme/autoload/config-symbol-libraries.scm
781
%%DATADIR%%/scheme/backend/gnet-PCB.scm
824
%%DATADIR%%/scheme/backend/gnet-PCB.scm
782
%%DATADIR%%/scheme/backend/gnet-allegro.scm
825
%%DATADIR%%/scheme/backend/gnet-allegro.scm
783
%%DATADIR%%/scheme/backend/gnet-bae.scm
826
%%DATADIR%%/scheme/backend/gnet-bae.scm
Lines 821-827 Link Here
821
%%DATADIR%%/scheme/conf/schematic/deprecated.scm
864
%%DATADIR%%/scheme/conf/schematic/deprecated.scm
822
%%DATADIR%%/scheme/conf/schematic/keys.scm
865
%%DATADIR%%/scheme/conf/schematic/keys.scm
823
%%DATADIR%%/scheme/conf/schematic/menu.scm
866
%%DATADIR%%/scheme/conf/schematic/menu.scm
824
%%DATADIR%%/scheme/conf/schematic/options.scm
825
%%DATADIR%%/scheme/conf/schematic/stroke.scm
867
%%DATADIR%%/scheme/conf/schematic/stroke.scm
826
%%DATADIR%%/scheme/default-attrib-positions.scm
868
%%DATADIR%%/scheme/default-attrib-positions.scm
827
%%DATADIR%%/scheme/geda-deprecated-config.scm
869
%%DATADIR%%/scheme/geda-deprecated-config.scm
Lines 828-896 Link Here
828
%%DATADIR%%/scheme/geda.scm
870
%%DATADIR%%/scheme/geda.scm
829
%%DATADIR%%/scheme/geda/attrib.scm
871
%%DATADIR%%/scheme/geda/attrib.scm
830
%%DATADIR%%/scheme/geda/config.scm
872
%%DATADIR%%/scheme/geda/config.scm
831
%%DATADIR%%/scheme/geda/core/gettext.scm
832
%%DATADIR%%/scheme/geda/deprecated.scm
873
%%DATADIR%%/scheme/geda/deprecated.scm
833
%%DATADIR%%/scheme/geda/library.scm
874
%%DATADIR%%/scheme/geda/library.scm
834
%%DATADIR%%/scheme/geda/log-rotate.scm
835
%%DATADIR%%/scheme/geda/log.scm
875
%%DATADIR%%/scheme/geda/log.scm
836
%%DATADIR%%/scheme/geda/object.scm
876
%%DATADIR%%/scheme/geda/object.scm
837
%%DATADIR%%/scheme/geda/os.scm
877
%%DATADIR%%/scheme/geda/os.scm
838
%%DATADIR%%/scheme/geda/page.scm
878
%%DATADIR%%/scheme/geda/page.scm
839
%%DATADIR%%/scheme/geda/repl.scm
840
%%DATADIR%%/scheme/gschem/action.scm
879
%%DATADIR%%/scheme/gschem/action.scm
841
%%DATADIR%%/scheme/gschem/attrib.scm
880
%%DATADIR%%/scheme/gschem/attrib.scm
842
%%DATADIR%%/scheme/gschem/builtins.scm
881
%%DATADIR%%/scheme/gschem/builtins.scm
843
%%DATADIR%%/scheme/gschem/core/gettext.scm
844
%%DATADIR%%/scheme/gschem/deprecated.scm
882
%%DATADIR%%/scheme/gschem/deprecated.scm
845
%%DATADIR%%/scheme/gschem/gschemdoc.scm
883
%%DATADIR%%/scheme/gschem/gschemdoc.scm
846
%%DATADIR%%/scheme/gschem/hook.scm
884
%%DATADIR%%/scheme/gschem/hook.scm
847
%%DATADIR%%/scheme/gschem/keymap.scm
885
%%DATADIR%%/scheme/gschem/keymap.scm
848
%%DATADIR%%/scheme/gschem/repl.scm
849
%%DATADIR%%/scheme/gschem/selection.scm
886
%%DATADIR%%/scheme/gschem/selection.scm
850
%%DATADIR%%/scheme/gschem/symbol/check.scm
887
%%DATADIR%%/scheme/gschem/symbol/check.scm
851
%%DATADIR%%/scheme/gschem/util.scm
888
%%DATADIR%%/scheme/gschem/util.scm
852
%%DATADIR%%/scheme/gschem/window.scm
889
%%DATADIR%%/scheme/gschem/window.scm
890
%%DATADIR%%/scheme/lepton/attrib.scm
891
%%DATADIR%%/scheme/lepton/config.scm
892
%%DATADIR%%/scheme/lepton/core/gettext.scm
853
%%DATADIR%%/scheme/lepton/file-system.scm
893
%%DATADIR%%/scheme/lepton/file-system.scm
854
%%DATADIR%%/scheme/lepton/legacy-config.scm
894
%%DATADIR%%/scheme/lepton/legacy-config.scm
855
%%DATADIR%%/scheme/lepton/legacy-config/keylist.scm
895
%%DATADIR%%/scheme/lepton/legacy-config/keylist.scm
856
%%DATADIR%%/scheme/lepton/library.scm
896
%%DATADIR%%/scheme/lepton/library.scm
857
%%DATADIR%%/scheme/lepton/library/component.scm
897
%%DATADIR%%/scheme/lepton/library/component.scm
898
%%DATADIR%%/scheme/lepton/log-rotate.scm
899
%%DATADIR%%/scheme/lepton/log.scm
900
%%DATADIR%%/scheme/lepton/object.scm
901
%%DATADIR%%/scheme/lepton/os.scm
902
%%DATADIR%%/scheme/lepton/page.scm
858
%%DATADIR%%/scheme/lepton/rc.scm
903
%%DATADIR%%/scheme/lepton/rc.scm
904
%%DATADIR%%/scheme/lepton/repl.scm
859
%%DATADIR%%/scheme/lepton/version.scm
905
%%DATADIR%%/scheme/lepton/version.scm
860
%%DATADIR%%/scheme/list-keys.scm
861
%%DATADIR%%/scheme/netlist.scm
906
%%DATADIR%%/scheme/netlist.scm
862
%%DATADIR%%/scheme/netlist/attrib/compare.scm
907
%%DATADIR%%/scheme/netlist/attrib/compare.scm
908
%%DATADIR%%/scheme/netlist/attrib/refdes.scm
863
%%DATADIR%%/scheme/netlist/backend-getopt.scm
909
%%DATADIR%%/scheme/netlist/backend-getopt.scm
864
%%DATADIR%%/scheme/netlist/config.scm
910
%%DATADIR%%/scheme/netlist/config.scm
865
%%DATADIR%%/scheme/netlist/core/gettext.scm
911
%%DATADIR%%/scheme/netlist/core/gettext.scm
866
%%DATADIR%%/scheme/netlist/deprecated.scm
912
%%DATADIR%%/scheme/netlist/deprecated.scm
913
%%DATADIR%%/scheme/netlist/duplicate.scm
867
%%DATADIR%%/scheme/netlist/error.scm
914
%%DATADIR%%/scheme/netlist/error.scm
868
%%DATADIR%%/scheme/netlist/hierarchy.scm
915
%%DATADIR%%/scheme/netlist/hierarchy.scm
916
%%DATADIR%%/scheme/netlist/mode.scm
869
%%DATADIR%%/scheme/netlist/net.scm
917
%%DATADIR%%/scheme/netlist/net.scm
870
%%DATADIR%%/scheme/netlist/option.scm
918
%%DATADIR%%/scheme/netlist/option.scm
871
%%DATADIR%%/scheme/netlist/package-pin.scm
919
%%DATADIR%%/scheme/netlist/package-pin.scm
872
%%DATADIR%%/scheme/netlist/package.scm
920
%%DATADIR%%/scheme/netlist/package.scm
873
%%DATADIR%%/scheme/netlist/page.scm
874
%%DATADIR%%/scheme/netlist/partlist.scm
921
%%DATADIR%%/scheme/netlist/partlist.scm
875
%%DATADIR%%/scheme/netlist/partlist/common.scm
922
%%DATADIR%%/scheme/netlist/partlist/common.scm
876
%%DATADIR%%/scheme/netlist/pin-net.scm
877
%%DATADIR%%/scheme/netlist/port.scm
923
%%DATADIR%%/scheme/netlist/port.scm
878
%%DATADIR%%/scheme/netlist/rename.scm
879
%%DATADIR%%/scheme/netlist/repl.scm
880
%%DATADIR%%/scheme/netlist/schematic-component.scm
924
%%DATADIR%%/scheme/netlist/schematic-component.scm
881
%%DATADIR%%/scheme/netlist/schematic-connection.scm
925
%%DATADIR%%/scheme/netlist/schematic-connection.scm
926
%%DATADIR%%/scheme/netlist/schematic-port.scm
882
%%DATADIR%%/scheme/netlist/schematic.scm
927
%%DATADIR%%/scheme/netlist/schematic.scm
883
%%DATADIR%%/scheme/netlist/schematic/toplevel.scm
928
%%DATADIR%%/scheme/netlist/schematic/toplevel.scm
884
%%DATADIR%%/scheme/netlist/sort.scm
929
%%DATADIR%%/scheme/netlist/subschematic-connection.scm
885
%%DATADIR%%/scheme/netlist/traverse.scm
930
%%DATADIR%%/scheme/netlist/subschematic.scm
886
%%DATADIR%%/scheme/netlist/verbose.scm
931
%%DATADIR%%/scheme/netlist/verbose.scm
887
%%DATADIR%%/scheme/pcb.scm
932
%%DATADIR%%/scheme/pcb.scm
888
%%DATADIR%%/scheme/print-NB-attribs.scm
933
%%DATADIR%%/scheme/schematic/action.scm
934
%%DATADIR%%/scheme/schematic/attrib.scm
935
%%DATADIR%%/scheme/schematic/builtins.scm
936
%%DATADIR%%/scheme/schematic/core/gettext.scm
937
%%DATADIR%%/scheme/schematic/gschemdoc.scm
889
%%DATADIR%%/scheme/schematic/gui/keymap.scm
938
%%DATADIR%%/scheme/schematic/gui/keymap.scm
890
%%DATADIR%%/scheme/schematic/gui/stroke.scm
939
%%DATADIR%%/scheme/schematic/gui/stroke.scm
940
%%DATADIR%%/scheme/schematic/hook.scm
941
%%DATADIR%%/scheme/schematic/keymap.scm
891
%%DATADIR%%/scheme/schematic/netlist.scm
942
%%DATADIR%%/scheme/schematic/netlist.scm
892
%%DATADIR%%/scheme/schematic/precompile.scm
943
%%DATADIR%%/scheme/schematic/precompile.scm
944
%%DATADIR%%/scheme/schematic/repl.scm
945
%%DATADIR%%/scheme/schematic/selection.scm
946
%%DATADIR%%/scheme/schematic/symbol/check.scm
893
%%DATADIR%%/scheme/schematic/undo.scm
947
%%DATADIR%%/scheme/schematic/undo.scm
948
%%DATADIR%%/scheme/schematic/util.scm
949
%%DATADIR%%/scheme/schematic/window.scm
894
%%DATADIR%%/scheme/symbol/blame.scm
950
%%DATADIR%%/scheme/symbol/blame.scm
895
%%DATADIR%%/scheme/symbol/check.scm
951
%%DATADIR%%/scheme/symbol/check.scm
896
%%DATADIR%%/scheme/symbol/check/alignment.scm
952
%%DATADIR%%/scheme/symbol/check/alignment.scm

Return to bug 245068