Re: [GNC-dev] Announcement: GnuCash 3.6 Released

2019-07-02 Thread Manfred Usselmann via gnucash-devel
 

Hi Stephen, 

thanks a lot for providing the .deb files. 

I'm using version 3.5 on Ubuntu 18.04 (bionic) successfully. I did
install it from files provided by you. 

Now I try to upgrade to 3.6. Unfortunately it has some requirements
which don't fit: 

gnucash : Hängt ab von: libofx7 (>= 1:0.9.14) aber 1:0.9.12-1 soll
installiert werden
 python3-gnucash : Hängt ab von: python3 (>= 3.7~) aber 3.6.7-1~18.04
soll installiert werden 

Regards
Manfred 

Am 01.07.2019 07:37, schrieb Stephen M. Butler: 

> This Google Drive location now has debian downloads of v3.6 for both Disco 
> and Xenial-Bionic:
> 
> https://drive.google.com/open?id=1s-E6t-snmQiEFaT_hlWF2KHWrIB_LV2x [1]
> 
> I have fired up the Disco verion on my box. I have no way to checking that 
> the Xenial-Bionic version works on that release. Any brave soul?
> 
> --Steve
> 
> On 6/30/19 10:07 PM, Stephen M. Butler wrote: On 6/30/19 4:02 PM, John Ralls 
> wrote: The GnuCash development team announces GnuCash 3.6, the seventh 
> release of the 3.x stable release series.
> 
> For those on the Disco release of Ubuntu, you can download the debian
> files from the Disco/GnuCash_3.6 folder within this directory. I'm
> seeing if I can generate one for Xenial/Bionic next.
> 
> https://drive.google.com/open?id=1s-E6t-snmQiEFaT_hlWF2KHWrIB_LV2x [1]
> 
> sudo apt install ./*.deb
> 
> Reading package lists... Done
> Building dependency tree 
> Reading state information... Done
> Note, selecting 'gnucash' instead of './gnucash_3.6-0_amd64.deb'
> Note, selecting 'gnucash-common' instead of './gnucash-common_3.6-0_all.deb'
> Note, selecting 'python3-gnucash' instead of
> './python3-gnucash_3.6-0_amd64.deb'
> Suggested packages:
> libdbd-mysql
> The following packages will be upgraded:
> gnucash gnucash-common python3-gnucash
> 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Need to get 0 B/9,398 kB of archives.
> After this operation, 166 kB of additional disk space will be used.
> Get:1 /home/steve/Projects/GnuCash/gnucash_3.6-0_amd64.deb gnucash amd64
> 1:3.6-0 [3,986 kB]
> Get:2 /home/steve/Projects/GnuCash/gnucash-common_3.6-0_all.deb
> gnucash-common all 1:3.6-0 [5,141 kB]
> Get:3 /home/steve/Projects/GnuCash/python3-gnucash_3.6-0_amd64.deb
> python3-gnucash amd64 1:3.6-0 [271 kB]
> (Reading database ... 263596 files and directories currently installed.)
> Preparing to unpack .../gnucash_3.6-0_amd64.deb ...
> Unpacking gnucash (1:3.6-0) over (1:3.5) ...
> Preparing to unpack .../gnucash-common_3.6-0_all.deb ...
> Unpacking gnucash-common (1:3.6-0) over (1:3.5) ...
> Preparing to unpack .../python3-gnucash_3.6-0_amd64.deb ...
> Unpacking python3-gnucash (1:3.6-0) over (1:3.5) ...
> Setting up python3-gnucash (1:3.6-0) ...
> Setting up gnucash-common (1:3.6-0) ...
> Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
> Processing triggers for mime-support (3.60ubuntu1) ...
> Processing triggers for hicolor-icon-theme (0.17-2) ...
> Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
> Processing triggers for libglib2.0-0:amd64 (2.60.4-0ubuntu0.19.04.1) ...
> Processing triggers for libglib2.0-0:i386 (2.60.4-0ubuntu0.19.04.1) ...
> Processing triggers for man-db (2.8.5-2) ...
> Setting up gnucash (1:3.6-0) ...

 

Links:
--
[1] https://drive.google.com/open?id=1s-E6t-snmQiEFaT_hlWF2KHWrIB_LV2x
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] Translations update

2019-07-02 Thread Frank H. Ellenberger
Hi Pedro

Am 02.07.19 um 07:11 schrieb Pedro Albuquerque:
> Hi Developpers,
>
> I just cloned the git repos to try and update the pt_PT translation,
> but there is no .pot file.
> Do I still have to build gnucash to create one?

Are you talking about the program or the documeentation?

Program:
In theory yes, but as we are very short after the release, you can use
https://translationproject.org/POT-files/gnucash-3.6.pot

> Is there a list somewhere of the documentation changes? Or do I check
> each file?

Documentation:
We are in preparation to convert the docs to .po, too:
https://wiki.gnucash.org/wiki/Po_Based_Documentation_Translations
But it still needs some work.

How would I do it now:
See https://github.com/Gnucash/gnucash-docs/commits/maint for an
overview of changes.

Then I would use 2 instances of e.g. KDiff3:
1. Compare in C the current version with that, when you last translated
a document.
2. Edit your current pt docs while comparing with the current english
version.

A few notes: No hardcoded URLs in current versions. Replace them by the
entities defined in our dtd:
https://github.com/Gnucash/gnucash-docs/blob/maint/docbook/gnc-docbookx.dtd

In case I missed something, https://wiki.gnucash.org/wiki/Translation
should collect all important parts.

> Apologies for the ignorance, best regards,
> Pedro

No problem and thanks for your work

Frank
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [GNC-dev] Translations update

2019-07-02 Thread Geert Janssens
Hi Pedro,

Great you want to update to pt_PT translation!


I'm a bit confused though by your second question.

Op dinsdag 2 juli 2019 07:11:19 CEST schreef Pedro Albuquerque:
> Hi Developpers,
> 
> I just cloned the git repos to try and update the pt_PT translation,
> but there is no .pot file.
> Do I still have to build gnucash to create one?
> 
The pot file is generated indeed, though you don't have to *completely* build 
gnucash for it. However if you're not comfortable with setting up the build 
environment, you can always download the most recently released pot file from 
the translation project:
https://translationproject.org/domain/gnucash.html

> Is there a list somewhere of the documentation changes? Or do I check
> each file?
> 
I'm a bit confused by this question. With "documentation" are you referring to 
our guide and help files ? In the first part of your mail I thought you were 
referring to translation of the program.

For the documentation the translation process currently is different. The list 
of changes can be found here:
https://github.com/Gnucash/gnucash-docs/commits/3.6
You can click on each commit to get a diff of what has changed.

More information on translating the program or the documentation can be found 
here:
https://wiki.gnucash.org/wiki/Translation

Feel free to come back and ask more questions.

Good luck!

Geert


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


[GNC-dev] Translations update

2019-07-02 Thread Pedro Albuquerque
Hi Developpers,

I just cloned the git repos to try and update the pt_PT translation,
but there is no .pot file.
Do I still have to build gnucash to create one?

Is there a list somewhere of the documentation changes? Or do I check
each file?

Apologies for the ignorance, best regards,
Pedro
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel