public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: media-gfx/phototonic/
Date: Tue,  2 Dec 2014 08:45:03 +0000 (UTC)	[thread overview]
Message-ID: <1417448497.92d06c59a791b34e02c037c31493efa11c49ce73.xmw@gentoo> (raw)

commit:     92d06c59a791b34e02c037c31493efa11c49ce73
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Mon Dec  1 15:41:37 2014 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Dec  1 15:41:37 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=92d06c59

update ebuild to qt5

---
 media-gfx/phototonic/phototonic-9999.ebuild | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
index 8bc7f60..c0fd55f 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit qt4-r2 git-2
+inherit qmake-utils git-2
 
 DESCRIPTION="Image Viewer and Organizer"
 HOMEPAGE="https://gitorious.org/phototonic"
@@ -15,5 +15,17 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="dev-qt/qtgui:4"
+RDEPEND="dev-qt/qtwidgets:5
+	dev-qt/qtgui:5
+	dev-qt/qtcore:5
+	media-gfx/exiv2"
 DEPEND="${RDEPEND}"
+
+src_configure() {
+	local project_file=$(qmake-utils_find_pro_file)
+    eqmake5 "${project_file}"
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+}


             reply	other threads:[~2014-12-02  8:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-02  8:45 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-10 10:03 [gentoo-commits] dev/xmw:master commit in: media-gfx/phototonic/ Michael Weber
2014-05-06 13:00 Michael Weber

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=1417448497.92d06c59a791b34e02c037c31493efa11c49ce73.xmw@gentoo \
    --to=xmw@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