Commit Graph

8 Commits

Author SHA1 Message Date
Ansuel Smith cea49c620d
intltool: fix broken compile on WSL
If PATH contains space, like in WSL where you have also Windows dir, compilation of this package is broken.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-08-07 13:42:26 +02:00
Lucian Cristian 6007adef68 intltool: depend on hostpkg first
The scripts will use the $(STAGING_DIR)/bin/perl which is a simlink to native
perl, using $(STAGING_DIR_HOSTPKG) first will use the "perl/host" that has
multiple modules availabe to be built as host like perl-xml-parser

Using the $(STAGING_DIR)/bin/perl pakages that depend on "perl-xml-parser/host"
will fail with:

You must have XML::Parser installed to run
[...]/staging_dir/hostpkg/bin/intltool-merge

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-04-14 16:18:29 +03:00
Ted Hess 5c823596dd intltool: Add patch to fix regular expressions and avoid warnings in perl 5.22 and later.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-12-12 13:20:27 -05:00
Rosen Penev ee1693b84c intltool: Update to 0.51
Upstream has moved. @GNOME only has old versions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 18:34:08 -07:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Jo-Philipp Wich 818a2cc8d6 intltool: make dependency on XML::Parser optional
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>
2016-05-30 16:31:54 +02:00
Ted Hess fd969490a0 intltool: Update copyright, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-17 18:04:56 -04:00
Ted Hess ace7eec139 Import intltool from oldpackages 2014-07-17 18:04:55 -04:00