summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4bf5423a2595120a36f32554095c86a395b6a90f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: database64128 <free122448@hotmail.com>

pkgname=f32-backgrounds
pkgver=32.2.2
pkgrel=1
pkgdesc="Desktop backgrounds of the Fedora 32 default theme for GNOME, KDE, Mate and Xfce desktops"
arch=('any')
url="https://github.com/fedoradesign/backgrounds"
license=('CC-BY-SA-4.0')
replaces=("f34-backgrounds-fedoradesign")
source=("https://github.com/fedoradesign/backgrounds/releases/download/v32.2.2/f32-backgrounds-32.2.2.tar.xz")
b2sums=('6c965cdfaa672877b1be087edb6de088f90f69027a1645781d19761f49023fde383301cf658f536aab32b1886960e4f9f7e7bf7b3c82ad2cb1fecffd28664ceb')

build() {
    cd $pkgname
    make
}

package() {
    cd $pkgname
    make install DESTDIR="$pkgdir"
}