This commit is contained in:
seantum 2018-12-16 17:00:55 +01:00
parent 65b0ca5130
commit ff9ef0e092
2 changed files with 7 additions and 6 deletions

View File

@ -1,11 +1,11 @@
pkgbase = mint-backgrounds-tessa pkgbase = mint-backgrounds-tessa
pkgdesc = The backgrounds included in Linux Mint 19.1 Tessa pkgdesc = The backgrounds included in Linux Mint 19.1 Tessa
pkgver = 1.1 pkgver = 1.3
pkgrel = 2 pkgrel = 3
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa
arch = any arch = any
license = GPL3 license = GPL3
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa/mint-backgrounds-tessa_1.1.tar.gz source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa/mint-backgrounds-tessa_1.3.tar.gz
md5sums = b5b4dd9ca3f017408a98f3b5bd382235 md5sums = b5b4dd9ca3f017408a98f3b5bd382235
pkgname = mint-backgrounds-tessa pkgname = mint-backgrounds-tessa

View File

@ -2,8 +2,8 @@
#Co-Maintainer: Seantum <tsiegele AT gmx DOT at> #Co-Maintainer: Seantum <tsiegele AT gmx DOT at>
pkgname=mint-backgrounds-tessa pkgname=mint-backgrounds-tessa
pkgver=1.1 pkgver=1.3
pkgrel=2 pkgrel=3
pkgdesc="The backgrounds included in Linux Mint 19.1 Tessa" pkgdesc="The backgrounds included in Linux Mint 19.1 Tessa"
license=('GPL3') license=('GPL3')
arch=('any') arch=('any')
@ -12,9 +12,10 @@ source=("$url/mint-backgrounds-tessa_$pkgver.tar.gz")
md5sums=("b5b4dd9ca3f017408a98f3b5bd382235") md5sums=("b5b4dd9ca3f017408a98f3b5bd382235")
package() { package() {
mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-tessa mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-tessa
cp -a $srcdir/$pkgname/backgrounds/linuxmint-tessa $pkgdir/usr/share/backgrounds/ cp -a $srcdir/$pkgname/backgrounds/linuxmint-tara $pkgdir/usr/share/backgrounds/
mkdir -p $pkgdir/usr/share/{cinnamon-background-properties,gnome-background-properties} 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/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
cp -a $srcdir/$pkgname/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties cp -a $srcdir/$pkgname/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
} }