mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-06-13 Herbert Thoma <herbie@hthoma.de>
* po/de.po: updated German translation for transfer dialog. * doc/build-suse.txt: updated for gnucash 1.6 / SuSE 7.2 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4707 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5f7a99f0ae
commit
f46bdf493f
@ -97,6 +97,12 @@
|
|||||||
* src/sc/qif-import/qif-guess-map.scm: fix bug in
|
* src/sc/qif-import/qif-guess-map.scm: fix bug in
|
||||||
account name guessing
|
account name guessing
|
||||||
|
|
||||||
|
2001-06-13 Herbert Thoma <herbie@hthoma.de>
|
||||||
|
|
||||||
|
* po/de.po: updated German translation for transfer dialog.
|
||||||
|
|
||||||
|
* doc/build-suse.txt: updated for gnucash 1.6 / SuSE 7.2
|
||||||
|
|
||||||
2001-06-12 Dave Peticolas <dave@krondo.com>
|
2001-06-12 Dave Peticolas <dave@krondo.com>
|
||||||
|
|
||||||
* src/gnome/glade/report.glade: new file for old report dialogs
|
* src/gnome/glade/report.glade: new file for old report dialogs
|
||||||
@ -120,6 +126,7 @@
|
|||||||
|
|
||||||
* src/scm/tip-list.scm: update tip
|
* src/scm/tip-list.scm: update tip
|
||||||
|
|
||||||
|
>>>>>>> 1.619
|
||||||
* src/register/register-common.h: move function defs to
|
* src/register/register-common.h: move function defs to
|
||||||
register-common.c
|
register-common.c
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
How to install gnucash on SuSE
|
How to install gnucash on SuSE
|
||||||
==============================
|
==============================
|
||||||
(written 2000-01-07 by Peter Pointner <peter@wuzel.m.isar.de>)
|
(written 2000-01-07 by Peter Pointner <peter@wuzel.m.isar.de>)
|
||||||
(last changed 2001-01-09 by Herbert Thoma (herbie@hthoma.de))
|
(last changed 2001-06-13 by Herbert Thoma (herbie@hthoma.de))
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@ -10,9 +10,9 @@ Notes:
|
|||||||
your own risk. If you find errors, you might report them to the
|
your own risk. If you find errors, you might report them to the
|
||||||
gnucash mailing list (gnucash-devel@gnucash.org)
|
gnucash mailing list (gnucash-devel@gnucash.org)
|
||||||
|
|
||||||
- This is for SuSE 6.3, 6.4 and 7.0 (Intel). Earlier SuSE distributions
|
- This is for SuSE 6.3, 6.4, 7.0, 7.1 and 7.2 (Intel). Earlier SuSE
|
||||||
lack some required packages. Later SuSE distributions didn't exist
|
distributions lack some required packages. Later SuSE distributions
|
||||||
at the time of writing.
|
didn't exist at the time of writing.
|
||||||
NOTE: You can install new packages to older versions of SuSE from
|
NOTE: You can install new packages to older versions of SuSE from
|
||||||
CD or ftp.suse.de or ftp.suse.com
|
CD or ftp.suse.de or ftp.suse.com
|
||||||
|
|
||||||
@ -21,15 +21,17 @@ Notes:
|
|||||||
and you don't need g-wrap. (However, you won't see this howto
|
and you don't need g-wrap. (However, you won't see this howto
|
||||||
until you installed the GnuCash rpm succesfully ;-).)
|
until you installed the GnuCash rpm succesfully ;-).)
|
||||||
|
|
||||||
- The current stable version is gnucash-1.4.x,
|
- The current stable version is gnucash-1.6.x,
|
||||||
the current development version is gnucash-1.5.x,
|
the current development version is gnucash-1.7.x,
|
||||||
the development version needs the latest GNOME libraries
|
the development version needs the latest GNOME libraries
|
||||||
to build, especially gnprint >= 0.23, gdk_pix >= 0.8
|
to build, especially gnprint >= 0.23, gdk_pix >= 0.8
|
||||||
and gtkhtml-0.8, which are not included with current SuSE
|
and gtkhtml-0.8, which are not included with current SuSE
|
||||||
distibutions. The easiest way to get the latest GNOME is to do
|
distibutions. The easiest way to get the latest GNOME is to do
|
||||||
"lynx -source http://go-gnome.com | sh"
|
"lynx -source http://go-gnome.com | sh"
|
||||||
as root. At the end of this file is a list which helix gnome
|
as root.
|
||||||
packages I have installed at the time of this writing.
|
SuSE 7.2 comes with all required gnome packages, but you
|
||||||
|
should get a newer revision of Guppi, if you want to use
|
||||||
|
all features of graphical reports, see below.
|
||||||
|
|
||||||
Let's go:
|
Let's go:
|
||||||
|
|
||||||
@ -37,22 +39,26 @@ Let's go:
|
|||||||
started with a default installation and removed some packages to
|
started with a default installation and removed some packages to
|
||||||
save diskspace.
|
save diskspace.
|
||||||
|
|
||||||
* Install the following packages:
|
* Install the following packages (the list is valid for SuSE 7.2):
|
||||||
+ from series d
|
+ from series d
|
||||||
eperl guile swig xmhtml xmhtmld gettext
|
guile gettext libxml libxmld
|
||||||
libxml libxmld
|
|
||||||
and optionally
|
and optionally
|
||||||
autoconf automake libtool
|
autoconf automake libtool
|
||||||
(You must install libtool if you have autoconf/automake
|
(You must install libtool if you have autoconf/automake
|
||||||
installed!)
|
installed!)
|
||||||
+ from series x
|
+ from series x
|
||||||
xdevel
|
xdevel
|
||||||
|
+ from series xdev
|
||||||
|
glade glib-devel gtk gtk-devel libglade libglade-devel
|
||||||
+ from series gnm
|
+ from series gnm
|
||||||
gnlibs gnlibsd
|
Guppi bonobo bonobo-devel gal gconf gdk-pixbuf gdk-pixbuf-devel
|
||||||
for (check) printing
|
gnome-core gnome-core-devel gnome-libs gnome-libs-devel
|
||||||
gnprint gnprintd
|
gnome-print gnome-print-devel gtkhtml gtkhtml-devel
|
||||||
|
libghttp libghttp-devel libunicode oaf oaf-devel
|
||||||
+ from series gra
|
+ from series gra
|
||||||
imlib imlibdev
|
imlib imlibdev
|
||||||
|
+ from series sgm
|
||||||
|
docb* jade* sgmltools
|
||||||
|
|
||||||
* Download slib from
|
* Download slib from
|
||||||
ftp://ftp.gnu.org/pub/gnu/jacal/slib2c7.zip
|
ftp://ftp.gnu.org/pub/gnu/jacal/slib2c7.zip
|
||||||
@ -63,23 +69,22 @@ Let's go:
|
|||||||
|
|
||||||
* Download g-wrap from
|
* Download g-wrap from
|
||||||
ftp://ftp.gnucash.org/pub/g-wrap/
|
ftp://ftp.gnucash.org/pub/g-wrap/
|
||||||
For the 1.4.x version you need g-wrap-0.9.12.tar.gz,
|
For the 1.6.x version you need g-wrap-1.1.5.tar.gz or newer
|
||||||
for the 1.5.x version you need g-wrap-1.1.4.tar.gz or newer
|
|
||||||
unpack and untar, then
|
unpack and untar, then
|
||||||
./configure, make, su, make install
|
./configure, make, su, make install
|
||||||
|
|
||||||
* If you want to build the development version, download Guppi from
|
* Download Guppi from
|
||||||
ftp://ftp.gnome.org/pub/guppi/Guppi-0.35.2.tar.gz
|
ftp://ftp.gnome.org/pub/guppi/
|
||||||
|
You need Guppi-0.35.5 or newer, if you want to use all features
|
||||||
|
of the reports
|
||||||
unpack and untar, then
|
unpack and untar, then
|
||||||
./configure --prefix=/opt/gnome, make, su, make install
|
./configure --prefix=/opt/gnome, make, su, make install
|
||||||
Guppi is not yet part of standard gnome distributions, but I expect it
|
|
||||||
to become more common soon.
|
|
||||||
|
|
||||||
* Download GnuCash
|
* Download GnuCash
|
||||||
stable version:
|
stable version:
|
||||||
http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-1.4.x.tar.gz
|
http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-1.6.x.tar.gz
|
||||||
development version:
|
development version:
|
||||||
http://www.gnucash.org/pub/gnucash/sources/unstable/1.5.x/gnucash-1.5.x.tar.gz
|
http://www.gnucash.org/pub/gnucash/sources/unstable/
|
||||||
and unpack it
|
and unpack it
|
||||||
tar xzf gnucash-1.y.x.tar.gz
|
tar xzf gnucash-1.y.x.tar.gz
|
||||||
* Alternatively get GnuCash from cvs
|
* Alternatively get GnuCash from cvs
|
||||||
@ -112,77 +117,3 @@ Let's go:
|
|||||||
unpack and untar, then
|
unpack and untar, then
|
||||||
perl Makefile.PL, make, su, make install
|
perl Makefile.PL, make, su, make install
|
||||||
|
|
||||||
-------
|
|
||||||
List of helix gnome packages:
|
|
||||||
|
|
||||||
audiofil-0.1.9-136_helix_1.i386.rpm
|
|
||||||
bonobo-0.30-0_helix_2.i386.rpm
|
|
||||||
bonobod-0.30-0_helix_2.i386.rpm
|
|
||||||
bugbuddy-1.2-0_helix_1.i386.rpm
|
|
||||||
ckfntpth-1.7-0_helix_1.i386.rpm
|
|
||||||
esound-0.2.20-0_helix_1.i386.rpm
|
|
||||||
gal-0.4.1-0_helix_1.i386.rpm
|
|
||||||
galdev-0.4.1-0_helix_1.i386.rpm
|
|
||||||
gdk_pix-0.9.0-0_helix_1.i386.rpm
|
|
||||||
gdk_pixd-0.9.0-0_helix_1.i386.rpm
|
|
||||||
gdm-2.0beta4-110_helix_3.i386.rpm
|
|
||||||
glade-0.5.9-0_helix_1.i386.rpm
|
|
||||||
glib-1.2.8-33_helix_1.i386.rpm
|
|
||||||
glibdev-1.2.8-33_helix_1.i386.rpm
|
|
||||||
gmc-4.5.51-0_helix_2.i386.rpm
|
|
||||||
gn_doc-1.2-0_helix_1.i386.rpm
|
|
||||||
gnapplts-1.2.4-0_helix_1.i386.rpm
|
|
||||||
gncontr-1.2.2-0_helix_1.i386.rpm
|
|
||||||
gncontrd-1.2.2-0_helix_1.i386.rpm
|
|
||||||
gncore-1.2.4-0_helix_1.i386.rpm
|
|
||||||
gncored-1.2.4-0_helix_1.i386.rpm
|
|
||||||
gnlibs-1.2.8-0_helix_1.i386.rpm
|
|
||||||
gnlibsd-1.2.8-0_helix_1.i386.rpm
|
|
||||||
gnprint-0.25-0_helix_1.i386.rpm
|
|
||||||
gnprintd-0.25-0_helix_1.i386.rpm
|
|
||||||
gtk-1.2.8-32_helix_1.i386.rpm
|
|
||||||
gtkdev-1.2.8-32_helix_1.i386.rpm
|
|
||||||
gtkhtml-0.8-0_helix_3.i386.rpm
|
|
||||||
gtkhtmld-0.8-0_helix_3.i386.rpm
|
|
||||||
gtkmm-1.2.3-0_helix_1.i386.rpm
|
|
||||||
hlxswtpl-0.1-0_helix_1.i386.rpm
|
|
||||||
hupdate-0.9-0_helix_1.i386.rpm
|
|
||||||
imlib-1.9.8.1-32_helix_1.i386.rpm
|
|
||||||
imlibcfe-1.9.8.1-32_helix_1.i386.rpm
|
|
||||||
imlibdev-1.9.8.1-32_helix_1.i386.rpm
|
|
||||||
libgal1-0.2.2-0_helix_1.i386.rpm
|
|
||||||
libgal3-0.4.1-0_helix_1.i386.rpm
|
|
||||||
libghtt-1.0.7-0_helix_1.i386.rpm
|
|
||||||
libghttd-1.0.7-0_helix_1.i386.rpm
|
|
||||||
libglad-0.14-0_helix_1.i386.rpm
|
|
||||||
libgladd-0.14-0_helix_1.i386.rpm
|
|
||||||
libgnomeprint11-0.25-0_helix_1.i386.rpm
|
|
||||||
libgnomeprint6-0.20-0_helix_5.i386.rpm
|
|
||||||
libgtop-1.0.9-29_helix_1.i386.rpm
|
|
||||||
libgtopd-1.0.9-29_helix_1.i386.rpm
|
|
||||||
libole2-0.1.7-0_helix_1.i386.rpm
|
|
||||||
libole2d-0.1.7-0_helix_1.i386.rpm
|
|
||||||
librep-0.13.2-0_helix_1.i386.rpm
|
|
||||||
libxml-1.8.10-0_helix_1.i386.rpm
|
|
||||||
libxmld-1.8.10-0_helix_1.i386.rpm
|
|
||||||
liconv-1.5-0_helix_1.i386.rpm
|
|
||||||
liconvd-1.5-0_helix_1.i386.rpm
|
|
||||||
lsigcpp-1.0.1-0_helix_1.i386.rpm
|
|
||||||
lunicod-0.4.gnome-0_helix_1.i386.rpm
|
|
||||||
lunicodd-0.4.gnome-0_helix_1.i386.rpm
|
|
||||||
mc-4.5.51-0_helix_2.i386.rpm
|
|
||||||
memprof-0.4.0-0_helix_1.i386.rpm
|
|
||||||
oaf-0.6.1-0_helix_1.i386.rpm
|
|
||||||
oafdev-0.6.1-0_helix_1.i386.rpm
|
|
||||||
orbit-0.5.5-0_helix_2.i386.rpm
|
|
||||||
orbitdev-0.5.5-0_helix_2.i386.rpm
|
|
||||||
perlgnom-0.7003-0_helix_2.i386.rpm
|
|
||||||
popt-1.5-68_helix_1.i386.rpm
|
|
||||||
repglad-0.14-0_helix_1.i386.rpm
|
|
||||||
repgnm-0.14-0_helix_1.i386.rpm
|
|
||||||
repgtk-0.14-0_helix_1.i386.rpm
|
|
||||||
sawfish-0.33.1-0_helix_1.i386.rpm
|
|
||||||
tcd-1.2.0-25_helix_1.i386.rpm
|
|
||||||
urwfonts-1.1-0_helix_1.i386.rpm
|
|
||||||
xmms-1.2.3-0_helix_1.i386.rpm
|
|
||||||
xmmsesd-1.2.3-0_helix_1.i386.rpm
|
|
||||||
|
30
po/ChangeLog
30
po/ChangeLog
@ -1,3 +1,33 @@
|
|||||||
|
2001-06-16 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in.in: Upgrade to gettext-0.10.36.
|
||||||
|
|
||||||
|
2001-06-14 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in.in: Upgrade to gettext-0.10.36.
|
||||||
|
|
||||||
|
2001-06-13 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in.in: Upgrade to gettext-0.10.36.
|
||||||
|
|
||||||
|
2001-06-10 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in.in: Upgrade to gettext-0.10.36.
|
||||||
|
|
||||||
|
2001-06-10 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in.in: Upgrade to gettext-0.10.36.
|
||||||
|
|
||||||
|
2001-06-10 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in.in: Upgrade to gettext-0.10.36.
|
||||||
|
|
||||||
|
2001-06-10 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in.in: Upgrade to gettext-0.10.36.
|
||||||
|
* cat-id-tbl.c: Remove file.
|
||||||
|
* stamp-cat-id: Remove file.
|
||||||
|
|
||||||
2001-06-04 gettextize <bug-gnu-utils@gnu.org>
|
2001-06-04 gettextize <bug-gnu-utils@gnu.org>
|
||||||
|
|
||||||
* Makefile.in.in: Upgrade to gettext-0.10.38.
|
* Makefile.in.in: Upgrade to gettext-0.10.38.
|
||||||
|
4
po/de.po
4
po/de.po
@ -2505,7 +2505,7 @@ msgstr "Ertr
|
|||||||
|
|
||||||
#: src/gnome/glade-gnc-dialogs.c:5269
|
#: src/gnome/glade-gnc-dialogs.c:5269
|
||||||
msgid "Transfer To"
|
msgid "Transfer To"
|
||||||
msgstr "Buchen nach"
|
msgstr "Zielkonto"
|
||||||
|
|
||||||
#: src/gnome/glade-gnc-dialogs.c:5324
|
#: src/gnome/glade-gnc-dialogs.c:5324
|
||||||
msgid "Currency Transfer"
|
msgid "Currency Transfer"
|
||||||
@ -2521,7 +2521,7 @@ msgstr "Wechselkurs:"
|
|||||||
|
|
||||||
#: src/gnome/glade-gnc-dialogs.c:5364
|
#: src/gnome/glade-gnc-dialogs.c:5364
|
||||||
msgid "To Amount:"
|
msgid "To Amount:"
|
||||||
msgstr "zum Betrag:"
|
msgstr "Zielbetrag:"
|
||||||
|
|
||||||
#: src/gnome/glade-gnc-dialogs.c:5446
|
#: src/gnome/glade-gnc-dialogs.c:5446
|
||||||
msgid "Working..."
|
msgid "Working..."
|
||||||
|
Loading…
Reference in New Issue
Block a user