summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-05 13:18:55 -0400
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-05 13:18:55 -0400
commit4588d5d9a1e741f8330015e762bd3fd50c567b40 (patch)
tree058fc56aa521bb03e34f0c14066cfe3629c49c5b /app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
parentdev-libs/glib: sync with gx86 (bug #414761) (diff)
downloadgnome-4588d5d9a1e741f8330015e762bd3fd50c567b40.tar.gz
gnome-4588d5d9a1e741f8330015e762bd3fd50c567b40.tar.bz2
gnome-4588d5d9a1e741f8330015e762bd3fd50c567b40.zip
gnome-extra/gnome-utils & friends: moved to gx86; sync -9999 with gx86
Diffstat (limited to 'app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild')
-rw-r--r--app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild16
1 files changed, 10 insertions, 6 deletions
diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
index 221ec256..a8956e21 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/gnome-utils-2.32.0-r1.ebuild,v 1.1 2010/12/04 18:08:10 pacho Exp $
+# $Header: $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="Dictionary utility for GNOME 3"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://live.gnome.org/GnomeUtils"
LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
SLOT="0"
@@ -23,19 +23,23 @@ else
fi
COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
- >=x11-libs/gtk+-3.0.0:3"
+ x11-libs/cairo
+ >=x11-libs/gtk+-3.0.0:3
+ x11-libs/pango"
RDEPEND="${COMMON_DEPEND}
+ gnome-base/gsettings-desktop-schemas
!<gnome-extra/gnome-utils-3.4"
# ${PN} was part of gnome-utils before 3.4
DEPEND="${COMMON_DEPEND}
app-text/gnome-doc-utils
>=dev-util/intltool-0.40
- >=dev-util/pkgconfig-0.22
>=sys-devel/gettext-0.17
+ virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1.15 )"
pkg_setup() {
DOCS="AUTHORS NEWS README TODO"
- G2CONF="--disable-schemas-compile
+ G2CONF="${G2CONF}
+ --disable-schemas-compile
$(use_enable ipv6)"
}