diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-17 02:38:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-17 14:11:20 +0300 |
commit | 2197c84680aafc6c6da47974354505e006daad22 (patch) | |
tree | 141898493b84bc13e30069bfe98c072c5467cffb /x11-themes | |
parent | media-gfx/eom: make repoman happy (diff) | |
download | gentoo-2197c84680aafc6c6da47974354505e006daad22.tar.gz gentoo-2197c84680aafc6c6da47974354505e006daad22.tar.bz2 gentoo-2197c84680aafc6c6da47974354505e006daad22.zip |
x11-themes/mate-backgrounds: Version bump (v1.22.0)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mate-backgrounds/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.22.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index 8752c9ee98c7..4d85b10159c8 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1 +1,2 @@ DIST mate-backgrounds-1.18.0.tar.xz 20890260 BLAKE2B 628e572a557244d2a7fef15a69a0d61a37485a2efe048754c7a3e1338bfb93e04ea343017a7f646b0a84c5a54e905db548c4947b806be2fbeeebd859a349f407 SHA512 489ed3c57f60b471cba6afa8243cd752b534ac1881db30310b603949af7e3bfb3c9fa8d55c37942377cb36c0fc7545d940de2d03c1166e829b128e6c576f587e +DIST mate-backgrounds-1.22.0.tar.xz 20888288 BLAKE2B 66b3d9fee7917e2a3bc3222f1e663d77532407dc3169329d66f9d4a7b0ac1aec91c30fdf4516672760a7cbf05b0091c6b57221504ef50abd16fa869ffadff145 SHA512 b7135cdb20972d50f43026cf98275faaa3c5e41bd0900bca7624a8f9ed03d0ec7f465c78aaf3da534ea6798e8cc690727a1fed8f14b3fb42a8a63bd82858ff30 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.22.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.22.0.ebuild new file mode 100644 index 000000000000..a520460333af --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.22.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit mate + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~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:*" |