[gnome-commander] Updated ebuild according to gentoo bug #514472 fix
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Updated ebuild according to gentoo bug #514472 fix
- Date: Sun, 14 Jun 2015 09:49:44 +0000 (UTC)
commit b7b36ad2c646916e340f9e12a1839186c3407e0c
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun Jun 7 20:48:30 2015 +0200
Updated ebuild according to gentoo bug #514472 fix
data/gnome-commander.ebuild.in | 34 ++++++++++++++++++++--------------
1 files changed, 20 insertions(+), 14 deletions(-)
---
diff --git a/data/gnome-commander.ebuild.in b/data/gnome-commander.ebuild.in
index dc1be1a..963f8c9 100644
--- a/data/gnome-commander.ebuild.in
+++ b/data/gnome-commander.ebuild.in
@@ -5,6 +5,8 @@
EAPI=5
PYTHON_COMPAT=( python2_7 )
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
inherit eutils gnome2 python-single-r1
@@ -16,7 +18,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="chm doc exif gsf pdf python taglib samba test"
-RDEPEND="app-text/gnome-doc-utils
+RDEPEND="
+ app-text/gnome-doc-utils
>=dev-libs/glib- GLIB_REQ@:2
>=dev-libs/libunique- UNIQUE_REQ@:1
gnome-base/gnome-keyring
@@ -25,31 +28,34 @@ RDEPEND="app-text/gnome-doc-utils
>=gnome-base/libgnomeui- GNOMEUI_REQ@
>=x11-libs/gtk+- GTK_REQ@:2
chm? ( dev-libs/chmlib )
- doc? ( app-text/scrollkeeper )
exif? ( >=media-gfx/exiv2- EXIV2_REQ@ )
gsf? ( >=gnome-extra/libgsf- LIBGSF_REQ@ )
samba? ( >=gnome-base/gnome-vfs- GNOMEVFS_REQ@[samba] )
pdf? ( >=app-text/poppler- POPPLER_REQ@ )
python? ( >=dev-python/gnome-vfs-python- GNOMEVFS_REQ@ )
- taglib? ( >=media-libs/taglib- TAGLIB_REQ@ )"
-DEPEND="${RDEPEND}
+ taglib? ( >=media-libs/taglib- TAGLIB_REQ@ )
+"
+DEPEND="
+ ${RDEPEND}
+ dev-util/gtk-doc-am
>=dev-util/intltool-0.35.0
sys-devel/gettext
virtual/pkgconfig
- test? ( dev-util/cppunit- CPPUNIT_REQ@ )"
+ test? ( dev-util/cppunit- CPPUNIT_REQ@ )
+"
DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
src_configure() {
- G2CONF="$(use_enable doc scrollkeeper)
- $(use_enable python)
- $(use_with chm libchm)
- $(use_with exif exiv2)
- $(use_with gsf libgsf)
- $(use_with samba)
- $(use_with taglib)
- $(use_with pdf poppler)"
- gnome2_src_configure
+ DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
+ gnome2_src_configure \
+ --disable-static \
+ $(use_enable python) \
+ $(use_with chm libchm) \
+ $(use_with exif exiv2) \
+ $(use_with gsf libgsf) \
+ $(use_with taglib) \
+ $(use_with pdf poppler)
}
pkg_postinst() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]