on: slackdesc
#on: postinstall_script
on: slack_required
+ on: build_package
on: clean_builds
#<< End SlackBuild Sections
+# Small patch
+sed -i 's/^#include <ffmpeg\/avformat.h>/#include <libavformat\/avformat.h>/' k9author/k9avidecode.h
+sed -i 's/#include <ffmpeg\/avcodec.h>/#include <libavcodec\/avcodec.h>/' k9author/k9avidecode.cpp
-#p<
\ No newline at end of file
+#p<
off: move_config_files
off: postinstall_script
on: slack_required
+ on: build_package
on: clean_builds
#<< End SlackBuild Sections
+
+# Fix aspell errors on compiling
+sed -i 's/\-lgtkspell$/\-lgtkspell \-laspell/' $PKG/$LIBDIR/pkgconfig/gtkspell-2.0.pc
-#p<
\ No newline at end of file
+#p<
off: move_config_files
off: postinstall_script
on: slack_required
+ on: build_package
on: clean_builds
#<< End SlackBuild Sections
-make install DESTDIR="$PKG" || exit $ERROR_INSTALL
+sed -i 's/lib/lib64/g' bin/gazpacho
+python setup.py install --prefix=/usr --root=$PKG || exit $ERROR_INSTALL
-#p<
\ No newline at end of file
+#p<