summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-02-12 20:09:57 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-02-12 20:09:57 +0100
commitbb53eb418db3b194a66b0289ce96e87a1f06f616 (patch)
treea9fa823a479e3c7c8e86d5df053f771be23a689e /app-accessibility/at-spi2-core
parentapp-accessibility/at-spi2-atk: moved to gentoo-x86 (diff)
downloadgnome-bb53eb418db3b194a66b0289ce96e87a1f06f616.tar.gz
gnome-bb53eb418db3b194a66b0289ce96e87a1f06f616.tar.bz2
gnome-bb53eb418db3b194a66b0289ce96e87a1f06f616.zip
app-accessibility/at-spi2-core: moved to gentoo-x86 + live ebuild sync
Diffstat (limited to 'app-accessibility/at-spi2-core')
-rw-r--r--app-accessibility/at-spi2-core/Manifest11
-rw-r--r--app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild47
-rw-r--r--app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild3
3 files changed, 3 insertions, 58 deletions
diff --git a/app-accessibility/at-spi2-core/Manifest b/app-accessibility/at-spi2-core/Manifest
deleted file mode 100644
index a1e09f7a..00000000
--- a/app-accessibility/at-spi2-core/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST at-spi2-core-2.10.2.tar.xz 446272 SHA256 d3da58f84f4c8e4d5fe940ecb52fb27b4d9ea2b4dcdb3e1fae0f46b5eaa2dde1 SHA512 51b3ec2f77933622ad3aa52e2bd91cab3a7ffbc396e1ec01a52ea277e5cbc972ab0998d3a54deeaf18fc67c5767c1958d4a0ff6bdc77768ca3a51b567013d5da WHIRLPOOL 480ab9c3c037e53f220abc42be9f09ea179a19de62b640efe0697ced1c04122d387eff8fc3fe7e359ea853de4415a3eddc42aa3fa18a00ddb57a1fa426a030e6
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.21 (GNU/Linux)
-
-iEYEAREKAAYFAlKT4BUACgkQ1fmVwcYIWAYMqACgp5hXpFQf+rugax7GPcAuoUon
-mt4An1myYk/YezcEjoFeabsVlNavH9cn
-=QMoW
------END PGP SIGNATURE-----
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild
deleted file mode 100644
index b3ac41a7..00000000
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.10.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2
-
-DESCRIPTION="D-Bus accessibility specifications and registration daemon"
-HOMEPAGE="http://live.gnome.org/Accessibility"
-
-LICENSE="LGPL-2+"
-SLOT="2"
-IUSE="+X +introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-
-# Only libX11 is optional right now
-RDEPEND="
- >=dev-libs/glib-2.28:2
- >=sys-apps/dbus-1
- x11-libs/libXi
- x11-libs/libXtst
- introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
- X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.9
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-src_prepare() {
- # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
- epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- # xevie is deprecated/broken since xorg-1.6/1.7
- gnome2_src_configure \
- --disable-xevie \
- $(use_enable introspection) \
- $(use_enable X x11)
-}
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild
index e3ed57a2..e491b67b 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-9999.ebuild
@@ -24,10 +24,13 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
fi
+# x11-libs/libSM is needed until upstream #719808 is solved either
+# making the dep unneeded or fixing their configure
# Only libX11 is optional right now
RDEPEND="
>=dev-libs/glib-2.28:2
>=sys-apps/dbus-1
+ x11-libs/libSM
x11-libs/libXi
x11-libs/libXtst
introspection? ( >=dev-libs/gobject-introspection-0.9.6 )