diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-10-31 00:34:58 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-10-31 00:34:58 +1100 |
commit | 962df890adcbe3e3a91a4d11d7579d32834337da (patch) | |
tree | 24afe26d45a97bd99a2f7ddb87de5263402431ab /app-misc | |
parent | [kde-base/kig] Fix failing patch, wrt bug #440106. (diff) | |
download | kde-962df890adcbe3e3a91a4d11d7579d32834337da.tar.gz kde-962df890adcbe3e3a91a4d11d7579d32834337da.tar.bz2 kde-962df890adcbe3e3a91a4d11d7579d32834337da.zip |
[app-misc/strigi] Try another potential fix for bug #427050.
Package-Manager: portage-2.1.11.31
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/strigi/files/strigi-fix-sleep.patch | 11 | ||||
-rw-r--r-- | app-misc/strigi/strigi-9999.ebuild | 7 |
2 files changed, 1 insertions, 17 deletions
diff --git a/app-misc/strigi/files/strigi-fix-sleep.patch b/app-misc/strigi/files/strigi-fix-sleep.patch deleted file mode 100644 index ab690c0205..0000000000 --- a/app-misc/strigi/files/strigi-fix-sleep.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- eventlistenerqueue2.cpp 2012-10-09 11:53:24.662572336 +0800 -+++ eventlistenerqueue.cpp 2012-10-09 11:53:41.269242216 +0800 -@@ -26,6 +26,7 @@ - #include <algorithm> - #include <iostream> - #include <stdio.h> -+#include <unistd.h> - - #if defined(__SUNPRO_CC) - #include <unistd.h> - diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-9999.ebuild index 3aa0780d1c..14f18624da 100644 --- a/app-misc/strigi/strigi-9999.ebuild +++ b/app-misc/strigi/strigi-9999.ebuild @@ -53,16 +53,11 @@ if [[ ${PV} == 9999 ]] ; then git config --global url."git://anongit.kde.org/".insteadOf "kde:" || die git-2_src_unpack pushd "${S}" > /dev/null || die - git submodule foreach git checkout master || die + git submodule foreach git pull origin master || die popd > /dev/null || die } fi -src_prepare() { - cd ${S}/strigidaemon/bin/daemon/eventlistener - epatch ${FILESDIR}/strigi-fix-sleep.patch || die "Fail" -} - src_configure() { # Enabled: POLLING (only reliable way to check for files changed.) # Disabled: xine - recommended upstream to keep it this way |