[projects/cleanbuild] use gettext-tools

glen glen at pld-linux.org
Fri May 1 00:14:50 CEST 2015


commit cb582ba6fad58bf1315c617dcd31dea2c00e46cf
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri May 1 01:14:44 2015 +0300

    use gettext-tools

 findbr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/findbr b/findbr
index f24b282..6b69ca6 100755
--- a/findbr
+++ b/findbr
@@ -59,7 +59,7 @@ my %ac2br = do "findbr-ac2br";
 
 my %cmake2br = (
 	"findkde4:44" => "kde4-kdelibs",
-	"findmsgfmt" => "gettext-devel",
+	"findmsgfmt" => "gettext-tools",
 	"findpythoninterp" => "python",
 );
 
@@ -322,7 +322,7 @@ while ( $_ = shift @lines ) {
 	if ( m{^find-lang.sh: Error: international files not found for '}
 			or m{ gettext tools not found}
 			) {
-		add_br( "gettext-devel" );
+		add_br( "gettext-tools" );
 		next;
 	}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/cb582ba6fad58bf1315c617dcd31dea2c00e46cf



More information about the pld-cvs-commit mailing list