diff options
author | Guillermo Joandet <gjoandet@gmail.com> | 2024-01-11 12:20:23 -0300 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-08-03 16:05:39 +0200 |
commit | c904e5e9b9839fc6906f1ef81ddd07e00b87e0fb (patch) | |
tree | c50283a8551dbff8bec2fe5532a09d48ffc43f3f /x11-themes | |
parent | dev-lang/php: drop 8.1.26-r1, 8.1.28, 8.2.15, 8.2.18 (diff) | |
download | gentoo-c904e5e9b9839fc6906f1ef81ddd07e00b87e0fb.tar.gz gentoo-c904e5e9b9839fc6906f1ef81ddd07e00b87e0fb.tar.bz2 gentoo-c904e5e9b9839fc6906f1ef81ddd07e00b87e0fb.zip |
x11-themes/gnome-backgrounds: Bump to 46.0
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34758
Signed-off-by: Pacho Ramos <pacho@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-46.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index f01a7773a9b4..e8fab1a3c567 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1 +1,2 @@ DIST gnome-backgrounds-45.0.tar.xz 32091076 BLAKE2B f8ac82069fb6beb71c7776356c7d87e6b57c9de1c8dd1becdff6a60f22b73284b0231c10c6af5a64addb4a890704808c00757b5f71d6f3a9deeaf59d97441d88 SHA512 6f25f8b22e5ae9ff3c522367af549de7260d34bef38d2b272df538217823cf880132d8be025344e97fd7f108acae4eed4dcac4e93b5f34b843e142687702b0ee +DIST gnome-backgrounds-46.0.tar.xz 19181236 BLAKE2B a4ca2b0af5f86d3abcfe8960fe270bb8da7d9cfa489481d67078e26c33e9e214345f2c57aeb02b94e9b1460b8b0572a212bcac6d9e9fc9daea25ffaf7f84a97c SHA512 d6b7c5bcc74ea36e9cc2757bf41eb7a5d3794f5782aeee9087b3ff1a17b7526dfbde2a0568d90e41ae707c9c290f4c09c2edd16f4768d8ca4889a96badb9e2b6 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-46.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-46.0.ebuild new file mode 100644 index 000000000000..7a718d7657bc --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-46.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +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 CC-BY-4.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~riscv ~x86" + +RDEPEND=" + media-libs/libjxl[gdk-pixbuf] + gnome-base/librsvg +" +BDEPEND=">=sys-devel/gettext-0.19.8" |