* [gentoo-commits] proj/gnome:master commit in: x11-libs/mx/
@ 2011-03-04 14:57 Nirbheek Chauhan
0 siblings, 0 replies; 3+ messages in thread
From: Nirbheek Chauhan @ 2011-03-04 14:57 UTC (permalink / raw
To: gentoo-commits
commit: 692078589e0a0391a920474e86f2b50096a39070
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 4 13:38:50 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 13:49:50 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=69207858
x11-libs/mx: 1.1.4 -> 1.1.9
---
x11-libs/mx/{mx-1.1.4.ebuild => mx-1.1.9.ebuild} | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/x11-libs/mx/mx-1.1.4.ebuild b/x11-libs/mx/mx-1.1.9.ebuild
similarity index 80%
rename from x11-libs/mx/mx-1.1.4.ebuild
rename to x11-libs/mx/mx-1.1.9.ebuild
index 83238d7..c94d859 100644
--- a/x11-libs/mx/mx-1.1.4.ebuild
+++ b/x11-libs/mx/mx-1.1.9.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://clutter-project.org/"
LICENSE="LGPL-2.1"
SLOT="1.0"
KEYWORDS="~amd64 ~x86"
-IUSE="dbus debug doc glade gtk +introspection startup-notification"
+IUSE="dbus debug doc glade +gtk +introspection startup-notification"
RDEPEND="
>=dev-libs/glib-2.26.0:2
@@ -23,7 +23,9 @@ RDEPEND="
x11-libs/gdk-pixbuf:2
dbus? ( >=dev-libs/dbus-glib-0.82 )
- glade? ( >=dev-util/glade-3.4.5:3 )
+ glade? (
+ >=dev-util/glade-3.4.5:3
+ <dev-util/glade-3.9.1:3 )
gtk? ( >=x11-libs/gtk+-2.20:2 )
introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
startup-notification? ( >=x11-libs/startup-notification-0.9 )"
@@ -45,9 +47,13 @@ src_configure() {
myconf="--enable-maintainer-flags=no
--with-winsys=x11
$(use_with dbus)
- $(use_with glade)
$(use_enable gtk gtk-widgets)
$(use_with startup-notification)"
+ # configure is broken, and enables glade if anything is passed
+ if use glade; then
+ myconf="${myconf} --enable-glade"
+ fi
+
econf ${myconf}
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/mx/
@ 2011-04-07 22:17 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-07 22:17 UTC (permalink / raw
To: gentoo-commits
commit: e53b5f15492340de978292fd199b97eef6d426c6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 22:09:23 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 22:17:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e53b5f15
x11-libs/mx: QAed
* Add missing introspection USE requirements, bug #362529
* Add slot notation for clutter
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
---
x11-libs/mx/mx-1.1.9.ebuild | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/x11-libs/mx/mx-1.1.9.ebuild b/x11-libs/mx/mx-1.1.9.ebuild
index c94d859..d64da6b 100644
--- a/x11-libs/mx/mx-1.1.9.ebuild
+++ b/x11-libs/mx/mx-1.1.9.ebuild
@@ -17,22 +17,23 @@ IUSE="dbus debug doc glade +gtk +introspection startup-notification"
RDEPEND="
>=dev-libs/glib-2.26.0:2
- >=media-libs/clutter-1.4.0
+ >=media-libs/clutter-1.4.0:1.0
>=x11-apps/xrandr-1.2.0
- x11-libs/gdk-pixbuf:2
+ x11-libs/gdk-pixbuf:2[introspection?]
dbus? ( >=dev-libs/dbus-glib-0.82 )
glade? (
>=dev-util/glade-3.4.5:3
<dev-util/glade-3.9.1:3 )
- gtk? ( >=x11-libs/gtk+-2.20:2 )
+ gtk? ( >=x11-libs/gtk+-2.20:2[introspection?] )
introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
startup-notification? ( >=x11-libs/startup-notification-0.9 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.0
sys-devel/gettext
doc? ( >=dev-util/gtk-doc-1.14 )"
+
DOCS="ChangeLog NEWS README"
src_prepare() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-libs/mx/
@ 2011-06-02 16:46 Nirbheek Chauhan
0 siblings, 0 replies; 3+ messages in thread
From: Nirbheek Chauhan @ 2011-06-02 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 777a1c8dcbc06918022c37223c06b13976f1461e
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 16:40:43 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 16:44:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=777a1c8d
x11-libs/mx: 1.1.9 → 1.1.12
---
x11-libs/mx/{mx-1.1.9.ebuild => mx-1.1.12.ebuild} | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/x11-libs/mx/mx-1.1.9.ebuild b/x11-libs/mx/mx-1.1.12.ebuild
similarity index 90%
rename from x11-libs/mx/mx-1.1.9.ebuild
rename to x11-libs/mx/mx-1.1.12.ebuild
index d64da6b..bec8e1c 100644
--- a/x11-libs/mx/mx-1.1.9.ebuild
+++ b/x11-libs/mx/mx-1.1.12.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI="4"
CLUTTER_LA_PUNT="yes"
inherit clutter
@@ -47,14 +47,11 @@ src_configure() {
myconf="--enable-maintainer-flags=no
--with-winsys=x11
- $(use_with dbus)
$(use_enable gtk gtk-widgets)
+ $(use_enable introspection)
+ $(use_with dbus)
+ $(use_with glade)
$(use_with startup-notification)"
- # configure is broken, and enables glade if anything is passed
- if use glade; then
- myconf="${myconf} --enable-glade"
- fi
-
econf ${myconf}
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-02 16:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 22:17 [gentoo-commits] proj/gnome:master commit in: x11-libs/mx/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2011-06-02 16:46 Nirbheek Chauhan
2011-03-04 14:57 Nirbheek Chauhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox