summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c4b234f671a10befe96ad20e5bfd3d822430d569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: Louis Tim Larsen <louis(a)louis.dk>

pkgname=xubuntu-community-artwork
pkgver=20.04.0
pkgrel=2
pkgdesc='Xubuntu community wallpapers'
arch=(any)
url='https://launchpad.net/xubuntu-community-artwork'
license=('custom')
source=("http://archive.ubuntu.com/ubuntu/pool/universe/x/${pkgname}/${pkgname}_${pkgver}.tar.xz")
sha256sums=('2a40074fae8754babc4e7c7e141ad2163f1f40cdf0e5ac6b267f432658d09dd1')

package() {
  install -d "${pkgdir}/usr/share/backgrounds/xfce"
  install -m644 "${pkgname}/usr/share/xfce4/backdrops/"*.{jpg,png} "${pkgdir}/usr/share/backgrounds/xfce/"
  install -Dm644 "${pkgname}/README" "${pkgdir}/usr/share/doc/${pkgname}/README"
  install -Dm644 "${pkgname}/debian/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

# vim: ts=2 sw=2 et: