[gnome-commander] data/gnome-commander.ebuild.in: Add missing python metadata variables
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] data/gnome-commander.ebuild.in: Add missing python metadata variables
- Date: Sun, 28 May 2017 20:40:00 +0000 (UTC)
commit 8ccc10764896cee683ad68232e2bbc4384c8b789
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun May 28 16:28:00 2017 +0200
data/gnome-commander.ebuild.in: Add missing python metadata variables
data/gnome-commander.ebuild.in | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-commander.ebuild.in b/data/gnome-commander.ebuild.in
index f1f34fd..0376adb 100644
--- a/data/gnome-commander.ebuild.in
+++ b/data/gnome-commander.ebuild.in
@@ -14,7 +14,8 @@ HOMEPAGE="http://gcmd.github.io/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="chm exif gsf pdf python taglib samba test unique"
+IUSE="chm exif gsf pdf python taglib samba test +unique"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
app-text/gnome-doc-utils
@@ -30,6 +31,10 @@ RDEPEND="
gsf? ( >=gnome-extra/libgsf-@LIBGSF_REQ@ )
samba? ( >=gnome-base/gnome-vfs-@GNOMEVFS_REQ@[samba] )
pdf? ( >=app-text/poppler-@POPPLER_REQ@ )
+ python? (
+ ${PYTHON_DEPS}
+ >=dev-python/gnome-vfs-python-@GNOMEVFS_REQ@
+ )
taglib? ( >=media-libs/taglib-@TAGLIB_REQ@ )
"
DEPEND="
@@ -41,6 +46,10 @@ DEPEND="
test? ( >=dev-cpp/gtest-@GTEST_REQ@ )
"
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
src_configure() {
gnome2_src_configure \
--disable-static \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]