diff options
author | 2016-09-04 16:02:03 -0400 | |
---|---|---|
committer | 2016-11-21 11:59:58 +0100 | |
commit | c71ff9f4307774a780124bdd9a17a69ba3dc26b6 (patch) | |
tree | aea2121f3b186e69a7d2a6804c9633204dc7ff17 /x11-themes/mate-backgrounds/mate-backgrounds-1.14.0.ebuild | |
parent | mate-base/mate-panel: Bump to 1.14.0 (diff) | |
download | gentoo-c71ff9f4307774a780124bdd9a17a69ba3dc26b6.tar.gz gentoo-c71ff9f4307774a780124bdd9a17a69ba3dc26b6.tar.bz2 gentoo-c71ff9f4307774a780124bdd9a17a69ba3dc26b6.zip |
x11-themes/mate-backgrounds: Version bump to 1.14.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-themes/mate-backgrounds/mate-backgrounds-1.14.0.ebuild')
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.14.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.14.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.14.0.ebuild new file mode 100644 index 000000000000..14c3a7e21b49 --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.14.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:*" |