diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-08-11 16:15:55 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-08-12 01:12:15 -0400 |
commit | ad11e53e1c5b7cd69fb1c89b4a5f944bb739f986 (patch) | |
tree | 7efc55fb3f7ec3b1fc72d8c303836d0d67ab19b7 /x11-themes/mate-backgrounds/mate-backgrounds-1.12.0.ebuild | |
parent | mate-base/mate-panel: 1.12.x vbump, add gtk3 support, import from project repo (diff) | |
download | gentoo-ad11e53e1c5b7cd69fb1c89b4a5f944bb739f986.tar.gz gentoo-ad11e53e1c5b7cd69fb1c89b4a5f944bb739f986.tar.bz2 gentoo-ad11e53e1c5b7cd69fb1c89b4a5f944bb739f986.zip |
x11-themes/mate-backgrounds: 1.12.x vbump, import from project repo
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-themes/mate-backgrounds/mate-backgrounds-1.12.0.ebuild')
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.12.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.12.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.12.0.ebuild new file mode 100644 index 000000000000..14c3a7e21b49 --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.12.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit mate + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="~amd64 ~arm ~x86" +fi + +DESCRIPTION="A set of backgrounds packaged with the MATE desktop" +LICENSE="GPL-2" +SLOT="0" + +DEPEND=">=dev-util/intltool-0.35:* + sys-devel/gettext:*" |