wok-current diff font-manager/receipt @ rev 19439
Up xorg-xf86-video-ati (7.7.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 09 20:37:21 2016 +0300 (2016-10-09) |
parents | 2b9f96603415 |
children | e3f377fbc5f0 |
line diff
1.1 --- a/font-manager/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/font-manager/receipt Sun Oct 09 20:37:21 2016 +0300 1.3 @@ -13,12 +13,13 @@ 1.4 DEPENDS="python pygtk pygobject pycairo libxml2-python fontconfig freetype \ 1.5 sqlite" 1.6 BUILD_DEPENDS="bash python-dev fontconfig-dev freetype-dev glib-dev pango-dev \ 1.7 -sqlite-dev intltool" 1.8 +sqlite-dev intltool gnome-doc-utils" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 cd $src 1.14 + sed -i 's/FT_XFREE86_H/&\n#define W_OK (2)/' src/lib/fm-fontutils.c 1.15 ./configure --enable-bytecode --enable-nls $CONFIGURE_ARGS && 1.16 make && 1.17 make DESTDIR=$install install