aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/cdr/k9copy/k9copy.mkbuild3
-rw-r--r--app/text/gtkspell/gtkspell.mkbuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/app/cdr/k9copy/k9copy.mkbuild b/app/cdr/k9copy/k9copy.mkbuild
index 8afa52f..f593e9d 100644
--- a/app/cdr/k9copy/k9copy.mkbuild
+++ b/app/cdr/k9copy/k9copy.mkbuild
@@ -123,6 +123,7 @@
on: slackdesc
#on: postinstall_script
on: slack_required
+ on: build_package
on: clean_builds
#<< End SlackBuild Sections
@@ -148,4 +149,4 @@ k9copy:
+# 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<
diff --git a/app/text/gtkspell/gtkspell.mkbuild b/app/text/gtkspell/gtkspell.mkbuild
index 2577414..2027807 100644
--- a/app/text/gtkspell/gtkspell.mkbuild
+++ b/app/text/gtkspell/gtkspell.mkbuild
@@ -148,6 +148,7 @@ off: copy_config_files
off: move_config_files
off: postinstall_script
on: slack_required
+ on: build_package
on: clean_builds
#<< End SlackBuild Sections
@@ -173,4 +174,4 @@ gtkspell:
+
+# 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<