Hi all,

This is my first time touching the ports system.

This patch updates cad/geda-gaf to the latest stable version, 1.8.2. I removed one patch that was no longer needed (fixed upstream) and updated the others. I also cleared "REVISION"; is that the right thing to do when updating a port to a new upstream software version?

Let me know if there's anything I've missed or anything I need to do differently.

Thanks,
Gracana

Index: Makefile
===================================================================
RCS file: /cvs/ports/cad/geda-gaf/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    11 Mar 2016 20:28:22 -0000      1.21
+++ Makefile    10 Nov 2016 15:06:06 -0000
@@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.21 2016/03/11 20:28:22 naddy Exp $

COMMENT =               suite of tools for electronic design automation
-DISTNAME =             geda-gaf-1.6.0
+DISTNAME =             geda-gaf-1.8.2
CATEGORIES =            cad
-HOMEPAGE =             http://geda.seul.org
+HOMEPAGE =             http://geda-project.org
MAINTAINER =            Edd Barrett <e...@openbsd.org>

-REVISION =             9
-
SHARED_LIBS =           geda    0.0     # 38.0

# GPLv2+
@@ -21,7 +19,7 @@ WANTLIB += gtk-x11-2.0 guile harfbuzz lt
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs stdc++
WANTLIB += xcb xcb-render xcb-shm z

-MASTER_SITES =         http://geda.seul.org/release/v1.6/1.6.0/
+MASTER_SITES =         http://ftp.geda-project.org/geda-gaf/stable/v1.8/1.8.2/

MODULES =               devel/gettext

Index: distinfo
===================================================================
RCS file: /cvs/ports/cad/geda-gaf/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    18 Jan 2015 03:12:53 -0000      1.2
+++ distinfo    10 Nov 2016 15:06:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (geda-gaf-1.6.0.tar.gz) = YZvt5zLJt/GQajBsuRVPnRbFAZek18EkThnK3jz+HFM=
-SIZE (geda-gaf-1.6.0.tar.gz) = 6214126
+SHA256 (geda-gaf-1.8.2.tar.gz) = u/R3Ou8bWlGo1vTD+iiMBHNAzGLdbhTXko/MbkBRtyE=
+SIZE (geda-gaf-1.8.2.tar.gz) = 11282353
Index: patches/patch-gattrib_po_Makefile_in_in
===================================================================
RCS file: /cvs/ports/cad/geda-gaf/patches/patch-gattrib_po_Makefile_in_in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-gattrib_po_Makefile_in_in
--- patches/patch-gattrib_po_Makefile_in_in     11 Apr 2010 22:22:40 -0000      
1.1.1.1
+++ patches/patch-gattrib_po_Makefile_in_in     10 Nov 2016 15:06:06 -0000
@@ -5,9 +5,9 @@ Don't use install(1) during build.
Make the timestamp not depend on $(DESKTOP_I18N_LOCALE_DIR) to prevent
extra recursion during install.

---- gattrib/po/Makefile.in.in.orig     Mon Oct  5 03:38:14 2009
-+++ gattrib/po/Makefile.in.in  Mon Apr  5 17:14:07 2010
-@@ -431,12 +431,11 @@ DESKTOP_I18N_LOCALE_DIR = @DESKTOP_I18N_LOCALE_DIR@
+--- gattrib/po/Makefile.in.in.orig     Wed Nov  9 21:20:48 2016
++++ gattrib/po/Makefile.in.in  Wed Nov  9 21:25:46 2016
+@@ -432,9 +432,10 @@ DESKTOP_I18N_LOCALE_DIR = @DESKTOP_I18N_LOCALE_DIR@
 # the timestamp before *and* after running 'make install' so that the
 # make doesn't go into an infinite loop!
 all: stamp-i18n
@@ -15,11 +15,8 @@ extra recursion during install.
+stamp-i18n: stamp-po Makefile
+       $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
        @echo timestamp > stamp-i18nT && mv stamp-i18nT stamp-i18n
--      $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) install &&    cp 
$(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS       || rm stamp-i18n
-+      $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) INSTALL_DATA=cp install &&    
cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS       || rm stamp-i18n
+-      $(MAKE)           prefix=$(DESKTOP_I18N_LOCALE_DIR)       
localedir=$(DESKTOP_I18N_LOCALE_DIR)/share/locale       DESTDIR= install &&   
cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS       || rm stamp-i18n
++      $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) 
localedir=$(DESKTOP_I18N_LOCALE_DIR)/share/locale DESTDIR= INSTALL_DATA=cp install 
&& cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS || rm 
stamp-i18n
        @echo timestamp > stamp-i18nT && mv stamp-i18nT stamp-i18n
--$(DESKTOP_I18N_LOCALE_DIR):
--      $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
- - clean: clean-i18n
- clean-i18n:
+ $(DESKTOP_I18N_LOCALE_DIR):
+       $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
Index: patches/patch-gschem_po_Makefile_in_in
===================================================================
RCS file: /cvs/ports/cad/geda-gaf/patches/patch-gschem_po_Makefile_in_in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-gschem_po_Makefile_in_in
--- patches/patch-gschem_po_Makefile_in_in      11 Apr 2010 22:22:40 -0000      
1.1.1.1
+++ patches/patch-gschem_po_Makefile_in_in      10 Nov 2016 15:06:06 -0000
@@ -5,9 +5,9 @@ Don't use install(1) during build.
Make the timestamp not depend on $(DESKTOP_I18N_LOCALE_DIR) to prevent
extra recursion during install.

---- gschem/po/Makefile.in.in.orig      Mon Oct  5 03:38:14 2009
-+++ gschem/po/Makefile.in.in   Mon Apr  5 17:14:29 2010
-@@ -431,12 +431,11 @@ DESKTOP_I18N_LOCALE_DIR = @DESKTOP_I18N_LOCALE_DIR@
+--- gschem/po/Makefile.in.in.orig      Wed Nov  9 21:51:44 2016
++++ gschem/po/Makefile.in.in   Wed Nov  9 21:53:42 2016
+@@ -432,12 +432,11 @@ DESKTOP_I18N_LOCALE_DIR = @DESKTOP_I18N_LOCALE_DIR@
 # the timestamp before *and* after running 'make install' so that the
 # make doesn't go into an infinite loop!
 all: stamp-i18n
