useful commit message

This commit is contained in:
seantum 2018-12-16 19:13:26 +01:00
parent 2fb99d5185
commit 04e779b0dd
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mint-backgrounds-tessa
pkgdesc = The backgrounds included in Linux Mint 19.1 Tessa
pkgver = 1.1
pkgrel = 5
pkgrel = 2
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa
arch = any
license = GPL3

View File

@ -3,7 +3,7 @@
pkgname=mint-backgrounds-tessa
pkgver=1.1
pkgrel=5
pkgrel=2
pkgdesc="The backgrounds included in Linux Mint 19.1 Tessa"
license=('GPL3')
arch=('any')
@ -12,7 +12,7 @@ source=("$url/mint-backgrounds-tessa_$pkgver.tar.gz")
md5sums=("b5b4dd9ca3f017408a98f3b5bd382235")
package() {
mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-tessa
cp -a $srcdir/mint-backgrounds-tessa/backgrounds/linuxmint-tessa $pkgdir/usr/share/backgrounds/
cp -a $srcdir/$pkgname/backgrounds/linuxmint-tessa $pkgdir/usr/share/backgrounds/
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