summaryrefslogtreecommitdiff
path: root/mate-extra/mate-tweak/mate-tweak-3.4.8.ebuild
blob: c9a40b4714ca1aedf7e5236ef50500919b3cca96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_SINGLE_TARGET="python2_7"
DISTUTILS_SINGLE_IMPL=1

inherit eutils distutils-r1

DESCRIPTION="Tweak tool for the MATE Desktop. Fork of mintDesktop."
HOMEPAGE="https://bitbucket.org/ubuntu-mate/${PN}"
SRC_URI="${HOMEPAGE}/get/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~x86 ~amd64"
COMMIT="9dcf744abc9e"
S="${WORKDIR}/ubuntu-mate-${PN}-${COMMIT}"

LICENSE="LGPL-3"
SLOT="0"
IUSE=""

DEPEND="mate-base/mate-desktop
		dev-python/setuptools
		dev-python/python-distutils-extra
		x11-misc/wmctrl"
RDEPEND="${DEPEND}"

python_install(){
	distutils-r1_python_install
}