aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2008-11-27 16:10:04 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2008-11-27 16:10:04 +0000
commitea653561a40dc9f7cfbfb9b9c7d0586763f4c231 (patch)
treea771f57ed2603c8bec253ff6784ad3bb6ee98083 /app
parent466d7cc708dda3b93445149e8bc6c4cd245b3974 (diff)
downloadmkbuilds-ea653561a40dc9f7cfbfb9b9c7d0586763f4c231.tar.gz
mkbuilds-ea653561a40dc9f7cfbfb9b9c7d0586763f4c231.tar.bz2
added missing build_package in some mkbuilds
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@273 18ef50b8-d735-4ccd-97c1-689132df3dd9
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<