diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-03-09 06:18:23 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-03-09 06:18:23 +0000 |
commit | 3414f91a3215e2c20f880d7864fc833ba2c1c09c (patch) | |
tree | e08c1bf6199115083b29b21070a803fde95bc77e /cad/gschem/PLIST | |
parent | 1f16aba201006a4d3ebad1c1bc481cb5ab196464 (diff) | |
download | pkgsrc-3414f91a3215e2c20f880d7864fc833ba2c1c09c.tar.gz |
update to gEDA-20030223
Quick summary of changes:
- works with guile-1.6.3 now
- Norwegian/Danish/German character fixes
- PNG output now has some of the objects appearing to have the right thickness.
- added Russian translation
- bug fix in postscript output
- non-applicable menu choices are now greyed out
- fixed PADS netlist output bug
- added several components to library
- added multisheet refdes renumber utility
- several other bug fixes.
Diffstat (limited to 'cad/gschem/PLIST')
-rw-r--r-- | cad/gschem/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/gschem/PLIST b/cad/gschem/PLIST index bb89e4f1851..bf2ca1b427d 100644 --- a/cad/gschem/PLIST +++ b/cad/gschem/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/13 05:19:51 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/03/09 06:18:26 dmcmahill Exp $ bin/gschem @unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gschemdoc.info info/gschemdoc.info @@ -13,6 +13,7 @@ info/gschemdoc.info-15 info/gschemdoc.info-16 info/gschemdoc.info-17 info/gschemdoc.info-18 +info/gschemdoc.info-19 info/gschemdoc.info-2 info/gschemdoc.info-3 info/gschemdoc.info-4 @@ -51,6 +52,7 @@ ${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/geda-gschem.mo ${PKGLOCALEDIR}/locale/ja_JP/LC_MESSAGES/geda-gschem.mo ${PKGLOCALEDIR}/locale/nl_NL/LC_MESSAGES/geda-gschem.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/geda-gschem.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/geda-gschem.mo @dirrm share/gEDA/bitmap @unexec ${RMDIR} %D/share/gEDA/scheme 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/share/gEDA 2>/dev/null || ${TRUE} |