public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: www-client/rekonq/
Date: Tue, 24 Jul 2012 13:19:29 +0000 (UTC)	[thread overview]
Message-ID: <1343135947.a2af1a2eabaccc82fb1f295b47b539d71e4fedd5.johu@gentoo> (raw)

commit:     a2af1a2eabaccc82fb1f295b47b539d71e4fedd5
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 13:19:07 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 13:19:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a2af1a2e

[www-client/rekonq] Sync with tree.

(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)

---
 www-client/rekonq/metadata.xml       |    5 ++++-
 www-client/rekonq/rekonq-9999.ebuild |   20 ++++++++++++++++++--
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/www-client/rekonq/metadata.xml b/www-client/rekonq/metadata.xml
index 8d36d5b..ea92aab 100644
--- a/www-client/rekonq/metadata.xml
+++ b/www-client/rekonq/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>kde</herd>
+	<herd>kde</herd>
+	<use>
+		<flag name="opera">Support for Opera sync handler</flag>
+	</use>
 </pkgmetadata>

diff --git a/www-client/rekonq/rekonq-9999.ebuild b/www-client/rekonq/rekonq-9999.ebuild
index f604219..cb42379 100644
--- a/www-client/rekonq/rekonq-9999.ebuild
+++ b/www-client/rekonq/rekonq-9999.ebuild
@@ -9,7 +9,7 @@ QT_MINIMAL="4.8"
 KDE_MINIMAL="4.7"
 KDE_SCM="git"
 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl
-hu is it ja ko lt nb nds pl pt pt_BR ro ru sk sl sr sr@ijekavian
+hu is it ja km ko lt nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
 sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
 KDE_HANDBOOK="optional"
 VIRTUALX_REQUIRED=test
@@ -22,11 +22,27 @@ HOMEPAGE="http://rekonq.kde.org/"
 LICENSE="GPL-3"
 SLOT="4"
 KEYWORDS=""
-IUSE="debug"
+IUSE="debug opera semantic-desktop"
 
 DEPEND="
+	$(add_kdebase_dep kdelibs 'semantic-desktop=')
 	>=x11-libs/qt-dbus-${QT_MINIMAL}:4
+	opera? (
+		app-crypt/qca:2
+		dev-libs/qoauth
+	)
 "
 RDEPEND="${DEPEND}"
 
+# Almost all test fails
 RESTRICT="test"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_with opera QCA2)
+		$(cmake-utils_use_with opera QtOAuth)
+		$(cmake-utils_use_with semantic-desktop Nepomuk)
+	)
+
+	kde4-base_src_configure
+}


             reply	other threads:[~2012-07-24 13:19 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-24 13:19 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-03 18:28 [gentoo-commits] proj/kde:master commit in: www-client/rekonq/ Andreas Sturmlechner
2016-03-21 18:01 Johannes Huber
2015-06-27 22:56 Johannes Huber
2015-01-29  1:51 Johannes Huber
2014-09-14 19:38 Johannes Huber
2014-09-09 16:34 Michael Palimaka
2014-09-09 16:31 Michael Palimaka
2014-09-09 16:31 Michael Palimaka
2014-08-13 18:44 Johannes Huber
2014-08-13 18:39 Johannes Huber
2014-05-04 23:35 Johannes Huber
2013-11-16 18:37 Johannes Huber
2013-10-06 19:57 Chris Reffett
2013-07-25 21:48 Johannes Huber
2013-05-02 21:12 Johannes Huber
2013-05-02 21:10 Johannes Huber
2013-04-29 20:58 Manuel Rüger
2013-03-03 17:37 Michael Palimaka
2013-02-20 23:26 Andreas Hüttel
2013-02-20 23:26 Andreas Hüttel
2013-01-28 16:03 Michael Palimaka
2013-01-02  6:29 Michael Palimaka
2012-12-03 14:01 Michael Palimaka
2012-10-31 15:45 Michael Palimaka
2012-08-22 20:12 Johannes Huber
2012-08-21 16:08 Johannes Huber
2012-07-24 13:32 Michael Palimaka
2012-07-21 15:24 Johannes Huber
2012-07-13 23:06 Johannes Huber
2012-03-22 13:04 Johannes Huber
2012-03-22 13:04 Johannes Huber
2012-03-06 16:46 David Heidelberger
2011-02-28 14:52 Tomas Chvatal
2011-02-22 14:26 Theo Chatzimichos

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=1343135947.a2af1a2eabaccc82fb1f295b47b539d71e4fedd5.johu@gentoo \
    --to=johu@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