2015-07-12 13:10:57 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-05-02 23:36:42 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2014-05-02 23:36:42 +04:00
|
|
|
|
|
|
|
EAPI="5"
|
|
|
|
|
|
|
|
GCONF_DEBUG="no"
|
|
|
|
|
|
|
|
inherit gnome2 versionator
|
|
|
|
|
|
|
|
MATE_BRANCH="$(get_version_component_range 1-2)"
|
|
|
|
|
|
|
|
SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
|
|
|
|
DESCRIPTION="A set of backgrounds packaged with the MATE desktop"
|
|
|
|
HOMEPAGE="http://mate-desktop.org"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2014-10-26 20:47:53 +03:00
|
|
|
KEYWORDS="amd64 ~arm x86"
|
2014-05-02 23:36:42 +04:00
|
|
|
|
|
|
|
DEPEND=">=dev-util/intltool-0.35:*
|
|
|
|
sys-devel/gettext:*"
|
|
|
|
|
|
|
|
DOCS="AUTHORS ChangeLog NEWS README"
|