x11-themes/fedora-backgrounds: Version bump
authorPacho Ramos <pacho@gentoo.org>
Sun, 7 Apr 2019 08:39:36 +0000 (10:39 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 7 Apr 2019 09:15:33 +0000 (11:15 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
x11-themes/fedora-backgrounds/Manifest
x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.1.ebuild [new file with mode: 0644]

index 9d77949f54e31deec5fa0506d0fc7f3a86af7ae4..c82885819c1021d4240cd093e23bd324f9060b41 100644 (file)
@@ -2,3 +2,4 @@ DIST f27-backgrounds-27.0.1.tar.xz 20291452 BLAKE2B 14057cf872aed949daafd0a6e1cb
 DIST f28-backgrounds-28.1.5.tar.xz 158614448 BLAKE2B 8a2c98c3aa195512c000d2f0cb596fbfc85cfd49806ec6a204a1e6545b130f5d64ded68b0d25157c0ba2f1d82a0f026fb204e8fecb9756bd5bfed212f2ebf6c0 SHA512 2b97c947f59a24a4221588a4776d58d57c27668ecfc7370ec04e17b11aad2451df48b56d0603b9aff1f72dbedeae210f9c923cfb2c26ba1b7b1c12d7b0018384
 DIST f29-backgrounds-29.1.3.tar.xz 170130460 BLAKE2B dc7e8e25f8d65f9de8939e0468d49986f0228993920b49d53c2cfdc99c108218b338921657b790f30b3997a9dedfa51cae8f0db161b42fb723f2a2e4ea56a6b6 SHA512 707ecc56c5b0070b07f316dd9d24b9bc51a7b77e82049f7f693f4c5a828cba2d7731f14b5f2ea574875c81c60b1a490f55d9b655df936b6052e0bfa23eb171ad
 DIST f30-backgrounds-30.0.0.tar.xz 126854044 BLAKE2B 32aca9b569b3510d6829bb8d77fcdd5c6b2556ea4153c41673a8ce06f004e773789e19067e3eb843054f934b19a6f7526dde316e4e45e63a4760870e076d24de SHA512 463559a1a1a6188b346b14818bfc031f9e2ab33a6d2be5f6a6871ad0b47d8af94cd663298fa5d2a160a79ee19826bc6755c63df014c657800022997d6f46cc47
+DIST f30-backgrounds-30.1.1.tar.xz 217792268 BLAKE2B 1b6ba91cac61bb3ae3fde527d5481c8cf18f8b0b462d2e881a3e53358355509571b17262df0dc5d47414b8d01fb1ada17a0cfa32500a1a17f5d97781943e1291 SHA512 ddb7a00c39321c20764dc913d162ad18efd5f471b9b9133acb9d33ef6627bb17c1916446ade71703ad766017af59bfbb4e31ea4ca6ff95460f84e0a38e22f337
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.1.ebuild
new file mode 100644 (file)
index 0000000..274304f
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 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"
+
+LICENSE="CC-BY-SA-4.0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SLOT="$(ver_cut 1)"
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}/${MY_PN}"