public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Priit Laes" <plaes@plaes.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gtk/
Date: Sat, 30 Jan 2016 17:33:37 +0000 (UTC)	[thread overview]
Message-ID: <1454175159.ab86109235171cfbad54f0c74b1be6af268acaea.plaes@gentoo> (raw)

commit:     ab86109235171cfbad54f0c74b1be6af268acaea
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sat Jan 30 17:32:39 2016 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sat Jan 30 17:32:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ab861092

media-libs/clutter-gtk: Drop removed clutter eclass usage

 media-libs/clutter-gtk/clutter-gtk-9999.ebuild | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/media-libs/clutter-gtk/clutter-gtk-9999.ebuild b/media-libs/clutter-gtk/clutter-gtk-9999.ebuild
index e284041..ca18131 100644
--- a/media-libs/clutter-gtk/clutter-gtk-9999.ebuild
+++ b/media-libs/clutter-gtk/clutter-gtk-9999.ebuild
@@ -4,32 +4,31 @@
 
 EAPI="5"
 GCONF_DEBUG="yes"
-CLUTTER_LA_PUNT="yes"
+GNOME2_LA_PUNT="yes"
 
-# inherit clutter after gnome2 so that defaults aren't overriden
-inherit gnome2 clutter gnome.org
+inherit gnome2
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
 DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+"
 HOMEPAGE="https://wiki.gnome.org/Projects/Clutter"
+LICENSE="LGPL-2.1+"
 
 SLOT="1.0"
-IUSE="examples +introspection"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 	IUSE="${IUSE} doc"
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 fi
+IUSE="X examples gtk +introspection wayland"
 
-# XXX: Needs gtk with X support (!directfb)
 RDEPEND="
-	>=x11-libs/gtk+-3.6.0:3[introspection?]
-	>=media-libs/clutter-1.18:1.0[introspection?]
+	>=x11-libs/gtk+-3.8.0:3[X=,introspection?,wayland=]
+	>=media-libs/clutter-1.23.7:1.0[X=,gtk=,introspection?,wayland=]
 	media-libs/cogl:1.0=[introspection?]
-	introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
 "
 DEPEND="${RDEPEND}
 	dev-util/gtk-doc-am
@@ -38,10 +37,17 @@ DEPEND="${RDEPEND}
 "
 
 src_configure() {
-	DOCS="NEWS README"
-	EXAMPLES="examples/{*.c,redhand.png}"
 	gnome2_src_configure \
 		--disable-maintainer-flags \
 		--enable-deprecated \
 		$(use_enable introspection)
 }
+
+src_install() {
+	gnome2_src_install
+
+	if use examples; then
+		insinto /usr/share/doc/${PF}/examples
+		doins examples/{*.c,redhand.png}
+	fi
+}


             reply	other threads:[~2016-01-30 17:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-30 17:33 Priit Laes [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-23 19:37 [gentoo-commits] proj/gnome:master commit in: media-libs/clutter-gtk/ Gilles Dartiguelongue
2014-10-11 16:43 Gilles Dartiguelongue
2013-12-22 21:52 Gilles Dartiguelongue
2012-12-05 23:20 Alexandre Rostovtsev

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=1454175159.ab86109235171cfbad54f0c74b1be6af268acaea.plaes@gentoo \
    --to=plaes@plaes.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