mint-backgrounds-tina

background shipped with linuxmint 19.2
This commit is contained in:
Ariel Lieberman 2019-09-17 19:22:12 +03:00
commit 27ab873261
2 changed files with 31 additions and 0 deletions

12
.SRCINFO Normal file
View File

@ -0,0 +1,12 @@
pkgbase = mint-backgrounds-tina
pkgdesc = The backgrounds included in Linux Mint 19.2 Tina
pkgver = 1.2
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tina
arch = any
license = GPL3
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tina/mint-backgrounds-tina_1.2.tar.gz
md5sums = 20f5036d9c582c781912b7bd572610fd
pkgname = mint-backgrounds-tina

19
PKGBUILD Normal file
View File

@ -0,0 +1,19 @@
#Maintainer: Relliebermann <name AT gmail DOT com>
pkgname=mint-backgrounds-tina
pkgver=1.2
pkgrel=1
pkgdesc="The backgrounds included in Linux Mint 19.2 Tina"
license=('GPL3')
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tina"
source=("$url/mint-backgrounds-tina_$pkgver.tar.gz")
md5sums=("20f5036d9c582c781912b7bd572610fd")
package() {
mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-tina
cp -a $srcdir/$pkgname-$pkgver/backgrounds/linuxmint-tina $pkgdir/usr/share/backgrounds/
mkdir -p $pkgdir/usr/share/{cinnamon-background-properties,gnome-background-properties}
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
}