# HG changeset patch # User Yuri Pourre # Date 1447967723 7200 # Node ID 2e6da34596fe8a5f6d12c6a3a1afeb35e73530e1 # Parent f0efa645bcab33bbc8a38c9c15b63bc267688e6d Up eom: disable introspection diff -r f0efa645bcab -r 2e6da34596fe eom/receipt --- a/eom/receipt Thu Nov 19 14:33:00 2015 +0200 +++ b/eom/receipt Thu Nov 19 19:15:23 2015 -0200 @@ -22,6 +22,7 @@ sed -i 's|\$PYTHON_MAKEFILE|& 2> /dev/null|' configure* ./autogen.sh \ --prefix=/usr \ + --disable-introspection\ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -35,3 +36,15 @@ cp -a $install/usr/lib/$PACKAGE/plugins/*.eom-plugin $fs/usr/lib/$PACKAGE/plugins cp -a $install/usr/share/$PACKAGE/* $fs/usr/share/$PACKAGE } + +post_install() +{ + echo "Processing post-install commands..." + chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_remove() +{ + echo "Processing post-remove commands..." + chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas +}