wok-next diff libxfcegui4/receipt @ rev 16691
Fix /usr/share/locale/LC_MESSAGES/
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 23 04:30:03 2014 +0300 (2014-05-23) |
parents | 1b0746e3490c |
children | 7eb047d2b438 |
line diff
1.1 --- a/libxfcegui4/receipt Sat Sep 28 13:43:42 2013 +0000 1.2 +++ b/libxfcegui4/receipt Fri May 23 04:30:03 2014 +0300 1.3 @@ -18,6 +18,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + # xfce_setenv is removed in libxfce4util 4.11.0 1.8 + sed -i 's/xfce_setenv/g_setenv/' libxfcegui4/xfce-exec.c 1.9 ./configure --prefix=/usr \ 1.10 --infodir=/usr/share/info \ 1.11 --mandir=/usr/share/man \