summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6cb4316ef7b8184d6d9eef4c0e465d2306ee3dce (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
# Maintainer: database64128 <free122448@hotmail.com>

pkgname=f33-backgrounds-fedoradesign
pkgver=33.0.8
pkgrel=1
pkgdesc="Desktop backgrounds of the Fedora 33 default theme for GNOME, KDE, Mate and Xfce desktops"
arch=('any')
url="https://github.com/fedoradesign/backgrounds"
license=('custom')
provides=("f33-backgrounds")
conflicts=("f33-backgrounds")
source=("https://github.com/fedoradesign/backgrounds/releases/download/v33.0.8/f33-backgrounds-33.0.8.tar.xz")
b2sums=('7f64108aafccba083bea2e3b56438c29575facccf73ea6a1dbb0a42037b63c3f6a6c3491e76fdd8116af5a6eac8fe7d7cd26955a4ff7b92d2fa6e77400484e09')

build() {
    cd f33-backgrounds
    make
}

package() {
    cd f33-backgrounds
    make install DESTDIR="$pkgdir"
    install -Dm644 CC-BY-SA-4.0 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}