pacho       15/06/06 13:04:15

  Modified:             ChangeLog
  Added:                mx-1.4.7-r2.ebuild
  Log:
  Drop obsolete glade support (#551292)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.22                 x11-libs/mx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/mx/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/mx/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/mx/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/mx/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   18 Apr 2014 08:37:51 -0000      1.21
+++ ChangeLog   6 Jun 2015 13:04:15 -0000       1.22
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/mx
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/mx/ChangeLog,v 1.21 2014/04/18 
08:37:51 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/mx/ChangeLog,v 1.22 2015/06/06 
13:04:15 pacho Exp $
+
+*mx-1.4.7-r2 (06 Jun 2015)
+
+  06 Jun 2015; Pacho Ramos <[email protected]> +mx-1.4.7-r2.ebuild:
+  Drop obsolete glade support (#551292)
 
   18 Apr 2014; Pacho Ramos <[email protected]> -mx-1.4.7.ebuild:
   Drop old



1.1                  x11-libs/mx/mx-1.4.7-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/mx/mx-1.4.7-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/mx/mx-1.4.7-r2.ebuild?rev=1.1&content-type=text/plain

Index: mx-1.4.7-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/mx/mx-1.4.7-r2.ebuild,v 1.1 
2015/06/06 13:04:15 pacho Exp $

EAPI=5
GCONF_DEBUG="yes"

inherit gnome2 eutils

DESCRIPTION="A widget toolkit using Clutter"
HOMEPAGE="http://clutter-project.org/";
SRC_URI="mirror://github/clutter-project/${PN}/${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="1.0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="dbus +gtk +introspection startup-notification"

RDEPEND="
        >=dev-libs/glib-2.28.0:2
        >=media-libs/clutter-1.7.91:1.0
        media-libs/cogl:=
        >=x11-apps/xrandr-1.2.0

        x11-libs/gdk-pixbuf:2[introspection?]

        dbus? ( >=dev-libs/dbus-glib-0.82 )
        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/gtk-doc-am-1.14
        >=dev-util/intltool-0.35.0
        sys-devel/gettext
        virtual/pkgconfig
"

src_prepare() {
        # Tests are interactive, no use for us
        sed -e 's/^\(SUBDIRS .*\)tests\(.*\)/\1 \2/g' \
                -i Makefile.am -i Makefile.in || die
        # In 1.4.8
        epatch "${FILESDIR}/${P}-gl-types.patch"

        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                --with-winsys=x11 \
                --without-glade \
                $(use_enable gtk gtk-widgets) \
                $(use_enable introspection) \
                $(use_with dbus) \
                $(use_with startup-notification)
}




Reply via email to