wok rev 18618
Up eom: disable introspection
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Nov 19 19:15:23 2015 -0200 (2015-11-19) |
parents | f0efa645bcab |
children | 994ab4549367 |
files | eom/receipt |
line diff
1.1 --- a/eom/receipt Thu Nov 19 14:33:00 2015 +0200 1.2 +++ b/eom/receipt Thu Nov 19 19:15:23 2015 -0200 1.3 @@ -22,6 +22,7 @@ 1.4 sed -i 's|\$PYTHON_MAKEFILE|& 2> /dev/null|' configure* 1.5 ./autogen.sh \ 1.6 --prefix=/usr \ 1.7 + --disable-introspection\ 1.8 $CONFIGURE_ARGS && 1.9 make && 1.10 make DESTDIR=$DESTDIR install 1.11 @@ -35,3 +36,15 @@ 1.12 cp -a $install/usr/lib/$PACKAGE/plugins/*.eom-plugin $fs/usr/lib/$PACKAGE/plugins 1.13 cp -a $install/usr/share/$PACKAGE/* $fs/usr/share/$PACKAGE 1.14 } 1.15 + 1.16 +post_install() 1.17 +{ 1.18 + echo "Processing post-install commands..." 1.19 + chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.20 +} 1.21 + 1.22 +post_remove() 1.23 +{ 1.24 + echo "Processing post-remove commands..." 1.25 + chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 1.26 +}