aboutsummaryrefslogtreecommitdiff
path: root/libs/intltool/patches
Commit message (Collapse)AuthorAge
* intltool: Add patch to fix regular expressions and avoid warnings in perl ↵Ted Hess2018-12-12
| | | | | | 5.22 and later. Signed-off-by: Ted Hess <thess@kitschensync.net>
* intltool: Update to 0.51Rosen Penev2018-08-01
| | | | | | Upstream has moved. @GNOME only has old versions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* intltool: make dependency on XML::Parser optionalJo-Philipp Wich2016-05-30
Patch `configure` and the shipped `intltool.m4` macro file to make a missing XML::Parser perl module nonfatal. All utilities provided by intltool are programmed to fail gracefully at run time if the module cannot be loaded and those utilities commonly used during the build do not require it at all. Also drop the the build-prereq on XML::Parser now that it is optional. Signed-off-by: Jo-Philipp Wich <jo@mein.io>