2015-11-21 16:49:14 +00:00
|
|
|
pkgname=mint-backgrounds-rosa
|
|
|
|
pkgver=1.2
|
2016-03-18 19:54:59 +00:00
|
|
|
pkgrel=1
|
2015-11-21 16:49:14 +00:00
|
|
|
pkgdesc="The backgrounds included in Linux Mint 17.3 Rosa"
|
|
|
|
license=('Various')
|
|
|
|
arch=('any')
|
|
|
|
url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-rosa"
|
|
|
|
source=("$url/mint-backgrounds-rosa_$pkgver.tar.gz")
|
2015-11-21 16:59:44 +00:00
|
|
|
sha1sums=('6b15cdfbdea184a84aaa1d56e48bdc55710e6be5')
|
2015-11-21 16:49:14 +00:00
|
|
|
package() {
|
2015-11-21 16:59:44 +00:00
|
|
|
mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-rosa
|
2015-11-21 17:04:41 +00:00
|
|
|
cp -a $srcdir/$pkgname/backgrounds/linuxmint-rosa $pkgdir/usr/share/backgrounds/
|
2015-11-21 16:59:44 +00:00
|
|
|
mkdir -p $pkgdir/usr/share/{cinnamon-background-properties,gnome-background-properties}
|
|
|
|
cp -a $srcdir/$pkgname/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
|
|
|
|
cp -a $srcdir/$pkgname/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
|
2015-11-21 16:49:14 +00:00
|
|
|
}
|