2018-12-16 16:23:01 +00:00
|
|
|
#Maintainer: Relliebermann <name AT gmail DOT com>
|
2018-12-13 12:21:28 +00:00
|
|
|
#Co-Maintainer: Seantum <tsiegele AT gmx DOT at>
|
|
|
|
|
2018-12-16 16:44:46 +00:00
|
|
|
pkgname=mint-backgrounds-tessa
|
2018-12-16 16:06:20 +00:00
|
|
|
pkgver=1.1
|
2018-12-16 19:49:39 +00:00
|
|
|
pkgrel=3
|
2018-12-16 15:26:36 +00:00
|
|
|
pkgdesc="The backgrounds included in Linux Mint 19.1 Tessa"
|
2018-12-13 12:21:28 +00:00
|
|
|
license=('GPL3')
|
|
|
|
arch=('any')
|
|
|
|
url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa"
|
|
|
|
source=("$url/mint-backgrounds-tessa_$pkgver.tar.gz")
|
2018-12-16 15:57:16 +00:00
|
|
|
md5sums=("b5b4dd9ca3f017408a98f3b5bd382235")
|
2018-12-13 12:21:28 +00:00
|
|
|
package() {
|
|
|
|
mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-tessa
|
2018-12-16 19:49:39 +00:00
|
|
|
cp -a $srcdir/$pkgname-$pkgver/backgrounds/linuxmint-tessa $pkgdir/usr/share/backgrounds/
|
2018-12-13 12:21:28 +00:00
|
|
|
mkdir -p $pkgdir/usr/share/{cinnamon-background-properties,gnome-background-properties}
|
2018-12-16 19:12:09 +00:00
|
|
|
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
|
2018-12-13 12:21:28 +00:00
|
|
|
}
|
2018-12-16 16:23:01 +00:00
|
|
|
|