blob: 231d4e9af9bf658b9b2f081fb557fef26a5ce889 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# $Id$
# Maintainer: Brenton Horne <brentonhorne77 at gmail.com>
# Contributor: Cobalt Space <cobaltspace at protonmail dot com>
pkgname=fedora-wallpapers
pkgver=38
pkgrel=1
pkgdesc="The default Wallpapers for Fedora, from Fedora 8 (Werewolf) to Fedora ${pkver}."
arch=("any")
url="https://fedoraproject.org/wiki/Wallpapers"
license=("CC-BY-SA")
depends=("beefy-miracle-backgrounds"
"constantine-backgrounds"
"f21-backgrounds"
"f22-backgrounds"
"f23-backgrounds"
"f24-backgrounds"
"f25-backgrounds"
"f26-backgrounds"
"f27-backgrounds"
"f28-backgrounds"
"f29-backgrounds"
"f30-backgrounds"
"f31-backgrounds"
"f32-backgrounds"
"f33-backgrounds"
"f34-backgrounds"
"f35-backgrounds"
"f36-backgrounds"
"f37-backgrounds"
"f38-backgrounds"
"fedorainfinity-backgrounds"
"goddard-backgrounds"
"heisenbug-backgrounds"
"laughlin-backgrounds"
"leonidas-backgrounds"
"lovelock-backgrounds"
"schroedinger-cat-backgrounds"
"solar-backgrounds"
"spherical-cow-backgrounds"
"verne-backgrounds"
"waves-backgrounds")
# vim:set ts=2 sw=2 et:
|