2015-03-15 16:42:46 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-07-01 01:16:55 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-03-15 19:43:52 +03:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild,v 1.3 2015/03/15 13:20:24 pacho Exp $
|
2013-07-01 01:16:55 +04:00
|
|
|
|
|
|
|
EAPI="5"
|
|
|
|
GCONF_DEBUG="no"
|
|
|
|
|
|
|
|
inherit gnome-games
|
|
|
|
|
2013-12-26 11:28:15 +04:00
|
|
|
DESCRIPTION="Make lines of the same color to win"
|
2014-12-23 03:10:32 +03:00
|
|
|
HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row"
|
2013-07-01 01:16:55 +04:00
|
|
|
|
|
|
|
LICENSE="GPL-2+"
|
|
|
|
SLOT="0"
|
2015-03-15 19:43:52 +03:00
|
|
|
KEYWORDS="amd64 ~arm x86"
|
2013-07-01 01:16:55 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
dev-libs/glib:2
|
2014-12-23 03:10:32 +03:00
|
|
|
>=gnome-base/librsvg-2.32
|
2013-07-01 01:16:55 +04:00
|
|
|
>=media-libs/libcanberra-0.26[gtk3]
|
2014-12-23 03:10:32 +03:00
|
|
|
>=x11-libs/gtk+-3.13.2:3
|
2013-07-01 01:16:55 +04:00
|
|
|
"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
app-text/yelp-tools
|
2014-12-23 03:10:32 +03:00
|
|
|
dev-util/appdata-tools
|
|
|
|
>=dev-util/intltool-0.50
|
2013-07-01 01:16:55 +04:00
|
|
|
virtual/pkgconfig
|
|
|
|
"
|
2014-12-23 03:10:32 +03:00
|
|
|
|
|
|
|
src_configure() {
|
|
|
|
gnome-games_src_configure APPDATA_VALIDATE=$(type -P true)
|
|
|
|
}
|