@@ -15,8 +15,8 @@ extra recursion during install.
+stamp-i18n: stamp-po Makefile
+       $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
        @echo timestamp > stamp-i18nT && mv stamp-i18nT stamp-i18n
--      $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) install &&    cp 
$(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS       || rm stamp-i18n
-+      $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) INSTALL_DATA=cp install &&    
cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS       || rm stamp-i18n
+-      $(MAKE)           prefix=$(DESKTOP_I18N_LOCALE_DIR)       
localedir=$(DESKTOP_I18N_LOCALE_DIR)/share/locale       DESTDIR= install &&   
cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS       || rm stamp-i18n
++      $(MAKE)           prefix=$(DESKTOP_I18N_LOCALE_DIR)       
localedir=$(DESKTOP_I18N_LOCALE_DIR)/share/locale       DESTDIR= INSTALL_DATA=cp 
install &&   cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS  
     || rm stamp-i18n
        @echo timestamp > stamp-i18nT && mv stamp-i18nT stamp-i18n
-$(DESKTOP_I18N_LOCALE_DIR):
-       $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
Index: patches/patch-libgeda_po_Makefile_in_in
===================================================================
RCS file: /cvs/ports/cad/geda-gaf/patches/patch-libgeda_po_Makefile_in_in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-libgeda_po_Makefile_in_in
--- patches/patch-libgeda_po_Makefile_in_in     11 Apr 2010 22:22:40 -0000      
1.1.1.1
+++ patches/patch-libgeda_po_Makefile_in_in     10 Nov 2016 15:06:06 -0000
@@ -5,9 +5,9 @@ Don't use install(1) during build.
Make the timestamp not depend on $(DESKTOP_I18N_LOCALE_DIR) to prevent
extra recursion during install.

---- libgeda/po/Makefile.in.in.orig     Mon Oct  5 03:38:14 2009
-+++ libgeda/po/Makefile.in.in  Mon Apr  5 17:08:41 2010
-@@ -431,12 +431,11 @@ DESKTOP_I18N_LOCALE_DIR = @DESKTOP_I18N_LOCALE_DIR@
+--- libgeda/po/Makefile.in.in.orig     Wed Nov  9 22:02:48 2016
++++ libgeda/po/Makefile.in.in  Wed Nov  9 22:02:55 2016
+@@ -432,12 +432,11 @@ DESKTOP_I18N_LOCALE_DIR = @DESKTOP_I18N_LOCALE_DIR@
 # the timestamp before *and* after running 'make install' so that the
 # make doesn't go into an infinite loop!
 all: stamp-i18n
@@ -15,8 +15,8 @@ extra recursion during install.
+stamp-i18n: stamp-po Makefile
+       $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
        @echo timestamp > stamp-i18nT && mv stamp-i18nT stamp-i18n
