summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gmail.com>2011-09-27 18:23:35 -0400
committerAlexandre Rostovtsev <tetromino@gmail.com>2011-09-27 19:30:47 -0400
commitf4a23291f7fab6a1927376920732309077f269b3 (patch)
tree23e17d288b6540c6a73e565c3916850ee123a60e /app-accessibility
parentapp-accessibility/at-spi2-core: 2.1.5 → 2.2.0 (diff)
downloadgnome-f4a23291f7fab6a1927376920732309077f269b3.tar.gz
gnome-f4a23291f7fab6a1927376920732309077f269b3.tar.bz2
gnome-f4a23291f7fab6a1927376920732309077f269b3.zip
app-accessibility/at-spi2-atk: 2.1.5 → 2.2.0
Bump and add live ebuild. Droute test still fails.
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/at-spi2-atk/Manifest5
-rw-r--r--app-accessibility/at-spi2-atk/at-spi2-atk-2.2.0.ebuild (renamed from app-accessibility/at-spi2-atk/at-spi2-atk-2.1.5.ebuild)9
-rw-r--r--app-accessibility/at-spi2-atk/at-spi2-atk-9999.ebuild55
3 files changed, 66 insertions, 3 deletions
diff --git a/app-accessibility/at-spi2-atk/Manifest b/app-accessibility/at-spi2-atk/Manifest
index e33048bb..46cf6cf8 100644
--- a/app-accessibility/at-spi2-atk/Manifest
+++ b/app-accessibility/at-spi2-atk/Manifest
@@ -1,3 +1,4 @@
AUX at-spi2-atk-2.0.2-disable-teamspaces-test.patch 302 RMD160 eb97b8d983c42d0bb5a3aa8ded4e30351a52ac07 SHA1 80da9089b72e709275a05a93d29082167eeb8155 SHA256 e006bc41cc7def33d249621c2d78d0ff13f561317ec20adf4637ec9fb54f1289
-DIST at-spi2-atk-2.1.5.tar.xz 287868 RMD160 c3ab47908343fe90e471fa14d054796ca736d49d SHA1 1720e1d08aa4a00fca9f07c2deb0325dcc4cf515 SHA256 8bf123f299b9ccb71862296f450c136c2972d15fde7590b3c603e714791e5882
-EBUILD at-spi2-atk-2.1.5.ebuild 1053 RMD160 30fe514725c708cd49debf1fcc9faa5a3e2e41c5 SHA1 2d0e3be689ea4c43200834c7a737befaf9c776a3 SHA256 e13ba0b16291c076c1824f802e2e5692ac82e9d9e1473c32361c303c6f428e55
+DIST at-spi2-atk-2.2.0.tar.xz 288504 RMD160 088a019d29a16c4f5d5e6d577acd7ff14fee531d SHA1 a8f2f2966b0505151b89a7b931fa7ac2cdc98aaa SHA256 7fd0e043d2a32f06cab1ca116f36114d9b0c482ca421e26b1d565687db171150
+EBUILD at-spi2-atk-2.2.0.ebuild 1155 RMD160 905de3ede8aa9058566e585e5c8d66e31e74aae8 SHA1 b0c639f2047f0fe57999e015541ee36a93665a9e SHA256 37f6fd179d6097bc5489370a0c074628ae1b7225b8ad1a1ce489e245b3968e32
+EBUILD at-spi2-atk-9999.ebuild 1155 RMD160 905de3ede8aa9058566e585e5c8d66e31e74aae8 SHA1 b0c639f2047f0fe57999e015541ee36a93665a9e SHA256 37f6fd179d6097bc5489370a0c074628ae1b7225b8ad1a1ce489e245b3968e32
diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.1.5.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.2.0.ebuild
index 32a06583..f62a5ede 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.1.5.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.2.0.ebuild
@@ -7,13 +7,20 @@ GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit eutils gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
HOMEPAGE="http://live.gnome.org/Accessibility"
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~amd64 ~x86"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
IUSE=""
COMMON_DEPEND="
diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-9999.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-9999.ebuild
new file mode 100644
index 00000000..f62a5ede
--- /dev/null
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-9999.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
+HOMEPAGE="http://live.gnome.org/Accessibility"
+
+LICENSE="LGPL-2"
+SLOT="2"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
+IUSE=""
+
+COMMON_DEPEND="
+ >=app-accessibility/at-spi2-core-2.1.4
+ >=dev-libs/atk-2.1.0
+ dev-libs/glib:2
+ >=sys-apps/dbus-1
+ x11-libs/libX11
+"
+RDEPEND="${COMMON_DEPEND}
+ !<gnome-extra/at-spi-1.32.0-r1
+"
+DEPEND="${COMMON_DEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.40
+"
+
+pkg_setup() {
+ DOCS="AUTHORS NEWS README"
+ # xevie is deprecated/broken since xorg-1.6/1.7
+ G2CONF="${G2CONF} --enable-p2p"
+}
+
+src_prepare() {
+ # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
+ epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
+ # FIXME: droute test fails
+ sed -e 's:TESTS = droute-test\.*:TESTS = :' -i droute/Makefile.* ||
+ die "sed droute/Makefile.* failed"
+
+ gnome2_src_prepare
+}