diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-12-11 17:29:50 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-12-11 19:35:52 +0200 |
commit | 9eb500474f1ea49cd3ce81ca73bd94c0d8b6b7f5 (patch) | |
tree | eb8a00f9d8f70e7891f8a12ce9016870d37e1bcc /x11-themes/gnome-backgrounds | |
parent | sys-apps/baobab: bump to 41.0 (diff) | |
download | gentoo-9eb500474f1ea49cd3ce81ca73bd94c0d8b6b7f5.tar.gz gentoo-9eb500474f1ea49cd3ce81ca73bd94c0d8b6b7f5.tar.bz2 gentoo-9eb500474f1ea49cd3ce81ca73bd94c0d8b6b7f5.zip |
x11-themes/gnome-backgrounds: bump to 41.0
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-themes/gnome-backgrounds')
-rw-r--r-- | x11-themes/gnome-backgrounds/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-41.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index f6f901231bc1..6877a53876d6 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1 +1,2 @@ DIST gnome-backgrounds-40.1.tar.xz 50485892 BLAKE2B 6c6e6d40592880578c5367935631b15131e2474ebc7304c6f263d4f55f2579d3d0b1c4ae467c68d589e67c58950634af300243b4ac09e6d42e7eae20638bb310 SHA512 e94dd31b99ebaa5671881bffe788f7d3990f1b430f833513229fea244c9afb216d224ac57f39241934a9965d063d4faa3fcc2b41535ebd75cfb666bdd213d371 +DIST gnome-backgrounds-41.0.tar.xz 44919212 BLAKE2B 34f84a855447cc83624be22d4757b4165a7d5552ef9b2c30f21710ad11aa769ceb3c374d07e8e4461a6322bfd29e2e9138c2dbfd50678c0db200516e0881bd8b SHA512 d5b408e702ea15dd30482f6e3b446fe27c8032c1358957a8d3d491864716144df9a074a5667f4c3ab300f90961e1fb72d3db461cca6ae7a48a0ccf865723941a diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-41.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-41.0.ebuild new file mode 100644 index 000000000000..90b907fda420 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-41.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome.org meson + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-backgrounds" + +LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" +BDEPEND=">=sys-devel/gettext-0.19.8" |