After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 786418 - Modernize the Autotools build and move away from Intltool
Modernize the Autotools build and move away from Intltool
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-08-17 11:15 UTC by Debarshi Ray
Modified: 2017-08-23 11:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Port away from gnome-autogen.sh (3.52 KB, patch)
2017-08-17 11:32 UTC, Debarshi Ray
committed Details | Review
build: Use better syntax highlighting in Emacs (695 bytes, patch)
2017-08-17 11:32 UTC, Debarshi Ray
committed Details | Review
appdata: Update to comply with recent versions of the specification (3.02 KB, patch)
2017-08-17 14:56 UTC, Debarshi Ray
committed Details | Review
Migrate from Intltool to Gettext (12.02 KB, patch)
2017-08-17 14:57 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2017-08-17 11:15:30 UTC
I was about to try to drop the intltool requirement, when I realized that we still use gnome-common. So, I shaved that yak first before moving on to intltool.

See:
https://wiki.gnome.org/Projects/GnomeCommon/Migration
https://wiki.gnome.org/MigratingFromIntltoolToGettext
Comment 1 Debarshi Ray 2017-08-17 11:32:17 UTC
Created attachment 357802 [details] [review]
build: Port away from gnome-autogen.sh
Comment 2 Debarshi Ray 2017-08-17 11:32:58 UTC
Created attachment 357803 [details] [review]
build: Use better syntax highlighting in Emacs

I'd rather drop the mode line, but if we are to keep it, I found that the Autoconf mode provides better syntax highlighting.
Comment 3 Debarshi Ray 2017-08-17 14:56:46 UTC
Created attachment 357815 [details] [review]
appdata: Update to comply with recent versions of the specification
Comment 4 Debarshi Ray 2017-08-17 14:57:00 UTC
Created attachment 357816 [details] [review]
Migrate from Intltool to Gettext
Comment 5 Debarshi Ray 2017-08-23 11:08:52 UTC
I am pushing these to master so that they can be part of the 3.25.91 tarball. It's a bit late in the cycle for such migrations, but I don't want to hold on to deprecated things either. We'll at least have a few more weeks to deal with any accidental fallout. I did compare the gnome-documents.pots from before and after these patches, and didn't see any changes to the strings themselves.
Comment 6 Debarshi Ray 2017-08-23 11:09:53 UTC
Please shout or re-open this bug if you spot any breakage.