diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-15 21:16:23 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-15 21:16:23 -0400 |
commit | eb5fa763099fe514be98a2f4d824fcec37191000 (patch) | |
tree | 926e66cafb216f90f6f678e7af57f9a1088771b4 /x11-themes | |
parent | app-text/yelp-tools: Version bump to 40.0 (diff) | |
download | gentoo-eb5fa763099fe514be98a2f4d824fcec37191000.tar.gz gentoo-eb5fa763099fe514be98a2f4d824fcec37191000.tar.bz2 gentoo-eb5fa763099fe514be98a2f4d824fcec37191000.zip |
x11-themes/gnome-backgrounds: Version bump to 40.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-backgrounds/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-40.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 cf45640932d6..9812a8402213 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1 +1,2 @@ DIST gnome-backgrounds-3.38.0.tar.xz 41179824 BLAKE2B 27c2e7c4bad43b24127c85dcadc5ba912c9fed45b0d78414293b92822fcb9a855fd22c5163cbf99f234a083b3ed200abc00d66662fd0e23a92b9da84b1742ebc SHA512 01000409d6d54af81e520b8b292c24bb64e763a493c69cf71cabb9f885c7feee5a1805db40e2d0544834c40b7866f889c106e9816fd8e8b8f5273b0a099f1488 +DIST gnome-backgrounds-40.0.tar.xz 57703164 BLAKE2B f6f32efb6563957c9e2a7fe9c124d2fb705d2f33b93f9d65e5e20b08026ee9cc7fd80d687754a8108c1073f2ad1cf28c56d6896fdb7cb1e2f48d2b11bfcafcf5 SHA512 d7e01c956c9705a4278717db999ccb965a1113059f1d1646fd24a8294482ea067c64edba53de2cd97a0d814e89619e77f6d667e272185c98701437a746eeabd8 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-40.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-40.0.ebuild new file mode 100644 index 000000000000..9c26a1539f41 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-40.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://git.gnome.org/browse/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 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" +BDEPEND=">=sys-devel/gettext-0.19.8" |