This commit is contained in:
seantum 2018-12-16 17:23:01 +01:00
parent b811cf0161
commit d5a2c4331e
2 changed files with 4 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 = 7
pkgrel = 8
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa
arch = any
license = GPL3

View File

@ -1,9 +1,9 @@
#Maintainer: Rellieberman <name AT gmail DOT com>
#Maintainer: Relliebermann <name AT gmail DOT com>
#Co-Maintainer: Seantum <tsiegele AT gmx DOT at>
pkgname=mint-backgrounds-tessa
pkgver=1.1
pkgrel=7
pkgrel=8
pkgdesc="The backgrounds included in Linux Mint 19.1 Tessa"
license=('GPL3')
arch=('any')
@ -17,3 +17,4 @@ package() {
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
}