wok diff libgnome/receipt @ rev 18525
Up poedit(1.8.6), add poedit-i18n (Poedit localization files)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 26 18:17:02 2015 +0200 (2015-10-26) |
parents | 4904e3d374a9 |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/libgnome/receipt Tue Jun 11 10:41:23 2013 +0200 1.2 +++ b/libgnome/receipt Mon Oct 26 18:17:02 2015 +0200 1.3 @@ -19,7 +19,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i 's/-DG_DISABLE_DEPRECATED//' libgnome/Makefile* 1.9 ./configure \ 1.10 --sysconfdir=/etc/gnome \ 1.11 --localstatedir=/var/lib \ 1.12 @@ -46,4 +46,3 @@ 1.13 # Clean unwated files 1.14 cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; 1.15 } 1.16 -