diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-23 13:07:36 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-23 13:29:16 +0200 |
commit | 5ddf236634f9242311c6848c4d28ab4332abf3ac (patch) | |
tree | 49c395195a96c17ddcde1791572376f28769d9aa /gnome-extra | |
parent | net-dns/bind: Drop some insecure versions (diff) | |
download | gentoo-5ddf236634f9242311c6848c4d28ab4332abf3ac.tar.gz gentoo-5ddf236634f9242311c6848c4d28ab4332abf3ac.tar.bz2 gentoo-5ddf236634f9242311c6848c4d28ab4332abf3ac.zip |
gnome-extra/gnome-boxes: tracker-1 only, drop yelp-tools, fix license
itstool is enough for build if not running eautoreconf.
configure is ready only for tracker 1.0 API and older in this version.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild index 8c6e1e10e020..fb81803cc4a4 100644 --- a/gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild +++ b/gnome-extra/gnome-boxes/gnome-boxes-3.24.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit gnome2 linux-info readme.gentoo-r1 vala DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems" HOMEPAGE="https://wiki.gnome.org/Apps/Boxes" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" # We force 'bindist' due to licenses from gnome-boxes-nonfree @@ -41,7 +41,7 @@ RDEPEND=" >=net-misc/spice-gtk-0.32[gtk3(+),smartcard,usbredir] virtual/libusb:1 - >=app-misc/tracker-0.16:0=[iso] + app-misc/tracker:0/100[iso] >=sys-apps/util-linux-2.20 >=net-libs/libsoup-2.38:2.4 @@ -53,11 +53,12 @@ RDEPEND=" DEPEND="${RDEPEND} $(vala_depend) - app-text/yelp-tools >=dev-util/intltool-0.40 + dev-util/itstool >=sys-devel/gettext-0.17 virtual/pkgconfig " +# eautoreconf needs yelp-tools DISABLE_AUTOFORMATTING="yes" DOC_CONTENTS="Before running gnome-boxes, you will need to load the KVM modules. |