summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-04-26 17:29:51 +0200
committerPacho Ramos <pacho@gentoo.org>2020-04-26 17:33:54 +0200
commit259aca752bfe9cee55bbc66624962d06c64ca8f9 (patch)
tree24abb1d51c3a405cf987a816499e95474f21be35 /x11-themes
parentdev-lang/mujs: sparc stable wrt bug #719248 (diff)
downloadgentoo-259aca752bfe9cee55bbc66624962d06c64ca8f9.tar.gz
gentoo-259aca752bfe9cee55bbc66624962d06c64ca8f9.tar.bz2
gentoo-259aca752bfe9cee55bbc66624962d06c64ca8f9.zip
x11-themes/fedora-backgrounds: Bump to 32.1.4
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fedora-backgrounds/Manifest1
-rw-r--r--x11-themes/fedora-backgrounds/fedora-backgrounds-32.1.4.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest
index d0345c9dfa7f..7382fc8b1b56 100644
--- a/x11-themes/fedora-backgrounds/Manifest
+++ b/x11-themes/fedora-backgrounds/Manifest
@@ -4,3 +4,4 @@ DIST f29-backgrounds-29.1.3.tar.xz 170130460 BLAKE2B dc7e8e25f8d65f9de8939e0468d
DIST f30-backgrounds-30.1.2.tar.xz 215810052 BLAKE2B 203a8d5213aab09de7e050fceb333092d77df99557d827930542cbe0443ff16f510b0fb66d294e63871ffb6e942e373eb9890e7eb139523b1573bc12e328e9b7 SHA512 a6b2c3d0d38a0bb76f987e85b584afe2ce8079f8667a3ef253deff12b96678f2fb92ab2f6d04770e9154dd3bb4bc0fc871d5c18da989e5fa7f9f61464d7b3322
DIST f31-backgrounds-31.0.4.tar.xz 317019080 BLAKE2B a6d3d8f1e41e5f0186ce4b4ffa052190d8422bf24db3c6fa02f1eda0d016af7cf58f8da9d1a391a8c2a46d1f1b2a21f2c889c6704a9e997262ae9a43447e55dc SHA512 77244938ef3bd3dff8d8327645373b368f10aef78cf15fa56045b3f6c76dee502a6682b4bb756e1c16f4021481f7ee2317a73273bb2e50abc729b5847db23718
DIST f32-backgrounds-32.1.3.tar.xz 56592244 BLAKE2B 07cfb131c4005ed8659ec58af2062472155c1050e0306fbb531a3978d321cde9665617c49bda0003225cb36638d4b45bd35a32d09835d18e41909c0d95b167fb SHA512 16132bd90f4effbd91ef7695b7bbc69746145a01af7a5b93228250aa1b6fa38f7a741f53c718297fc56f8f39a29ddd2dafad61a6dd48ba5384f64898050f6523
+DIST f32-backgrounds-32.1.4.tar.xz 56592364 BLAKE2B 2dea490c910844ea1a09fec7f0d86b713c76f04979b8ad32f0038122a38585f98bbef837e158f0d7ce2f13ee80a3309cf7ca6dde28a15e60747f6882ca1661f9 SHA512 6ecf33e4810bd504b4ab6bdfc42ef1beab7f77a23ccb33e52641064293586d3328829f07e4988b3358dbca369610bb2bd7553192f4bc0221cbe971c5f6835bca
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-32.1.4.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.1.4.ebuild
new file mode 100644
index 000000000000..a2fe4e7ee0b4
--- /dev/null
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.1.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
+HOMEPAGE="https://github.com/fedoradesign/backgrounds"
+
+MY_PN="f$(ver_cut 1)-backgrounds"
+MY_P="${MY_PN}-${PV}"
+SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"
+
+# Review on each bump, files Attribution*
+LICENSE="CC-BY-SA-4.0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SLOT="$(ver_cut 1)"
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}/${MY_PN}"
+
+src_install() {
+ default
+ # Don't change default MATE background
+ rm "${ED}"/usr/share/backgrounds/mate/default.xml || die
+}