--      $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) install &&    cp 
$(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS       || rm stamp-i18n
-+      $(MAKE) prefix=$(DESKTOP_I18N_LOCALE_DIR) INSTALL_DATA=cp install &&    
cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS       || rm stamp-i18n
+-      $(MAKE)           prefix=$(DESKTOP_I18N_LOCALE_DIR)       
localedir=$(DESKTOP_I18N_LOCALE_DIR)/share/locale       DESTDIR= install &&   
cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS       || rm stamp-i18n
++      $(MAKE)           prefix=$(DESKTOP_I18N_LOCALE_DIR)       
localedir=$(DESKTOP_I18N_LOCALE_DIR)/share/locale       DESTDIR= INSTALL_DATA=cp 
install &&   cp $(srcdir)/LINGUAS $(DESKTOP_I18N_LOCALE_DIR)/$(DOMAIN).LINGUAS  
     || rm stamp-i18n
        @echo timestamp > stamp-i18nT && mv stamp-i18nT stamp-i18n
-$(DESKTOP_I18N_LOCALE_DIR):
-       $(MKDIR_P) $(DESKTOP_I18N_LOCALE_DIR)
Index: patches/patch-libgeda_src_s_path_c
===================================================================
RCS file: patches/patch-libgeda_src_s_path_c
diff -N patches/patch-libgeda_src_s_path_c
--- patches/patch-libgeda_src_s_path_c  23 Mar 2012 13:28:25 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-libgeda_src_s_path_c,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
-
-error: #error "Only <glib.h> can be included directly."
-
---- libgeda/src/s_path.c.orig  Fri Mar 23 11:14:48 2012
-+++ libgeda/src/s_path.c       Fri Mar 23 11:14:57 2012
-@@ -37,9 +37,7 @@
- #include <stdlib.h>
- #include <string.h>
- --#include <glib/gmem.h>
--#include <glib/gmessages.h>
--#include <glib/gtypes.h>
-+#include <glib.h>
- - #include "libgeda_priv.h" - Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/cad/geda-gaf/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   22 May 2015 11:31:11 -0000      1.3
+++ pkg/PLIST   10 Nov 2016 15:06:06 -0000
@@ -3,48 +3,64 @@
bin/garchive
@bin bin/gattrib
@bin bin/gmk_sym
-bin/gnet_hier_verilog.sh
@bin bin/gnetlist
@bin bin/grenum
@bin bin/gsch2pcb
@bin bin/gschem
-bin/gschemdoc
@bin bin/gschlas
-bin/gschupdate
@bin bin/gsymcheck
-bin/gsymfix.pl
-bin/gsymupdate
+bin/gsymfix
bin/gxyrs
-@bin bin/mk_verilog_syms
@bin bin/olib
bin/pads_backannotate
bin/pcb_backannotate
bin/refdes_renum
@bin bin/sarlacc_schem
bin/sarlacc_sym
-bin/sch2eaglepos.sh
+bin/schdiff
@bin bin/smash_megafile
bin/sw2asc
bin/tragesym
include/libgeda/
include/libgeda/colors.h
include/libgeda/defines.h
+include/libgeda/edaerrors.h
include/libgeda/funcs.h
include/libgeda/geda_list.h
include/libgeda/globals.h
include/libgeda/libgeda.h
+include/libgeda/libgedaguile.h
include/libgeda/o_types.h
include/libgeda/papersizes.h
include/libgeda/prototype.h
include/libgeda/struct.h
+@info info/geda-scheme.info
lib/libgeda.a
lib/libgeda.la
@lib lib/libgeda.so.${LIBgeda_VERSION}
lib/pkgconfig/libgeda.pc
+@man man/man1/convert_sym.1
+@man man/man1/garchive.1
+@man man/man1/gattrib.1
+@man man/man1/gmk_sym.1
@man man/man1/gnetlist.1
@man man/man1/grenum.1
+@man man/man1/gsch2pcb.1
@man man/man1/gschem.1
+@man man/man1/gschlas.1
@man man/man1/gsymcheck.1
+@man man/man1/gsymfix.1
+@man man/man1/gxyrs.1
+@man man/man1/olib.1
+@man man/man1/pads_backannotate.1
+@man man/man1/pcb_backannotate.1
+@man man/man1/refdes_renum.1
+@man man/man1/sarlacc_schem.1
+@man man/man1/sarlacc_sym.1
+@man man/man1/schdiff.1
+@man man/man1/smash_megafile.1
+@man man/man1/sw2asc.1
+@man man/man1/tragesym.1
share/applications/geda-gattrib.desktop
share/applications/geda-gschem.desktop
share/doc/geda-gaf/
@@ -124,10 +140,28 @@ share/doc/geda-gaf/examples/lightning_de
share/doc/geda-gaf/examples/lightning_detector/sym/2N4403.sym
share/doc/geda-gaf/gedadocs.html
share/doc/geda-gaf/man/
+share/doc/geda-gaf/man/convert_sym.html
+share/doc/geda-gaf/man/garchive.html
+share/doc/geda-gaf/man/gattrib.html
+share/doc/geda-gaf/man/gmk_sym.html
share/doc/geda-gaf/man/gnetlist.html
share/doc/geda-gaf/man/grenum.html
+share/doc/geda-gaf/man/gsch2pcb.html
share/doc/geda-gaf/man/gschem.html
+share/doc/geda-gaf/man/gschlas.html
share/doc/geda-gaf/man/gsymcheck.html
+share/doc/geda-gaf/man/gsymfix.html
+share/doc/geda-gaf/man/gxyrs.html
+share/doc/geda-gaf/man/olib.html
+share/doc/geda-gaf/man/pads_backannotate.html
+share/doc/geda-gaf/man/pcb_backannotate.html
+share/doc/geda-gaf/man/refdes_renum.html
+share/doc/geda-gaf/man/sarlacc_schem.html
+share/doc/geda-gaf/man/sarlacc_sym.html
+share/doc/geda-gaf/man/schdiff.html
+share/doc/geda-gaf/man/smash_megafile.html
+share/doc/geda-gaf/man/sw2asc.html
+share/doc/geda-gaf/man/tragesym.html
share/doc/geda-gaf/nc.pdf
share/doc/geda-gaf/readmes/
share/doc/geda-gaf/readmes/README.bom
@@ -145,82 +179,177 @@ share/doc/geda-gaf/readmes/syntax_archit
share/doc/geda-gaf/readmes/syntax_entity.txt
share/doc/geda-gaf/readmes/vams_mode.txt
share/doc/geda-gaf/wiki/
+share/doc/geda-gaf/wiki/Makefile
+share/doc/geda-gaf/wiki/Makefile.am
+share/doc/geda-gaf/wiki/Makefile.in
share/doc/geda-gaf/wiki/best_practices.html
+share/doc/geda-gaf/wiki/codeofconduct.html
share/doc/geda-gaf/wiki/design.css
share/doc/geda-gaf/wiki/geda-bom_readme.html
+share/doc/geda-gaf/wiki/geda-bom_readme.ru.html
+share/doc/geda-gaf/wiki/geda-bug_triage_guide.html
+share/doc/geda-gaf/wiki/geda-bug_triage_guide.ru.html
share/doc/geda-gaf/wiki/geda-circuit_simulation_improvements.html
+share/doc/geda-gaf/wiki/geda-circuit_simulation_improvements.ru.html
share/doc/geda-gaf/wiki/geda-covered_mp.html
share/doc/geda-gaf/wiki/geda-csygas.html
+share/doc/geda-gaf/wiki/geda-csygas.ru.html
share/doc/geda-gaf/wiki/geda-cygwin.html
+share/doc/geda-gaf/wiki/geda-cygwin.ru.html
share/doc/geda-gaf/wiki/geda-data_plotting_improvements.html
share/doc/geda-gaf/wiki/geda-data_structure_design_discussion.html
share/doc/geda-gaf/wiki/geda-debian.fr.html
share/doc/geda-gaf/wiki/geda-debian.html
+share/doc/geda-gaf/wiki/geda-debian.ru.html
share/doc/geda-gaf/wiki/geda-design_flow_and_hierarchy_roadmap.html
share/doc/geda-gaf/wiki/geda-design_flow_roadmap.html
share/doc/geda-gaf/wiki/geda-devel-tips.html
+share/doc/geda-gaf/wiki/geda-devel-tips.ru.html
+share/doc/geda-gaf/wiki/geda-developer.html
+share/doc/geda-gaf/wiki/geda-developer.ru.html
share/doc/geda-gaf/wiki/geda-devmacosx.html
+share/doc/geda-gaf/wiki/geda-devmacosx.ru.html
share/doc/geda-gaf/wiki/geda-documentation.fr.html
share/doc/geda-gaf/wiki/geda-documentation.html
+share/doc/geda-gaf/wiki/geda-documentation.ru.html
+share/doc/geda-gaf/wiki/geda-download.html
+share/doc/geda-gaf/wiki/geda-download.ru.html
share/doc/geda-gaf/wiki/geda-eagle_pcb_netlister_readme.html
+share/doc/geda-gaf/wiki/geda-eagle_pcb_netlister_readme.ru.html
share/doc/geda-gaf/wiki/geda-example_hsm.html
+share/doc/geda-gaf/wiki/geda-example_hsm.ru.html
share/doc/geda-gaf/wiki/geda-example_usbjtag.html
+share/doc/geda-gaf/wiki/geda-example_usbjtag.ru.html
share/doc/geda-gaf/wiki/geda-experiences.html
share/doc/geda-gaf/wiki/geda-faq-attribs.fr.html
share/doc/geda-gaf/wiki/geda-faq-attribs.html
+share/doc/geda-gaf/wiki/geda-faq-attribs.ru.html
share/doc/geda-gaf/wiki/geda-faq-gnetlist.fr.html
share/doc/geda-gaf/wiki/geda-faq-gnetlist.html
+share/doc/geda-gaf/wiki/geda-faq-gnetlist.ru.html
share/doc/geda-gaf/wiki/geda-faq-gsch2pcb.fr.html
share/doc/geda-gaf/wiki/geda-faq-gsch2pcb.html
+share/doc/geda-gaf/wiki/geda-faq-gsch2pcb.ru.html
share/doc/geda-gaf/wiki/geda-faq-gschem.fr.html
share/doc/geda-gaf/wiki/geda-faq-gschem.html
+share/doc/geda-gaf/wiki/geda-faq-gschem.ru.html
share/doc/geda-gaf/wiki/geda-faq-pcb.html
+share/doc/geda-gaf/wiki/geda-faq-pcb.ru.html
share/doc/geda-gaf/wiki/geda-faq-simulation.fr.html
share/doc/geda-gaf/wiki/geda-faq-simulation.html
+share/doc/geda-gaf/wiki/geda-faq-simulation.ru.html
share/doc/geda-gaf/wiki/geda-faq.fr.html
share/doc/geda-gaf/wiki/geda-faq.html
+share/doc/geda-gaf/wiki/geda-faq.ru.html
share/doc/geda-gaf/wiki/geda-fbabgapp.html
share/doc/geda-gaf/wiki/geda-fc1.html
share/doc/geda-gaf/wiki/geda-fc2.html
share/doc/geda-gaf/wiki/geda-fc3.html
share/doc/geda-gaf/wiki/geda-fc4.html
share/doc/geda-gaf/wiki/geda-fedora_rpm_installation.html
+share/doc/geda-gaf/wiki/geda-fedora_rpm_installation.ru.html
share/doc/geda-gaf/wiki/geda-file_format_spec.html
+share/doc/geda-gaf/wiki/geda-file_format_spec.ru.html
share/doc/geda-gaf/wiki/geda-format_translation.html
+share/doc/geda-gaf/wiki/geda-format_translation.ru.html
+share/doc/geda-gaf/wiki/geda-gaf.html
+share/doc/geda-gaf/wiki/geda-gaf_building_git_version.html
share/doc/geda-gaf/wiki/geda-gattrib_readme.html
share/doc/geda-gaf/wiki/geda-gedasuite_installation.html
share/doc/geda-gaf/wiki/geda-gerbv_mp.html
+share/doc/geda-gaf/wiki/geda-gerbv_mp.ru.html
share/doc/geda-gaf/wiki/geda-gerbv_pnp_readme.html
share/doc/geda-gaf/wiki/geda-gfdl.html
share/doc/geda-gaf/wiki/geda-glossaire.fr.html
share/doc/geda-gaf/wiki/geda-glossary.fr.html
share/doc/geda-gaf/wiki/geda-glossary.html
-share/doc/geda-gaf/wiki/geda-gnetlist_mp.html
+share/doc/geda-gaf/wiki/geda-glossary.ru.html
+share/doc/geda-gaf/wiki/geda-gnetlist_scheme_tutorial.html
+share/doc/geda-gaf/wiki/geda-gnetlist_scheme_tutorial.ru.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-basic_netlisting.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-command_line.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-config.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-hierarchy.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-implicit_pins.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-input_output_files.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-introduction.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-netlist_backends.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-running_gnetlist.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug-slotting.html
share/doc/geda-gaf/wiki/geda-gnetlist_ug.html
+share/doc/geda-gaf/wiki/geda-gnetlist_ug.ru.html
+share/doc/geda-gaf/wiki/geda-gparts_cc.html
+share/doc/geda-gaf/wiki/geda-gparts_dd.html
+share/doc/geda-gaf/wiki/geda-gparts_id.html
+share/doc/geda-gaf/wiki/geda-gparts_ii.html
+share/doc/geda-gaf/wiki/geda-gparts_tc.html
+share/doc/geda-gaf/wiki/geda-gparts_ug.html
share/doc/geda-gaf/wiki/geda-grcsan.html
share/doc/geda-gaf/wiki/geda-grenum_mp.html
share/doc/geda-gaf/wiki/geda-gsch2pcb_readme.html
share/doc/geda-gaf/wiki/geda-gsch2pcb_tutorial.html
+share/doc/geda-gaf/wiki/geda-gsch2pcb_tutorial.ru.html
share/doc/geda-gaf/wiki/geda-gsch2pcb_tutorial_releasenotes.html
-share/doc/geda-gaf/wiki/geda-gschem2pcb_readme.html
-share/doc/geda-gaf/wiki/geda-gschem_mp.html
+share/doc/geda-gaf/wiki/geda-gsch2pcb_tutorial_releasenotes.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_symbol_creation.html
+share/doc/geda-gaf/wiki/geda-gschem_symbol_creation.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-attributes.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-attributes.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-autonumbering.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-autonumbering.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-colors_styles.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-colors_styles.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-command_line.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-command_line.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-components.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-components.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-config.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-config.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-editing_actions.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-editing_actions.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-exporting.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-exporting.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-extensions.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-extensions.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-graphics.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-graphics.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-grids.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-grids.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-hierarchy.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-hierarchy.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-introduction.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-introduction.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-main_window.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-main_window.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-moving_copying.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-moving_copying.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-pins_nets_buses.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-pins_nets_buses.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-printing.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-printing.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-running_gschem.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-running_gschem.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-schematic_pages.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-schematic_pages.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-selecting.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-selecting.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-slots.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-slots.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-stroke.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-stroke.ru.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-viewing_schematics.html
+share/doc/geda-gaf/wiki/geda-gschem_ug-viewing_schematics.ru.html
share/doc/geda-gaf/wiki/geda-gschem_ug.fr.html
share/doc/geda-gaf/wiki/geda-gschem_ug.html
+share/doc/geda-gaf/wiki/geda-gschem_ug.ru.html
share/doc/geda-gaf/wiki/geda-gschem_warmup.html
+share/doc/geda-gaf/wiki/geda-gschem_warmup.ru.html
share/doc/geda-gaf/wiki/geda-gsymcheck_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_lxt2miner_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_lxt2vcd_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_mvl2lxt_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_mvl2vcd_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_tex2vcd_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_tla2vcd_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_vcd2lxt2_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_vcd2lxt_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_vcd2vzt_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_vzt2vcd_mp.html
-share/doc/geda-gaf/wiki/geda-gtkwave_vztminer_mp.html
+share/doc/geda-gaf/wiki/geda-gsymcheck_mp.ru.html
share/doc/geda-gaf/wiki/geda-guile_scripting.html
+share/doc/geda-gaf/wiki/geda-guile_scripting.ru.html
+share/doc/geda-gaf/wiki/geda-howto_report_bugs.html
+share/doc/geda-gaf/wiki/geda-howto_report_bugs.ru.html
share/doc/geda-gaf/wiki/geda-hse_howto.html
share/doc/geda-gaf/wiki/geda-icarus_anc.html
share/doc/geda-gaf/wiki/geda-icarus_extensions.html
@@ -239,51 +368,77 @@ share/doc/geda-gaf/wiki/geda-icarus_xnf.
share/doc/geda-gaf/wiki/geda-igarus_fpga_lcg.html
share/doc/geda-gaf/wiki/geda-installation.fr.html
share/doc/geda-gaf/wiki/geda-installation.html
+share/doc/geda-gaf/wiki/geda-installation.ru.html
share/doc/geda-gaf/wiki/geda-installed_plugins.html
-share/doc/geda-gaf/wiki/geda-kig_howto.html
+share/doc/geda-gaf/wiki/geda-license.html
+share/doc/geda-gaf/wiki/geda-links.html
+share/doc/geda-gaf/wiki/geda-mailinglists.html
+share/doc/geda-gaf/wiki/geda-mailinglists.ru.html
share/doc/geda-gaf/wiki/geda-master_attributes_list.html
+share/doc/geda-gaf/wiki/geda-master_attributes_list.ru.html
share/doc/geda-gaf/wiki/geda-mcalc_readme.html
+share/doc/geda-gaf/wiki/geda-mcalc_readme.ru.html
share/doc/geda-gaf/wiki/geda-na_howto.html
+share/doc/geda-gaf/wiki/geda-na_howto.ru.html
share/doc/geda-gaf/wiki/geda-ngnutmeg_mp.html
share/doc/geda-gaf/wiki/geda-ngsconvert_mp.html
share/doc/geda-gaf/wiki/geda-ngspice_and_gschem.html
+share/doc/geda-gaf/wiki/geda-ngspice_and_gschem.ru.html
share/doc/geda-gaf/wiki/geda-ngspice_mp.html
share/doc/geda-gaf/wiki/geda-olib_readme.html
share/doc/geda-gaf/wiki/geda-pcb-quick_reference.fr.html
share/doc/geda-gaf/wiki/geda-pcb-quick_reference.html
+share/doc/geda-gaf/wiki/geda-pcb-quick_reference.ru.html
+share/doc/geda-gaf/wiki/geda-pcb_footprint_naming_conventions.html
+share/doc/geda-gaf/wiki/geda-pcb_footprint_naming_conventions.ru.html
share/doc/geda-gaf/wiki/geda-pcb_footprints.html
+share/doc/geda-gaf/wiki/geda-pcb_footprints.ru.html
share/doc/geda-gaf/wiki/geda-pcb_funding_sow-fwdann_ideas.html
share/doc/geda-gaf/wiki/geda-pcb_funding_sow-gui_ideas.html
share/doc/geda-gaf/wiki/geda-pcb_funding_sow.html
+share/doc/geda-gaf/wiki/geda-pcb_layers.html
share/doc/geda-gaf/wiki/geda-pcb_mp.html
share/doc/geda-gaf/wiki/geda-pcb_tips.fr.html
share/doc/geda-gaf/wiki/geda-pcb_tips.html
+share/doc/geda-gaf/wiki/geda-pcb_tips.ru.html
share/doc/geda-gaf/wiki/geda-release_engineering.html
-share/doc/geda-gaf/wiki/geda-scg.fr.html
share/doc/geda-gaf/wiki/geda-scg.html
+share/doc/geda-gaf/wiki/geda-scg.ru.html
share/doc/geda-gaf/wiki/geda-scm.html
+share/doc/geda-gaf/wiki/geda-scm.ru.html
+share/doc/geda-gaf/wiki/geda-screenshots.html
share/doc/geda-gaf/wiki/geda-sdb_howto.html
share/doc/geda-gaf/wiki/geda-sn_readme.html
share/doc/geda-gaf/wiki/geda-spice_improvements.html
+share/doc/geda-gaf/wiki/geda-spice_polys.html
+share/doc/geda-gaf/wiki/geda-spice_polys.ru.html
share/doc/geda-gaf/wiki/geda-ssan.html
share/doc/geda-gaf/wiki/geda-start.html
+share/doc/geda-gaf/wiki/geda-start.ru.html
share/doc/geda-gaf/wiki/geda-style_guide.html
share/doc/geda-gaf/wiki/geda-suse_10.0.html
share/doc/geda-gaf/wiki/geda-suse_10.1.html
share/doc/geda-gaf/wiki/geda-suse_9.3.html
share/doc/geda-gaf/wiki/geda-suse_rpm_installation.html
+share/doc/geda-gaf/wiki/geda-suse_rpm_installation.ru.html
share/doc/geda-gaf/wiki/geda-syntax_features.html
share/doc/geda-gaf/wiki/geda-systemc_netlister_readme.html
share/doc/geda-gaf/wiki/geda-tasks.html
+share/doc/geda-gaf/wiki/geda-tasks.ru.html
share/doc/geda-gaf/wiki/geda-todos.html
share/doc/geda-gaf/wiki/geda-todos_historical.html
+share/doc/geda-gaf/wiki/geda-tools.html
share/doc/geda-gaf/wiki/geda-tragesym_readme.html
+share/doc/geda-gaf/wiki/geda-tragesym_readme.ru.html
share/doc/geda-gaf/wiki/geda-tragesym_tutorial.fr.html
share/doc/geda-gaf/wiki/geda-tragesym_tutorial.html
+share/doc/geda-gaf/wiki/geda-tragesym_tutorial.ru.html
share/doc/geda-gaf/wiki/geda-transistor_guide.html
+share/doc/geda-gaf/wiki/geda-transistor_guide.ru.html
share/doc/geda-gaf/wiki/geda-ubuntu.html
share/doc/geda-gaf/wiki/geda-usage.fr.html
share/doc/geda-gaf/wiki/geda-usage.html
+share/doc/geda-gaf/wiki/geda-usage.ru.html
share/doc/geda-gaf/wiki/geda-vams_netlister_readme.html
share/doc/geda-gaf/wiki/geda-verilog_netlister_readme.html
share/doc/geda-gaf/wiki/geda-version_control_migration.html
@@ -302,6 +457,8 @@ share/doc/geda-gaf/wiki/gsoc2008.html
share/doc/geda-gaf/wiki/gsoc2008_projects.html
share/doc/geda-gaf/wiki/gsoc2009.html
share/doc/geda-gaf/wiki/gsoc2009_projects.html
+share/doc/geda-gaf/wiki/gsoc2010.html
+share/doc/geda-gaf/wiki/gsoc2010_projects.html
share/doc/geda-gaf/wiki/gtkwave-projects.html
share/doc/geda-gaf/wiki/gwave-projects.html
share/doc/geda-gaf/wiki/images/
@@ -374,7 +531,9 @@ share/doc/geda-gaf/wiki/media/devel_tips
share/doc/geda-gaf/wiki/media/devel_tips/dialog_picture.png
share/doc/geda-gaf/wiki/media/geda/
share/doc/geda-gaf/wiki/media/geda/ambiguous1.png
+share/doc/geda-gaf/wiki/media/geda/ambiguous1.ru.png
share/doc/geda-gaf/wiki/media/geda/ambiguous1_fixed.png
+share/doc/geda-gaf/wiki/media/geda/ambiguous1_fixed.ru.png
share/doc/geda-gaf/wiki/media/geda/board-1.png
share/doc/geda-gaf/wiki/media/geda/board-2.png
share/doc/geda-gaf/wiki/media/geda/board-3.png
@@ -382,7 +541,9 @@ share/doc/geda-gaf/wiki/media/geda/board
share/doc/geda-gaf/wiki/media/geda/board-5.png
share/doc/geda-gaf/wiki/media/geda/board-6.png
share/doc/geda-gaf/wiki/media/geda/coordinatespace.jpg
+share/doc/geda-gaf/wiki/media/geda/coordinatespace.ru.png
share/doc/geda-gaf/wiki/media/geda/design_flow.jpg
+share/doc/geda-gaf/wiki/media/geda/design_flow.ru.png
share/doc/geda-gaf/wiki/media/geda/dialogdirective.png
share/doc/geda-gaf/wiki/media/geda/dialoginclude.png
share/doc/geda-gaf/wiki/media/geda/dialogmodel.png
@@ -392,11 +553,34 @@ share/doc/geda-gaf/wiki/media/geda/dialo
share/doc/geda-gaf/wiki/media/geda/faq_attrib.jpg
share/doc/geda-gaf/wiki/media/geda/fileformat_textgraphic.jpg
share/doc/geda-gaf/wiki/media/geda/geda_flow.png
+share/doc/geda-gaf/wiki/media/geda/geda_flow.ru.png
+share/doc/geda-gaf/wiki/media/geda/gparts-bulk-import.png
+share/doc/geda-gaf/wiki/media/geda/gparts-flow-2.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-companies.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-connect-types.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-devices.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-documentation.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-footprints.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-packages.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts-2.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts-3.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts-4.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts-4b.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-parts.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-symbols-2.png
+share/doc/geda-gaf/wiki/media/geda/gparts-ss-symbols.png
+share/doc/geda-gaf/wiki/media/geda/gparts_erd_main.png
+share/doc/geda-gaf/wiki/media/geda/gparts_flow.png
+share/doc/geda-gaf/wiki/media/geda/gparts_pkg.png
+share/doc/geda-gaf/wiki/media/geda/gparts_pkg_2.png
+share/doc/geda-gaf/wiki/media/geda/gparts_pkg_geom.png
+share/doc/geda-gaf/wiki/media/geda/gparts_pkg_sch.png
share/doc/geda-gaf/wiki/media/geda/gschem-sym-1.png
share/doc/geda-gaf/wiki/media/geda/gschem-sym-2.png
share/doc/geda-gaf/wiki/media/geda/gschem-sym-3.png
share/doc/geda-gaf/wiki/media/geda/gschem_screenshot_001.jpg
share/doc/geda-gaf/wiki/media/geda/gschem_workflow_01.jpg
+share/doc/geda-gaf/wiki/media/geda/gschem_workflow_01.ru.png
share/doc/geda-gaf/wiki/media/geda/net.jpg
share/doc/geda-gaf/wiki/media/geda/nets.jpg
share/doc/geda-gaf/wiki/media/geda/one-sch-1.png
@@ -411,6 +595,16 @@ share/doc/geda-gaf/wiki/media/geda/rf_ca
share/doc/geda-gaf/wiki/media/geda/rf_cascade_figure2.jpg
share/doc/geda-gaf/wiki/media/geda/schematicfinished.png
share/doc/geda-gaf/wiki/media/geda/schematicfinished2.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_gerbv.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_gerbv_thumb.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_gschem.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_gschem_osx.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_gschem_osx_thumb.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_gschem_thumb.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_pcb.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_pcb_osx.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_pcb_osx_thumb.png
+share/doc/geda-gaf/wiki/media/geda/screenshot_pcb_thumb.png
share/doc/geda-gaf/wiki/media/geda/simple1.png
share/doc/geda-gaf/wiki/media/geda/status_screenshot.jpg
share/doc/geda-gaf/wiki/media/geda/suse_electronics_menu.png
@@ -448,17 +642,22 @@ share/doc/geda-gaf/wiki/media/tragesym/x
share/doc/geda-gaf/wiki/media/wiki/
share/doc/geda-gaf/wiki/media/wiki/dokuwiki-128.png
share/doc/geda-gaf/wiki/pcb-projects.html
+share/doc/geda-gaf/wiki/pcb-roadmap.html
share/doc/geda-gaf/wiki/playground-playground.html
share/doc/geda-gaf/wiki/playground-transistor_guide.html
share/doc/geda-gaf/wiki/print.css
share/doc/geda-gaf/wiki/start.html
share/doc/geda-gaf/wiki/start_es.html
share/doc/geda-gaf/wiki/start_fr.html
+share/doc/geda-gaf/wiki/start_ru.html
share/doc/geda-gaf/wiki/style.css
+share/doc/geda-gaf/wiki/wiki-dokuvimki.html
+share/doc/geda-gaf/wiki/wiki-dokuvimki.ru.html
share/doc/geda-gaf/wiki/wiki-dokuwiki.html
share/doc/geda-gaf/wiki/wiki-syntax.html
share/gEDA/
share/gEDA/bitmap/
+share/gEDA/bitmap/gschem-about-logo.png
share/gEDA/bitmap/gschem-alignment_bottomcenter.png
share/gEDA/bitmap/gschem-alignment_bottomleft.png
share/gEDA/bitmap/gschem-alignment_bottomright.png
@@ -499,6 +698,7 @@ share/gEDA/bitmap/gschem-warning.png
share/gEDA/gafrc.d/
share/gEDA/gafrc.d/geda-clib.scm
share/gEDA/gattrib-menus.xml
+share/gEDA/gschem-colormap-bw
share/gEDA/gschem-colormap-darkbg
share/gEDA/gschem-colormap-lightbg
share/gEDA/gschem-gtkrc
@@ -513,7 +713,15 @@ share/gEDA/scheme/auto-place-attribs.scm
share/gEDA/scheme/auto-uref.scm
share/gEDA/scheme/color-map.scm
share/gEDA/scheme/default-attrib-positions.scm
+share/gEDA/scheme/geda/
share/gEDA/scheme/geda.scm
+share/gEDA/scheme/geda/attrib.scm
+share/gEDA/scheme/geda/core/
+share/gEDA/scheme/geda/core/gettext.scm
+share/gEDA/scheme/geda/deprecated.scm
+share/gEDA/scheme/geda/object.scm
+share/gEDA/scheme/geda/os.scm
+share/gEDA/scheme/geda/page.scm
share/gEDA/scheme/generate_netlist.scm
share/gEDA/scheme/gnet-PCB.scm
share/gEDA/scheme/gnet-allegro.scm
@@ -525,16 +733,17 @@ share/gEDA/scheme/gnet-cascade.scm
share/gEDA/scheme/gnet-drc.scm
share/gEDA/scheme/gnet-drc2.scm
share/gEDA/scheme/gnet-eagle.scm
+share/gEDA/scheme/gnet-ewnet.scm
share/gEDA/scheme/gnet-futurenet2.scm
share/gEDA/scheme/gnet-geda.scm
share/gEDA/scheme/gnet-gossip.scm
share/gEDA/scheme/gnet-gsch2pcb.scm
share/gEDA/scheme/gnet-liquidpcb.scm
+share/gEDA/scheme/gnet-makedepend.scm
share/gEDA/scheme/gnet-mathematica.scm
share/gEDA/scheme/gnet-maxascii.scm
share/gEDA/scheme/gnet-osmond.scm
share/gEDA/scheme/gnet-pads.scm
-share/gEDA/scheme/gnet-partslist-common.scm
share/gEDA/scheme/gnet-partslist1.scm
share/gEDA/scheme/gnet-partslist2.scm
share/gEDA/scheme/gnet-partslist3.scm
@@ -550,11 +759,25 @@ share/gEDA/scheme/gnet-vams.scm
share/gEDA/scheme/gnet-verilog.scm
share/gEDA/scheme/gnet-vhdl.scm
share/gEDA/scheme/gnet-vipec.scm
+share/gEDA/scheme/gnetlist/
share/gEDA/scheme/gnetlist-post.scm
share/gEDA/scheme/gnetlist.scm
+share/gEDA/scheme/gnetlist/backend-getopt.scm
+share/gEDA/scheme/gschem/
share/gEDA/scheme/gschem.scm
+share/gEDA/scheme/gschem/attrib.scm
+share/gEDA/scheme/gschem/core/
+share/gEDA/scheme/gschem/core/gettext.scm
+share/gEDA/scheme/gschem/deprecated.scm
+share/gEDA/scheme/gschem/gschemdoc.scm
+share/gEDA/scheme/gschem/hook.scm
+share/gEDA/scheme/gschem/keymap.scm
+share/gEDA/scheme/gschem/selection.scm
+share/gEDA/scheme/gschem/util.scm
+share/gEDA/scheme/gschem/window.scm
share/gEDA/scheme/image.scm
share/gEDA/scheme/list-keys.scm
+share/gEDA/scheme/partslist-common.scm
share/gEDA/scheme/pcb.scm
share/gEDA/scheme/print-NB-attribs.scm
share/gEDA/scheme/print.scm
@@ -2124,25 +2347,84 @@ share/icons/hicolor/scalable/apps/geda-g
share/icons/hicolor/scalable/mimetypes/application-x-geda-gsch2pcb-project.svg
share/icons/hicolor/scalable/mimetypes/application-x-geda-schematic.svg
share/icons/hicolor/scalable/mimetypes/application-x-geda-symbol.svg
-share/locale/af/
-share/locale/af/LC_MESSAGES/
+share/locale/af/LC_MESSAGES/geda-gattrib.mo
share/locale/af/LC_MESSAGES/geda-gschem.mo
+share/locale/ar/LC_MESSAGES/geda-gattrib.mo
+share/locale/ar/LC_MESSAGES/geda-gschem.mo
+share/locale/ar/LC_MESSAGES/libgeda42.mo
+share/locale/bg/LC_MESSAGES/geda-gattrib.mo
+share/locale/bg/LC_MESSAGES/geda-gschem.mo
+share/locale/bs/LC_MESSAGES/geda-gattrib.mo
+share/locale/bs/LC_MESSAGES/geda-gschem.mo
+share/locale/ca/LC_MESSAGES/geda-gattrib.mo
+share/locale/ca/LC_MESSAGES/libgeda42.mo
+share/locale/da/LC_MESSAGES/geda-gattrib.mo
+share/locale/da/LC_MESSAGES/libgeda42.mo
share/locale/de/LC_MESSAGES/geda-gattrib.mo
share/locale/de/LC_MESSAGES/geda-gschem.mo
-share/locale/de/LC_MESSAGES/libgeda38.mo
+share/locale/de/LC_MESSAGES/libgeda42.mo
+share/locale/el/LC_MESSAGES/geda-gattrib.mo
+share/locale/el/LC_MESSAGES/geda-gschem.mo
+share/locale/el/LC_MESSAGES/libgeda42.mo
+share/locale/en_GB/LC_MESSAGES/geda-gattrib.mo
share/locale/en_GB/LC_MESSAGES/geda-gschem.mo
-share/locale/en_GB/LC_MESSAGES/libgeda38.mo
+share/locale/en_GB/LC_MESSAGES/libgeda42.mo
share/locale/es/LC_MESSAGES/geda-gattrib.mo
share/locale/es/LC_MESSAGES/geda-gschem.mo
-share/locale/es/LC_MESSAGES/libgeda38.mo
+share/locale/es/LC_MESSAGES/libgeda42.mo
+share/locale/fa/LC_MESSAGES/geda-gattrib.mo
+share/locale/fa/LC_MESSAGES/geda-gschem.mo
+share/locale/fi/LC_MESSAGES/geda-gschem.mo
+share/locale/fr/LC_MESSAGES/geda-gattrib.mo
share/locale/fr/LC_MESSAGES/geda-gschem.mo
+share/locale/fr/LC_MESSAGES/libgeda42.mo
+share/locale/gl/LC_MESSAGES/geda-gattrib.mo
+share/locale/he/LC_MESSAGES/geda-gschem.mo
+share/locale/hu/LC_MESSAGES/geda-gattrib.mo
+share/locale/hu/LC_MESSAGES/geda-gschem.mo
+share/locale/hu/LC_MESSAGES/libgeda42.mo
+share/locale/it/LC_MESSAGES/geda-gattrib.mo
share/locale/it/LC_MESSAGES/geda-gschem.mo
+share/locale/it/LC_MESSAGES/libgeda42.mo
+share/locale/ja/LC_MESSAGES/geda-gattrib.mo
share/locale/ja/LC_MESSAGES/geda-gschem.mo
+share/locale/ml/LC_MESSAGES/geda-gattrib.mo
+share/locale/ml/LC_MESSAGES/geda-gschem.mo
+share/locale/nb/LC_MESSAGES/geda-gattrib.mo
share/locale/nl/LC_MESSAGES/geda-gattrib.mo
share/locale/nl/LC_MESSAGES/geda-gschem.mo
-share/locale/nl/LC_MESSAGES/libgeda38.mo
+share/locale/nl/LC_MESSAGES/libgeda42.mo
+share/locale/oc/LC_MESSAGES/geda-gattrib.mo
+share/locale/pl/LC_MESSAGES/geda-gattrib.mo
+share/locale/pl/LC_MESSAGES/geda-gschem.mo
+share/locale/pl/LC_MESSAGES/libgeda42.mo
+share/locale/pt/LC_MESSAGES/geda-gattrib.mo
+share/locale/pt/LC_MESSAGES/geda-gschem.mo
+share/locale/pt/LC_MESSAGES/libgeda42.mo
+share/locale/pt_BR/LC_MESSAGES/geda-gattrib.mo
share/locale/pt_BR/LC_MESSAGES/geda-gschem.mo
+share/locale/pt_BR/LC_MESSAGES/libgeda42.mo
+share/locale/ru/LC_MESSAGES/geda-gattrib.mo
share/locale/ru/LC_MESSAGES/geda-gschem.mo
+share/locale/ru/LC_MESSAGES/libgeda42.mo
+share/locale/sl/LC_MESSAGES/geda-gattrib.mo
+share/locale/sl/LC_MESSAGES/geda-gschem.mo
+share/locale/sr/LC_MESSAGES/geda-gattrib.mo
+share/locale/sr/LC_MESSAGES/geda-gschem.mo
+share/locale/sr/LC_MESSAGES/libgeda42.mo
+share/locale/sv/LC_MESSAGES/geda-gattrib.mo
+share/locale/sv/LC_MESSAGES/libgeda42.mo
+share/locale/tr/LC_MESSAGES/geda-gattrib.mo
+share/locale/tr/LC_MESSAGES/geda-gschem.mo
+share/locale/tr/LC_MESSAGES/libgeda42.mo
+share/locale/uk/LC_MESSAGES/geda-gattrib.mo
+share/locale/uk/LC_MESSAGES/libgeda42.mo
+share/locale/zh_CN/LC_MESSAGES/geda-gattrib.mo
+share/locale/zh_CN/LC_MESSAGES/geda-gschem.mo
+share/locale/zh_CN/LC_MESSAGES/libgeda42.mo
+share/locale/zh_TW/LC_MESSAGES/geda-gattrib.mo
+share/locale/zh_TW/LC_MESSAGES/geda-gschem.mo
+share/locale/zh_TW/LC_MESSAGES/libgeda42.mo
share/mime/packages/libgeda.xml
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime

Reply via email to