summaryrefslogtreecommitdiff
path: root/mate-extra
diff options
context:
space:
mode:
authorAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:18:24 +0300
committerAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:18:24 +0300
commit95888a6f66c66d7c90cb7e019642486567fdf6fe (patch)
tree66e3bfb76ad739ce071240ee3739d62047da2119 /mate-extra
parentc9b6d3767497da6461e4f2f2645ba6d81c77238f (diff)
add Mate Tweak
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/mate-tweak/Manifest2
-rw-r--r--mate-extra/mate-tweak/mate-tweak-3.4.8.ebuild32
-rw-r--r--mate-extra/mate-tweak/mate-tweak-3.4.9.ebuild32
-rw-r--r--mate-extra/mate-tweak/mate-tweak-9999.ebuild30
4 files changed, 96 insertions, 0 deletions
diff --git a/mate-extra/mate-tweak/Manifest b/mate-extra/mate-tweak/Manifest
new file mode 100644
index 00000000..f4faa509
--- /dev/null
+++ b/mate-extra/mate-tweak/Manifest
@@ -0,0 +1,2 @@
+DIST mate-tweak-3.4.8.tar.gz 103013 SHA256 7c142484ec32e016a800a4fbbaa28199a3e5dc1c40ab2426596ff33339808827 SHA512 4db758c7300778af0a9586a8a481c68af67fa7c43c869d841ccf5f2a77f27423f07467598601b8dcc81878ff39786c056758bd07ba9b0e12223e36b13c73adcf WHIRLPOOL b9baddf9c017b2cb8074626ee93affcd1eb646cae55cabe31cf4d540e542c0111d6ab82a64205945b23ed57dc18140c769e1a86e1f0a9467730f1372dbede83a
+DIST mate-tweak-3.4.9.tar.gz 110129 SHA256 dc9e64a53ecda695b8406477534e81d717c9d70cedf259fae49cfa74634b8195 SHA512 900594e9639de59cbb0a2db30fec0f24df16133a192ce29ef78a3904fa385d3e8cc9c81fc18c2fcabacb67b95a330cf68711336ca57c2e6cdebd964974885e2b WHIRLPOOL 605dff94f517cdc49c6ac68081a0e09ad349f8a050b548f504fcd5e4cd7f29ad5e06fec6ab2c84d889ae53484e4bf119c6105b3e9853fbed3e229cf601ae9683
diff --git a/mate-extra/mate-tweak/mate-tweak-3.4.8.ebuild b/mate-extra/mate-tweak/mate-tweak-3.4.8.ebuild
new file mode 100644
index 00000000..c9a40b47
--- /dev/null
+++ b/mate-extra/mate-tweak/mate-tweak-3.4.8.ebuild
@@ -0,0 +1,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
+}
diff --git a/mate-extra/mate-tweak/mate-tweak-3.4.9.ebuild b/mate-extra/mate-tweak/mate-tweak-3.4.9.ebuild
new file mode 100644
index 00000000..3e5a54f4
--- /dev/null
+++ b/mate-extra/mate-tweak/mate-tweak-3.4.9.ebuild
@@ -0,0 +1,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="7de2c0b5ee5f"
+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
+}
diff --git a/mate-extra/mate-tweak/mate-tweak-9999.ebuild b/mate-extra/mate-tweak/mate-tweak-9999.ebuild
new file mode 100644
index 00000000..a28b6972
--- /dev/null
+++ b/mate-extra/mate-tweak/mate-tweak-9999.ebuild
@@ -0,0 +1,30 @@
+# 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 git-r3
+
+DESCRIPTION="Tweak tool for the MATE Desktop. Fork of mintDesktop."
+HOMEPAGE="https://bitbucket.org/ubuntu-mate/${PN}"
+EGIT_REPO_URI="${HOMEPAGE}.git"
+KEYWORDS=""
+S="${WORKDIR}"/"${P}"
+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
+}