wok-next diff inkscape/receipt @ rev 17559
slim: why force base theme on update
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Feb 05 21:41:45 2015 -0500 (2015-02-05) |
parents | 79ec1d5b20e4 |
children | 807198b4ecff |
line diff
1.1 --- a/inkscape/receipt Tue Oct 28 09:55:47 2014 +0200 1.2 +++ b/inkscape/receipt Thu Feb 05 21:41:45 2015 -0500 1.3 @@ -25,6 +25,11 @@ 1.4 patch -p1 -i $stuff/patches/$patchfile 1.5 done 1.6 1.7 + # hack to define '_' and 'Q_' functions 1.8 + for file in $(find $src/src -type f); do 1.9 + sed -i 's|glibmm/i18n.h|glib/gi18n.h|g' $file 1.10 + done 1.11 + 1.12 ./configure \ 1.13 --prefix=/usr \ 1.14 --mandir=/usr/share/man \