summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 097c239cda7d2ff51318b00f831576e258140829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#Maintainer: Relliebermann <name AT gmail DOT com>
#Co-Maintainer: Seantum <tsiegele AT gmx DOT at>

pkgname=mint-backgrounds-tessa
pkgver=1.1
pkgrel=3
pkgdesc="The backgrounds included in Linux Mint 19.1 Tessa"
license=('GPL3')
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa"
source=("$url/mint-backgrounds-tessa_$pkgver.tar.gz")
md5sums=("b5b4dd9ca3f017408a98f3b5bd382235")
package() {
	mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-tessa
	cp -a $srcdir/$pkgname-$pkgver/backgrounds/linuxmint-tessa $pkgdir/usr/share/backgrounds/
	mkdir -p $pkgdir/usr/share/{cinnamon-background-properties,gnome-background-properties}
	cp -a $srcdir/$pkgname-$pkgver/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
	cp -a $srcdir/$pkgname-$pkgver/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
}