public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-misc/strigi/, app-misc/strigi/files/
Date: Mon,  5 Nov 2012 03:14:26 +0000 (UTC)	[thread overview]
Message-ID: <1352085238.0578cf927c2ba51837e121f792aa4d241947154f.patrick@gentoo> (raw)

commit:     0578cf927c2ba51837e121f792aa4d241947154f
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  5 03:13:58 2012 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Nov  5 03:13:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0578cf92

Revert "[app-misc/strigi] Try another potential fix for bug #427050."

This reverts commit 962df890adcbe3e3a91a4d11d7579d32834337da.

---
 app-misc/strigi/files/strigi-fix-sleep.patch |   11 +++++++++++
 app-misc/strigi/strigi-9999.ebuild           |    7 ++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/app-misc/strigi/files/strigi-fix-sleep.patch b/app-misc/strigi/files/strigi-fix-sleep.patch
new file mode 100644
index 0000000..ab690c0
--- /dev/null
+++ b/app-misc/strigi/files/strigi-fix-sleep.patch
@@ -0,0 +1,11 @@
+--- 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 14f1862..3aa0780 100644
--- a/app-misc/strigi/strigi-9999.ebuild
+++ b/app-misc/strigi/strigi-9999.ebuild
@@ -53,11 +53,16 @@ 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 pull origin master || die
+		git submodule foreach git checkout 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


             reply	other threads:[~2012-11-05  3:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-05  3:14 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-25 12:07 [gentoo-commits] proj/kde:master commit in: app-misc/strigi/, app-misc/strigi/files/ Michael Palimaka
2012-10-30 13:39 Michael Palimaka
2011-10-02 10:03 Johannes Huber
2011-09-25 19:12 Andreas Hüttel
2011-08-19 15:37 Johannes Huber
2011-07-13 22:49 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352085238.0578cf927c2ba51837e121f792aa4d241947154f.patrick@gentoo \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox