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 | |
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')
-rw-r--r-- | x11-themes/mate-backgrounds/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.12.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index 49cd8189bcf8..a0fcc7b46021 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1 +1,2 @@ DIST mate-backgrounds-1.10.0.tar.xz 20897784 SHA256 fc5e056d97c1b2abccf1b3f11080129f8720b5607f7ecc354e09d64b300b9794 SHA512 b69f2ad935c0759fe9616e6e46b2bbe6adfbb5c4fa35b064cef54e5d1957539a6aa5e28051f995c7d68b893b40600fedafad2929460972fd30ff78c66bdf1dea WHIRLPOOL 2d49a7cedcd85897d9f0d3addff2e428cf94694fa7cdb23a752d7adec93a5e208b573d32066f0f4d2fd4c5d9cd4abeb253639113b736507173be2271b9810932 +DIST mate-backgrounds-1.12.0.tar.xz 20885844 SHA256 841f098c94967fce74d6dd57cd0291e7aaee65effbd94d767a16b2f25feb6c2d SHA512 3dfb175bf0a2240b2639a6038625679d9f13ed7c9b8e381eb4249f9938410cbb24593fa00baac7a1dd7458ecd00ea6e24ab03ff161381d250ddbac5b5cbabc55 WHIRLPOOL aee7ddc6212c83064fb3caf816cfea2884f7ed6d341e9c32acab42fcbecc54ddc69d8cc8aed9841c0de9ac751d2f335068151a254ceaa2aae2879c170b4af602 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:*" |