Skip to content

Commit

Permalink
fix(intltool)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Mar 4, 2024
1 parent d98efd2 commit c171bb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects/freedesktop.org/intltool/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ build:
dependencies:
cpanmin.us: '*'
script:
- cpanm -l {{prefix}} XML::Parser --force
- cpanm -l {{prefix}} XML::Parser File::Basename Getopt::Long --force
- ./configure $ARGS
- make --jobs {{hw.concurrency}} install
- run: fix-shebangs.ts *
working-directory: '{{prefix}}/bin'
env:
PERL5LIB: ${{prefix}}/lib/perl5:{{prefix}}/libexec/lib/perl5:$PERL5LIB
ARGS:
Expand All @@ -50,4 +52,4 @@ test:
- intltoolize --version | grep {{version}}
- intltool-extract --type=gettext/xml test.xml
- cat test.xml.h | grep 'This comment is not ignored'
- cat test.xml.h | grep 'This comment is ignored' || true
- cat test.xml.h | grep 'This comment is ignored' || true

0 comments on commit c171bb9

Please sign in to comment.